Skip to content

code-monkeys/sternenblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🌠

About

file based blog written in C

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • Objective-C 5.3%
  • Makefile 1.4%