You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(14) |
Mar
(107) |
Apr
(211) |
May
(93) |
Jun
(158) |
Jul
(159) |
Aug
(368) |
Sep
(188) |
Oct
(151) |
Nov
(115) |
Dec
(98) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(25) |
Feb
|
Mar
(33) |
Apr
(28) |
May
(116) |
Jun
(2) |
Jul
(117) |
Aug
(19) |
Sep
(9) |
Oct
(2) |
Nov
|
Dec
(4) |
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(9) |
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
(22) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(267) |
Sep
|
Oct
|
Nov
(6) |
Dec
(512) |
| 2008 |
Jan
(187) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bruce M. <br...@mc...> - 2003-08-10 04:49:18
|
This would probably be a good job for the Scripting stage... Write some nice javascript that saves the document (prior to sending it) and then placing the response as attribute on the document and restoring the original content. No need to write a new pipeline stage. The Scripting stage is really *VERY* powerful and the interpreted Javascript runs very quickly... Its worth investigating. regards, Bruce. On Saturday 09 August 2003 09:04 pm, David Glick wrote: > Hello to the great and powerful list, > > I am writing a soap document to a web service and getting a response. I > want to accept the response and add it as an attribute to the original > document. What is the best way to do this? I can create a new stage based > on the SoapWriter, but if Babeldoc already has some mechanism to do this, > I'd rather use it. > > > Thanks, > > David |
|
From: Bruce M. <br...@mc...> - 2003-08-10 04:46:03
|
It used to print the ticket number - maybe we can reinstate this behavior? Another way is the list all the "new tickets" in the journal - you then choose the most recent. This wont help in some high throughput situations. On Saturday 09 August 2003 09:29 pm, David Glick wrote: > When I run the process tool, there is no ticket information printed. How > can I get the ticket number to output? > > > Thanks, > > David |
|
From: David G. <dg...@co...> - 2003-08-10 01:19:03
|
When I run the process tool, there is no ticket information printed. How can I get the ticket number to output? Thanks, David -- David Glick Transmit Consulting, Inc 619-475-4052 dg...@tr... |
|
From: David G. <dg...@co...> - 2003-08-10 00:53:38
|
Hello to the great and powerful list, I am writing a soap document to a web service and getting a response. I want to accept the response and add it as an attribute to the original document. What is the best way to do this? I can create a new stage based on the SoapWriter, but if Babeldoc already has some mechanism to do this, I'd rather use it. Thanks, David -- David Glick Transmit Consulting, Inc 619-475-4052 dg...@tr... |
|
From: <tr...@us...> - 2003-08-09 15:36:29
|
Update of /cvsroot/babeldoc/www.babeldoc.com/html In directory sc8-pr-cvs1:/tmp/cvs-serv20877 Modified Files: about.html index.html main.html sidebar.html site.css Log Message: Index: about.html =================================================================== RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/about.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** about.html 9 Aug 2003 04:15:32 -0000 1.1.1.1 --- about.html 9 Aug 2003 15:36:26 -0000 1.2 *************** *** 1,23 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> <TITLE>babeldoc: Universal Document Processor</TITLE> ! <link href="site.css" rel="stylesheet" media="screen"> ! <style type="text/css" media="screen"><!----></style> </HEAD> ! <BODY> <table width="500" border="0" cellspacing="0" cellpadding="0" height="500"> <tr> <td align="left" valign="top"><br> <br> ! <i><b>What is babeldoc? </b></i> <ul> <li>is a Java framework for processing documents in linear stages. <li>tracks documents and can reintroduce documents back into into the pipelines. - <li>is monitorable and configurable through a number of interfaces. ! ! <li>can be run standalone, in server processes or in application servers. <li>can be reconfigured dynamically by text files and database tables. <li>Is ready for the web services revolution. </ul> <p><i><b>What babeldoc is not? </b></i></p> <ul> --- 1,23 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> <TITLE>babeldoc: Universal Document Processor</TITLE> ! <link href="site.css" rel="stylesheet" media="screen"></link> ! <style type="text/css" media="screen"></style> </HEAD> ! <BODY> <table width="500" border="0" cellspacing="0" cellpadding="0" height="500"> <tr> <td align="left" valign="top"><br> <br> ! <span class="Question">What is babeldoc? </span> <ul> <li>is a Java framework for processing documents in linear stages. <li>tracks documents and can reintroduce documents back into into the pipelines. <li>is monitorable and configurable through a number of interfaces. ! <li>can be run standalone, in server processes or in application servers. ! <li>can be reconfigured dynamically by text files and database tables. ! <li>Is ready for the web services revolution. </ul> <p><i><b>What babeldoc is not? </b></i></p> <ul> *************** *** 25,29 **** <li>is not an application server <li>is not a word processor. - </ul> <p><i><b>How can babeldoc assist you? </b></i></p> --- 25,28 ---- Index: index.html =================================================================== RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.html 9 Aug 2003 04:15:32 -0000 1.1.1.1 --- index.html 9 Aug 2003 15:36:26 -0000 1.2 *************** *** 1,3 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> --- 1,3 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> Index: main.html =================================================================== RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/main.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.html 9 Aug 2003 04:15:32 -0000 1.1.1.1 --- main.html 9 Aug 2003 15:36:26 -0000 1.2 *************** *** 1,3 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> --- 1,3 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> *************** *** 11,27 **** <td><br><br></td> </tr> ! <tr><td align="center" valign="top"><span class="important">babeldoc: universal document processor</span> ! <p>The <a href="http://www.opensource.org">Open Source</a> tool for business-to-business and systems-integrators and enterprises wishing to connect data and documents centers. Babeldoc is intended for systems integrators and EAI projects.</p> ! <p></p> ! <p><b>This just in:</b></p> ! <p>Babeldoc <a href="http://www.theserverside.com/home/thread.jsp?thread_id=19090&article_count=28">discussions</a> at the <a href="http://www.theserverside.com">TheServerSide</a></p> ! <p></p> ! </td> ! <td align="center" valign="middle"><img src="images/babeldoc-small.png" alt="" width="200" height="280" border="0"></td> </tr> ! <tr> <td align="center" valign="middle" colspan="2"></td> </tr> ! <tr><td colspan="2"> ! <br><br></td> </tr> ! <tr> <td align="center" valign="middle"colspan="2"><img src="images/powered-by-velocity.gif" alt="Powered By Velocity"><img src="images/apache_pb.gif" alt="Powered By Apache"></td> </tr> </table> </BODY> --- 11,39 ---- <td><br><br></td> </tr> ! <tr> ! <td align="center" valign="top"> ! <h1>babeldoc: universal document processor</h1> ! <p>The <a href="http://www.opensource.org">Open Source</a> tool for business-to-business and systems-integrators and enterprises wishing to connect data and documents centers. Babeldoc is intended for systems integrators and EAI projects.</p> ! <p></p> ! <p><b>This just in:</b></p> ! <p>Babeldoc <a href="http://www.theserverside.com/home/thread.jsp?thread_id=19090&article_count=28">discussions</a> at the <a href="http://www.theserverside.com">TheServerSide</a></p> ! <p></p> ! </td> ! <td align="center" valign="middle"><img src="images/babeldoc-small.png" alt="" width="200" height="280" border="0"></td> </tr> ! <tr> ! <td align="center" valign="middle" colspan="2"></td> ! </tr> ! <tr> ! <td colspan="2"> ! <br><br> ! </td> ! </tr> ! <tr> ! <td align="center" valign="middle"colspan="2"> ! <a href="http://jakarta.apache.org/velocity"><img src="images/powered-by-velocity.gif" alt="Powered By Velocity"></a> ! <a href="http://http.apache.org"><img src="images/apache_pb.gif" alt="Powered By Apache"></a> ! </td> ! </tr> </table> </BODY> Index: sidebar.html =================================================================== RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/sidebar.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sidebar.html 9 Aug 2003 04:15:32 -0000 1.1.1.1 --- sidebar.html 9 Aug 2003 15:36:26 -0000 1.2 *************** *** 1,3 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> --- 1,3 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> Index: site.css =================================================================== RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/site.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** site.css 9 Aug 2003 04:15:32 -0000 1.1.1.1 --- site.css 9 Aug 2003 15:36:26 -0000 1.2 *************** *** 1,2 **** ! BODY { font-family: Arial, Helvetica; list-style-type: disc } ! .important { color: red; font-weight: bold; font-size: x-large; line-height: -50pt; background-color: transparent } --- 1,79 ---- ! P.note { ! font-family: Helvetica,Arial; ! } ! H3.note { ! font-family: Helvetica,Arial; ! font-weight: bold; ! font-size: 12; ! } ! ! .productname { ! text-transform: none; ! font-variant: small-caps; ! text-decoration: underline ! } ! ! BODY { ! font-family: Verdana, Helvetica, Arial, sans-serif; ! font-size: 10pt; ! background-color: #fffdf0; ! padding-left: 20px ! } ! ! div.toc { ! background-color: #eeeeee; ! border: 1px dotted #333; ! padding-top: 10px; ! padding-left: 20px; ! padding-bottom: 10px; ! padding-right: 20px; ! margin-right: 30px; ! margin-left: 30px; ! margin-bottom: 10px; ! margin-top: 10px; ! } ! ! div.list-of-examples { ! background-color: #eeeeee; ! border: 1px dotted #333; ! padding-top: 10px; ! padding-left: 20px; ! padding-bottom: 10px; ! padding-right: 20px; ! margin-right: 30px; ! margin-left: 30px; ! margin-bottom: 10px; ! margin-top: 10px; ! } ! ! div.chapter { ! border-top-color: black; ! border-top-width: 10px; ! border-top-style: groove; ! padding-top: 20px; ! margin-top: 60px; ! } ! ! b.userinput { ! font-family: 'Andale Mono', Courier, monospace; ! color: #be1b33; ! font-size: 11pt; ! } ! ! tt.computeroutput { ! font-family: 'Andale Mono', Courier, monospace; ! background-color: #eeeeee; ! font-size: 9pt; ! } ! ! tt.computeroutput table.simplelist { ! font-family: 'Andale Mono', Courier, monospace; ! background-color: #eeeeee; ! font-size: 9pt; ! } ! ! div.informaltable table { ! background-color: #eeeeee; ! font-family: Verdana, Helvetica, Arial, sans-serif; ! font-size: 10pt; ! } |
|
From: <tr...@us...> - 2003-08-09 13:37:57
|
Update of /cvsroot/babeldoc/babeldoc/readme/docbook-xsl/extensions In directory sc8-pr-cvs1:/tmp/cvs-serv3911/extensions Removed Files: xalan2.jar Log Message: removed old extensions file --- xalan2.jar DELETED --- |
|
From: <tr...@us...> - 2003-08-09 04:19:24
|
Update of /cvsroot/babeldoc/website/html/xsd In directory sc8-pr-cvs1:/tmp/cvs-serv28481/html/xsd Removed Files: conversion.xsd index.html pipeline.xsd scanner.xsd Log Message: Removed old website --- conversion.xsd DELETED --- --- index.html DELETED --- --- pipeline.xsd DELETED --- --- scanner.xsd DELETED --- |
Update of /cvsroot/babeldoc/website/html/images In directory sc8-pr-cvs1:/tmp/cvs-serv28481/html/images Removed Files: apache_pb.gif babeldoc-small.png index.html pipelines.png powered-by-velocity.gif Log Message: Removed old website --- apache_pb.gif DELETED --- --- babeldoc-small.png DELETED --- --- index.html DELETED --- --- pipelines.png DELETED --- --- powered-by-velocity.gif DELETED --- |
Update of /cvsroot/babeldoc/website/html/icons/small In directory sc8-pr-cvs1:/tmp/cvs-serv28481/html/icons/small Removed Files: README.txt back.gif back.png binary.gif binary.png binhex.gif binhex.png blank.gif blank.png broken.gif broken.png burst.gif burst.png comp1.gif comp1.png comp2.gif comp2.png compressed.gif compressed.png continued.gif continued.png dir.gif dir.png dir2.gif dir2.png doc.gif doc.png forward.gif forward.png generic.gif generic.png generic2.gif generic2.png generic3.gif generic3.png image.gif image.png image2.gif image2.png index.gif index.png key.gif key.png movie.gif movie.png patch.gif patch.png ps.gif ps.png rainbow.gif rainbow.png sound.gif sound.png sound2.gif sound2.png tar.gif tar.png text.gif text.png transfer.gif transfer.png unknown.gif unknown.png uu.gif uu.png Log Message: Removed old website --- README.txt DELETED --- --- back.gif DELETED --- --- back.png DELETED --- --- binary.gif DELETED --- --- binary.png DELETED --- --- binhex.gif DELETED --- --- binhex.png DELETED --- --- blank.gif DELETED --- --- blank.png DELETED --- --- broken.gif DELETED --- --- broken.png DELETED --- --- burst.gif DELETED --- --- burst.png DELETED --- --- comp1.gif DELETED --- --- comp1.png DELETED --- --- comp2.gif DELETED --- --- comp2.png DELETED --- --- compressed.gif DELETED --- --- compressed.png DELETED --- --- continued.gif DELETED --- --- continued.png DELETED --- --- dir.gif DELETED --- --- dir.png DELETED --- --- dir2.gif DELETED --- --- dir2.png DELETED --- --- doc.gif DELETED --- --- doc.png DELETED --- --- forward.gif DELETED --- --- forward.png DELETED --- --- generic.gif DELETED --- --- generic.png DELETED --- --- generic2.gif DELETED --- --- generic2.png DELETED --- --- generic3.gif DELETED --- --- generic3.png DELETED --- --- image.gif DELETED --- --- image.png DELETED --- --- image2.gif DELETED --- --- image2.png DELETED --- --- index.gif DELETED --- --- index.png DELETED --- --- key.gif DELETED --- --- key.png DELETED --- --- movie.gif DELETED --- --- movie.png DELETED --- --- patch.gif DELETED --- --- patch.png DELETED --- --- ps.gif DELETED --- --- ps.png DELETED --- --- rainbow.gif DELETED --- --- rainbow.png DELETED --- --- sound.gif DELETED --- --- sound.png DELETED --- --- sound2.gif DELETED --- --- sound2.png DELETED --- --- tar.gif DELETED --- --- tar.png DELETED --- --- text.gif DELETED --- --- text.png DELETED --- --- transfer.gif DELETED --- --- transfer.png DELETED --- --- unknown.gif DELETED --- --- unknown.png DELETED --- --- uu.gif DELETED --- --- uu.png DELETED --- |
Update of /cvsroot/babeldoc/website/html/icons In directory sc8-pr-cvs1:/tmp/cvs-serv28481/html/icons Removed Files: PythonPowered.png README a.gif a.png alert.black.gif alert.black.png alert.red.gif alert.red.png apache_pb.gif apache_pb.png apacheicon.gif back.gif back.png ball.gray.gif ball.gray.png ball.red.gif ball.red.png binary.gif binary.png binhex.gif binhex.png blank.gif blank.png bomb.gif bomb.png box1.gif box1.png box2.gif box2.png broken.gif broken.png burst.gif burst.png c.gif c.png comp.blue.gif comp.blue.png comp.gray.gif comp.gray.png compressed.gif compressed.png continued.gif continued.png dir.gif dir.png diskimg.gif diskimg.png down.gif down.png dvi.gif dvi.png f.gif f.png folder.gif folder.open.gif folder.open.png folder.png folder.sec.gif folder.sec.png forward.gif forward.png generic.gif generic.png generic.red.gif generic.red.png generic.sec.gif generic.sec.png gnu-head-tiny.jpg hand.right.gif hand.right.png hand.up.gif hand.up.png icon.sheet.gif icon.sheet.png image1.gif image1.png image2.gif image2.png image3.gif image3.png index.gif index.png layout.gif layout.png left.gif left.png link.gif link.png logo.gif mailman.jpg medbutton.png movie.gif movie.png p.gif p.png patch.gif patch.png pdf.gif pdf.png pie0.gif pie0.png pie1.gif pie1.png pie2.gif pie2.png pie3.gif pie3.png pie4.gif pie4.png pie5.gif pie5.png pie6.gif pie6.png pie7.gif pie7.png pie8.gif pie8.png portal.gif portal.png ps.gif ps.png quill.gif quill.png right.gif right.png screw1.gif screw1.png screw2.gif screw2.png script.gif script.png sound1.gif sound1.png sound2.gif sound2.png sphere1.gif sphere1.png sphere2.gif sphere2.png stamp.gif tar.gif tar.png tex.gif tex.png text.gif text.png transfer.gif transfer.png unknown.gif unknown.png up.gif up.png uu.gif uu.png uuencoded.gif uuencoded.png world1.gif world1.png world2.gif world2.png Log Message: Removed old website --- PythonPowered.png DELETED --- --- README DELETED --- --- a.gif DELETED --- --- a.png DELETED --- --- alert.black.gif DELETED --- --- alert.black.png DELETED --- --- alert.red.gif DELETED --- --- alert.red.png DELETED --- --- apache_pb.gif DELETED --- --- apache_pb.png DELETED --- --- apacheicon.gif DELETED --- --- back.gif DELETED --- --- back.png DELETED --- --- ball.gray.gif DELETED --- --- ball.gray.png DELETED --- --- ball.red.gif DELETED --- --- ball.red.png DELETED --- --- binary.gif DELETED --- --- binary.png DELETED --- --- binhex.gif DELETED --- --- binhex.png DELETED --- --- blank.gif DELETED --- --- blank.png DELETED --- --- bomb.gif DELETED --- --- bomb.png DELETED --- --- box1.gif DELETED --- --- box1.png DELETED --- --- box2.gif DELETED --- --- box2.png DELETED --- --- broken.gif DELETED --- --- broken.png DELETED --- --- burst.gif DELETED --- --- burst.png DELETED --- --- c.gif DELETED --- --- c.png DELETED --- --- comp.blue.gif DELETED --- --- comp.blue.png DELETED --- --- comp.gray.gif DELETED --- --- comp.gray.png DELETED --- --- compressed.gif DELETED --- --- compressed.png DELETED --- --- continued.gif DELETED --- --- continued.png DELETED --- --- dir.gif DELETED --- --- dir.png DELETED --- --- diskimg.gif DELETED --- --- diskimg.png DELETED --- --- down.gif DELETED --- --- down.png DELETED --- --- dvi.gif DELETED --- --- dvi.png DELETED --- --- f.gif DELETED --- --- f.png DELETED --- --- folder.gif DELETED --- --- folder.open.gif DELETED --- --- folder.open.png DELETED --- --- folder.png DELETED --- --- folder.sec.gif DELETED --- --- folder.sec.png DELETED --- --- forward.gif DELETED --- --- forward.png DELETED --- --- generic.gif DELETED --- --- generic.png DELETED --- --- generic.red.gif DELETED --- --- generic.red.png DELETED --- --- generic.sec.gif DELETED --- --- generic.sec.png DELETED --- --- gnu-head-tiny.jpg DELETED --- --- hand.right.gif DELETED --- --- hand.right.png DELETED --- --- hand.up.gif DELETED --- --- hand.up.png DELETED --- --- icon.sheet.gif DELETED --- --- icon.sheet.png DELETED --- --- image1.gif DELETED --- --- image1.png DELETED --- --- image2.gif DELETED --- --- image2.png DELETED --- --- image3.gif DELETED --- --- image3.png DELETED --- --- index.gif DELETED --- --- index.png DELETED --- --- layout.gif DELETED --- --- layout.png DELETED --- --- left.gif DELETED --- --- left.png DELETED --- --- link.gif DELETED --- --- link.png DELETED --- --- logo.gif DELETED --- --- mailman.jpg DELETED --- --- medbutton.png DELETED --- --- movie.gif DELETED --- --- movie.png DELETED --- --- p.gif DELETED --- --- p.png DELETED --- --- patch.gif DELETED --- --- patch.png DELETED --- --- pdf.gif DELETED --- --- pdf.png DELETED --- --- pie0.gif DELETED --- --- pie0.png DELETED --- --- pie1.gif DELETED --- --- pie1.png DELETED --- --- pie2.gif DELETED --- --- pie2.png DELETED --- --- pie3.gif DELETED --- --- pie3.png DELETED --- --- pie4.gif DELETED --- --- pie4.png DELETED --- --- pie5.gif DELETED --- --- pie5.png DELETED --- --- pie6.gif DELETED --- --- pie6.png DELETED --- --- pie7.gif DELETED --- --- pie7.png DELETED --- --- pie8.gif DELETED --- --- pie8.png DELETED --- --- portal.gif DELETED --- --- portal.png DELETED --- --- ps.gif DELETED --- --- ps.png DELETED --- --- quill.gif DELETED --- --- quill.png DELETED --- --- right.gif DELETED --- --- right.png DELETED --- --- screw1.gif DELETED --- --- screw1.png DELETED --- --- screw2.gif DELETED --- --- screw2.png DELETED --- --- script.gif DELETED --- --- script.png DELETED --- --- sound1.gif DELETED --- --- sound1.png DELETED --- --- sound2.gif DELETED --- --- sound2.png DELETED --- --- sphere1.gif DELETED --- --- sphere1.png DELETED --- --- sphere2.gif DELETED --- --- sphere2.png DELETED --- --- stamp.gif DELETED --- --- tar.gif DELETED --- --- tar.png DELETED --- --- tex.gif DELETED --- --- tex.png DELETED --- --- text.gif DELETED --- --- text.png DELETED --- --- transfer.gif DELETED --- --- transfer.png DELETED --- --- unknown.gif DELETED --- --- unknown.png DELETED --- --- up.gif DELETED --- --- up.png DELETED --- --- uu.gif DELETED --- --- uu.png DELETED --- --- uuencoded.gif DELETED --- --- uuencoded.png DELETED --- --- world1.gif DELETED --- --- world1.png DELETED --- --- world2.gif DELETED --- --- world2.png DELETED --- |
Update of /cvsroot/babeldoc/website/html In directory sc8-pr-cvs1:/tmp/cvs-serv28481/html Removed Files: about.html bottom.html docs.html favicon.ico index.html main.html sidebar.html site.css Log Message: Removed old website --- about.html DELETED --- --- bottom.html DELETED --- --- docs.html DELETED --- --- favicon.ico DELETED --- --- index.html DELETED --- --- main.html DELETED --- --- sidebar.html DELETED --- --- site.css DELETED --- |
|
From: <tr...@us...> - 2003-08-09 02:14:59
|
Update of /cvsroot/babeldoc/babeldoc In directory sc8-pr-cvs1:/tmp/cvs-serv11952 Modified Files: build.properties Log Message: Index: build.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/build.properties,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** build.properties 8 Aug 2003 13:39:53 -0000 1.14 --- build.properties 9 Aug 2003 02:14:56 -0000 1.15 *************** *** 1,4 **** src = ./src ! babeldoc_version = 1.1.6-dev config = ./config modules = ./modules --- 1,4 ---- src = ./src ! babeldoc_version = 1.1.7-dev config = ./config modules = ./modules |
|
From: <tr...@us...> - 2003-08-09 00:21:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/pipeline/builder
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/gui/src/com/babeldoc/gui/pipeline/builder
Modified Files:
PipelineBuilderModel.java
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: PipelineBuilderModel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/pipeline/builder/PipelineBuilderModel.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** PipelineBuilderModel.java 11 Jun 2003 23:35:38 -0000 1.5
--- PipelineBuilderModel.java 9 Aug 2003 00:21:13 -0000 1.6
***************
*** 126,130 ****
*/
public static String[] getAllPipelineStageTypes() {
! HashMap map = ServiceFactory.getAllServices(PipelineStageType.SERVICE_PREFIX);
Set set = map.keySet();
--- 126,130 ----
*/
public static String[] getAllPipelineStageTypes() {
! Map map = ServiceFactory.getAllServices(PipelineStageType.SERVICE_PREFIX);
Set set = map.keySet();
|
|
From: <tr...@us...> - 2003-08-09 00:21:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/service
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/core/src/com/babeldoc/core/service
Modified Files:
ServiceFactory.java
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: ServiceFactory.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/service/ServiceFactory.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ServiceFactory.java 27 Jun 2003 02:20:00 -0000 1.6
--- ServiceFactory.java 9 Aug 2003 00:21:13 -0000 1.7
***************
*** 72,75 ****
--- 72,76 ----
import java.util.HashMap;
import java.util.Iterator;
+ import java.util.Map;
***************
*** 103,107 ****
* @return
*/
! public static HashMap getAllServices(String serviceType) {
//put dot at the end of type to get prefix
if (!serviceType.endsWith(".")) {
--- 104,108 ----
* @return
*/
! public static Map getAllServices(String serviceType) {
//put dot at the end of type to get prefix
if (!serviceType.endsWith(".")) {
|
|
From: <tr...@us...> - 2003-08-09 00:21:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/core/src/com/babeldoc/core/pipeline/processor
Modified Files:
ProcessorConfigInfo.java
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: ProcessorConfigInfo.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor/ProcessorConfigInfo.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ProcessorConfigInfo.java 8 Aug 2003 23:43:11 -0000 1.1
--- ProcessorConfigInfo.java 9 Aug 2003 00:21:13 -0000 1.2
***************
*** 68,75 ****
--- 68,80 ----
import com.babeldoc.core.option.ConfigInfo;
import com.babeldoc.core.option.ConfigOption;
+ import com.babeldoc.core.option.IConfigInfo;
+ import com.babeldoc.core.service.ServiceFactory;
+ import com.babeldoc.core.service.ServiceException;
+ import com.babeldoc.core.LogService;
import java.util.Collection;
import java.util.ArrayList;
import java.util.Iterator;
+ import java.util.Map;
import java.io.StringWriter;
import java.io.IOException;
***************
*** 147,150 ****
--- 152,177 ----
}
return strWriter.toString();
+ }
+
+ /**
+ * Get all the xml definitions in one humungo xml file
+ *
+ * @return
+ */
+ public static String getAllXml() {
+ Map map = ServiceFactory.getAllServices("PipelineStageProcessor");
+ StringBuffer buffer = new StringBuffer("<processor-defns>\n");
+ for (Iterator iterator = map.keySet().iterator(); iterator.hasNext();) {
+ String name = (String) iterator.next();
+ try {
+ IPipelineStageProcessor obj = (IPipelineStageProcessor)(ServiceFactory.getService("PipelineStageProcessor."+name));
+ buffer.append(obj.getInfo().toXml());
+ } catch (ServiceException e) {
+ LogService.getInstance().logError(e);
+ }
+ }
+ buffer.append("</processor-defns>\n");
+
+ return buffer.toString();
}
}
|
|
From: <tr...@us...> - 2003-08-09 00:21:17
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/core/src/com/babeldoc/core
Modified Files:
Main.java
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: Main.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/Main.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Main.java 27 Jun 2003 02:19:57 -0000 1.8
--- Main.java 9 Aug 2003 00:21:13 -0000 1.9
***************
*** 73,78 ****
import java.lang.reflect.Method;
- import java.util.HashMap;
import java.util.Set;
--- 73,78 ----
import java.lang.reflect.Method;
import java.util.Set;
+ import java.util.Map;
***************
*** 150,154 ****
*/
public static void listCommandServices() {
! HashMap services = ServiceFactory.getAllServices(SERVICE_PREFIX);
if (services != null) {
--- 150,154 ----
*/
public static void listCommandServices() {
! Map services = ServiceFactory.getAllServices(SERVICE_PREFIX);
if (services != null) {
|
|
From: <tr...@us...> - 2003-08-09 00:21:16
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/core/config/pipeline/documentation
Modified Files:
documentation.properties
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: documentation.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation/documentation.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** documentation.properties 8 Aug 2003 23:43:11 -0000 1.3
--- documentation.properties 9 Aug 2003 00:21:13 -0000 1.4
***************
*** 132,154 ****
processorxml.language=javascript
processorxml.script=\
! importClass(Packages.com.babeldoc.core.service.ServiceFactory);\
! importClass(Packages.com.babeldoc.scanner.ScannerWorkerType);\
! importClass(Packages.java.lang.System);\
! var services = ServiceFactory.getAllServices("PipelineStageProcessor");\
! var keyset = services.keySet();\
! var keyiter = keyset.iterator();\
! var bufr = new java.lang.StringBuffer();\
! bufr.append("<processor-defns>\\n");\
! while(keyiter.hasNext()) {\
! var key = keyiter.next();\
! var obj = ServiceFactory.getService("PipelineStageProcessor."+key);\
! if(obj!=null) {\
! var info = obj.getInfo();\
! var xmlfrag = info.toXml();\
! bufr.append(xmlfrag);\
! }\
! }\
! bufr.append("</processor-defns>\\n");\
! document.setBytes(bufr.toString().getBytes());\
document.setMimeType("text/xml");
processorxml.nextStage=processortransform
--- 132,137 ----
processorxml.language=javascript
processorxml.script=\
! importClass(Packages.com.babeldoc.core.pipeline.processor.ProcessorConfigInfo);\
! document.setBytes(ProcessorConfigInfo.getAllXml().getBytes());\
document.setMimeType("text/xml");
processorxml.nextStage=processortransform
|
|
From: <tr...@us...> - 2003-08-09 00:21:16
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/option
In directory sc8-pr-cvs1:/tmp/cvs-serv32256/modules/core/src/com/babeldoc/core/option
Modified Files:
ServiceTypeConfigOptionType.java
Log Message:
More updates to the documentation - less javascript and more java in the documentation pipeline.
Index: ServiceTypeConfigOptionType.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/option/ServiceTypeConfigOptionType.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ServiceTypeConfigOptionType.java 27 Jun 2003 02:19:58 -0000 1.4
--- ServiceTypeConfigOptionType.java 9 Aug 2003 00:21:13 -0000 1.5
***************
*** 69,73 ****
import com.babeldoc.core.service.ServiceFactory;
! import java.util.HashMap;
import java.util.Set;
--- 69,73 ----
import com.babeldoc.core.service.ServiceFactory;
! import java.util.Map;
import java.util.Set;
***************
*** 88,92 ****
public ServiceTypeConfigOptionType(String serviceType) {
if (serviceType != null) {
! HashMap services = ServiceFactory.getAllServices(serviceType);
if (services != null) {
--- 88,92 ----
public ServiceTypeConfigOptionType(String serviceType) {
if (serviceType != null) {
! Map services = ServiceFactory.getAllServices(serviceType);
if (services != null) {
|
|
From: <tr...@us...> - 2003-08-08 23:43:15
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap/lib In directory sc8-pr-cvs1:/tmp/cvs-serv27392/modules/soap/lib Removed Files: dom4j.jar Log Message: Lots of updates to the documentation. The processor documentation is now generated directly from the source code. --- dom4j.jar DELETED --- |
|
From: <tr...@us...> - 2003-08-08 23:43:15
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor In directory sc8-pr-cvs1:/tmp/cvs-serv27392/modules/core/src/com/babeldoc/core/pipeline/processor Modified Files: AsyncPipelineStageProcessor.java IPipelineStageProcessor.java SyncPipelineStageProcessor.java ThreadPooledPipelineStageProcessor.java Added Files: ProcessorConfigInfo.java Log Message: Lots of updates to the documentation. The processor documentation is now generated directly from the source code. --- NEW FILE: ProcessorConfigInfo.java --- /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, * University of Illinois, Urbana-Champaign. * ==================================================================== * * Babeldoc: The Universal Document Processor * * $Header: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor/ProcessorConfigInfo.java,v 1.1 2003/08/08 23:43:11 triphop Exp $ * $DateTime$ * $Author: triphop $ * */ package com.babeldoc.core.pipeline.processor; import com.babeldoc.core.option.ConfigInfo; import com.babeldoc.core.option.ConfigOption; import java.util.Collection; import java.util.ArrayList; import java.util.Iterator; import java.io.StringWriter; import java.io.IOException; import org.dom4j.Document; import org.dom4j.DocumentHelper; import org.dom4j.Element; import org.dom4j.io.OutputFormat; import org.dom4j.io.XMLWriter; /** * Configuration information class for processors. This allows for the * The customization of how pipeline stage documents are handled in a pipeline * * @author bmcdonald * @version 1.1 */ public abstract class ProcessorConfigInfo extends ConfigInfo{ /** * This method returns options that are general to all components * * @return comments */ public Collection getGeneralOptions() { return new ArrayList(); } /** * Return an xmlized version of the of the config info * * @return DOCUMENT ME! */ public String toXml() { Document document = DocumentHelper.createDocument(); // Using dom4j - create the tree Element root = document.addElement("processor-defn"); root.addElement("processor-name").setText(this.getName()); root.addElement("processor-desc").setText(this.getDescription()); // Now do the options for (Iterator iopt = this.getOptions().iterator(); iopt.hasNext();) { ConfigOption option = (ConfigOption) iopt.next(); Element optionElement = root.addElement("processor-option"); optionElement.addElement("option-name").setText(option.getName()); optionElement.addElement("option-desc").setText(option.getDescription()); optionElement.addElement("option-type").setText(option.getType().getName()); Element optionNumber = optionElement.addElement("option-number"); if (option.isComplex()) { if (option.isMandatory()) { optionNumber.setText("1..n"); } else { optionNumber.setText("0..n"); } } else { if (option.isMandatory()) { optionNumber.setText("1..1"); } else { optionNumber.setText("0..1"); } } } OutputFormat outformat = OutputFormat.createPrettyPrint(); outformat.setSuppressDeclaration(true); outformat.setOmitEncoding(true); StringWriter strWriter = new StringWriter(); XMLWriter writer = new XMLWriter(strWriter, outformat); try { writer.write(document); writer.flush(); } catch (IOException e) { e.printStackTrace(); //To change body of catch statement use Options | File Templates. } return strWriter.toString(); } } Index: AsyncPipelineStageProcessor.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor/AsyncPipelineStageProcessor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AsyncPipelineStageProcessor.java 16 Jul 2003 22:45:28 -0000 1.1 --- AsyncPipelineStageProcessor.java 8 Aug 2003 23:43:11 -0000 1.2 *************** *** 67,70 **** --- 67,74 ---- import com.babeldoc.core.pipeline.*; + import com.babeldoc.core.option.IConfigInfo; + import com.babeldoc.core.option.ConfigOption; + import com.babeldoc.core.option.IConfigOptionType; + import com.babeldoc.core.I18n; import java.util.*; *************** *** 191,194 **** --- 195,240 ---- public int getGlobalMaxThreads() { return globalMaxThreads; + } + + + /** + * Get the configuration information for this processor + * + * @return IConfigInfo object + */ + public IConfigInfo getInfo() { + return new ProcessorConfigInfo() { + /** + * This method returns type specific options + * + * @return comments + */ + public Collection getTypeSpecificOptions() { + Collection options = new ArrayList(); + + options.add(new ConfigOption(MAX_THREADS, IConfigOptionType.INTEGER, + null, false, I18n.get("core.pipeline.processor.async.option.maxThreads"))); + + return options; + } + + /** + * Return description of this worker + * + * @return description + */ + public String getDescription() { + return I18n.get("core.pipeline.processor.async.desc"); + } + + /** + * return the name + * + * @return + */ + public String getName() { + return "async"; + } + }; } } Index: IPipelineStageProcessor.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor/IPipelineStageProcessor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IPipelineStageProcessor.java 16 Jul 2003 22:45:28 -0000 1.1 --- IPipelineStageProcessor.java 8 Aug 2003 23:43:11 -0000 1.2 *************** *** 71,74 **** --- 71,75 ---- import com.babeldoc.core.pipeline.IPipelineStageFactory; import com.babeldoc.core.journal.IJournalTicket; + import com.babeldoc.core.option.IConfigurable; import java.util.Collection; *************** *** 81,85 **** * */ ! public interface IPipelineStageProcessor { public static final String PROCESSOR = "processor"; --- 82,87 ---- * */ ! public interface IPipelineStageProcessor ! extends IConfigurable { public static final String PROCESSOR = "processor"; *************** *** 91,95 **** * @return a reference to the pipeline stage * ! * @throws PipelineException DOCUMENT ME! */ public IPipelineStage getPipelineStage(String stageName) --- 93,97 ---- * @return a reference to the pipeline stage * ! * @throws PipelineException */ public IPipelineStage getPipelineStage(String stageName) Index: SyncPipelineStageProcessor.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor/SyncPipelineStageProcessor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SyncPipelineStageProcessor.java 16 Jul 2003 22:45:28 -0000 1.1 --- SyncPipelineStageProcessor.java 8 Aug 2003 23:43:11 -0000 1.2 *************** *** 72,75 **** --- 72,76 ---- import com.babeldoc.core.I18n; import com.babeldoc.core.LogService; + import com.babeldoc.core.option.IConfigInfo; import java.util.*; *************** *** 280,283 **** --- 281,320 ---- } } + } + + /** + * Get the configuration information for this processor + * + * @return IConfigInfo object + */ + public IConfigInfo getInfo() { + return new ProcessorConfigInfo() { + /** + * This method returns type specific options + * + * @return comments + */ + public Collection getTypeSpecificOptions() { + return new ArrayList(); + } + + /** + * Return description of this worker + * + * @return description + */ + public String getDescription() { + return I18n.get("core.pipeline.processor.sync.desc"); + } + + /** + * return the name + * + * @return + */ + public String getName() { + return "sync"; + } + }; } } Index: ThreadPooledPipelineStageProcessor.java =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/src/com/babeldoc/core/pipeline/processor/ThreadPooledPipelineStageProcessor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ThreadPooledPipelineStageProcessor.java 4 Aug 2003 23:46:38 -0000 1.2 --- ThreadPooledPipelineStageProcessor.java 8 Aug 2003 23:43:11 -0000 1.3 *************** *** 68,71 **** --- 68,75 ---- import com.babeldoc.core.pipeline.*; import com.babeldoc.core.LogService; + import com.babeldoc.core.I18n; + import com.babeldoc.core.option.IConfigInfo; + import com.babeldoc.core.option.ConfigOption; + import com.babeldoc.core.option.IConfigOptionType; import java.util.*; *************** *** 134,137 **** --- 138,182 ---- } } + } + + /** + * Get the configuration information for this processor + * + * @return IConfigInfo object + */ + public IConfigInfo getInfo() { + return new ProcessorConfigInfo() { + /** + * This method returns type specific options + * + * @return comments + */ + public Collection getTypeSpecificOptions() { + Collection options = new ArrayList(); + + options.add(new ConfigOption(POOL_SIZE, IConfigOptionType.INTEGER, + null, false, I18n.get("core.pipeline.processor.threadpool.desc"))); + + return options; + } + + /** + * Return description of this worker + * + * @return description + */ + public String getDescription() { + return I18n.get("core.pipeline.processor.threadpool.desc"); + } + + /** + * return the name + * + * @return + */ + public String getName() { + return "threadpool"; + } + }; } } |
|
From: <tr...@us...> - 2003-08-08 23:43:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/lib In directory sc8-pr-cvs1:/tmp/cvs-serv27392/modules/core/lib Added Files: dom4j-full.jar Log Message: Lots of updates to the documentation. The processor documentation is now generated directly from the source code. --- NEW FILE: dom4j-full.jar --- (This appears to be a binary file; contents omitted.) |
|
From: <tr...@us...> - 2003-08-08 23:43:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv27392/modules/core/config/i18n Modified Files: messages.properties Log Message: Lots of updates to the documentation. The processor documentation is now generated directly from the source code. Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** messages.properties 5 Aug 2003 23:49:27 -0000 1.16 --- messages.properties 8 Aug 2003 23:43:11 -0000 1.17 *************** *** 404,406 **** --- 404,412 ---- core.config.light.command.option.t=Track a configuration value through all the configuration files + core.pipeline.processor.sync.desc=Synchronously process the pipeline documents. Each document is processed serially - no new threads are created. + + core.pipeline.processor.async.desc=Asynchronously process the pipeline documents + core.pipeline.processor.async.option.maxThreads=The maximum number of threads that this processor can spawn. The pipeline stage may override this but can never exceed this value. + core.pipeline.processor.threadpool.desc=Asynchronously process the pipeline documents using a threadpool. This is probably the most useful in a multithreaded environment. + core.pipeline.processor.threadpool.option.poolSize=The number of threads in the thread pool. This sets the maximum number of documents to process at one time. |
|
From: <tr...@us...> - 2003-08-08 23:43:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv27392/modules/core/config/pipeline/documentation Modified Files: documentation.properties Added Files: processor2docbook.xsl Log Message: Lots of updates to the documentation. The processor documentation is now generated directly from the source code. --- NEW FILE: processor2docbook.xsl --- <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/processor-defns"> <section> <xsl:apply-templates/> </section> </xsl:template> <xsl:template match="processor-defn"> <section> <title><xsl:value-of select="processor-name"/></title> <para><xsl:value-of select="processor-desc"/></para> <xsl:if test="count(processor-option) > 0"> <informaltable frame="all"> <tgroup cols="4"> <thead> <row> <entry><para>Name</para></entry> <entry><para>Type</para></entry> <entry><para>number</para></entry> <entry><para>description</para></entry> </row> </thead> <tbody> <xsl:apply-templates select="processor-option"/> </tbody> </tgroup> </informaltable> </xsl:if> </section> </xsl:template> <xsl:template match="processor-option"> <row> <entry><para><xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> <xsl:if test="count(option-suboption) > 0"> <xsl:apply-templates select="option-suboption"/> </xsl:if> </xsl:template> <xsl:template match="option-suboption"> <row> <entry><para><xsl:value-of select="../option-name"/>.<xsl:value-of select="option-name"/></para></entry> <entry><para><xsl:value-of select="option-type"/></para></entry> <entry><para><xsl:value-of select="option-number"/></para></entry> <entry><para><xsl:value-of select="option-desc"/></para></entry> </row> </xsl:template> </xsl:stylesheet> Index: documentation.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation/documentation.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** documentation.properties 7 Aug 2003 21:14:57 -0000 1.2 --- documentation.properties 8 Aug 2003 23:43:11 -0000 1.3 *************** *** 22,26 **** callscanners.callStage=documentation.scannerxml callscanners.discardResults=true ! callscanners.nextStage=choose choose.stageType=Router --- 22,31 ---- callscanners.callStage=documentation.scannerxml callscanners.discardResults=true ! callscanners.nextStage=callprocessors ! ! callprocessors.stageType=CallStage ! callprocessors.callStage=documentation.processorxml ! callprocessors.discardResults=true ! callprocessors.nextStage=choose choose.stageType=Router *************** *** 121,122 **** --- 126,163 ---- scannerwriter.nextStage=null scannerwriter.outputFile=readme/userguide/scanners.xml + + # + # Generate the processor xml + processorxml.stageType=Scripting + processorxml.language=javascript + processorxml.script=\ + importClass(Packages.com.babeldoc.core.service.ServiceFactory);\ + importClass(Packages.com.babeldoc.scanner.ScannerWorkerType);\ + importClass(Packages.java.lang.System);\ + var services = ServiceFactory.getAllServices("PipelineStageProcessor");\ + var keyset = services.keySet();\ + var keyiter = keyset.iterator();\ + var bufr = new java.lang.StringBuffer();\ + bufr.append("<processor-defns>\\n");\ + while(keyiter.hasNext()) {\ + var key = keyiter.next();\ + var obj = ServiceFactory.getService("PipelineStageProcessor."+key);\ + if(obj!=null) {\ + var info = obj.getInfo();\ + var xmlfrag = info.toXml();\ + bufr.append(xmlfrag);\ + }\ + }\ + bufr.append("</processor-defns>\\n");\ + document.setBytes(bufr.toString().getBytes());\ + document.setMimeType("text/xml"); + processorxml.nextStage=processortransform + + processortransform.stageType=XslTransform + processortransform.nextStage=processorwriter + processortransform.transformationFile=pipeline/documentation/processor2docbook.xsl + + processorwriter.stageType=FileWriter + processorwriter.nextStage=null + processorwriter.outputFile=readme/userguide/processors.xml + |
|
From: <tr...@us...> - 2003-08-08 23:43:14
|
Update of /cvsroot/babeldoc/babeldoc/readme
In directory sc8-pr-cvs1:/tmp/cvs-serv27392/readme
Modified Files:
style.css userguide.xml
Log Message:
Lots of updates to the documentation. The processor documentation is now generated directly from the source code.
Index: style.css
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** style.css 7 Aug 2003 21:14:57 -0000 1.1
--- style.css 8 Aug 2003 23:43:11 -0000 1.2
***************
*** 15,19 ****
BODY {
! font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
background-color: #fffdf0;
--- 15,19 ----
BODY {
! font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
background-color: #fffdf0;
***************
*** 56,72 ****
b.userinput {
! font-family: "Courier New", Courier;
color: #be1b33;
}
! b.userinput tt p {
! margin-top: -.1em;
! margin-bottom: -.1em;
! font-size: 11;
}
! tt.computeroutput p {
! margin-top: -.1em;
! margin-bottom: -.1em;
! font-size: 11;
! }
\ No newline at end of file
--- 56,79 ----
b.userinput {
! font-family: 'Andale Mono', Courier, monospace;
color: #be1b33;
+ font-size: 11pt;
}
! tt.computeroutput {
! font-family: 'Andale Mono', Courier, monospace;
! background-color: #eeeeee;
! font-size: 9pt;
}
! tt.computeroutput table.simplelist {
! font-family: 'Andale Mono', Courier, monospace;
! background-color: #eeeeee;
! font-size: 9pt;
! }
!
! div.informaltable table {
! background-color: #eeeeee;
! font-family: Verdana, Helvetica, Arial, sans-serif;
! font-size: 10pt;
! }
Index: userguide.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/userguide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** userguide.xml 8 Apr 2003 03:04:50 -0000 1.3
--- userguide.xml 8 Aug 2003 23:43:11 -0000 1.4
***************
*** 11,14 ****
--- 11,15 ----
<!ENTITY pipelinestages SYSTEM "pipelinestages.xml">
<!ENTITY scanners SYSTEM "scanners.xml">
+ <!ENTITY processors SYSTEM "processors.xml">
]>
|
|
From: <tr...@us...> - 2003-08-08 13:39:56
|
Update of /cvsroot/babeldoc/babeldoc In directory sc8-pr-cvs1:/tmp/cvs-serv25907 Modified Files: build.properties Log Message: Release 1.1.6-dev Index: build.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/build.properties,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.properties 30 Jul 2003 23:17:29 -0000 1.13 --- build.properties 8 Aug 2003 13:39:53 -0000 1.14 *************** *** 1,4 **** src = ./src ! babeldoc_version = 1.1.5-dev config = ./config modules = ./modules --- 1,4 ---- src = ./src ! babeldoc_version = 1.1.6-dev config = ./config modules = ./modules |