1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
#title The Anarchist Library On Torrent
#lang en
#topics HowTo
** The Anarchist Library on torrent as of February 17, 2020
https://theanarchistlibrary.org/
Torrent & Magnet link:
[[https://1337x.to/torrent/4306371/The-Anarchist-Library-English-February-17-2020/][https://1337x.to/torrent/4306371/The-Anarchist-Library-English-February-17-2020/]]
[[magnet:?xt=urn:btih:E760634FBF604A8E3CE4680EBCD370FC3212762F&dn=The+Anarchist+Library%2C+English+-+February+17%2C+2020&tr=udp%3A%2F%2Ftracker.zer0day.to%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fcoppersurfer.tk%3A6969%2Fannounce][Magnet Link]]
Please seed if you can.
<br>
<br>
<br>
(older torrent announcements are posted below, information out-of-date)
** January 20, 2019
New English language torrent up:
Magnet link here:
[[magnet:?xt=urn:btih:9a58b156d8a838951a03401840f5feeedd5efb1b&dn=theanarchistlibrary.org&tr=udp%3a%2f%2ftracker.internetwarriors.net%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.ilibr.org%3a80%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pirateparty.gr%3a6969%2fannounce]]
** Download
[[https://theanarchistlibrary.org/extra/anarchist-libraries-2016-01-18.torrent][January 18, 2016]]
** Help on ISOs
The .torrent of the library is released as an iso files. It's a convenient way to package the huge amount of files shared without making your client freeze or crash. They are so-called "images" of a file-system.
The ISO contains a **full mirror** of [[http://theanarchistlibrary.org][the library]] site.
If you don't know what to do with the ISO, this is the page for you.
** On Windoze (a.k.a. Microsoft Windows)
With the ISO you can do basically 2 things: burn it on a physical CD or DVD (and then access the files inserting the CD-ROM into the tray), or unpack the iso on your disk storing them normally.
*** Burn it!
On your burning software, you have to use the option <strong>"Burn image"</strong>.
Please note that Windoze <strong>doesn't</strong> come by default with a serious burning tool and burning the ISO without it is impossible. So, if you don't have specific burning software installed see below about extracting the archive.
See also: [[http://www.petri.co.il/how_to_write_iso_files_to_cd.htm][http://www.petri.co.il/how_to_write_iso_files_to_cd.htm]]
*** Unpack and browse the files on your disk
Probably the best way to do this is to install 7-zip, a compression utility which is free software:
[[http://www.7-zip.org/][http://www.7-zip.org/]]
Once is installed, right click on the .iso file and "unpack" and wait.
Right click on the file -> 7-zip -> "Extract in ...": (ok, it's italian, but the highlighted menu says "7-zip -> Extract in cd-a4-2010-09-22"
[[t-a-rightclick.png]]
Extracting...
[[t-a-extracting.jpg]]
And finally you have it. Open index.html to browse.
[[t-a-root.jpg]]
** On Linux
You can mount the iso for local browsing or burn it.
*** Burning
With K3B, Brasero, or similar software: find "Burn image" in the menu, select the file, and burn it. Or, at the command line should be enough
<example>
$ growisofs -dvd-compat -Z /dev/dvd=file.iso
</example>
Where file.iso is the downloaded file.
*** Unpack on the disk
At the command line, as root, do:
<example>
# mkdir -p /mnt/iso
# mount -o loop path/to/the/file.iso /mnt/iso
</example>
You'll find the files on /mnt/iso.
** Browsing
Opening titles.html in the root directory with a browser should be enough to give you full access to the texts.
|