home.shtml (1000B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
- <head>
- <!--#include file="/templates/head.shtml" -->
- <link rel="me" href="mailto:contact+blog@hacktivis.me"/>
- <title>Projects — lanodan’s cyber-home</title>
- </head>
- <body>
- <!--#include file="/templates/en/nav.shtml" -->
- <main>
- <h1>Projects</h1>
- <dl>
- <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/">Miscellaneous</a></dt><dd>Projects that don't yet warrant their dedicated project page or mention</dd>
- </dl>
- </main>
- <!--#include file="/templates/en/footer.shtml" -->
- </body>
- </html>