Journal Re-Write

By · · 1 min read

I’ve been developing this journal software over a period of a few months and have been adding features as time passes.

Over time the codebase to the Journal had gotten quite messy. The entire journal code was in one large (321 line) file.

I’ve spent the past day rewriting the journal software. Now the journal software is modular, easier to configure and is template based - previously the layout and all configuration options were hard coded.

I’ve also added a comments feature. This allows visitors to comment on a particular journal entry and is a feature commonly found in journal/blog software.

With the new code structure and easier configuration I could potentially release the software (most likely free of charge). What do you think? Leave your comments! :-)