Sat, 26 Apr 2008

2:13 PM - New version of Just Journal

I just published an updated version of just journal. I've been working on it for awhile, but just got an opportunity to finish it.

Changes:

Half the code for tags is now implemented. You can see the tag place holders. I need to add the code to add tags when submitting a blog entry next.

Just Journal now supports RSD (Really Simple Discovery). This should allow some blogging clients to "find" the xml-rpc interfaces (like blogger api) on Just Journal.

The stats on the front page now using fixed floating point numbers so it should be much closer to adding up to 100% for public/private/friends entries. I made use of the String.format method in java.

There are some fixes for Dashboard users. Entries now assume you want comments, and emails on comments for entries.

Some error messages were fixed and I've added more logging on the comment feature to track down some bugs that seem to randomly manifest themselves.


tags: justjournal software blog

()

Sat, 13 Mar 2010

2:30 PM - Just Journal 2.0

I finally started on version 2.0 of this website.  The new version is going to be a partial rewrite.  It will still be open source and in Java though. I'm working on it via a private git repository right now.  Until I get the structure just right, it's easier than CVS.  

I have several goals in mind:

1. Pictures will be stored on the file system, allowing them to be larger and post processed if needed. 

2. Video storage (although don't expect youtube quality because i just don't know how to do that)

3. Exports.. i've promised this for years, but I want to allow exporting via XML in addition to the RTF and PDF formats now. This also allows users to backup their own blogs.

4. Portability.  Just Journal effectively runs on Tomcat right now with a very specific configuration. I want to get it it usable on other domains, platforms, and maybe even databases.  I like MySQL, but it's future is uncertain with the Oracle acquisition.  

5. Ajax.  I may not go crazy with this, but I've had to learn a lot of AJAX with Dojo for work in the last year and I might as well experiment with it here. 

6. Improved mobile accessibility.

tags: blog future journal java just software

()