Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 808 Bytes

sternenblog

sternenblog is a blogging engine written in C intended to work with CGI.

How to blog with it?

  • In config.h set the constants to your custom values
  • In the Makefile set TEMPLATE to your template (see below)
  • run make
  • symlink/move ./blog somewhere where your webserver will execute it as CGI script
  • blogpost are stored in BLOG_DIR (defined in config.h) the must be named like this: YYYY-MM-DD-HH-MM-title
  • the RSS Feed ist located at http://your-server.com/cgi-bin/blog/rss.xml

writing templates

See template.h, blogdefs.h and simple.c. (more detailed documentation is coming soon)

Is it anyhow useful?

Oh yes. And it will take you to the stars! 🌠