Hari's Corner
Humour, comics, tech, law, software, reviews, essays, articles and HOWTOs intermingled with random philosophy now and thenBlog software update: commenting system
Filed under:
My software by
Hari
Posted on Thu, Oct 9, 2008 at 11:03 IST (last updated: Thu, Oct 30, 2008 @ 07:20 IST)
- Separate draft and publish modes with separate drafts management section.
- Optional parsing of smilies in posts as smilie images.
- Pseudo-clean URL support for entries based on "stub" (e.g. entry.php/this-is-an-entry)
- Ability to make an entry "featured" - that is have it displayed permanently in the sidebar. This can also double up as a "static page" feature.
- Optional anti-spam CAPTCHA to prevent spambots (which is highly recommended).
- Ability to disable/close commenting on a per-article basis.
- Ability to hide the list of comments on a per-article basis (while still allowing comment submission for that article).
- Optional (global) moderation of individual comments.
- HTML disallowed, but smilies parsed in comments.
Comments closed
The blog owner has closed further commenting on this entry.
4 comment(s)
Comment by RT Cunningham (visitor) on Fri, Oct 10, 2008 @ 18:47 IST #
For database, I'm using PDO with the SQLite 3 driver.
Comment by hari (blog owner) on Fri, Oct 10, 2008 @ 21:00 IST #
I'm actually working on a MySQL database project and I'm looking for a good abstraction (not extraction, duh) layer. I don't like what I've found so far. I may have to write custom functions, which isn't pleasant either.
Comment by RT Cunningham (visitor) on Fri, Oct 10, 2008 @ 21:11 IST #
Comment by hari (blog owner) on Fri, Oct 10, 2008 @ 22:03 IST #