logo

blog

My website can't be that messy, right? git clone https://anongit.hacktivis.me/git/blog.git/

index.in.xhtml (1475B)


  1. <!DOCTYPE html>
  2. <html
  3. xmlns="http://www.w3.org/1999/xhtml"
  4. xmlns:xi="http://www.w3.org/2001/XInclude"
  5. lang="en"
  6. >
  7. <head>
  8. <xi:include href="../templates/head.xml" parse="xml" xpointer="xpointer(/xml/*)"/>
  9. <link rel="me" href="mailto:contact+blog@hacktivis.me"/>
  10. <title>Projects — lanodan’s cyber-home</title>
  11. </head>
  12. <body>
  13. <xi:include href="../templates/en/nav.xml" parse="xml"/>
  14. <main>
  15. <h1>Projects</h1>
  16. <dl>
  17. <!-- Remember to update /floss-fund-funding.json as well -->
  18. <dt><a href="/projects/badwolf">BadWolf</a></dt><dd>Minimalist and privacy-oriented web browser based on WebKitGTK</dd>
  19. <dt><a href="https://pleroma.social/">Pleroma</a></dt><dd>Free and open communication for everyone, social networking software compatible with other Fediverse software such as Misskey, Pixelfed, Mastodon and many others.</dd>
  20. <dt><a href="/projects/deblob">deblob</a></dt><dd>Remove binary executables from a directory</dd>
  21. <dt><a href="/git/utils-std">utils-std</a></dt><dd>Collection of commonly available Unix tools</dd>
  22. <dt><a href="/git/bootstrap-initrd">bootstrap-initrd</a></dt><dd>Linux initrd to bootstrap from a small binary seed (<a href="https://hacktivis.me/articles/bootstrap-initrd">Announcement</a>)</dd>
  23. <dt><a href="/git/">Miscellaneous</a></dt><dd>Projects that don't yet warrant their dedicated project page or mention</dd>
  24. </dl>
  25. </main>
  26. <xi:include href="../templates/en/footer.shtml" parse="xml"/>
  27. </body>
  28. </html>