Changeset 2181 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-05 23:15:42 (5 months ago)
- Location:
- FCKeditor.Java/trunk/src/site
- Files:
-
- 2 modified
-
apt/installation.apt (modified) (1 diff)
-
site.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/installation.apt
r2179 r2181 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 zip file (~1,25MiB) to create a cleaner and smaller distribution zip file51 ( ~986 KiB). After the minification you can unzip the smaller distribution zip50 2.6.2 zip file (1,26 MiB) to create a cleaner and smaller distribution zip file 51 (996 KiB). After the minification you can unzip the smaller distribution zip 52 52 file into your webapp. 53 53 -
FCKeditor.Java/trunk/src/site/site.xml
r2178 r2181 20 20 <item name="About" href="/index.html" /> 21 21 <item name="What's new" href="/whatsnew.html" /> 22 <!--<item name="What's new" href="/changes-report.html" />--> 22 23 <item name="Demo" href="/demo.html" /> 23 24 <item name="Download" href="/download.html" /> … … 42 43 <!--<menu name="Developers">--> 43 44 <menu name="Project Documentation"> 44 <!-- Postponed to beyond 2.4 -->45 <!--<item name="Changes Report" href="/changes-report.html" />-->46 <item name="Issue Tracking" href="/issue-tracking.html" />47 <item name="Mailing Lists" href="/mail-lists.html" />48 <item name="Project License" href="/license.html" />49 45 <item name="Project Summary" href="/project-summary.html" /> 50 46 <item name="Project Team" href="/team-list.html" /> 51 <item name="Source Repository" 52 href="/source-repository.html" 53 /> 47 <item name="Project License" href="/license.html" /> 48 <item name="Mailing Lists" href="/mail-lists.html" /> 49 <item name="Forums" href="http://www.fckeditor.net/forums" /> 50 <item name="Issue Tracking" href="/issue-tracking.html" /> 51 <item name="Source Repository" href="/source-repository.html" /> 54 52 </menu> 55 53 <menu name="Modules Documentation"> 56 <item name="Integration Pack" collapse="false"> 54 <item name="Integration Core" collapse="false"> 55 <item name="Module Summary" 56 href="/java-core/project-summary.html" 57 /> 57 58 <item name="Dependencies" 58 59 href="/java-core/dependencies.html" 59 />60 <item name="Module Summary"61 href="/java-core/project-summary.html"62 60 /> 63 61 <item name="Module Reports" … … 100 98 </item> 101 99 <item name="Integration Demo" collapse="false"> 102 <item name="Dependencies"103 href="/java-demo/dependencies.html"104 />105 100 <item name="Module Summary" 106 101 href="/java-demo/project-summary.html" 102 /> 103 <item name="Dependencies" 104 href="/java-demo/dependencies.html" 107 105 /> 108 106 </item>