Author: simonetripodi
Date: Fri Jan 13 14:48:30 2012
New Revision: 1231100

URL: http://svn.apache.org/viewvc?rev=1231100&view=rev
Log:
trivial formats

Modified:
    incubator/any23/trunk/src/site/apt/any23-plugins.apt
    incubator/any23/trunk/src/site/apt/configuration.apt

Modified: incubator/any23/trunk/src/site/apt/any23-plugins.apt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/any23-plugins.apt?rev=1231100&r1=1231099&r2=1231100&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/any23-plugins.apt (original)
+++ incubator/any23/trunk/src/site/apt/any23-plugins.apt Fri Jan 13 14:48:30 
2012
@@ -39,7 +39,7 @@ Apache Any23 Plugins
    It is aways possible to rebuild a plugin using the command:
 
 +------------------------------------------
-  <plugin-dir>$ mvn clean assembly:assembly
+<plugin-dir>$ mvn clean assembly:assembly
 +------------------------------------------
 
 * How to Write an Extractor Plugin
@@ -53,8 +53,8 @@ Apache Any23 Plugins
    An example of plugin is defined below.
 
 +--------------------------------------
-  @Author(name="Michele Mostarda ([email protected])")
-  public class HTMLScraperPlugin implements ExtractorPlugin {
+@Author(name="Michele Mostarda ([email protected])")
+public class HTMLScraperPlugin implements ExtractorPlugin {
 
     private static final Logger logger = 
LoggerFactory.getLogger(HTMLScraperPlugin.class);
 
@@ -72,7 +72,7 @@ Apache Any23 Plugins
         return HTMLScraperExtractor.factory;
     }
 
-  }
+}
 +--------------------------------------
 
 * How to Write a Tool Plugin

Modified: incubator/any23/trunk/src/site/apt/configuration.apt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/configuration.apt?rev=1231100&r1=1231099&r2=1231100&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/configuration.apt (original)
+++ incubator/any23/trunk/src/site/apt/configuration.apt Fri Jan 13 14:48:30 
2012
@@ -18,7 +18,7 @@ Configuration
     option to the <<java>> command-line invocation:
 
 
+----------------------------------------------------------------------------------------------
-   -Dany23.http.client.max.connections=10
+-Dany23.http.client.max.connections=10
 
+----------------------------------------------------------------------------------------------
 
     any23, any23tools and any23server scripts accept the variable 
<<ANY23_OPTS>> to specify custom options.
@@ -104,4 +104,4 @@ any23.extract(extractionParameters, "htt
 |any23.extraction.csv.field                 |,                              
|CSVExtractor field separator.                                                  
     |
 
*-------------------------------------------+-------------------------------+------------------------------------------------------------------------------------+
 |any23.extraction.csv.comment               |#                              
|CSVExtractor line comment marker.                                              
     |
-*-------------------------------------------+-------------------------------+------------------------------------------------------------------------------------+
\ No newline at end of file
+*-------------------------------------------+-------------------------------+------------------------------------------------------------------------------------+


Reply via email to