Read via the RSS feed

Read Online:

The name 'picoblog' is a parody of the concept of microblogging. See The post about picoblog for more information about picoblogging. Source code here

Makefile duct tape[permalink][rss]

Using a makefile to write new posts. I'm almost surprised my checks to kill the script if the SAPI != "cli" even works with this many layers of scripts calling scripts calling scripts.

Makefile:

new: 
php -r 'include "sqlite.php"; new_post();'

2024-10-20 21:34:03 #php