public
Description: Documentation for the Recess PHP Framework
Homepage: http://www.recessframework.org/
Clone URL: git://github.com/recess/the-book-of-recess.git
KevBurnsJr (author)
Fri Aug 14 15:19:23 -0700 2009
recess (committer)
Fri Aug 14 18:45:48 -0700 2009
commit  d450455fcf91340c4f78c6e6c178a1c2071ca0da
tree    60c16e5269441283b245b691a9e595614b3ae114
parent  ef30f0a224f4b002b1cf326d5e53b65fb2c2ecda
name age message
file .gitignore Tue May 19 07:17:43 -0700 2009 Moving annotations content from plugins & exten... [KrisJordan]
file 01-introduction.xml Fri May 08 21:41:39 -0700 2009 Initial commit, laying out docbook structure. N... [unknown]
directory 01-introduction/ Sun May 17 19:32:30 -0700 2009 Fixing validation against DocBook schemas [KrisJordan]
file 02-getting-started.xml Sun May 17 19:32:30 -0700 2009 Fixing validation against DocBook schemas [KrisJordan]
directory 02-getting-started/ Fri Aug 14 18:45:44 -0700 2009 Text within 'indexterm' and 'primary' tags is n... [KevBurnsJr]
file 03-writing-an-app.xml Sun May 17 19:32:30 -0700 2009 Fixing validation against DocBook schemas [KrisJordan]
file 04-the-recess-framework.xml Mon May 11 12:57:49 -0700 2009 Imported the rest of existing content on Models... [KrisJordan]
directory 04-the-recess-framework/ Fri Aug 14 18:45:48 -0700 2009 missing word a Signed-off-by: Recess PHP Frame... [KevBurnsJr]
file 05-deploying-recess-apps.xml Fri May 08 21:41:39 -0700 2009 Initial commit, laying out docbook structure. N... [unknown]
directory 05-deploying-recess-apps/ Sun May 17 19:32:30 -0700 2009 Fixing validation against DocBook schemas [KrisJordan]
file 06-contributing-to-recess.xml Sun May 10 21:42:16 -0700 2009 Tweaks to content including more index terms. [KrisJordan]
directory 06-contributing-to-recess/ Fri Aug 07 13:40:57 -0700 2009 Added instructions for working with a GitHub fork. [KrisJordan]
file README.textile Sun May 10 21:44:58 -0700 2009 Updated README.textile with installation and pu... [KrisJordan]
directory imgs/ Sun May 10 19:36:57 -0700 2009 Pulling in content for installation and basic s... [KrisJordan]
directory scripts/ Wed Jun 03 16:05:28 -0700 2009 Working through Wrappable methods. Not quite th... [KrisJordan]
directory style/ Wed May 13 14:08:26 -0700 2009 Changed code figures to examples, tweaked CSS. [KrisJordan]
file the-book-of-recess.xml Wed May 13 14:39:05 -0700 2009 Changing name of base docbook script. [KrisJordan]
directory xsl/ Tue May 12 16:16:54 -0700 2009 Added styling to generated docs. [KrisJordan]
README.textile

Recess PHP Framework Docbook Repository

Prerequisite: Java

Installing Publishing Tools

Run the following bash scripts from within the recess-docbook directory:

  1. ./scripts/install.sh
  2. ./scripts/publish.sh

This will install Xalan, Apache FOP, and DocBook XSL stylesheets.