shannon 2002/06/07 13:11:54 Modified: src/documentation/xdocs/installing Tag: cocoon_2_0_3_branch book.xml index.xml jars.xml Log: sync with head Revision Changes Path No revision No revision 1.2.2.1 +1 -0 xml-cocoon2/src/documentation/xdocs/installing/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/book.xml,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- book.xml 19 Jan 2002 06:13:39 -0000 1.2 +++ book.xml 7 Jun 2002 20:11:54 -0000 1.2.2.1 @@ -12,6 +12,7 @@ <menu label="Installation"> <external label="Download" href="http://xml.apache.org/cocoon/dist/"/> <menu-item label="Installing" href="index.html"/> + <menu-item label="Updating" href="updating.html"/> <menu-item label="Jars" href="jars.html"/> </menu> 1.18.2.6 +0 -5 xml-cocoon2/src/documentation/xdocs/installing/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v retrieving revision 1.18.2.5 retrieving revision 1.18.2.6 diff -u -r1.18.2.5 -r1.18.2.6 --- index.xml 5 Jun 2002 13:42:52 -0000 1.18.2.5 +++ index.xml 7 Jun 2002 20:11:54 -0000 1.18.2.6 @@ -297,11 +297,6 @@ <td>No</td> </tr> <tr> - <td>XT Transformer</td> - <td><link href="http://www.jclark.com/xml/xt.html">XT Processor</link></td> - <td>Yes</td> - </tr> - <tr> <td>LDAP Transformer</td> <td><link href="http://java.sun.com/products/jndi">JNDI</link></td> <td>No</td> 1.5.2.1 +3 -323 xml-cocoon2/src/documentation/xdocs/installing/jars.xml Index: jars.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/jars.xml,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- jars.xml 9 Feb 2002 15:43:30 -0000 1.5 +++ jars.xml 7 Jun 2002 20:11:54 -0000 1.5.2.1 @@ -8,329 +8,9 @@ </authors> </header> <body> - <s1 title="What, why and when..."> - <p>This is a list of the available jars, what they are, where they come from, - and what they do.</p> - <note><strong>Required by Core Cocoon</strong> column is related to cocoon.jar - itself, and not to the whole cocoon.war supplied with the release. - If you want to build cocoon.war without any optional library (marked as - <strong>No</strong>), make sure that components dependent on this library - (see column <strong>Required by Cocoon Component</strong>) are not mentioned - anywhere in <strong>cocoon.xconf</strong> and <strong>sitemap.xmap</strong> - files.</note> - <table> - <tr> - <th>Jar name</th> - <th>Description</th> - <th>Required by Core Cocoon</th> - <th>Required by Cocoon Component</th> - <th>Required by Cocoon Sample</th> - <th>Comment</th> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/avalon/excalibur/">avalon-excalibur</link></td> - <td>Part of jakarta-avalon, it is a set of classes and patterns that - support high level server development.</td> - <td>Yes</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/avalon/framework/">avalon-framework</link></td> - <td>Part of jakarta-avalon, it is a set of classes and patterns that - support high level server development.</td> - <td>Yes</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://xml.apache.org/axis/">axis</link></td> - <td>Apache SOAP implementation</td> - <td>No</td> - <td/> - <td>SOAP logicsheet and samples</td> - <td/> - </tr> - <tr> - <td><link href="http://xml.apache.org/axis/">axis-samples</link></td> - <td>Samples from the AXIS project</td> - <td>No</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://xml.apache.org/batik/">batik-libs</link></td> - <td>Batik is a Java based toolkit for applications which handle images in - the Scalable Vector Graphics (SVG) format for various purposes, such as - viewing, generation or manipulation.</td> - <td>No</td> - <td>SVGSerializer serializer ("svg2jpeg", "svg2png")</td> - <td>Hello World - SVG, SVG Welcome page, etc</td> - <td/> - </tr> - <tr> - <td> - <link href="http://oss.software.ibm.com/developerworks/projects/bsf">bsf</link> - </td> - <td>The Bean Scripting Framework (BSF) is an architecture for - incorporating scripting into, and enabling scripting against, Java - applications and applets. Using BSF, an application can use scripting, - and become scriptable, against any BSF-supported language. When BSF - supports additional languages, the application will automatically - support the additional languages.</td> - <td>No</td> - <td>ScriptGenerator Generator ("script"), ScriptAction</td> - <td>Dynamic Content - Javascript Generator and Python Generator</td> - <td>I <em>believe</em> that this project is in talks with Apache to be - 'adopted'.</td> - </tr> - <tr> - <td> - <link href="http://xml.apache.org/cocoon/">Cocoon</link> - </td> - <td>Cocoon is a 100% pure Java publishing framework that relies on - new W3C technologies (such as XML, XSL, SVG, etc..) to provide web - content.</td> - <td>Yes!</td> - <td>All</td> - <td>All</td> - <td>Delete this == no webapp!</td> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/commons/collections.html">commons-collections</link></td> - <td>Common implementations of collection classes.</td> - <td>Yes</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/commons/httpclient/">commons-httpclient</link></td> - <td>Although the java.net package provides basic support for accessing - resources via HTTP, it doesn't provide the full flexibility or - functionality needed by many applications. The Jakarta Commons HTTP Client - component seeks to fill this void by providing an efficient, up-to-date, - and feature-rich package implementing the client side of the most recent - HTTP standards and recommendations.</td> - <td>Yes</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="https://devnet.hp.com/projects/deli/">deli</link></td> - <td>Open Source Delivery Context Java Library supporting CC/PP and UAProf. - Different web-enabled devices have different input, output, hardware, - software, network and browser capabilities. In order for a web server or - web-based application to provide optimized content to different clients - it requires a description of the capabilities of the client known as the - delivery context.</td> - <td>No</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://xml.apache.org/fop/">fop</link></td> - <td>FOP is a Java application that reads a formatting object tree - conforming to the XSL candidate release and then turns it into a PDF - document or allows you to preview it directly on screen.</td> - <td>No</td> - <td>FOPSerializer serializer ("fo2pdf")</td> - <td>Hello World - PDF, Static content - formatting objects</td> - <td/> - </tr> - <tr> - <td><link href="http://hsqldb.sourceforge.net/">hsqldb</link></td> - <td>hsqldb is a relational database engine written in Java, with a JDBC - driver, supporting a subset of ANSI-92 SQL. It offers a small, fast - database engine which offers both in memory and disk based tables.</td> - <td>No</td> - <td/> - <td>Dynamic Content database demos, Sample Forms, Web Applications</td> - <td>Used in the demos to provide a database.</td> - </tr> - <tr> - <td><link href="http://www.hpl.hp.com/semweb/jena-top.html">jena</link></td> - <td> Jena is a java API for manipulating RDF models.</td> - <td>No</td> - <td>Deli</td> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/regexp/">jakarta-regexp</link></td> - <td>Regexp is a Java Regular Expression package that was graciously - donated to the Apache Software Foundation by Jonathan Locke.</td> - <td>Yes</td> - <td> - DirectoryGenerator ("directory") generator, - RegexpURIMatcherFactory ("regexp") matcher, - RegexpTargetHostMatcherFactory matcher, - AbstractValidatorAction action, - LocaleAction action - </td> - <td/> - <td/> - </tr> - <tr> - <td>javac</td> - <td>Java Compiler.</td> - <td>Yes</td> - <td/> - <td/> - <td>Sitemap/xsp compilation. Can be replaced by another Java compiler, - for example, <link href="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</link>.</td> - </tr> - <tr> - <td><link href="http://java.sun.com/products/jimi/">jimi</link></td> - <td>Jimi is a class library for managing images. Its primary function is - image I/O.</td> - <td>No</td> - <td/> - <td/> - <td>Used by FOP?</td> - </tr> - <tr> - <td><link href="http://www.redrival.com/greenrd/java/jstyle/">jstyle</link></td> - <td>This program formats Java code with consistent indentation and so - forth, to make it easier to read and maintain.</td> - <td>No</td> - <td>JstyleFormatter java code formatter</td> - <td/> - <td>Sitemap and XSP code formatting, configured in cocoon.xconf</td> - </tr> - <tr> - <td><link href="http://lempinen.net/sami/jtidy/">jtidy</link></td> - <td>Tidy is a HTML syntax checker and pretty printer.</td> - <td>No</td> - <td>HTMLGenerator generator ("html")</td> - <td>News Feeds examples</td> - <td/> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/avalon/logkit/">logkit</link></td> - <td>jakarta-avalon-logkit is a logging toolkit designed for secure - performance orientated logging in applications.</td> - <td>Yes</td> - <td/> - <td/> - <td>Cocoon logging.</td> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/lucene/">lucene</link></td> - <td>jakarta-lucene is a search engine toolkit designed for - indexing and searching of documents.</td> - <td>No</td> - <td>SearchGenerator Generator, Search components</td> - <td>Search</td> - <td>Cocoon XML search.</td> - </tr> - <tr> - <td><link href="http://www.weft.co.uk/library/maybeupload/">maybeupload</link></td> - <td>MaybeUpload is a Java language package intended to make it much easier - to write Servlets to handle RFC1867 file upload.</td> - <td>No</td> - <td/> - <td/> - <td>File upload capability - very useful in servlet environment.</td> - </tr> - <tr> - <td><link href="http://pizzacompiler.sourceforge.net/">pizza</link></td> - <td>Java Compiler</td> - <td>No</td> - <td/> - <td/> - <td>Sitemap/xsp compilation. Replacement for the Sun's javac compiler.</td> - </tr> - <tr> - <td><link href="http://sourceforge.net/projects/rdf-filter">rdffilter</link></td> - <td>?</td> - <td>No</td> - <td>Deli</td> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://www.sun.com/xml/developers/resolver/">resolver</link></td> - <td>Entity resolution catalogs - XML Entity and URI Resolvers</td> - <td>Yes</td> - <td>Resolver</td> - <td>Entity Catalogs</td> - <td/> - </tr> - <tr> - <td><link href="http://www.mozilla.org/rhino/">rhino</link></td> - <td>Rhino is an implementation of JavaScript in Java.</td> - <td>No</td> - <td>ScriptGenerator generator ("script")</td> - <td>Dynamic Content - Javascript Generator</td> - <td/> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/tomcat/">servlet</link></td> - <td>Java Servlet API</td> - <td>No</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://jakarta.apache.org/velocity/">velocity</link></td> - <td>Velocity is a general purpose template engine written in Java.</td> - <td>No</td> - <td>VelocityGenerator generator ("velocity")</td> - <td>Dynamic Content - Velocity Generator</td> - <td>Does this jar <strong>need</strong> to include within it other - projects, eg oro and logkit?</td> - </tr> - <tr> - <td><link href="http://www.xmldb.org/">xmldb</link></td> - <td>Database tailored for the storage of XML data.</td> - <td>No</td> - <td/> - <td/> - <td/> - </tr> - <tr> - <td><link href="http://xml.apache.org/xalan/">xalan</link></td> - <td>Xalan is an XSLT processor that fully supports the W3C specs.</td> - <td>Yes</td> - <td/> - <td/> - <td>XSL transformations - can be replaced by another XSLT processor.</td> - </tr> - <tr> - <td><link href="http://xml.apache.org/xerces-j/">xerces</link></td> - <td>Xerces is an XML parser.</td> - <td>Yes</td> - <td/> - <td/> - <td>XML parsing - can be replaced by another XML parser.</td> - </tr> - <tr> - <td><link href="http://xml.apache.org/commons/">xml-apis</link></td> - <td>JAXP, DOM and SAX interfaces. - These are the common interfaces for XML processing. - </td> - <td>Yes</td> - <td>All</td> - <td>All</td> - <td/> - </tr> - <tr> - <td><link href="http://www.jclark.com/xml/xt.html">xt</link></td> - <td>XT is an implementation in Java of XSLT.</td> - <td>No</td> - <td>XTTransformer transformer</td> - <td/> - <td>? why have xt <strong>and</strong> xalan. Has this not been - superseded by the TraxTransformer ?</td> - </tr> - </table> + <s1 title="Replace"> + <p>This is now an autogenerated file. If you see this message, somethings + wrong with the build!.</p> </s1> </body> </document>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]