Main /
Pritlog
PRITLOG is an extremely simple, small and powerful blog system. It does not use or need a MYSQL database and fully works based on Sqlite. Sqlite is very similar to flat files and does not need any server setup and comes as default with most PHP5 installations. Just drop Pritlog into your server and it starts running. No separate installation is required. The basic idea is derived from a similar app called PPLOG.
You can see a demo here.
The latest stable release of Pritlog is - Version 0.811
Some significant changes are:
- About block can now handle multi line data.
- Deleting comment resulted in showing a page not found. This is fixed.
- Page entries will not have option for comments. This will enable a CMS like operation.
- The default login session timeout has been changed to never timeout. This can be changed in the admin panel.
- Refreshing the page after submitting a comment or a new post was causing duplicate entries to be posted. This could lead to easy spamming. This has been fixed.
- Global privacy option has been added to control the privacy of the blog posts.
- Draft option has been added to posts. Users can keep a post as draft and only they and the admin of the site will be able to see the post.
Some users have reported some bugs with this version. The next version 0.812 will be released within a couple of weeks and will fix these bugs.
You can download it here.
