public
Fork of jrockway/angerwhale
Description:
Homepage: http://warpedreality.org
Clone URL: git://github.com/arcanez/angerwhale.git
name age message
file .gitignore Thu May 17 17:57:56 -0700 2007 add support for building a TAGS table [jrockway]
file Changes Sun Nov 25 00:10:16 -0800 2007 bump version to 0.062; update Changelog [jrockway]
file INSTALL Wed Nov 07 11:39:23 -0800 2007 add INSTALL doc [jrockway]
file MANIFEST.SKIP Wed Apr 11 19:37:52 -0700 2007 improve SKIP rules [jrockway]
file Makefile.PL Sat May 23 09:56:58 -0700 2009 changes due to catalyst upgrade and moving from... [arcanez]
file README Sat May 26 17:30:19 -0700 2007 warn about "make install" in the README [jrockway]
file angerwhale.yml Sat May 23 09:59:00 -0700 2009 some basic layout changes [arcanez]
directory contrib/ Sun Jul 15 03:44:20 -0700 2007 add an example of using the JSON feed [jrockway]
directory lib/ Wed May 27 13:13:33 -0700 2009 escape # for usage in urls [arcanez]
directory root/ Sat May 23 09:59:00 -0700 2009 some basic layout changes [arcanez]
directory script/ Sat May 23 09:56:58 -0700 2009 changes due to catalyst upgrade and moving from... [arcanez]
directory t/ Thu Dec 13 18:49:27 -0800 2007 Revert "fix the two-lines-after-paragraph bug" ... [jrockway]
README
This is Angerwhale, a Catalyst-based blogging package.  Run
Makefile.PL and make test to get all the dependencies (and make sure
they work), and then run script/angerwhale_server.pl and visit
localhost:3000 to try it out.  If you want to "productionize" Angerwhale,
running "make install" is probably not what you want to do.  Please
refer to the Catalyst manual, and deploy Angerwhale as you see fit.

* AGAIN: RUNNING "MAKE INSTALL" IS PROBABLY NOT WHAT YOU WANT TO DO