about summary refs log tree commit diff
path: root/README.md
blob: 80bffec678334c44894f472db244914957f7a05d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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.