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: Santi B. <san...@us...> - 2007-12-11 00:38:31
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/build/com/babeldoc/conversion/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17594/modules/conversion/build/com/babeldoc/conversion/pipeline/stage Removed Files: XlsToXmlPipelineStage$1.class FlatToXmlPipelineStage.class FlatToXmlPipelineStage$1.class XlsToXmlPipelineStage.class Log Message: Minor update. Project reorganization. --- FlatToXmlPipelineStage.class DELETED --- --- FlatToXmlPipelineStage$1.class DELETED --- --- XlsToXmlPipelineStage$1.class DELETED --- --- XlsToXmlPipelineStage.class DELETED --- |
From: Santi B. <san...@us...> - 2007-12-11 00:37:47
|
Update of /cvsroot/babeldoc/babeldoc/modules/web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17219/modules/web Modified Files: build.properties Added Files: .cvsignore Log Message: Minor update --- NEW FILE: .cvsignore --- build Index: build.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/web/build.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.properties 8 Dec 2007 15:13:41 -0000 1.8 --- build.properties 11 Dec 2007 00:37:49 -0000 1.9 *************** *** 27,29 **** --- 27,30 ---- # Application to actually run the webserver web_server_startup=${web_server_home}/bin/startup.bat + custom = true |
From: Santi B. <san...@us...> - 2007-12-11 00:37:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/WEB-INF In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console/WEB-INF Added Files: web.xml Log Message: Minor update --- NEW FILE: web.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> <web-app> <servlet> <servlet-name>ConsoleServlet</servlet-name> <display-name>babeldoc Console Servlet</display-name> <servlet-class>com.babeldoc.web.main.ConsoleServlet</servlet-class> <init-param> <param-name>properties</param-name> <param-value>/velocity.properties</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>ConsoleServlet</servlet-name> <url-pattern>/servlet/Console</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>ConsoleServlet</servlet-name> <url-pattern>*.vm</url-pattern> </servlet-mapping> </web-app> |
From: Santi B. <san...@us...> - 2007-12-11 00:37:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/pipeline/servlet In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/pipeline/servlet Added Files: HttpPostPipelineFeeder.class Log Message: Minor update --- NEW FILE: HttpPostPipelineFeeder.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:37:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/pipeline/stage Added Files: HttpClientPipelineStage.class HttpClientPipelineStage$1.class Log Message: Minor update --- NEW FILE: HttpClientPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: HttpClientPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:37:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/module In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/module Added Files: WebModule.class Log Message: Minor update --- NEW FILE: WebModule.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:37:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console Added Files: logon.vm velocity.properties index.html main.vm navigation.vm site.css Log Message: Minor update --- NEW FILE: index.html --- <FRAMESET cols="100,*"> <FRAME name="navigation" src="navigation.vm" noresize frameborder=0> <FRAME name="main" src="main.vm" noresize frameborder=0> </FRAMESET> --- NEW FILE: main.vm --- <html> <head> <title>Main</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body bgcolor="#ffffff"> #if($req.getParameter("logout") == "logout") $req.getSession().invalidate() #end <table width="600" align="center"> <tr> <td><center><h2>babel: universal document processor</h2></center></td> </tr> <tr> <td valign="center" align="center"> <img src="$babel.image('babeldoc-small.png')"> </td> </tr> <tr> <td><center><small><i>copyright 2002, see release documentation</i></small></center></td> </tr> </table> </body> </html> --- NEW FILE: velocity.properties --- # # we are taking advantage of the fact that the file # resource loader is the default loader # file.resource.loader.path = . runtime.log = velocity.log --- NEW FILE: logon.vm --- <html> <head> <title>Logon</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body bgcolor="#ffffff"> <form action="$babel.mapUrl($req.getSession().getAttribute('logonBounce'))"> <table width="700" align="center"> <tr> <td colspan="2"> <center><h2>babel: universal document processor</h2></center> </td> </tr> <tr> <td colspan="2" valign="center" align="center"> <img src="$babel.image('babeldoc-small.png')"> </td> </tr> <tr> <td bgcolor="#eeeeee">name</td> <td><input type="text" name="name"></td> </tr> <tr> <td bgcolor="#eeeeee">password</td> <td><input type="password" name="password"></td> </tr> <tr> <td></td> <td><input name="submit" type="submit"></td> </tr> </table> </form> </body> </html> --- NEW FILE: site.css --- body {font-family: arial, sans-serif, helvetica;} h2 {color: #aa3333;} --- NEW FILE: navigation.vm --- <html> <head> <title>navigation</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('site.css')"> </head> <body bgcolor="#eeeeee"> <center> <table> <tr> <td><a href="journal/index.vm" target="main"><strong>journal</strong></a></td> </tr> <tr> <td><a href="pipeline/index.vm" target="main"><strong>pipeline</strong></a></td> </tr> <tr> <td><a href="modules/index.vm" target="main"><strong>modules</strong></a></td> </tr> ##if($req.getSession().getAttribute("userContext")) <tr bgcolor="#aaaaaa"> <td><a href="$babel.mapUrl('/main.vm?logout=logout')" target="main"><strong>logout</strong></a></td> </tr> ##end </table> </center> </body> </html> |
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/context In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/context Added Files: PipelineListingContext.class BabelContext.class JournalListingContext.class ModuleListingContext.class Log Message: Minor update --- NEW FILE: PipelineListingContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalListingContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabelContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ModuleListingContext.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:37:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/main In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17137/modules/web/build/console/WEB-INF/classes/com/babeldoc/web/main Added Files: ConsoleServlet.class Log Message: Minor update --- NEW FILE: ConsoleServlet.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:36:33
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/journal In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16757/modules/web/build/console/journal Added Files: ticketstep.vm view-document.vm forked-tickets.vm new-tickets.vm index.vm Log Message: Minor update --- NEW FILE: view-document.vm --- <html> <head> <title>view document</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body bgcolor="#ffffff"> #set($tstring = $req.getParameter('ticket')) #set($ticket = $babel.JournalListing.ticketFromString($tstring)) #set($sstring = $req.getParameter('step')) #set($step = $babel.JournalListing.stepFromString($sstring)) #set($document = $babel.JournalListing.getDocumentAtTicketStep($ticket, $step)) $util.debugObject($document) #set($doccontents = $babel.JournalListing.getEscapedPipelineDocument($document)) $util.debugObject($doccontents) <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan="2"> <center><h2>document: $ticket / $step</h2> <a href="ticketstep.vm?recycle=1&ticket=$tstring&step=$sstring"> <img src="$babel.image('recycle.png')"> </a></center> </td> </tr> <tr> <td bgcolor="#eeeeee" colspan=2> <pre>$doccontents</pre> </td> </tr> </table> <br> <table width="700"> <tr bgcolor="#dddddd"> <td colspan="2"> <center> <strong>attributes</strong> </center> </td> </tr> #foreach( $key in $babel.JournalListing.getPipelineKeys($document)) #if( $velocityCount % 2 == 0 ) <tr> #else <tr bgcolor="#eeeeee"> #end <td><i>$key</i></td> <td>$document.get($key)</td> <tr> #end </table> </html> --- NEW FILE: new-tickets.vm --- <html> <head> <title>Journal</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body> #set($istr = $req.getParameter('start')) #if($istr.length() > 0) #set($index = $util.toInt($istr)) #if($index >= 20) #set($back = $index - 20) #else #set($back = 0) #set($index = 0) #end #set($next = $index + 20) #else #set($index = 0) #set($back = 0) #set($next = 20) #end #set($tickets = $babel.getJournalListing().getAllNewTicketsToNow($index, 20)) <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan=4> <table width="700" cellpadding="0" cellspace="0"> <tr> <td align="left"> #if($index>0) <a href="new-tickets.vm?start=$back"> << </a> #else << #end </td> <td> <center><h2>new tickets</h2></center> </td> <td align="right"> <a href="new-tickets.vm?start=$next"> >> </a> </td> </tr> </table> </td> </tr> <tr bgcolor="#dddddd"> <td><strong>#</strong></td> <td><strong>steps</strong></td> <td><strong>ticket</strong></td> <td><strong>date</strong></td> </tr> #foreach( $ticket in $tickets ) #if( $velocityCount % 2 == 0 ) <tr> #else <tr bgcolor="#eeeeee"> #end <td>$velocityCount</td> <td><a href="ticketstep.vm?ticket=${ticket.Ticket.getId()}"><img src="$babel.image('search.png')"><a> </td> <td>${ticket.Ticket.getId()}</td> <td>$ticket.Date</td> </tr> #end </table> </body> </html> --- NEW FILE: ticketstep.vm --- <html> <head> <title>Ticketsteps</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body> #set($tstring = $req.getParameter('ticket')) #set($ticket = $babel.JournalListing.ticketFromString($tstring)) #* process a replay request *# #if( $req.getParameter('recycle') == "1" ) #set($sstring = $req.getParameter( 'step' )) #set($step = $babel.JournalListing.stepFromString($sstring)) #set($replay = $babel.JournalListing.replayTicketStep( $ticket, $step )) #end #set($querytickets = $babel.getJournalListing().getAllTicketSteps($ticket)) <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan="4"> <center><h2>ticket: $tstring</h2></center> </td> </tr> <tr bgcolor="#dddddd"> <td><strong>step</strong></td> <td><strong>date</strong></td> <td><strong>operation</strong></td> <td><strong>pipelinestage</strong></td> </tr> #foreach( $queryticket in $querytickets ) #if( $velocityCount % 2 == 0 ) <tr bgcolor="#eeeeee"> #else <tr> #end <td>$queryticket.step</td> <td>$queryticket.date</td> <td> #if( $queryticket.operation.equals("updateDocument")) updateDocument <a href="view-document.vm?ticket=$tstring&step=$queryticket.step"> <img src="$babel.image('eye.png')"> </a> #else $queryticket.operation #end </td> <td>$queryticket.stage</td> </tr> #end <tr><td colspan=4><br></td></tr> #set($children = $babel.JournalListing.getChildTickets($ticket)) <tr bgcolor="#dddddd"> <td colspan=4><center><strong>children</strong></center></td> </tr> <tr> <td colspan=4> <table width="600"> #set($count=0) #set($row=0) #foreach( $ticket in $children ) #if( $count == 0 ) #if( $row % 2 == 0) <tr> #else <tr bgcolor="#eeeeee"> #end #set($row = $row + 1) #end <td><a href="ticketstep.vm?ticket=${ticket.Id}">${ticket.Id}</a></td> #if( $count == 7 ) #set($count = 0) </tr> #else #set($count = $count + 1) #end #end </table> </td> </tr> </table> </html> --- NEW FILE: index.vm --- <html> <head> <title>Journal</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body bgcolor="#ffffff"> <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan="4"><center><h2>journal console options</h2></center></td> </tr> <tr> <td><a href="new-tickets.vm"><strong>new tickets</strong></a></td> <td><a href="forked-tickets.vm"><strong>forked tickets</strong></a></td> <td><a href="failed-status.vm"><strong>failed tickets</strong></a></td> <td><a href="sucess-status.vm"><strong>passed tickets</strong></a></td> <td></td> </tr> </table> </center> </html> --- NEW FILE: forked-tickets.vm --- <html> <head> <title>Forked tickets</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body> #set($istr = $req.getParameter('start')) #if($istr.length() > 0) #set($index = $babel.toInt($istr)) #if($index >= 20) #set($back = $index - 20) #else #set($back = 0) #set($index = 0) #end #set($next = $index + 20) #else #set($index = 0) #set($back = 0) #set($next = 20) #end #set($tickets = $babel.JournalListing.getAllForkedTicketsToNow($index, 20)) <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan=6> <table width="700%" cellpadding="0" cellspace="0"> <tr> <td align="left"> #if($index>0) <a href="forked-tickets.vm?start=$back"> << </a> #else << #end </td> <td> <center><h2>forked tickets</h2></center> </td> <td align="right"> <a href="forked-tickets.vm?start=$next"> >> </a> </td> </tr> </table> </td> </tr> <tr bgcolor="#dddddd"> <td><strong>#</strong></td> <td></td> <td><strong>ticket</strong></td> <td><strong>date</strong></td> <td><strong></td> <td><strong>parent</strong></td> </tr> #foreach( $ticket in $tickets ) #if( $velocityCount % 2 == 0 ) <tr> #else <tr bgcolor="#eeeeee"> #end <td>$velocityCount</td> <td><a href="ticketstep.vm?ticket=${ticket.Ticket.getId()}"><img src=$babel.image('search.png')><a></td> <td>$ticket.Ticket.getId()</td> <td>$ticket.Date</td> <td><a href="ticketstep.vm?ticket=$ticket.Other"><img src=$babel.image('search.png')><a></td> <td>$ticket.Other</td> </tr> #end </table> <body> </html> |
From: Santi B. <san...@us...> - 2007-12-11 00:36:33
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/pipeline In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16757/modules/web/build/console/pipeline Added Files: all-stages.vm index.vm stage-details.vm Log Message: Minor update --- NEW FILE: stage-details.vm --- <html> <head> <title>Pipeline</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body> #set($pipeline = $req.getParameter('pipeline')) #set($stage = $req.getParameter('stage')) <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan=4> <table width="700" cellpadding="0" cellspace="0"> <tr> <td colspan="2"> <center><h2>pipeline: $pipeline / stage: $stage</h2></center> </td> </tr> <tr> <td colspan="2"> <center> <strong> [$babel.getPipelineListing().getPipelineStageType($pipeline, $stage)] </strong> </center> </td> </tr> </table> </td> </tr> <tr bgcolor="#dddddd"> <td><strong>#</strong></td> <td><strong>config name</strong></td> <td><strong>config value</strong></td> <td></td> </tr> #set($config = $babel.getPipelineListing().getPipelineConfigForStage($pipeline, $stage)) #set($configKeys = $config.getChildrenNameSet()) #foreach($configKey in $configKeys) #set($value=$config.getChild($configKey)) #if( $velocityCount % 2 == 0 ) <tr bgcolor="#eeeeee"> #else <tr> #end <td>$velocityCount</td> <td>$configKey</td> <td> #if( $value.Value ) #if( $configKey == "nextStage" ) <a href="stage-details.vm?pipeline=${pipeline}&stage=${value.Value}"> (if)$value.Value </a> #else (else)$value.Value #end #end </td> #if($value.keys) <td> <table> <tr bgcolor="#dddddd"> <td>#</td> <td>name</td> <td>value</td> </tr> #set($subcount=0) #foreach($suboptionKey in $value.getChildrenNameSet()) #if( $velocityCount % 2 == 0 ) <tr bgcolor="#eeeeee"> #else <tr> #end <td>$velocityCount</td> <td>$suboptionKey</td> <td>$value.getChild($suboptionKey).Value</td> </tr> #set($subcount = $subcount+1) #end </table> </td> #else <td></td> #end </tr> #end </table> </body> </html> --- NEW FILE: index.vm --- <html> <head> <title>Pipeline</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body bgcolor="#ffffff"> <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan="4"><center><h2>pipeline console options</h2></center></td> </tr> <tr bgcolor="#ddddd"> <td> Pipeline </td> <td> Entry Stage </td> <td> Document </td> <td> Do </td> </tr> #set($pipelines = $babel.PipelineListing.AllPipelineNames) #foreach($pipeline in $pipelines) #set($entrystage = $babel.PipelineListing.getPipelineEntryStage($pipeline)) <tr> <form name="${pipeline}" action="/babeldoc-httpfeed" method="post"> <input type="hidden" name="PIPELINE" value="${pipeline}> <td> <a href="all-stages.vm?pipeline=$pipeline"> $pipeline </a> </td> <td> <a href="stage-details.vm?pipeline=$pipeline&stage=$entrystage"> $entrystage </a> </td> <td><input name="DOCUMENT" type="file" size="40"></td> <td><input type="submit" src="../images/recycle.png" value="processa"></td> </form> </tr> #end </table> </center> </html> --- NEW FILE: all-stages.vm --- <html> <head> <title>Pipeline</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body> #set($pipeline = $req.getParameter('pipeline')) #set($stages = $babel.PipelineListing.getAllPipelineStageNames($pipeline)) <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan=4> <table width="700" cellpadding="0" cellspace="0"> <tr> <td colspan="2"> <center><h2>$pipeline stages</h2></center> </td> </tr> </table> </td> </tr> <tr bgcolor="#dddddd"> <td><strong>#</strong></td> <td><strong>name</strong></td> <td><strong>next stage</strong></td> <td><strong>tracked?</strong></td> </tr> #foreach( $stage in $stages ) #if( $velocityCount % 2 == 0 ) <tr bgcolor="#eeeeee"> #else <tr> #end <td>$velocityCount</td> <td> <a href="stage-details.vm?pipeline=${pipeline}&stage=${stage}"> $stage <a> </td> <td>$babel.PipelineListing.getNextStage($pipeline, $stage)</td> <td>$babel.PipelineListing.isStageTracked($pipeline, $stage)</td> </tr> #end </table> </body> </html> |
From: Santi B. <san...@us...> - 2007-12-11 00:36:32
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/modules In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16757/modules/web/build/console/modules Added Files: index.vm Log Message: Minor update --- NEW FILE: index.vm --- <html> <head> <title>Module</title> <link rel=stylesheet type="text/css" href="$babel.mapUrl('/site.css')"> </head> <body bgcolor="#ffffff"> <table width="700"> <tr bgcolor="#aaaaaa"> <td colspan="4"><center><h2>module console options</h2></center></td> </tr> <tr bgcolor="#ddddd"> <td> module </td> <td> depends list </td> </tr> #set($modules = $babel.ModuleListing.SortedModules) #foreach($module in $modules) <tr> <td> $module.Name </td> <td> #foreach($dependency in $module.DependsOn) $dependency #end </td> </tr> #end </table> </center> </html> |
From: Santi B. <san...@us...> - 2007-12-11 00:36:32
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/images In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16757/modules/web/build/console/images Added Files: recycle.png babeldoc-small.png eye.png search.png Log Message: Minor update --- NEW FILE: search.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: babeldoc-small.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: recycle.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eye.png --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:36:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/error In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16742/modules/web/build/console/error Added Files: authentication.vm authorization.vm parse.vm notfound.vm Log Message: Minor update --- NEW FILE: authentication.vm --- <html> <head> <title>Authentication Error</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>User and password combination invalid</h2> Please enter a valid user name and password to access this feature. </body> </html> --- NEW FILE: parse.vm --- <html> <head> <title>Template Parse Error</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>Template Parse Error</h2> </body> </html> --- NEW FILE: authorization.vm --- <html> <head> <title>Authorization Error</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>You are not authorized to perform this function</h2> Please contact your company representative to remediate this. </body> </html> --- NEW FILE: notfound.vm --- <html> <head> <title>Template Not Found</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>Template Not Found</h2> The template <i>$req.getServletPath()</i> was not found on this server. </body> </html> |
From: Santi B. <san...@us...> - 2007-12-11 00:36:00
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/com/babeldoc/web/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16346/modules/web/build/com/babeldoc/web/pipeline/stage Added Files: HttpClientPipelineStage$1.class HttpClientPipelineStage.class Log Message: Minor update --- NEW FILE: HttpClientPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: HttpClientPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:36:00
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/com/babeldoc/web/main In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16346/modules/web/build/com/babeldoc/web/main Added Files: ConsoleServlet.class Log Message: Minor update --- NEW FILE: ConsoleServlet.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/com/babeldoc/web/context In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16346/modules/web/build/com/babeldoc/web/context Added Files: BabelContext.class JournalListingContext.class PipelineListingContext.class ModuleListingContext.class Log Message: Minor update --- NEW FILE: PipelineListingContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalListingContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabelContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ModuleListingContext.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:36:00
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/com/babeldoc/web/pipeline/servlet In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16346/modules/web/build/com/babeldoc/web/pipeline/servlet Added Files: HttpPostPipelineFeeder.class Log Message: Minor update --- NEW FILE: HttpPostPipelineFeeder.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:36:00
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/com/babeldoc/web/module In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16346/modules/web/build/com/babeldoc/web/module Added Files: WebModule.class Log Message: Minor update --- NEW FILE: WebModule.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:29:07
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/pipeline/stage In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13933/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/pipeline/stage Added Files: HttpClientPipelineStage$1.class HttpClientPipelineStage.class Log Message: Minor update --- NEW FILE: HttpClientPipelineStage.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: HttpClientPipelineStage$1.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:29:05
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/httpfeed/WEB-INF In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13933/modules/web/build/httpfeed/WEB-INF Added Files: web.xml Log Message: Minor update --- NEW FILE: web.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> <web-app> <servlet> <servlet-name>HttpPostFeederServlet</servlet-name> <display-name>Http post pipeline feeder Servlet</display-name> <servlet-class>com.babeldoc.web.pipeline.servlet.HttpPostPipelineFeeder</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>HttpPostFeederServlet</servlet-name> <url-pattern>/servlet/http-feeder</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>HttpPostFeederServlet</servlet-name> <url-pattern>*.pfeed</url-pattern> </servlet-mapping> </web-app> |
From: Santi B. <san...@us...> - 2007-12-11 00:29:04
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/module In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13933/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/module Added Files: WebModule.class Log Message: Minor update --- NEW FILE: WebModule.class --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/context In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13933/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/context Added Files: BabelContext.class ModuleListingContext.class JournalListingContext.class PipelineListingContext.class Log Message: Minor update --- NEW FILE: PipelineListingContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: JournalListingContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: BabelContext.class --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ModuleListingContext.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:29:04
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/main In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13933/modules/web/build/httpfeed/WEB-INF/com/babeldoc/web/main Added Files: ConsoleServlet.class Log Message: Minor update --- NEW FILE: ConsoleServlet.class --- (This appears to be a binary file; contents omitted.) |
From: Santi B. <san...@us...> - 2007-12-11 00:29:04
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/httpfeed/WEB-INF/classes In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13933/modules/web/build/httpfeed/WEB-INF/classes Added Files: top-form.html bottom-form.html Log Message: Minor update --- NEW FILE: bottom-form.html --- </select> <br><br> <textarea name="document" rows="20" cols="80">Type your document here</textarea> <br> <input type="submit" value="submit"> </FORM> </BODY> <HTML> --- NEW FILE: top-form.html --- <HTML> <HEAD> <TITLE>babeldoc http pipeline feeder</TITLE> </HEAD> <BODY> <H1>babeldoc http pipeline feeder</H1> <br> <form action="/babeldoc-httpfeed/servlet/http-feeder" method="POST"> Pipeline: <SELECT NAME="pipeline"> |