diff --git a/main.go b/main.go index 49aa103..793f806 100644 --- a/main.go +++ b/main.go @@ -914,7 +914,7 @@ func getTemplateContent(name string) string { hyperreal's Mirror of Anna's Archive - + @@ -936,9 +936,14 @@ func getTemplateContent(name string) string {

hyperreal's Mirror of Anna's Archive

-

This is a mirror of the Anna's Archive torrent page. We strive to keep everything as up-to-date as possible, however, we are not affiliated with Anna's Archive and this list is maintained privately.

-

This torrent list is the “ultimate unified list” of releases by Anna’s Archive, Library Genesis, Sci-Hub, and others. By seeding these torrents, you help preserve humanity’s knowledge and culture. These torrents represent the vast majority of human knowledge that can be mirrored in bulk.

-

These torrents are not meant for downloading individual books. They are meant for long-term preservation. With these torrents you can set up a full mirror of Anna’s Archive, using their source code and metadata (which can be generated or downloaded as ElasticSearch and MariaDB databases). We scrape the full torrent list from Anna's Archive every 24 hours. We also have full lists of torrents, as JSON, available here.

+

This is an unofficial mirror of the Anna's Archive torrent page. I'm not affiliated with Anna's Archive. This list is maintained privately. I am but a humble digital archivist.

+

This site is a modified fork of the aa.i4.mom's archive torrent mirror.

+ +

Below is a quote from the original page on Anna's Archive torrent page:

+

This torrent list is the "ultimate unified list" of releases by Anna's Archive, Library Genesis, Sci-Hub, and others. By seeding these torrents, you help preserve humanity's knowledge and culture. These torrents represent the vast majority of human knowledge that can be mirrored in bulk.

+

These torrents are not meant for downloading individual books. They are meant for long-term preservation. With these torrents you can set up a full mirror of Anna's Archive, using our source code and metadata (which can be generated or downloaded as ElasticSearch and MariaDB databases). We also have full lists of torrents, as JSON.

+
+
@@ -1059,9 +1066,14 @@ func getTemplateContent(name string) string {
{{range .}} -

{{.TopLevelGroupName}}

-

{{.GroupName}}

- +
+
+

{{.TopLevelGroupName}}

+

{{.GroupName}}

+ +
+
+ @@ -1072,8 +1084,12 @@ func getTemplateContent(name string) string { + + + {{range .Torrents}} + @@ -1090,6 +1106,7 @@ func getTemplateContent(name string) string { {{end}} +
Torrent Name Date AddedMagnet Link Torrent Link
{{.DisplayName}} {{.FormattedAddedDate}} {{.FormattedDataSize}}
{{if gt .TotalCount 20}} View full list @@ -1098,8 +1115,10 @@ func getTemplateContent(name string) string { ` + footer, "fullList": header + ` +

{{.GroupName}} - Full List

- +
+ @@ -1110,8 +1129,12 @@ func getTemplateContent(name string) string { + + + {{range .Torrents}} + @@ -1128,6 +1151,7 @@ func getTemplateContent(name string) string { {{end}} +
Torrent Name Date AddedMagnet Link Torrent Link
{{.DisplayName}} {{.FormattedAddedDate}} {{.FormattedDataSize}}
Back to main page ` + footer,