Web content for anarchyplanet.org. https://anarchyplanet.org/
Go to file
sceox f596aa50b3 Switch to lowdown for markdown conversion
Lowdown is fairly simple while supporting the PHP Extra extensions.

It also comes with extensive documentation in its man pages, for example
the whole language is described in lowdown(5).

See https://kristaps.bsd.lv/lowdown/

This fixes a big TODO (anchor links for the table of contents on the
webring page).
2021-11-30 20:42:35 -08:00
md Switch to lowdown for markdown conversion 2021-11-30 20:42:35 -08:00
.gitignore use markdown(1) and cat(1) to build the html 2020-09-14 10:16:48 -07:00
foot.html use markdown(1) and cat(1) to build the html 2020-09-14 10:16:48 -07:00
head.html use markdown(1) and cat(1) to build the html 2020-09-14 10:16:48 -07:00
nav.html add projects, update contact link to email 2020-09-14 18:19:40 +00:00
publish.sh Switch to lowdown for markdown conversion 2021-11-30 20:42:35 -08:00
README.md Switch to lowdown for markdown conversion 2021-11-30 20:42:35 -08:00
style.css first commit 2020-09-13 17:50:28 -07:00
tail.html use markdown(1) and cat(1) to build the html 2020-09-14 10:16:48 -07:00

Anarchy Planet web site

This repo is to generate a static site for anarchyplanet.org to replace the existing site. The goal is to generate the site from markdown files by converting the markdown to html and applying minimal styling.

The advantage to this method is that all of the content can be contained in a single directory without being obscured by the rest of the code that's needed to make a website run (such as html). This will (eventually!) make it easy to update content as well as export into other formats or potential website generators.

This informal README will be replaced with an official README with instructions for how to contribute to the site, but first we have to figure out how ourselves! All methods are also open for discussion, the only requirement that notnull hopes for is pure markdown files in a single directory, but sceox is welcome to change publish.sh to a make script. :)

You can see this method in action (maybe! if we didn't break it) at https://testing.anarchyplanet.org.

TODOs

TODO discuss and decide on sections

notnull's proposals for the sections are:

  • home
  • projects (not services)
  • webring (instead of 'others')
  • contact (probably just a mailto: link)

TODO write copy for sections

What rocinante has done on anarchist news is already pretty great. Maybe these could be more verbose, but maybe they are fine the way they are!

TODO we need a favicon