public
Description: Qublog is a personal work journal.
Homepage: http://qublog.net
Clone URL: git://github.com/zostay/qublog.git
qublog /
name age message
file .gitignore Mon Oct 12 07:51:06 -0700 2009 Hide the directory where I throw backup DBs [zostay]
file AUTHORS Sat Sep 06 19:25:25 -0700 2008 Importing the first distributed version of Qublog. [zostay]
file Changes Tue Oct 20 05:46:39 -0700 2009 Initial commit of the Catalyst port This is ve... [zostay]
file LICENSE Wed Oct 28 07:36:03 -0700 2009 Installing the GNU Affero General Public Licens... [zostay]
file META.yml Wed Nov 04 08:49:25 -0800 2009 Moving/updating the Catalyst makefile over the ... [zostay]
file Makefile.PL Loading commit data...
file README Wed Nov 04 08:49:55 -0800 2009 Updating the README [zostay]
directory doc/ Mon Oct 12 07:48:06 -0700 2009 Some thoughts on CRUD I might use [zostay]
directory inc/
directory lib/
file qublog_server.conf
directory root/ Fri Nov 06 06:08:16 -0800 2009 Focus on the title box when empty rather than t... [zostay]
directory script/ Tue Oct 20 05:46:39 -0700 2009 Initial commit of the Catalyst port This is ve... [zostay]
directory sql/ Mon Nov 02 07:45:47 -0800 2009 Adding a missing SQL upgrade file [zostay]
directory t/ Wed Nov 04 08:49:56 -0800 2009 Removing the test suite for Jifty [zostay]
README
# BASIC INSTALLATION INSTRUCTIONS

I'm aiming for this to work:

    perl Makefile.PL
    make
    make install

If you do that, it should install the requirements for this (Catalyst,
DBIx::Class, etc.) you can run:

    bin/qublog_server_server.pl

This is not well-tested though. Help wanted.