Author: rwesten Date: Wed Feb 15 19:20:46 2012 New Revision: 1244661 URL: http://svn.apache.org/viewvc?rev=1244661&view=rev Log: Trying syntax hilighter on code blocks as described on http://wiki.apache.org/general/ApacheCms2010
Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext?rev=1244661&r1=1244660&r2=1244661&view=diff ============================================================================== --- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext (original) +++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext Wed Feb 15 19:20:46 2012 @@ -28,7 +28,7 @@ For detailed information please see the The usage of the Java API requires the following OSGI Services - #!java + :::java @Reference EnhancementJobManager jobManager; @Reference @@ -36,7 +36,7 @@ The usage of the Java API requires the f This code snipped shows how to enhance a HTML document - #!java + :::java InputStream content; //the content (assuming an HTML document) String chainName; //the name of the chain or null to use the default ContentItem contentItem = new InMemoryContentItem(