An open API service indexing awesome lists of open source software.

https://github.com/coignard/weblog

A stupidly simple plain text-based blog engine. No HTML, CSS, or JS included.
https://github.com/coignard/weblog

blog php plaintext weblog

Last synced: 3 months ago
JSON representation

A stupidly simple plain text-based blog engine. No HTML, CSS, or JS included.

Awesome Lists containing this project

README

          

Weblog
======

A minimalistic, plain text-based blog engine written in PHP, inspired by
the simplicity and structure of the RFC format. No HTML, CSS, or JS
included. The blog engine does not require a database to function.

I created this project to run my personal weblog, so you can check out the
project in action on my personal website:

https://renecoignard.com/archive/weblog/

This source code is licensed under the GNU AGPLv3+. See the COPYING file
for more details.