index.in.xhtml (1475B)
- <!DOCTYPE html>
- <html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- lang="en"
- >
- <head>
- <xi:include href="../templates/head.xml" parse="xml" xpointer="xpointer(/xml/*)"/>
- <link rel="me" href="mailto:contact+blog@hacktivis.me"/>
- <title>Projects — lanodan’s cyber-home</title>
- </head>
- <body>
- <xi:include href="../templates/en/nav.xml" parse="xml"/>
- <main>
- <h1>Projects</h1>
- <dl>
- <!-- Remember to update /floss-fund-funding.json as well -->
- <dt><a href="/projects/badwolf">BadWolf</a></dt><dd>Minimalist and privacy-oriented web browser based on WebKitGTK</dd>
- <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>
- <dt><a href="/projects/deblob">deblob</a></dt><dd>Remove binary executables from a directory</dd>
- <dt><a href="/git/utils-std">utils-std</a></dt><dd>Collection of commonly available Unix tools</dd>
- <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>
- <dt><a href="/git/">Miscellaneous</a></dt><dd>Projects that don't yet warrant their dedicated project page or mention</dd>
- </dl>
- </main>
- <xi:include href="../templates/en/footer.shtml" parse="xml"/>
- </body>
- </html>