From d4ae6ffea94163f6578b67c44231c7316f412bd5 Mon Sep 17 00:00:00 2001 From: zayd Date: Tue, 25 Feb 2025 00:10:45 -0500 Subject: [PATCH] first commit, still heavy WIP Signed-off-by: zayd --- README.md | 13 + _zola/config.toml | 16 + _zola/content/tor/index.md | 7 + _zola/content/tor/web/index.md | 21 + _zola/content/tor/web/music/index.md | 6 + _zola/content/tor/web/organization/index.md | 7 + _zola/content/tor/web/personal/index.md | 69 + _zola/content/tor/web/search/index.md | 4 + _zola/content/tor/web/vcs/index.md | 7 + .../content/yggdrasil/web/directory/index.md | 5 + _zola/content/yggdrasil/web/forum/index.md | 6 + _zola/content/yggdrasil/web/personal/index.md | 20 + _zola/templates/index.html | 80 + _zola/templates/page.html | 4 + assets/css/linkdir.css | 44 + assets/images/logo/i2p.svg | 2001 +++++++++++++++++ assets/images/logo/tor.svg | 21 + assets/images/logo/yggdrasil.svg | 3 + linkdir/404.html | 3 + linkdir/index.html | 80 + linkdir/robots.txt | 4 + linkdir/sitemap.xml | 36 + linkdir/tor/index.html | 27 + linkdir/tor/web/index.html | 41 + linkdir/tor/web/music/index.html | 26 + linkdir/tor/web/organization/index.html | 27 + linkdir/tor/web/personal/index.html | 89 + linkdir/tor/web/search/index.html | 24 + linkdir/tor/web/vcs/index.html | 24 + linkdir/yggdrasil/web/directory/index.html | 24 + linkdir/yggdrasil/web/forum/index.html | 25 + linkdir/yggdrasil/web/personal/index.html | 39 + 32 files changed, 2803 insertions(+) create mode 100644 README.md create mode 100644 _zola/config.toml create mode 100644 _zola/content/tor/index.md create mode 100644 _zola/content/tor/web/index.md create mode 100644 _zola/content/tor/web/music/index.md create mode 100644 _zola/content/tor/web/organization/index.md create mode 100644 _zola/content/tor/web/personal/index.md create mode 100644 _zola/content/tor/web/search/index.md create mode 100644 _zola/content/tor/web/vcs/index.md create mode 100644 _zola/content/yggdrasil/web/directory/index.md create mode 100644 _zola/content/yggdrasil/web/forum/index.md create mode 100644 _zola/content/yggdrasil/web/personal/index.md create mode 100644 _zola/templates/index.html create mode 100644 _zola/templates/page.html create mode 100644 assets/css/linkdir.css create mode 100644 assets/images/logo/i2p.svg create mode 100644 assets/images/logo/tor.svg create mode 100644 assets/images/logo/yggdrasil.svg create mode 100644 linkdir/404.html create mode 100644 linkdir/index.html create mode 100644 linkdir/robots.txt create mode 100644 linkdir/sitemap.xml create mode 100644 linkdir/tor/index.html create mode 100644 linkdir/tor/web/index.html create mode 100644 linkdir/tor/web/music/index.html create mode 100644 linkdir/tor/web/organization/index.html create mode 100644 linkdir/tor/web/personal/index.html create mode 100644 linkdir/tor/web/search/index.html create mode 100644 linkdir/tor/web/vcs/index.html create mode 100644 linkdir/yggdrasil/web/directory/index.html create mode 100644 linkdir/yggdrasil/web/forum/index.html create mode 100644 linkdir/yggdrasil/web/personal/index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..b252f6b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Link Directory +This is a collection of links on the various darknets maintained by Midgard's community. It was +created because few other maintainers of the available link directories for Tor seem to be +interested in getting rid of the abuse material, outdated v2 link, and spam from their directories, +and there isn't a whole stopping me from being the change I want to see there. + +Contributions are welcome, as long as they follow a few rules: +- SORT THE FUCKING LIST BEFORE YOU MAKE A PR +- NO abuse material/CSAM/CP/zoophilia/whatever +- NO porn, legal or not +- NO illegal/drug/weapon/etc markets +- NO commercial services no matter what, even if they are proven legit, I don't have the time to watch for scams and don't want to give preferential treatment to anybody +- NO otherwise illegal stuff (other than copyright infringement because who gives a fuck about that) diff --git a/_zola/config.toml b/_zola/config.toml new file mode 100644 index 0000000..72b516a --- /dev/null +++ b/_zola/config.toml @@ -0,0 +1,16 @@ +# The URL the site will be built for +base_url = "/" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = false + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = false + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = false + +[extra] +# Put all your custom variables here diff --git a/_zola/content/tor/index.md b/_zola/content/tor/index.md new file mode 100644 index 0000000..007f672 --- /dev/null +++ b/_zola/content/tor/index.md @@ -0,0 +1,7 @@ ++++ +title = "Services on Tor" ++++ +- [Gemini](gemini/) +- [Gopher](gopher/) +- [Nex](nex/) +- [Web](web/) diff --git a/_zola/content/tor/web/index.md b/_zola/content/tor/web/index.md new file mode 100644 index 0000000..97506d6 --- /dev/null +++ b/_zola/content/tor/web/index.md @@ -0,0 +1,21 @@ ++++ +title = "Websites on Tor" ++++ +- [Alternative Frontends](frontend/) +- [Chat](chat/) +- [Cooking](cooking/) +- [E-mail](email/) +- [Forums](forum/) +- [Government](government/) +- [Guides](guide/) +- [Misc](misc/) +- [Music/Web Radio](music/) +- [News](news/) +- [Organizations](organization/) +- [Personal Sites and Blogs](personal/) +- [Projects](projects/) +- [Search Engines](search/) +- [Site Directories](directory/) +- [Tools](tools/) +- [Version Control (Git, SVN, etc)](vcs/) +- [Wikis](wiki/) diff --git a/_zola/content/tor/web/music/index.md b/_zola/content/tor/web/music/index.md new file mode 100644 index 0000000..3669e4f --- /dev/null +++ b/_zola/content/tor/web/music/index.md @@ -0,0 +1,6 @@ ++++ +title = "Music and Web Radio on Tor" ++++ +- [Deep Web Radio](http://anonyradixhkgh5myfrkarggfnmdzzhhcgoy2v66uf7sml27to5n2tid.onion/) +- [No Tone](http://lgmtjgfpqk6hpik7yygkhavqivn6wsmfa7s7vszmcxwqkpwodinbhnad.onion/) +- [Rádio CBS](http://cbsrdi4vw4orqehzp2f4a4z36pmqbr2jsbf3piofifncqdnbx6movryd.onion/radiocbs/) diff --git a/_zola/content/tor/web/organization/index.md b/_zola/content/tor/web/organization/index.md new file mode 100644 index 0000000..add5f2f --- /dev/null +++ b/_zola/content/tor/web/organization/index.md @@ -0,0 +1,7 @@ ++++ +title = "Organizations on Tor" ++++ +- [FSKY](http://fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/)* +- [Disroot](http://j4dhkkxfcsvzvh3p5djkmuehhgd6t6l7wmzih6b4ss744hegwkiae7ad.onion/en)* +- [everypizza.im](http://epim22cnhxerm2k4e3tmmjzyfzymzdemumj6uxaesjnu7tk5nwjnl7yd.onion/)* +- [riseup.net](http://vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd.onion/index.en.html)* diff --git a/_zola/content/tor/web/personal/index.md b/_zola/content/tor/web/personal/index.md new file mode 100644 index 0000000..b0f5fa6 --- /dev/null +++ b/_zola/content/tor/web/personal/index.md @@ -0,0 +1,69 @@ ++++ +title = "Personal Sites on Tor" ++++ + +## With Blogs +- [0x19](http://ilsstfnqt4vpykd2bqc7ntxf2tqupqzi6d5zmk767qtingw2vp2hawyd.onion:8080/index.php) +- [Aidan](http://aemdotshis7lvjpvsutcksb53wqo2cunwdb62ednagwjiy7rdckx2eyd.onion/) +- [Alden Page](http://aldenp5fkdeagzwb7j4snypyxm76tucru2bm2b4bwdfd76k2dfti4tad.onion/) +- [Alex Xu/Hello71](http://duwq3shurnywtxq5z76dbcy7gbqyjgel4vzauxupuc4v773tiyxif5qd.onion/) +- [Alexander Hansen Færøy](http://lxwu7pwyszfevhglxfgaukjqjdk2belosfvsl2ekzx3vrboacvewc7qd.onion/) +- [Arav's dwelling](http://moq7aejnf4xk5k2bkaltli3ftkhusy2mbrd3pj23nrca343ku2mgk4yd.onion/) +- [Artemis' Blog](http://lpoaj7z2zkajuhgnlltpeqh3zyq7wk2iyeggqaduhgxhyajtdt2j7wad.onion/) +- [Ben Stokman](http://benji3up2kxewkqfcq7buxk2xd6zwy3zggnurkrm3l4cvwy2iipvyyad.onion/) +- [Ben Tasker Snippets](http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion/) +- [Ben Tasker](http://e26whn2524322mkxb3cbyk27ev2ihhq2biz35hty7gzgsyrwrygq27yd.onion/) +- [BurnyLlama's Blog](http://qwikoov6bmdskhp5o32d2ju6nntwhpdhcrjnllajdryq5gvxfamgffqd.onion/) +- [Chris Partridge](https://tweedge32j4ib2hrj57l676twj2rwedkkkbr57xcz5z73vpkolws6vid.onion/) - Howdy, I'm Chris Partridge, a Security Engineer. I do cybersecurity things with a focus on effective software security and internet-scale research. +- [Coding Otaku](http://3oamv2de6ooacy72hv3ulym3i3vvlprlkqas7hhzo4pu5nyxnji37zad.onion/) - A website about web technology, Privacy, FOSS, Minimalism, Anime, and more! +- [Colin Cogle](http://colincxvz44tojjdzbpesebml5pnyzl2g2qcy7ixhmghhkfqo64zmdyd.onion/) - Living in Connecticut, working in California, and helping people all over the world. Whether I'm managing effective teams of awesome IT workers, writing articles, creating and contributing to open-source projects, or telling awful jokes, I'm doing my part to make the world a little bit better. +- [Conduition](http://conduit4u4zsimbgvcatj6lyy36ot6k7w7bvbvivgwhbgzs7gfds7qad.onion/) - The personal blog of a pseudonymous cypherpunk. My specialties are cryptography, scriptless smart contracts, and multi-party computation. +- [Daniel](http://danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion/) +- [Dead End Shrine](http://blapi36sowfyuwzp4ag24xb3d4zdrzgtafez3g3lkp2rj4ho7lxhceid.onion/) +- [Etam Software](http://go7cnxivpns4x2trczyaabxwnrz7bwlxjiverkc32o4mjd5npjukpqid.onion/index.html) +- [Feeding the Cloud](http://xfdug5vmfi6oh42fp6ahhrqdjcf7ysqat6fkp5dhvde4d7vlkqixrsad.onion/) +- [Fonzi Vazquez](http://t7mhyj7a3ukowy6zpsmymxcrpspjxaqwlhmvfpf34cstzoj6c7lupxyd.onion/) +- [Hi](http://mdgdxj5d7wlgq3m6e4fvca5sgnbvejsyjh3sqh3p3tfngcnrhpuy3aid.onion/) - This is a web page about things I want to write about. I wrote it, so I'm fairly sure it's stuff I want to write about. If not, then that's an accident and you shouldn't read it. +- [Hidden Wonders](http://hidwon6exyvzjhvqnyvfrnfumhonxqu7mhc4ftv2ewmpul3vj2b2uuid.onion/) +- [Jake Jarvis](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/) +- [Joseph Duffy](http://josephdepqbvoq7tm7uvynwmsji4354zmd3yp3rrtc245rilvq4ixayd.onion/) +- [Joseph Nuthalapati](http://isprwrxfqg7zx22as3e27qiz2jwo2usmjvautudhp6skrvkm77hjpzid.onion/index.html) +- [Julien Lepiller](http://c25o7knygjm3m67jy27yuynvv4pkfi25naucscmh4ubq2ggiig3v57ad.onion/en//) +- [Matt Traudt](http://tv54samlti22655ohq3oaswm64cwf7ulp6wzkjcvdla2hagqcu7uokid.onion/) +- [McRetro Network](http://mcretro4lov3ycyvikjdeer3dgl5wel5aer6xakj5mxa26a3qvrp22qd.onion/) +- [Michael Altfield](http://michaelahgu3sqef5yz3u242nok2uczduq5oxqfkwq646tvjhdnl35id.onion/) +- [Ming Di Leom's Blog](https://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion/) +- [My Unix blog](http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/) +- [ParanoidPenguin](http://4hpfzoj3tgyp2w7sbe3gnmphqiqpxwwyijyvotamrvojl7pkra7z7byd.onion/) +- [PieroV](http://pierovggsterf4w5xplynqtl56srftc242l3g2xloqlty6nv7372xuyd.onion/) +- [Quantum](http://quantumagvxei55qyvhlj3zljkjryzzvvgckynsfr4r7tqgmiufj75qd.onion/) +- [Redshift Observatory](http://www.l24qgjfin436fqou22lusrbqmvoysp6jeey5fdn2fr7zzzv2e35jwrid.onion/) +- [Rustic Cyberpunk](http://kpz62k4pnyh5g5t2efecabkywt2aiwcnqylthqyywilqgxeiipen5xid.onion/) +- [S-Config](http://xjfbpuj56rdazx4iolylxplbvyft2onuerjeimlcqwaihp3s6r4xebqd.onion/) +- [Seth For Privacy](http://sfprivg7qec6tdle7u6hdepzjibin6fn3ivm6qlwytr235rh5vc6bfqd.onion/) +- [Seth Foster](http://zifewwhacylo5bnwyrwgmipuuchkt6efhahmvxis2by3qlcaqiye5lyd.onion/) +- [Simon Ramsay](http://ramsayswljlwqo7yvw3ovxhyzavllyduxkgh4rbobzkc263jyro6cjyd.onion/) +- [Starcom Electronics](https://y6ncaorlmtyhh6a4qmw3rtugcyaj3grh4q2hqb7c4z76c3bgc3qpehad.onion/) +- [Syst(em)](http://kcfz5m3ipji262swznq2ybir3m4b5wwwd7zckhfashp6cuuwyr6ovnyd.onion) +- [The Arcade](http://artic725lafwfqnygqxraupupg7dtbf4own767duq2bxj3t7dszvzmid.onion/blog/) +- [The CozyNet Blog](http://kfgw55ndxkdnxu42cntbm3fd7tthrxgruq4bewaxhc7iytysetmreuyd.onion/) +- [The McGovern](http://mcgovern7dgred44sj754dqvjlj26ri2fmalo6fsoj2p2nlczijeguad.onion/) +- [TheYOSH](http://theyoshxgvcjm4s2xdt6zcjym4kgskibrlos6fai26yes4bhpia5z7qd.onion/) +- [Tomas' place in cyberspace](http://pfcgmo5hwfffwhis3zty2u2ufryrnzypue34h74va6ykw5iazgcvvtqd.onion/) +- [Udonya](http://gpvdip7rd7bdy5gf7scl3rzgzgzckqw4sqxbmy6g3zijfwu4lz3ypbyd.onion/) +- [Voxel](http://voxel.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/) +- [Xameren](http://xameren.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/) +- [arrrr](http://arrrrv3dzzoluxubt3p24lpn7qu4rxuem3fb4kcmboji3dgpkgt4b2ad.onion/) +- [b10c](http://kd6oox7aowzt5ypwdp2o5curwkgtjjzzk33ecejomm52epjr74daoeid.onion/) - I work fulltime on open-source Bitcoin projects. I’m interesting in Bitcoin data and have been monitoring the Bitcoin network for a few years now with the goal to feed insights back into Bitcoin development. I run mempool.observer, the Bitcoin Transaction Monitor, transactionfee.info, the miningpool.observer, fork.observer, and have worked on many other projects over the past years. +- [cwoellner.com](http://cwoellfbmoo4fwpewmtwoy3nrf2rqm7aujnupj3tsawabu4m66sybead.onion/) - I use this site to write about mainly tech-related topics, but occasionally I might write about unrelated topics. +- [dotya.ml](http://6426tqrh4y5uobmo5y2csaip3m3avmjegd2kpa24sadekpxglbm34aqd.onion/) +- [getimiskon's space](http://r53zi7kxyqd72fuvhztzi25fo2bze7fqjefze7k6t6kiq74pzaq5suyd.onion/) +- [wanderlost](http://wl.zyae5rxcjcezkozdbjb6oabzegiu6erx5e3o6mcl73qzzphhu2adu5yd.onion/) +- [~funderscore](http://skhffpwzrxtv3rqtvzccsk227nvwdvkplha2ghwqvsulbfu4azgrcwyd.onion/index.html) +- [マリウス](http://z5yuzvitz4lynnaijdwmu6gkh2lnkjqmasv2jknf3biz6tkyxd4uszyd.onion/) - A blog about Japan and technology (usually not both at once) + +## Without Blogs +- [Nyx](http://tgirlfyvp3q5if55wonoletc25kmyijkokd3anaogrdpoeb4h6ibfkad.onion/) +- [Purplebored](http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/) +- [Vel](http://vel.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/) +- [interloper](http://intrcxv4fa72e5ovler5dpfwsiyuo34tkcwfy5snzstxkhec75okowqd.onion/) diff --git a/_zola/content/tor/web/search/index.md b/_zola/content/tor/web/search/index.md new file mode 100644 index 0000000..afd2a1e --- /dev/null +++ b/_zola/content/tor/web/search/index.md @@ -0,0 +1,4 @@ ++++ +title = "Search Engines on Tor" ++++ +- [Ahmia](http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/)* - Ahmia is a search engine on Tor that actively removes abuse material. Filled with spam, unfortunately. diff --git a/_zola/content/tor/web/vcs/index.md b/_zola/content/tor/web/vcs/index.md new file mode 100644 index 0000000..e0b644d --- /dev/null +++ b/_zola/content/tor/web/vcs/index.md @@ -0,0 +1,7 @@ ++++ +Title = "Version Control hosts on Tor" ++++ + +# Git +## Private +[Some Guy's Gitea](http://z5yuzvitz4lynnaijdwmu6gkh2lnkjqmasv2jknf3biz6tkyxd4uszyd.onion/) - Some random's Gitea, mostly (if not all) mirrors diff --git a/_zola/content/yggdrasil/web/directory/index.md b/_zola/content/yggdrasil/web/directory/index.md new file mode 100644 index 0000000..8e8073b --- /dev/null +++ b/_zola/content/yggdrasil/web/directory/index.md @@ -0,0 +1,5 @@ ++++ +title = "Directories on Yggdrasil" ++++ + +- [Yggdrasil Web Directory](http://[21e:a51c:885b:7db0:166e:927:98cd:d186]/) diff --git a/_zola/content/yggdrasil/web/forum/index.md b/_zola/content/yggdrasil/web/forum/index.md new file mode 100644 index 0000000..5919f5d --- /dev/null +++ b/_zola/content/yggdrasil/web/forum/index.md @@ -0,0 +1,6 @@ ++++ +title = "Forums on Yggdrasil" ++++ + +- [Midgard Forums](http://[300:5506:25eb:d0d9::1]/) +- [Yggdrasil Community](http://[21a:34aa:c782:3ad]/) diff --git a/_zola/content/yggdrasil/web/personal/index.md b/_zola/content/yggdrasil/web/personal/index.md new file mode 100644 index 0000000..cf79cdb --- /dev/null +++ b/_zola/content/yggdrasil/web/personal/index.md @@ -0,0 +1,20 @@ ++++ +title = "Personal Sites on Yggdrasil" ++++ + +- [20plays](http://[200:15a4:9d2e:6f4b:7f41:82e:1b64:aa08]/) +- [Array in a Matrix](http://[300:5506:25eb:d0d9:1000:1000:1000:1001]/) +- [Kajero de Tenno Seremelo](http://[205:5e3:7fb2:da3c:ea37:7266:3d3e:acfd]/) +- [MadaMada](http://[304:6a74:dd1e:301d::222]/) +- [Neil Alexander](http://[219:3cf0:dd1d:47b9:555e:75ac:2ab5:493b]/) +- [Nikat](http://[202:a2a5:dead:ded:9a54:4ab5:6aa7:1645]/) +- [Purplebored](http://[300:5506:25eb:d0d9:1000:1000:1000:1002]/) +- [Stargrave](http://[222:3bd:cc26:9545:caaa:9fd6:ec56:cc1]/) +- [Willow](http://[21c:fb97:849f:852a:aee7:1c87:c49e:1c7e]/) +- [acetone](http://[324:71e:281a:9ed3::ace]/) +- [deavmi](http://[203:75b7:45af:ecca:d641:cd42:38dc:4788]/) +- [kk-on](http://[200:53dd:4da7:82fb:12a3:942f:b05f:c64]/) +- [terminaldweller](http://[21e:cd57:a147:322a:723b:a322:e4c8:c26e]/) +- [unixeno](http://[200:79fe:5638:81c4:a14c:4cd3:40d9:76d0]/) +- [vel](http://[300:5506:25eb:d0d9:1000:1000:1000:1003]/) +- [wanderlost](http://[300:5506:25eb:d0d9:1000:1000:1000:1000]/) diff --git a/_zola/templates/index.html b/_zola/templates/index.html new file mode 100644 index 0000000..02fd0d9 --- /dev/null +++ b/_zola/templates/index.html @@ -0,0 +1,80 @@ + + + + + + + {% block title %} + Midgard Link Directory + {% endblock title %} + + + +

Midgard Link Directory

+ {% block content %} +

+ This is a collection of links to sites and services on darknets maintained + by the Midgard community. +

+
+ +
+
+ +
+
+

I2P

+

+ The Invisible Internet Project (I2P) is a fully encrypted + private network layer. It protects your activity and + location. Every day people use the network to connect with + people without worry of being tracked or their data being + collected. In some cases people rely on the network when they + need to be discrete or are doing sensitive work. +

+
+
+
+ +
+
+ +
+
+

Tor

+

+ Tor is a free overlay network for enabling anonymous + communication. Built on free and open-source software and + more than seven thousand volunteer-operated relays + worldwide, users can have their Internet traffic routed via + a random path through the network. +

+
+
+
+ +
+
+ +
+
+

Yggdrasil

+

+ Yggdrasil is a new experimental compact + routing scheme. It is designed to be a + future-proof and decentralised alternative + to the structured routing protocols + commonly used today on the Internet, as + well as an enabling technology for future + large-scale mesh networks. +

+
+
+
+
+ {% endblock content %} + + + diff --git a/_zola/templates/page.html b/_zola/templates/page.html new file mode 100644 index 0000000..a55ee97 --- /dev/null +++ b/_zola/templates/page.html @@ -0,0 +1,4 @@ +{% extends "index.html" %} +{% block content %} +{{ page.content | replace(from="%5B", to="[") | replace(from="%5D", to="]") | safe }} +{% endblock content %} diff --git a/assets/css/linkdir.css b/assets/css/linkdir.css new file mode 100644 index 0000000..fe7ceaf --- /dev/null +++ b/assets/css/linkdir.css @@ -0,0 +1,44 @@ +body { + font-family: Arial; + background-color: #B8B7B4; + color: black; +} + +.card { + background-color: #D0CEC4; + display: flex; + align-items: center; + border: solid; + border-radius: 7px; + border-width: 2px; + border-color: white; + margin-bottom: 10px; +} + +a, a:link, a:visited, a:hover { + color: blue; + text-decoration: none; +} + +.card-link, +.card-link a, +.card-link a:link, +.card-link a:visited, +.card-link a:hover { + color: black !important; + text-decoration: none; +} + +h2, p { + display: block; +} + +.icon img { + width: 150px; + margin-left: 10px; + margin-right: 10px; +} + +ul { + list-style: none; +} diff --git a/assets/images/logo/i2p.svg b/assets/images/logo/i2p.svg new file mode 100644 index 0000000..0c0d008 --- /dev/null +++ b/assets/images/logo/i2p.svg @@ -0,0 +1,2001 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/logo/tor.svg b/assets/images/logo/tor.svg new file mode 100644 index 0000000..84fd9b4 --- /dev/null +++ b/assets/images/logo/tor.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/logo/yggdrasil.svg b/assets/images/logo/yggdrasil.svg new file mode 100644 index 0000000..660ad3b --- /dev/null +++ b/assets/images/logo/yggdrasil.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/linkdir/404.html b/linkdir/404.html new file mode 100644 index 0000000..f8414f0 --- /dev/null +++ b/linkdir/404.html @@ -0,0 +1,3 @@ + +404 Not Found +

404 Not Found

diff --git a/linkdir/index.html b/linkdir/index.html new file mode 100644 index 0000000..d8d5a16 --- /dev/null +++ b/linkdir/index.html @@ -0,0 +1,80 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ +

+ This is a collection of links to sites and services on darknets maintained + by the Midgard community. +

+
+ +
+
+ +
+
+

I2P

+

+ The Invisible Internet Project (I2P) is a fully encrypted + private network layer. It protects your activity and + location. Every day people use the network to connect with + people without worry of being tracked or their data being + collected. In some cases people rely on the network when they + need to be discrete or are doing sensitive work. +

+
+
+
+ +
+
+ +
+
+

Tor

+

+ Tor is a free overlay network for enabling anonymous + communication. Built on free and open-source software and + more than seven thousand volunteer-operated relays + worldwide, users can have their Internet traffic routed via + a random path through the network. +

+
+
+
+ +
+
+ +
+
+

Yggdrasil

+

+ Yggdrasil is a new experimental compact + routing scheme. It is designed to be a + future-proof and decentralised alternative + to the structured routing protocols + commonly used today on the Internet, as + well as an enabling technology for future + large-scale mesh networks. +

+
+
+
+
+ + + + diff --git a/linkdir/robots.txt b/linkdir/robots.txt new file mode 100644 index 0000000..49b6b2e --- /dev/null +++ b/linkdir/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Allow: / +Sitemap: /sitemap.xml diff --git a/linkdir/sitemap.xml b/linkdir/sitemap.xml new file mode 100644 index 0000000..5355a85 --- /dev/null +++ b/linkdir/sitemap.xml @@ -0,0 +1,36 @@ + + + + / + + + /tor/ + + + /tor/web/ + + + /tor/web/music/ + + + /tor/web/organization/ + + + /tor/web/personal/ + + + /tor/web/search/ + + + /tor/web/vcs/ + + + /yggdrasil/web/directory/ + + + /yggdrasil/web/forum/ + + + /yggdrasil/web/personal/ + + diff --git a/linkdir/tor/index.html b/linkdir/tor/index.html new file mode 100644 index 0000000..2e8ecfc --- /dev/null +++ b/linkdir/tor/index.html @@ -0,0 +1,27 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/tor/web/index.html b/linkdir/tor/web/index.html new file mode 100644 index 0000000..239da6d --- /dev/null +++ b/linkdir/tor/web/index.html @@ -0,0 +1,41 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/tor/web/music/index.html b/linkdir/tor/web/music/index.html new file mode 100644 index 0000000..bc764a4 --- /dev/null +++ b/linkdir/tor/web/music/index.html @@ -0,0 +1,26 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/tor/web/organization/index.html b/linkdir/tor/web/organization/index.html new file mode 100644 index 0000000..6591013 --- /dev/null +++ b/linkdir/tor/web/organization/index.html @@ -0,0 +1,27 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/tor/web/personal/index.html b/linkdir/tor/web/personal/index.html new file mode 100644 index 0000000..7b051df --- /dev/null +++ b/linkdir/tor/web/personal/index.html @@ -0,0 +1,89 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ +

With Blogs

+ +

Without Blogs

+ + + + + + diff --git a/linkdir/tor/web/search/index.html b/linkdir/tor/web/search/index.html new file mode 100644 index 0000000..ef22d1e --- /dev/null +++ b/linkdir/tor/web/search/index.html @@ -0,0 +1,24 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/tor/web/vcs/index.html b/linkdir/tor/web/vcs/index.html new file mode 100644 index 0000000..284ac2a --- /dev/null +++ b/linkdir/tor/web/vcs/index.html @@ -0,0 +1,24 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ +

Git

+

Private

+

Some Guy's Gitea - Some random's Gitea, mostly (if not all) mirrors

+ + + + + diff --git a/linkdir/yggdrasil/web/directory/index.html b/linkdir/yggdrasil/web/directory/index.html new file mode 100644 index 0000000..e97e3b5 --- /dev/null +++ b/linkdir/yggdrasil/web/directory/index.html @@ -0,0 +1,24 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/yggdrasil/web/forum/index.html b/linkdir/yggdrasil/web/forum/index.html new file mode 100644 index 0000000..f1107b1 --- /dev/null +++ b/linkdir/yggdrasil/web/forum/index.html @@ -0,0 +1,25 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + + diff --git a/linkdir/yggdrasil/web/personal/index.html b/linkdir/yggdrasil/web/personal/index.html new file mode 100644 index 0000000..9f14f55 --- /dev/null +++ b/linkdir/yggdrasil/web/personal/index.html @@ -0,0 +1,39 @@ + + + + + + + + Midgard Link Directory + + + + +

Midgard Link Directory

+ + + + + + +