Skip to content

shamotj/Microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microblog

Small PHP library for managing blog posts in file based format. Each post is in its own file with specified format. I put this together to be able to manage blog without use of database.

YYYY-MM-DD_[post_title].[type]

Where:

  • YYYY-MM-DD is date of post creation (or any other date).
  • post_title can be any name supported by filesystem. So be careful for chars like ! or ? etc.
  • type says in which format we should expect file content. It may be generally any supported format. For beggining there is support for .html, .md ad .texy.

About

Microblog classes for file based blogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages