Total Pageviews

Friday 12 October 2012

一个基于java的博客程序-jblog

There is a simple "deploy.xml" ant script to install jblog.war into a jsp container. Install in 4 steps
  1. Just download; deploy.xml, jblog.war, templates.zip
  2. edit deploy.xml and set four variables (publish directory, and jsp info)
  3. deploy using ant, "ant -f deploy.xml"
  4. use your web browser to access the application
Enjoy! (You will probably want to edit the template index.html to reflect your own look and feel.)

 http://jblog.sourceforge.net/download.html
http://jblog.sourceforge.net/howitworks.html

from http://jblog.sourceforge.net/