Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sternenseemann/sternenblog
- Owner: sternenseemann
- Created: 2014-08-02T19:00:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T22:40:12.000Z (over 3 years ago)
- Last Synced: 2023-08-05T11:13:17.677Z (over 1 year ago)
- Topics: blog, c, cgi, http, web
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.