<% global.title = "Projects"; %> <%- include(`${private}/header.ejs`) %> ← Go back home

Projects

This is the page where all legal documents are posted. All the content is signed using a GPG key, it's very important that you check for the validity of the legal content you see on this website, as it may have been compromised.

<% for (let project of JSON.parse(fs.readFileSync(serverRoot + "/global/gitea.json").toString()).sort((a, b) => a.update - b.update).reverse()) { %>
">

<%- project.name %>

<%- project.description %>

<% if (project.website !== null) { %> Website View <% } else { %> View <% } %>

<% } %>
<%- include(`${private}/footer.ejs`) %>