You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/01 15:57:17 UTC

svn commit: r1355908 - /incubator/any23/trunk/src/site/apt/getting-started.apt

Author: simonetripodi
Date: Sun Jul  1 13:57:17 2012
New Revision: 1355908

URL: http://svn.apache.org/viewvc?rev=1355908&view=rev
Log:
added plugins verifier tool documentation

Modified:
    incubator/any23/trunk/src/site/apt/getting-started.apt

Modified: incubator/any23/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/getting-started.apt?rev=1355908&r1=1355907&r2=1355908&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/getting-started.apt (original)
+++ incubator/any23/trunk/src/site/apt/getting-started.apt Sun Jul  1 13:57:17 2012
@@ -234,19 +234,27 @@ any23-core/core$ ./bin/any23 vocab
 +--------------------------------------
 any23-core$ ./bin/any23 mimes http://www.michelemostarda.com/foaf.rdf
 application/rdf+xml
++--------------------------------------
 
++--------------------------------------
 any23-core$ ./bin/any23 mimes file://../src/test/resources/application/trix/test1.trx
 application/trix
++--------------------------------------
 
++--------------------------------------
 any23-core$ ./bin/any23 mimes 'inline://<http://s> <http://p> <http://o> .'
 text/n3
 +--------------------------------------
 
 ** The PluginVerifier tool
 
-  The PluginVerifier tool allows checking installed plugin in the specified input directory
+  The PluginVerifier tool allows checking installed plugin in the specified input directory (<<<~/.any23/plugins>>> by default)
 
-   TODO: missing.
+  Just launch the command below to sanity-check the input plugins directory
+
++--------------------------------------
+any23-core$ ./bin/any23 verify [/path/to/plugins/dir]
++--------------------------------------
 
 * <<Apache Any23>> CLI <Plugins>