Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sternenseemann/sternenblog

file based CGI blog software written in C
https://github.com/sternenseemann/sternenblog

blog c cgi http web

Last synced: about 1 month ago
JSON representation

file based CGI blog software written in C

Awesome Lists containing this project

README

        

# sternenblog

🌟blog β€” file based CGI blog software

## user documentation

sternenblog is documented in `sternenblog.cgi(1)` which you can read using
`man -l doc/man/man1/sternenblog.cgi.1`. A rendered version for your
web browser will be added soonβ„’.

## configuration and building

configuration of sternenblog is static and done in
`config.h` and `config.mk`. After configuring you
can compile the CGI application and (optionally)
install it:

```
make
make install # default installation to /usr/local/share/sternenblog
```

the possible customizations are detailed in the
[user documentation](#user%20documentation).

## templating and development

templating is unstable at the moment. for the current state
you have to refer to `core.h` and `template.h`.

you can generate documentation from all source files using `make doc`
which requires `doxygen` to be installed.

outstanding tasks are managed using [t](https://hg.stevelosh.com/t)
and stored in [`TODO`](./TODO). The format is also text editor friendly.