Changeset 1979
- Timestamp:
- 2008-05-10 00:58:35 (5 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 3 modified
-
pom.xml (modified) (2 diffs)
-
src/site/apt/index.apt (modified) (1 diff)
-
src/site/site.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1974 r1979 174 174 </reportSets> 175 175 </plugin> 176 <!-- Postponed to beyond 2.4 --> 177 <!-- 176 178 <plugin> 177 179 <artifactId>maven-changes-plugin</artifactId> … … 189 191 </reportSets> 190 192 </plugin> 193 --> 191 194 <plugin> 192 195 <artifactId>maven-javadoc-plugin</artifactId> -
FCKeditor.Java/branches/2.4/src/site/apt/index.apt
r1975 r1979 28 28 A rich documentation, a well-designed Java library, and an out of the box demo 29 29 webapp will show you how to get started quickly and deploy the FCKeditor within 30 minutes. 30 minutes without juggling with cryptic JSP scriptlets or any JavaScript API.\ 31 Although it's targeted to be used as a tag library within JSPs but it's a snap 32 within a template engine like {{{http://velocity.apache.org}Velocity}} or 33 {{{http://freemarker.org}Freemaker}} too. 31 34 32 35 Start with the {{{demo.html}demo}} first and proceed to the {{{installation.html}installation guide}} -
FCKeditor.Java/branches/2.4/src/site/site.xml
r1952 r1979 40 40 <!--<menu name="Developers">--> 41 41 <menu name="Project Documentation"> 42 <item name="Changes Report" href="/changes-report.html" /> 42 <!-- Postponed to beyond 2.4 --> 43 <!--<item name="Changes Report" href="/changes-report.html" />--> 43 44 <item name="Dependencies" href="/dependencies.html" /> 44 45 <item name="Issue Tracking" href="/issue-tracking.html" />