Changeset 1813
- Timestamp:
- 2008-03-26 18:15:18 (6 months ago)
- Location:
- FCKeditor.Java/branches/2.4/src/site
- Files:
-
- 2 added
- 1 removed
- 2 modified
- 1 moved
-
apt/installation.apt (modified) (1 diff)
-
apt/integration/connector.apt (added)
-
apt/integration/integration.apt (deleted)
-
apt/integration/overview.apt (moved) (moved from FCKeditor.Java/branches/2.4/src/site/apt/integration/config-overview.apt)
-
apt/integration/taglibrary.apt (added)
-
site.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
r1806 r1813 91 91 92 92 [] 93 94 * A word on Logging 95 96 We use a state-of-the-art logging facade slf4j which gives us full and 97 high-performance flexibility on a logging subsystem. 98 99 There are two possible scenarios which should be of your concern: 100 101 [[1]] You don't want to log at all, just leave <<<slf4j-nop-1.4.3.jar>>> on 102 your classpath and you're done. 103 104 [[2]] You want to log the library operations or your webapp logs arleady, 105 obtain the appropriate wrapper for your logging system and put it on 106 your classpath. 107 108 [] 109 110 For more information about slf4j see the {{{http://www.slf4j.org}website}}. -
FCKeditor.Java/branches/2.4/src/site/site.xml
r1810 r1813 3 3 4 4 <version position="left" /> 5 5 6 <bannerLeft> 6 7 <name>fckeditor-java</name> … … 8 9 <href>http://www.fckeditor.net/fckeditor-java</href> 9 10 </bannerLeft> 11 10 12 <body> 11 12 13 <head> 13 14 <link rel="shortcut icon" href="images/favicon.ico" … … 22 23 </menu> 23 24 <menu name="Integration"> 24 <item name="Overview" href="inte rgration/overview.html" />25 <item name="Overview" href="integration/overview.html" /> 25 26 <item name="Tag library" href="integration/taglibrary.html" /> 26 27 <item name="Connector" href="integration/connector.html" /> 27 28 </menu> 28 <menu name="Reference" >29 <menu name="Reference"> 29 30 <item name="Tag library" href="tagreference.html" /> 30 31 <item name="Configuration" href="fckeditor-properties.html" /> 31 32 </menu> 32 33 <menu name="Developers"> 33 <item name="TBD" href="dev/tbd.html"/>34 <item name="TBD" /> 34 35 </menu> 35 36 <menu ref="reports" />