From: Andy J. <and...@us...> - 2003-08-21 14:30:53
|
andy_jefferson 03/08/21 04:52:41 Modified: sdocbook/xdocs index.xml Log: Updated character in "Teamlosungen" so that "maven site" doesnt give a "UTF error in 2nd byte" Revision Changes Path 1.2 +1 -1 maven-plugins/sdocbook/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 11 Dec 2002 16:06:43 -0000 1.1 +++ index.xml 21 Aug 2003 11:52:41 -0000 1.2 @@ -31,7 +31,7 @@ <p> And last but not least - thanks to - <a href="http://www.together.at">Together Teamlösungen</a> for + <a href="http://www.together.at">Together Teamlosungen</a> for their support of Open Source Software and their contributions such as <a href="http://www.enhydra.org">Enhydra Application Server 5.0 ("Aonyx")</a> and a couple of Maven plugins. |
From: Per O. <per...@us...> - 2004-04-12 14:52:14
|
perolesen 04/04/12 07:38:25 Modified: sdocbook/xdocs index.xml Log: added history section and removed usage of Simplified term Revision Changes Path 1.3 +21 -4 maven-plugins/sdocbook/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 21 Aug 2003 11:52:41 -0000 1.2 +++ index.xml 12 Apr 2004 14:38:25 -0000 1.3 @@ -2,18 +2,19 @@ <document> <properties> - <title>Maven Simplified DOCBOOK Plug-in</title> + <title>Maven DOCBOOK Plug-in</title> <author email="sie...@it...">Siegfried Goeschl</author> + <author email="po...@no...">Per Olesen</author> </properties> <body> - <section name="Maven Simplified DOCBOOK Plug-in"> + <section name="Maven DOCBOOK Plug-in"> <p> This plugin uses Apache FO processor to create PDF or HTML - from Simplified DOCBOOK directly, i.e. without creating an + from DOCBOOK directly, i.e. without creating an intermediate XDOC file as it is done with the current - DocBook plugin + DocBook plugin. </p> <p> @@ -39,6 +40,22 @@ </section> + <section name="A bit of history"> + <p> + This plugin was originally developed by Siegfried Goeschl (wdsgoe) in the year 2002, + and Siegfried has been the main developer up until v1.3 (as far as I know). + I think the initial goal of this plugin was to process documents written in Simplified DOCBOOK, hence the + name "sdocbook". But stylesheets used for transforming the sources are actually for the full DOCBOOK + (the XML DTD version). So, despite its name, it does <em>not</em> only handle simplified docbook, + but the full (xml) docbook (or, as full as the XSL stylesheets currently implements DocBook XSL :-). + </p> + <p> + From the 1.4 version, we tried to drop the "Simplified" term, though it might still appear here and there. + It is a bit too much work and trouble for existing users, to actually change the name of the plugin + from sdocbook (also remembering, that there already is another plugin called 'docbook' :-). + So, we keep the name 'sdocbook'. + </p> + </section> </body> </document> |
From: Carlos S. <car...@us...> - 2004-12-29 22:22:40
|
carlossg 04/12/29 14:22:34 Modified: sdocbook/xdocs index.xml Log: Revision Changes Path 1.5 +4 -0 maven-plugins/sdocbook/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 13 Apr 2004 21:27:00 -0000 1.4 +++ index.xml 29 Dec 2004 22:22:33 -0000 1.5 @@ -55,6 +55,10 @@ from sdocbook (also remembering, that there already is another plugin called 'docbook' :-). So, we keep the name 'sdocbook'. </p> + <p> + In newer versions we'll try to move the name to "docbook", as the old "docbook" plugin is no longer + mantained. + </p> </section> </body> |
From: Carlos S. <car...@us...> - 2005-01-01 23:35:09
|
carlossg 05/01/01 15:35:02 Modified: sdocbook/xdocs index.xml Log: Added Projects using this plugin Revision Changes Path 1.6 +10 -0 maven-plugins/sdocbook/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 29 Dec 2004 22:22:33 -0000 1.5 +++ index.xml 1 Jan 2005 23:35:02 -0000 1.6 @@ -40,6 +40,16 @@ </section> + <section name="Projects using this plugin"> + <p> + Two projects are using the latest features of this plugin, including stylesheet customization. + <ul> + <li><a href="http://oness.sourceforge.net">ONess</a></li> + <li><a href="http://acegisecurity.sourceforge.net">Acegi Security System for Spring</a></li> + </ul> + </p> + </section> + <section name="A bit of history"> <p> This plugin was originally developed by Siegfried Goeschl (wdsgoe) in the year 2002, |