Changeset 2181 for FCKeditor.Java/trunk

Show
Ignore:
Timestamp:
2008-07-05 23:15:42 (5 months ago)
Author:
mosipov
Message:

Reordered site.xml

Location:
FCKeditor.Java/trunk/src/site
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/src/site/apt/installation.apt

    r2179 r2181  
    4848  Although the public distribution is fine, it still contains a lot of superfluous 
    4949  files for a Java environment. Use the following <<<Ant>>> target on the FCKeditor 
    50   zip file (~1,25 MiB) to create a cleaner and smaller distribution zip file 
    51   (~986 KiB). After the minification you can unzip the smaller distribution zip 
     50  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 
    5252  file into your webapp. 
    5353 
  • FCKeditor.Java/trunk/src/site/site.xml

    r2178 r2181  
    2020                        <item name="About" href="/index.html" /> 
    2121                        <item name="What's new" href="/whatsnew.html" /> 
     22                        <!--<item name="What's new" href="/changes-report.html" />--> 
    2223                        <item name="Demo" href="/demo.html" /> 
    2324                        <item name="Download" href="/download.html" /> 
     
    4243                <!--<menu name="Developers">--> 
    4344                <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" /> 
    4945                        <item name="Project Summary" href="/project-summary.html" /> 
    5046                        <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" /> 
    5452                </menu> 
    5553                <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                                /> 
    5758                                <item name="Dependencies" 
    5859                                        href="/java-core/dependencies.html" 
    59                                 /> 
    60                                 <item name="Module Summary" 
    61                                         href="/java-core/project-summary.html" 
    6260                                /> 
    6361                                <item name="Module Reports" 
     
    10098                        </item> 
    10199                        <item name="Integration Demo" collapse="false"> 
    102                                 <item name="Dependencies" 
    103                                         href="/java-demo/dependencies.html" 
    104                                 /> 
    105100                                <item name="Module Summary" 
    106101                                        href="/java-demo/project-summary.html" 
     102                                /> 
     103                        <item name="Dependencies" 
     104                                        href="/java-demo/dependencies.html" 
    107105                                /> 
    108106                        </item>