Changeset 2504
- Timestamp:
- 10/01/08 10:39:17 (5 years ago)
- Location:
- FCKeditor.Java/trunk/src/site/apt
- Files:
-
- 4 edited
-
demo.apt.vm (modified) (1 diff)
-
download.apt.vm (modified) (1 diff)
-
index.apt (modified) (1 diff)
-
installation.apt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/demo.apt.vm
r2213 r2504 28 28 29 29 The demo is intended for novices, beginners, and for everyone who wants to see 30 the FCKeditor (version 2.6. 2) in action right out of the box. It's also a good30 the FCKeditor (version 2.6.4) in action right out of the box. It's also a good 31 31 reference for you to see how all integral parts work together. 32 32 -
FCKeditor.Java/trunk/src/site/apt/download.apt.vm
r2213 r2504 103 103 We use the state-of-the-art logging facade <<<SLF4J>>>. To make SFL4J work at 104 104 runtime, you have to add <<one>> binding and the corresponding backend (may 105 be optional) in toyour classpath. Please check the {{{http://slf4j.org}SLF4J website}}105 be optional) in your classpath. Please check the {{{http://slf4j.org}SLF4J website}} 106 106 for more information on bindings and the API itself. -
FCKeditor.Java/trunk/src/site/apt/index.apt
r2213 r2504 37 37 38 38 This documentation is straight forward to use!\ 39 Read the {{{changes-report.html} changes}} compared to the lastrelease. Go over39 Read the {{{changes-report.html}Changes}} in this release. Go over 40 40 and checkout the {{{demo.html}Demo}} and if you are ready to deploy the FCKeditor 41 in your webapp, {{{download.html}download}} it, follow the {{{installation.html}Installation Guide}} 41 in your webapp, {{{download.html}download}} it, follow the {{{installation.html}Installation 42 Guide}} 42 43 and the {{{overview.html}Integration Overview}}. 43 44 -
FCKeditor.Java/trunk/src/site/apt/installation.apt
r2248 r2504 29 29 * Integration pack installation 30 30 31 Installing the integration pack, it 's dependencies, and a required SLF4J binding.31 Installing the integration pack, its dependencies, and a preferred SLF4J binding. 32 32 33 33 ** Using Maven 2 34 34 35 35 If you have already declared the dependency reference as described in the 36 {{{download.html} download guide}}, Maven has already installed everything for37 you. Declare the chosen SFL4J binding and corresponding backend (may be optional)38 in the dependencies section of your POM within the <runtime> scope.36 {{{download.html}Download Guide}}, Maven has already installed everything for 37 you. You just need to declare the chosen SFL4J binding and corresponding backend 38 (may be optional) in the dependencies section of your POM within the <runtime> scope. 39 39 40 40 ** Manual installation 41 41 42 Simply put the downloaded core jar, it 's dependencies and your favorite SFL4J43 binding together with the corresponding backend (may be optional) in toyour42 Simply put the downloaded core jar, its dependencies and your favorite SFL4J 43 binding together with the corresponding backend (may be optional) in your 44 44 classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 45 45 … … 48 48 Although the public distribution is fine, it still contains a lot of superfluous 49 49 files for a Java environment. Use the following <<<Ant>>> target on the FCKeditor 50 2.6. 2 zip file (1,26MiB) to create a cleaner and smaller distribution zip file51 ( 996KiB). After the reduction you can unzip the smaller distribution zip50 2.6.4 zip file (? MiB) to create a cleaner and smaller distribution zip file 51 (? KiB). After the reduction you can unzip the smaller distribution zip 52 52 file into your webapp. 53 53 … … 56 56 <!-- Adapt these properties to your needs --> 57 57 <property name="fckeditor-tmp" location="fckeditor-tmp" /> 58 <property name="fckeditor-basename" value="FCKeditor_2.6. 2" />58 <property name="fckeditor-basename" value="FCKeditor_2.6.4" /> 59 59 <property name="fckeditor-destfile" value="${fckeditor-basename}_clean.zip" /> 60 60
Note: See TracChangeset
for help on using the changeset viewer.
