Changeset 810


Ignore:
Timestamp:
11/19/08 14:49:35 (3 years ago)
Author:
CrawfordCurrie
Message:

Item175: renaming stage 2: add stub dirs for pseudo-install, fix MANIFEST, other unbranding

Location:
trunk/core
Files:
5 added
2 deleted
8 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/core/AUTHORS

    r758 r810  
    1 TWiki (TM) was written by Peter Thoeny, based on parts of Ward Cunningham's 
    2 original Wiki and Jos Wiki, and has been further developed by Peter and other 
    3 TWiki contributors. 
     1Foswiki is a development of the Foswiki community. 
    42 
    5 TWiki (TM) is copyright as described in the file COPYRIGHT in the root of 
     3Foswiki is based on TWiki (TM), which was written by Peter Thoeny, who 
     4based his work on Jos Wiki and parts of Ward Cunningham's original Wiki. 
     5Over the years TWiki has been maintained, extended and rewritten 
     6by TWiki contributors, whos names are included below. TWiki is a trademark 
     7of Peter Thoeny. 
     8 
     9Foswiki is copyright as described in the file COPYRIGHT in the root of 
    610this distribution and is licensed under the terms of the GNU General Public 
    711License as described in the file LICENSE accompanying this notice. The people 
    812listed below are identified as joint copyright owners. 
    913 
    10 A TWiki contributor is defined as a person who has contributed: 
    11    * significant amounts of code that was taken into the TWiki distribution, or 
    12    * considerably to the TWiki documentation. 
     14A Foswiki contributor is defined as a person who has contributed: 
     15   * significant amounts of code that was taken into the Foswiki distribution, or 
     16   * considerably to the Foswiki documentation. 
    1317 
    1418This document identifies these people as authors of TWiki. 
  • trunk/core/COPYRIGHT

    r14 r810  
    1 TWiki (TM) is Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
    2 and TWiki Contributors. ALL RIGHTS RESERVED. TWiki Contributors 
    3 are listed in the AUTHORS file in the root of this distribution. 
     1Foswiki is Copyright (C) 2008 Foswiki Contributors. ALL RIGHTS RESERVED. 
     2Foswiki Contributors are listed in the AUTHORS file in the root of this 
     3distribution. 
    44 
    5 The following copyrights also apply to the TWiki concept and some of the code. 
     5The following copyrights also apply to the Foswiki concept and some of 
     6the code. 
     7   * TWiki (TM) is Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
     8     and TWiki Contributors. ALL RIGHTS RESERVED. 
    69   * JosWiki is Copyright © 1998 Markus Peter - SPiN GmbH warpi@spin.de 
  • trunk/core/LICENSE

    r14 r810  
    1 Copyright and License of TWiki 
    2 ------------------------------ 
    3  
    4 TWiki (TM) is copyright as described in the file COPYRIGHT 
     1Copyright and License of Foswiki 
     2-------------------------------- 
     3 
     4Foswiki is copyright as described in the file COPYRIGHT 
    55accompanying this notice. 
    66 
    7 TWiki is open source software; you can redistribute it  
     7Foswiki is open source software; you can redistribute it  
    88and/or modify it under the terms of the GNU General Public  
    99License as published by the Free Software Foundation;  
    1010either version 2 of the License, or (at your option) any  
    1111later version. We would appreciate it if redistributions of  
    12 TWiki and its clones retain this file in its entire form, 
    13 thus acknowledging the origin of TWiki and the thousands 
     12Foswiki and its clones retain this file in its entire form, 
     13thus acknowledging the origin of Foswiki and the thousands 
    1414of hours the contributors put into creating this software. 
    1515 
     
    2222 
    2323-- 
    24 Peter Thoeny, Peter@Thoeny.org, http://TWiki.org/ 
    25  
    2624 
    2725-----( http://www.gnu.org/copyleft/gpl.html )------------------------------ 
  • trunk/core/lib/Foswiki.pm

    r809 r810  
    5050use Error qw( :try ); 
    5151use CGI;    # Always required to get html generation tags; 
    52  
    53 BEGIN { $Package::Alias::BRAVE = 1 } 
    54 use Package::Alias 
    55   'TWiki::Plugins' => 'Foswiki::Plugins', 
    56   'TWiki::Func' => 'Foswiki::Func'; 
    57 { package TWiki::Func; } 
    5852 
    5953use Foswiki::Response; 
  • trunk/core/lib/Foswiki/Contrib/core/MANIFEST

    r809 r810  
    8787data/Sandbox/WebStatistics.txt 0644 
    8888data/Sandbox/WebTopicList.txt 0644 
    89 data/Foswiki/AccessControl.txt 0644 
    90 data/Foswiki/AccessKeys.txt 0644 
    91 data/Foswiki/AdminDocumentationCategory.txt 0644 
    92 data/Foswiki/AdminSkillsAssumptions.txt 0644 
    93 data/Foswiki/AdminToolsCategory.txt 0644 
    94 data/Foswiki/AnApplicationWithWikiForm.txt 0644 
    95 data/Foswiki/AppendixEncodeURLsWithUTF8.txt 0644 
    96 data/Foswiki/BeginnersStartHere.txt 0644 
    97 data/Foswiki/BookView.txt 0644 
    98 data/Foswiki/BumpyWord.txt 0644 
    99 data/Foswiki/CascadingStyleSheets.txt 0644 
    100 data/Foswiki/CategoryCategory.txt 0644 
    101 data/Foswiki/ClassMethod.txt 0644 
    102 data/Foswiki/CompleteDocumentation.txt 0644 
    103 data/Foswiki/Contribs.txt 0644 
    104 data/Foswiki/ContributedAddOns.txt 0644 
    105 data/Foswiki/DataForms.txt 0644 
    106 data/Foswiki/DefaultPreferences.txt 0644 
    107 data/Foswiki/DeleteOrRenameATopic.txt 0644 
    108 data/Foswiki/DeleteOrRenameAnAttachment.txt 0644 
    109 data/Foswiki/DeveloperDocumentationCategory.txt 0644 
    110 data/Foswiki/DocumentGraphics.txt 0644 
    111 data/Foswiki/DontNotify.txt 0644 
    112 data/Foswiki/DownloadSources.txt 0644 
    113 data/Foswiki/EditDoesNotIncreaseTheRevision.txt 0644 
    114 data/Foswiki/EditingShorthand.txt 0644 
    115 data/Foswiki/EnhancementRequests.txt 0644 
    116 data/Foswiki/ExampleTopicTemplate.txt 0644 
    117 data/Foswiki/FaqTemplate.txt 0644 
    118 data/Foswiki/FormatTokens.txt 0644 
    119 data/Foswiki/FileAttachment.txt 0644 
    120 data/Foswiki/FileAttribute.txt 0644 
    121 data/Foswiki/ForceNewRevision.txt 0644 
    122 data/Foswiki/FormattedSearch.txt 0644 
    123 data/Foswiki/FrequentlyAskedQuestions.txt 0664 
    124 data/Foswiki/GlossaryOfTerms.txt 0644 
    125 data/Foswiki/GnuGeneralPublicLicense.txt 0644 
    126 data/Foswiki/GoBox.txt 0644 
    127 data/Foswiki/GoodStyle.txt 0644 
    128 data/Foswiki/HiddenAttachment.txt 0644 
    129 data/Foswiki/HierarchicalNavigation.txt 0644 
    130 data/Foswiki/HierarchicalNavigationChildExample.txt 0644 
    131 data/Foswiki/IfStatements.txt 0644 
    132 data/Foswiki/IncludeTopicsAndWebPages.txt 0644 
    133 data/Foswiki/InstallationGuide.txt 0644 
    134 data/Foswiki/InstalledPlugins.txt 0644 
    135 data/Foswiki/InstantEnhancements.txt 0644 
    136 data/Foswiki/JavascriptFiles.txt 0644 
    137 data/Foswiki/LanguageSelector.txt 0644 
    138 data/Foswiki/Macros.txt 0644 
    139 data/Foswiki/MacrosQuickStart.txt 0644 
    140 data/Foswiki/MainFeatures.txt 0644 
    141 data/Foswiki/ManagingTopics.txt 0644 
    142 data/Foswiki/ManagingWebs.txt 0644 
    143 data/Foswiki/MoveTopic.txt 0644 
    144 data/Foswiki/ObjectMethod.txt 0644 
    145 data/Foswiki/PlainSkin.txt 0644 
    146 data/Foswiki/Plugins.txt 0644 
    147 data/Foswiki/PreferenceSettings.txt 0644 
    148 data/Foswiki/PreviewBackground.txt 0644 
    149 data/Foswiki/PrintSkin.txt 0644 
    150 data/Foswiki/ProjectContributor.txt 0644 
    151 data/Foswiki/ProjectLogos.txt 0644 
    152 data/Foswiki/QuietSave.txt 0644 
    153 data/Foswiki/QuerySearch.txt 0644 
    154 data/Foswiki/ReferenceManual.txt 0644 
    155 data/Foswiki/RegistrationApprovals.txt 0644 
    156 data/Foswiki/RegularExpression.txt 0644 
    157 data/Foswiki/ReleaseHistory.txt 0644 
    158 data/Foswiki/ReleaseNotes01x00.txt 0644 
    159 data/Foswiki/RenameWeb.txt 0644 
    160 data/Foswiki/SearchDoesNotWork.txt 0644 
    161 data/Foswiki/SearchHelp.txt 0644 
    162 data/Foswiki/SearchPatternCookbook.txt 0644 
    163 data/Foswiki/ShortHand.txt 0644 
    164 data/Foswiki/SimultaneousEdits.txt 0644 
    165 data/Foswiki/SiteChanges.txt 0644 
    166 data/Foswiki/SiteMap.txt 0644 
    167 data/Foswiki/SitePermissions.txt 0644 
    168 data/Foswiki/SkinBrowser.txt 0644 
    169 data/Foswiki/Skins.txt 0644 
    170 data/Foswiki/SkinTemplates.txt 0644 
    171 data/Foswiki/StandardColors.txt 0644 
    172 data/Foswiki/StartingPoints.txt 0644 
    173 data/Foswiki/StaticMethod.txt 0644 
    174 data/Foswiki/TemplateTopics.txt 0644 
    175 data/Foswiki/TwentyMinuteTutorial.txt 0644 
    176 data/Foswiki/MetaData.txt 0644 
    177 data/Foswiki/TWikiRenderingShortcut.txt 0644 
    178 data/Foswiki/TWikiScripts.txt 0644 
    179 data/Foswiki/TWikiSite.txt 0644 
    180 data/Foswiki/TWikiSiteTools.txt 0644 
    181 data/Foswiki/TWikiSystemRequirements.txt 0644 
    182 data/Foswiki/TWikiTopics.txt 0644 
    183 data/Foswiki/TWikiUserAuthentication.txt 0644 
    184 data/Foswiki/TemplateWeb.txt 0644 
    185 data/Foswiki/TextEditor.txt 0644 
    186 data/Foswiki/TextFormattingFAQ.txt 0644 
    187 data/Foswiki/TextFormattingRules.txt 0644 
    188 data/Foswiki/TimBernersLee.txt 0644 
    189 data/Foswiki/TimeSpecifications.txt 0644 
    190 data/Foswiki/UpgradeGuide.txt 0644 
    191 data/Foswiki/UserDocumentationCategory.txt 0644 
    192 data/Foswiki/UsersGuide.txt 0644 
    193 data/Foswiki/UserToolsCategory.txt 0644 
    194 data/Foswiki/UsingHTML.txt 0644 
    195 data/Foswiki/VarACTIVATEDPLUGINS.txt 0644 
    196 data/Foswiki/VarALLVARIABLES.txt 0644 
    197 data/Foswiki/VarAQUA.txt 0644 
    198 data/Foswiki/VarATTACHURL.txt 0644 
    199 data/Foswiki/VarATTACHURLPATH.txt 0644 
    200 data/Foswiki/VarAUTHREALM.txt 0644 
    201 data/Foswiki/VarBASETOPIC.txt 0644 
    202 data/Foswiki/VarBASEWEB.txt 0644 
    203 data/Foswiki/VarBB.txt 0644 
    204 data/Foswiki/VarBB2.txt 0644 
    205 data/Foswiki/VarBB3.txt 0644 
    206 data/Foswiki/VarBB4.txt 0644 
    207 data/Foswiki/VarBLACK.txt 0644 
    208 data/Foswiki/VarBLUE.txt 0644 
    209 data/Foswiki/VarBR.txt 0644 
    210 data/Foswiki/VarBROWN.txt 0644 
    211 data/Foswiki/VarBULLET.txt 0644 
    212 data/Foswiki/VarCARET.txt 0644 
    213 data/Foswiki/VarDATE.txt 0644 
    214 data/Foswiki/VarDISPLAYTIME.txt 0644 
    215 data/Foswiki/VarDISPLAYTIME2.txt 0644 
    216 data/Foswiki/VarEDITACTION.txt 0644 
    217 data/Foswiki/VarENCODE.txt 0644 
    218 data/Foswiki/VarENDCOLOR.txt 0644 
    219 data/Foswiki/VarENDSECTION.txt 0644 
    220 data/Foswiki/VarENV.txt 0644 
    221 data/Foswiki/VarFAILEDPLUGINS.txt 0644 
    222 data/Foswiki/VarFORMFIELD.txt 0644 
    223 data/Foswiki/VarGMTIME.txt 0644 
    224 data/Foswiki/VarGMTIME2.txt 0644 
    225 data/Foswiki/VarGRAY.txt 0644 
    226 data/Foswiki/VarGREEN.txt 0644 
    227 data/Foswiki/VarGROUPS.txt 0644 
    228 data/Foswiki/VarH.txt 0644 
    229 data/Foswiki/VarHOMETOPIC.txt 0644 
    230 data/Foswiki/VarHTTP.txt 0644 
    231 data/Foswiki/VarHTTPHOST.txt 0644 
    232 data/Foswiki/VarHTTPS.txt 0644 
    233 data/Foswiki/VarI.txt 0644 
    234 data/Foswiki/VarICON.txt 0644 
    235 data/Foswiki/VarICONURL.txt 0644 
    236 data/Foswiki/VarICONURLPATH.txt 0644 
    237 data/Foswiki/VarIF.txt 0644 
    238 data/Foswiki/VarINCLUDE.txt 0644 
    239 data/Foswiki/VarINCLUDINGTOPIC.txt 0644 
    240 data/Foswiki/VarINCLUDINGWEB.txt 0644 
    241 data/Foswiki/VarLANGUAGE.txt 0644 
    242 data/Foswiki/VarLANGUAGES.txt 0644 
    243 data/Foswiki/VarLIME.txt 0644 
    244 data/Foswiki/VarLOCALSITEPREFS.txt 0644 
    245 data/Foswiki/VarLOGIN.txt 0644 
    246 data/Foswiki/VarLOGOUT.txt 0644 
    247 data/Foswiki/VarM.txt 0644 
    248 data/Foswiki/VarMAINWEB.txt 0644 
    249 data/Foswiki/VarMAKETEXT.txt 0644 
    250 data/Foswiki/VarMAROON.txt 0644 
    251 data/Foswiki/VarMETA.txt 0644 
    252 data/Foswiki/VarMETASEARCH.txt 0644 
    253 data/Foswiki/VarN.txt 0644 
    254 data/Foswiki/VarNAVY.txt 0644 
    255 data/Foswiki/VarNOP.txt 0644 
    256 data/Foswiki/VarNOTIFYTOPIC.txt 0644 
    257 data/Foswiki/VarOLIVE.txt 0644 
    258 data/Foswiki/VarORANGE.txt 0644 
    259 data/Foswiki/VarP.txt 0644 
    260 data/Foswiki/VarPINK.txt 0644 
    261 data/Foswiki/VarPLUGINDESCRIPTIONS.txt 0644 
    262 data/Foswiki/VarPLUGINVERSION.txt 0644 
    263 data/Foswiki/VarPUBURL.txt 0644 
    264 data/Foswiki/VarPUBURLPATH.txt 0644 
    265 data/Foswiki/VarPURPLE.txt 0644 
    266 data/Foswiki/VarQ.txt 0644 
    267 data/Foswiki/VarQUERYPARAMS.txt 0644 
    268 data/Foswiki/VarQUERYSTRING.txt 0644 
    269 data/Foswiki/VarRED.txt 0644 
    270 data/Foswiki/VarREMOTEADDR.txt 0644 
    271 data/Foswiki/VarREMOTEPORT.txt 0644 
    272 data/Foswiki/VarREMOTEUSER.txt 0644 
    273 data/Foswiki/VarREVINFO.txt 0644 
    274 data/Foswiki/VarREVINFO2.txt 0644 
    275 data/Foswiki/VarS.txt 0644 
    276 data/Foswiki/VarSCRIPTNAME.txt 0644 
    277 data/Foswiki/VarSCRIPTSUFFIX.txt 0644 
    278 data/Foswiki/VarSCRIPTURL.txt 0644 
    279 data/Foswiki/VarSCRIPTURL2.txt 0644 
    280 data/Foswiki/VarSCRIPTURLPATH.txt 0644 
    281 data/Foswiki/VarSCRIPTURLPATH2.txt 0644 
    282 data/Foswiki/VarSEARCH.txt 0644 
    283 data/Foswiki/VarSERVERTIME.txt 0644 
    284 data/Foswiki/VarSERVERTIME2.txt 0644 
    285 data/Foswiki/VarSESSIONID.txt 0644 
    286 data/Foswiki/VarSESSIONVAR.txt 0644 
    287 data/Foswiki/VarSESSIONVARIABLE.txt 0644 
    288 data/Foswiki/VarSILVER.txt 0644 
    289 data/Foswiki/VarSPACEDTOPIC.txt 0644 
    290 data/Foswiki/VarSPACEOUT.txt 0644 
    291 data/Foswiki/VarSTARTINCLUDE.txt 0644 
    292 data/Foswiki/VarSTARTSECTION.txt 0644 
    293 data/Foswiki/VarSTATISTICSTOPIC.txt 0644 
    294 data/Foswiki/VarSTOPINCLUDE.txt 0644 
    295 data/Foswiki/VarSYSTEMWEB.txt 0644 
    296 data/Foswiki/VarT.txt 0644 
    297 data/Foswiki/VarTEAL.txt 0644 
    298 data/Foswiki/VarTOC.txt 0644 
    299 data/Foswiki/VarTOC2.txt 0644 
    300 data/Foswiki/VarTOPIC.txt 0644 
    301 data/Foswiki/VarTOPICLIST.txt 0644 
    302 data/Foswiki/VarTOPICURL.txt 0644 
    303 data/Foswiki/VarTWIKIWEB.txt 0644 
    304 data/Foswiki/VarU.txt 0644 
    305 data/Foswiki/VarURLPARAM.txt 0644 
    306 data/Foswiki/VarUSERINFO.txt 0644 
    307 data/Foswiki/VarUSERNAME.txt 0644 
    308 data/Foswiki/VarUSERSWEB.txt 0644 
    309 data/Foswiki/VarVAR.txt 0644 
    310 data/Foswiki/VarVBAR.txt 0644 
    311 data/Foswiki/VarWEB.txt 0644 
    312 data/Foswiki/VarWEBLIST.txt 0644 
    313 data/Foswiki/VarWEBPREFSTOPIC.txt 0644 
    314 data/Foswiki/VarWHITE.txt 0644 
    315 data/Foswiki/VarWIKIHOMEURL.txt 0644 
    316 data/Foswiki/VarWIKINAME.txt 0644 
    317 data/Foswiki/VarWIKIPREFSTOPIC.txt 0644 
    318 data/Foswiki/VarWIKITOOLNAME.txt 0644 
    319 data/Foswiki/VarWIKIUSERNAME.txt 0644 
    320 data/Foswiki/VarWIKIUSERSTOPIC.txt 0644 
    321 data/Foswiki/VarWIKIVERSION.txt 0644 
    322 data/Foswiki/VarX.txt 0644 
    323 data/Foswiki/VarY.txt 0644 
    324 data/Foswiki/VarYELLOW.txt 0644 
    325 data/Foswiki/WabiSabi.txt 0644 
    326 data/Foswiki/WebAtom.txt 0644 
    327 data/Foswiki/WebAtomBase.txt 0644 
    328 data/Foswiki/WebChanges.txt 0644 
    329 data/Foswiki/WebChangesAlert.txt 0644 
    330 data/Foswiki/WebCreateNewTopic.txt 0644 
    331 data/Foswiki/WebCreateNewTopicTemplate.txt 0644 
    332 data/Foswiki/WebHome.txt 0644 
    333 data/Foswiki/WebIndex.txt 0644 
    334 data/Foswiki/WebNotify.txt 0644 
    335 data/Foswiki/WebPreferences.txt 0644 
    336 data/Foswiki/WebPreferencesHelp.txt 0644 
    337 data/Foswiki/WebRss.txt 0644 
    338 data/Foswiki/WebRssBase.txt 0644 
    339 data/Foswiki/WebSearch.txt 0644 
    340 data/Foswiki/WebSearchAdvanced.txt 0644 
    341 data/Foswiki/WebSiteTools.txt 0644 
    342 data/Foswiki/WebsTable.txt 0644 
    343 data/Foswiki/WebStatistics.txt 0644 
    344 data/Foswiki/WebTemplateTopics.txt 0644 
    345 data/Foswiki/WebTopicCreator.txt 0644 
    346 data/Foswiki/WebTopicEditTemplate.txt 0644 
    347 data/Foswiki/WebTopicList.txt 0644 
    348 data/Foswiki/WebTopicNonWikiTemplate.txt 0644 
    349 data/Foswiki/WebTopicViewTemplate.txt 0644 
    350 data/Foswiki/WelcomeGuest.txt 0644 
    351 data/Foswiki/WhatIsWikiWiki.txt 0644 
    352 data/Foswiki/WikiCulture.txt 0644 
    353 data/Foswiki/WikiName.txt 0644 
    354 data/Foswiki/WikiNotation.txt 0644 
    355 data/Foswiki/WikiReferences.txt 0644 
    356 data/Foswiki/WikiSyntax.txt 0644 
    357 data/Foswiki/WikiSyntaxSummary.txt 0644 
    358 data/Foswiki/WikiWikiClones.txt 0644 
    359 data/Foswiki/WikiWord.txt 0644 
    360 data/Foswiki/YouAreHere.txt 0644 
     89data/System/AccessControl.txt 0644 
     90data/System/AccessKeys.txt 0644 
     91data/System/AdminDocumentationCategory.txt 0644 
     92data/System/AdminSkillsAssumptions.txt 0644 
     93data/System/AdminToolsCategory.txt 0644 
     94data/System/AnApplicationWithWikiForm.txt 0644 
     95data/System/AppendixEncodeURLsWithUTF8.txt 0644 
     96data/System/BeginnersStartHere.txt 0644 
     97data/System/BookView.txt 0644 
     98data/System/BumpyWord.txt 0644 
     99data/System/CascadingStyleSheets.txt 0644 
     100data/System/CategoryCategory.txt 0644 
     101data/System/ClassMethod.txt 0644 
     102data/System/CompleteDocumentation.txt 0644 
     103data/System/Contribs.txt 0644 
     104data/System/ContributedAddOns.txt 0644 
     105data/System/DataForms.txt 0644 
     106data/System/DefaultPreferences.txt 0644 
     107data/System/DeleteOrRenameATopic.txt 0644 
     108data/System/DeleteOrRenameAnAttachment.txt 0644 
     109data/System/DeveloperDocumentationCategory.txt 0644 
     110data/System/DocumentGraphics.txt 0644 
     111data/System/DontNotify.txt 0644 
     112data/System/DownloadSources.txt 0644 
     113data/System/EditDoesNotIncreaseTheRevision.txt 0644 
     114data/System/EditingShorthand.txt 0644 
     115data/System/EnhancementRequests.txt 0644 
     116data/System/ExampleTopicTemplate.txt 0644 
     117data/System/FaqTemplate.txt 0644 
     118data/System/FormatTokens.txt 0644 
     119data/System/FileAttachment.txt 0644 
     120data/System/FileAttribute.txt 0644 
     121data/System/ForceNewRevision.txt 0644 
     122data/System/FormattedSearch.txt 0644 
     123data/System/FrequentlyAskedQuestions.txt 0664 
     124data/System/GlossaryOfTerms.txt 0644 
     125data/System/GnuGeneralPublicLicense.txt 0644 
     126data/System/GoBox.txt 0644 
     127data/System/GoodStyle.txt 0644 
     128data/System/HiddenAttachment.txt 0644 
     129data/System/HierarchicalNavigation.txt 0644 
     130data/System/HierarchicalNavigationChildExample.txt 0644 
     131data/System/IfStatements.txt 0644 
     132data/System/IncludeTopicsAndWebPages.txt 0644 
     133data/System/InstallationGuide.txt 0644 
     134data/System/InstalledPlugins.txt 0644 
     135data/System/InstantEnhancements.txt 0644 
     136data/System/JavascriptFiles.txt 0644 
     137data/System/LanguageSelector.txt 0644 
     138data/System/Macros.txt 0644 
     139data/System/MacrosQuickStart.txt 0644 
     140data/System/MainFeatures.txt 0644 
     141data/System/ManagingTopics.txt 0644 
     142data/System/ManagingWebs.txt 0644 
     143data/System/MoveTopic.txt 0644 
     144data/System/ObjectMethod.txt 0644 
     145data/System/PlainSkin.txt 0644 
     146data/System/Plugins.txt 0644 
     147data/System/PreferenceSettings.txt 0644 
     148data/System/PreviewBackground.txt 0644 
     149data/System/PrintSkin.txt 0644 
     150data/System/ProjectContributor.txt 0644 
     151data/System/ProjectLogos.txt 0644 
     152data/System/QuietSave.txt 0644 
     153data/System/QuerySearch.txt 0644 
     154data/System/ReferenceManual.txt 0644 
     155data/System/RegistrationApprovals.txt 0644 
     156data/System/RegularExpression.txt 0644 
     157data/System/ReleaseHistory.txt 0644 
     158data/System/ReleaseNotes01x00.txt 0644 
     159data/System/RenameWeb.txt 0644 
     160data/System/SearchDoesNotWork.txt 0644 
     161data/System/SearchHelp.txt 0644 
     162data/System/SearchPatternCookbook.txt 0644 
     163data/System/ShortHand.txt 0644 
     164data/System/SimultaneousEdits.txt 0644 
     165data/System/SiteChanges.txt 0644 
     166data/System/SiteMap.txt 0644 
     167data/System/SitePermissions.txt 0644 
     168data/System/SkinBrowser.txt 0644 
     169data/System/Skins.txt 0644 
     170data/System/SkinTemplates.txt 0644 
     171data/System/StandardColors.txt 0644 
     172data/System/StartingPoints.txt 0644 
     173data/System/StaticMethod.txt 0644 
     174data/System/TemplateTopics.txt 0644 
     175data/System/TwentyMinuteTutorial.txt 0644 
     176data/System/MetaData.txt 0644 
     177data/System/TWikiRenderingShortcut.txt 0644 
     178data/System/TWikiScripts.txt 0644 
     179data/System/TWikiSite.txt 0644 
     180data/System/TWikiSiteTools.txt 0644 
     181data/System/TWikiSystemRequirements.txt 0644 
     182data/System/TWikiTopics.txt 0644 
     183data/System/TWikiUserAuthentication.txt 0644 
     184data/System/TemplateWeb.txt 0644 
     185data/System/TextEditor.txt 0644 
     186data/System/TextFormattingFAQ.txt 0644 
     187data/System/TextFormattingRules.txt 0644 
     188data/System/TimBernersLee.txt 0644 
     189data/System/TimeSpecifications.txt 0644 
     190data/System/UpgradeGuide.txt 0644 
     191data/System/UserDocumentationCategory.txt 0644 
     192data/System/UsersGuide.txt 0644 
     193data/System/UserToolsCategory.txt 0644 
     194data/System/UsingHTML.txt 0644 
     195data/System/VarACTIVATEDPLUGINS.txt 0644 
     196data/System/VarALLVARIABLES.txt 0644 
     197data/System/VarAQUA.txt 0644 
     198data/System/VarATTACHURL.txt 0644 
     199data/System/VarATTACHURLPATH.txt 0644 
     200data/System/VarAUTHREALM.txt 0644 
     201data/System/VarBASETOPIC.txt 0644 
     202data/System/VarBASEWEB.txt 0644 
     203data/System/VarBB.txt 0644 
     204data/System/VarBB2.txt 0644 
     205data/System/VarBB3.txt 0644 
     206data/System/VarBB4.txt 0644 
     207data/System/VarBLACK.txt 0644 
     208data/System/VarBLUE.txt 0644 
     209data/System/VarBR.txt 0644 
     210data/System/VarBROWN.txt 0644 
     211data/System/VarBULLET.txt 0644 
     212data/System/VarCARET.txt 0644 
     213data/System/VarDATE.txt 0644 
     214data/System/VarDISPLAYTIME.txt 0644 
     215data/System/VarDISPLAYTIME2.txt 0644 
     216data/System/VarEDITACTION.txt 0644 
     217data/System/VarENCODE.txt 0644 
     218data/System/VarENDCOLOR.txt 0644 
     219data/System/VarENDSECTION.txt 0644 
     220data/System/VarENV.txt 0644 
     221data/System/VarFAILEDPLUGINS.txt 0644 
     222data/System/VarFORMFIELD.txt 0644 
     223data/System/VarGMTIME.txt 0644 
     224data/System/VarGMTIME2.txt 0644 
     225data/System/VarGRAY.txt 0644 
     226data/System/VarGREEN.txt 0644 
     227data/System/VarGROUPS.txt 0644 
     228data/System/VarH.txt 0644 
     229data/System/VarHOMETOPIC.txt 0644 
     230data/System/VarHTTP.txt 0644 
     231data/System/VarHTTPHOST.txt 0644 
     232data/System/VarHTTPS.txt 0644 
     233data/System/VarI.txt 0644 
     234data/System/VarICON.txt 0644 
     235data/System/VarICONURL.txt 0644 
     236data/System/VarICONURLPATH.txt 0644 
     237data/System/VarIF.txt 0644 
     238data/System/VarINCLUDE.txt 0644 
     239data/System/VarINCLUDINGTOPIC.txt 0644 
     240data/System/VarINCLUDINGWEB.txt 0644 
     241data/System/VarLANGUAGE.txt 0644 
     242data/System/VarLANGUAGES.txt 0644 
     243data/System/VarLIME.txt 0644 
     244data/System/VarLOCALSITEPREFS.txt 0644 
     245data/System/VarLOGIN.txt 0644 
     246data/System/VarLOGOUT.txt 0644 
     247data/System/VarM.txt 0644 
     248data/System/VarMAINWEB.txt 0644 
     249data/System/VarMAKETEXT.txt 0644 
     250data/System/VarMAROON.txt 0644 
     251data/System/VarMETA.txt 0644 
     252data/System/VarMETASEARCH.txt 0644 
     253data/System/VarN.txt 0644 
     254data/System/VarNAVY.txt 0644 
     255data/System/VarNOP.txt 0644 
     256data/System/VarNOTIFYTOPIC.txt 0644 
     257data/System/VarOLIVE.txt 0644 
     258data/System/VarORANGE.txt 0644 
     259data/System/VarP.txt 0644 
     260data/System/VarPINK.txt 0644 
     261data/System/VarPLUGINDESCRIPTIONS.txt 0644 
     262data/System/VarPLUGINVERSION.txt 0644 
     263data/System/VarPUBURL.txt 0644 
     264data/System/VarPUBURLPATH.txt 0644 
     265data/System/VarPURPLE.txt 0644 
     266data/System/VarQ.txt 0644 
     267data/System/VarQUERYPARAMS.txt 0644 
     268data/System/VarQUERYSTRING.txt 0644 
     269data/System/VarRED.txt 0644 
     270data/System/VarREMOTEADDR.txt 0644 
     271data/System/VarREMOTEPORT.txt 0644 
     272data/System/VarREMOTEUSER.txt 0644 
     273data/System/VarREVINFO.txt 0644 
     274data/System/VarREVINFO2.txt 0644 
     275data/System/VarS.txt 0644 
     276data/System/VarSCRIPTNAME.txt 0644 
     277data/System/VarSCRIPTSUFFIX.txt 0644 
     278data/System/VarSCRIPTURL.txt 0644 
     279data/System/VarSCRIPTURL2.txt 0644 
     280data/System/VarSCRIPTURLPATH.txt 0644 
     281data/System/VarSCRIPTURLPATH2.txt 0644 
     282data/System/VarSEARCH.txt 0644 
     283data/System/VarSERVERTIME.txt 0644 
     284data/System/VarSERVERTIME2.txt 0644 
     285data/System/VarSESSIONID.txt 0644 
     286data/System/VarSESSIONVAR.txt 0644 
     287data/System/VarSESSIONVARIABLE.txt 0644 
     288data/System/VarSILVER.txt 0644 
     289data/System/VarSPACEDTOPIC.txt 0644 
     290data/System/VarSPACEOUT.txt 0644 
     291data/System/VarSTARTINCLUDE.txt 0644 
     292data/System/VarSTARTSECTION.txt 0644 
     293data/System/VarSTATISTICSTOPIC.txt 0644 
     294data/System/VarSTOPINCLUDE.txt 0644 
     295data/System/VarSYSTEMWEB.txt 0644 
     296data/System/VarT.txt 0644 
     297data/System/VarTEAL.txt 0644 
     298data/System/VarTOC.txt 0644 
     299data/System/VarTOC2.txt 0644 
     300data/System/VarTOPIC.txt 0644 
     301data/System/VarTOPICLIST.txt 0644 
     302data/System/VarTOPICURL.txt 0644 
     303data/System/VarTWIKIWEB.txt 0644 
     304data/System/VarU.txt 0644 
     305data/System/VarURLPARAM.txt 0644 
     306data/System/VarUSERINFO.txt 0644 
     307data/System/VarUSERNAME.txt 0644 
     308data/System/VarUSERSWEB.txt 0644 
     309data/System/VarVAR.txt 0644 
     310data/System/VarVBAR.txt 0644 
     311data/System/VarWEB.txt 0644 
     312data/System/VarWEBLIST.txt 0644 
     313data/System/VarWEBPREFSTOPIC.txt 0644 
     314data/System/VarWHITE.txt 0644 
     315data/System/VarWIKIHOMEURL.txt 0644 
     316data/System/VarWIKINAME.txt 0644 
     317data/System/VarWIKIPREFSTOPIC.txt 0644 
     318data/System/VarWIKITOOLNAME.txt 0644 
     319data/System/VarWIKIUSERNAME.txt 0644 
     320data/System/VarWIKIUSERSTOPIC.txt 0644 
     321data/System/VarWIKIVERSION.txt 0644 
     322data/System/VarX.txt 0644 
     323data/System/VarY.txt 0644 
     324data/System/VarYELLOW.txt 0644 
     325data/System/WabiSabi.txt 0644 
     326data/System/WebAtom.txt 0644 
     327data/System/WebAtomBase.txt 0644 
     328data/System/WebChanges.txt 0644 
     329data/System/WebChangesAlert.txt 0644 
     330data/System/WebCreateNewTopic.txt 0644 
     331data/System/WebCreateNewTopicTemplate.txt 0644 
     332data/System/WebHome.txt 0644 
     333data/System/WebIndex.txt 0644 
     334data/System/WebNotify.txt 0644 
     335data/System/WebPreferences.txt 0644 
     336data/System/WebPreferencesHelp.txt 0644 
     337data/System/WebRss.txt 0644 
     338data/System/WebRssBase.txt 0644 
     339data/System/WebSearch.txt 0644 
     340data/System/WebSearchAdvanced.txt 0644 
     341data/System/WebSiteTools.txt 0644 
     342data/System/WebsTable.txt 0644 
     343data/System/WebStatistics.txt 0644 
     344data/System/WebTemplateTopics.txt 0644 
     345data/System/WebTopicCreator.txt 0644 
     346data/System/WebTopicEditTemplate.txt 0644 
     347data/System/WebTopicList.txt 0644 
     348data/System/WebTopicNonWikiTemplate.txt 0644 
     349data/System/WebTopicViewTemplate.txt 0644 
     350data/System/WelcomeGuest.txt 0644 
     351data/System/WhatIsWikiWiki.txt 0644 
     352data/System/WikiCulture.txt 0644 
     353data/System/WikiName.txt 0644 
     354data/System/WikiNotation.txt 0644 
     355data/System/WikiReferences.txt 0644 
     356data/System/WikiSyntax.txt 0644 
     357data/System/WikiSyntaxSummary.txt 0644 
     358data/System/WikiWikiClones.txt 0644 
     359data/System/WikiWord.txt 0644 
     360data/System/YouAreHere.txt 0644 
    361361data/Trash/TrashAttachment.txt 0644 
    362362data/Trash/WebAtom.txt 0644 
     
    642642pub/Sandbox/WebPreferences/favicon.ico 0644 
    643643pub/Sandbox/WebPreferences/logo.gif 0644 
    644 pub/Foswiki/BeginnersStartHere/BT_logo.gif 0644 
    645 pub/Foswiki/BeginnersStartHere/Disney_logo.gif 0644 
    646 pub/Foswiki/BeginnersStartHere/EpicGames_logo.gif 0644 
    647 pub/Foswiki/BeginnersStartHere/Motorola_logo.gif 0644 
    648 pub/Foswiki/BeginnersStartHere/SAP_logo.gif 0644 
    649 pub/Foswiki/BeginnersStartHere/hula.gif 0644 
    650 pub/Foswiki/BeginnersStartHere/lego.gif 0644 
    651 pub/Foswiki/BeginnersStartHere/myco.gif 0644 
    652 pub/Foswiki/BeginnersStartHere/whiteboard.gif 0644 
    653 pub/Foswiki/DocumentGraphics/DocumentGraphics_13x11_photo.psd 0644 
    654 pub/Foswiki/DocumentGraphics/DocumentGraphics_13x11_video.psd 0644 
    655 pub/Foswiki/DocumentGraphics/DocumentGraphics_13x13_changes-small.psd 0644 
    656 pub/Foswiki/DocumentGraphics/DocumentGraphics_13x13_detail-small.psd 0644 
    657 pub/Foswiki/DocumentGraphics/DocumentGraphics_13x13_search-small.psd 0644 
    658 pub/Foswiki/DocumentGraphics/DocumentGraphics_16x16.psd 0644 
    659 pub/Foswiki/DocumentGraphics/DocumentGraphics_7x5_bullet-blue.psd 0644 
    660 pub/Foswiki/DocumentGraphics/DocumentGraphics_FileTypeIcons.psd 0644 
    661 pub/Foswiki/DocumentGraphics/DocumentGraphics_Plugins_FormPlugin_error.psd 0644 
    662 pub/Foswiki/DocumentGraphics/DocumentGraphics_Plugins_TablePlugin_sort_icons.psd 0644 
    663 pub/Foswiki/DocumentGraphics/DocumentGraphics_Plugins_TagMePlugin_buttons_gradient.psd 0644 
    664 pub/Foswiki/DocumentGraphics/DocumentGraphics_Text_RSS_XML.psd 0644 
    665 pub/Foswiki/DocumentGraphics/DocumentGraphics_Text_closed.psd 0644 
    666 pub/Foswiki/DocumentGraphics/DocumentGraphics_Text_done.psd 0644 
    667 pub/Foswiki/DocumentGraphics/DocumentGraphics_Text_new.psd 0644 
    668 pub/Foswiki/DocumentGraphics/DocumentGraphics_Text_todo.psd 0644 
    669 pub/Foswiki/DocumentGraphics/DocumentGraphics_Text_updated.psd 0644 
    670 pub/Foswiki/DocumentGraphics/_filetypes.txt 0644 
    671 pub/Foswiki/DocumentGraphics/addon.gif 0644 
    672 pub/Foswiki/DocumentGraphics/air.gif 0644 
    673 pub/Foswiki/DocumentGraphics/application.gif 0644 
    674 pub/Foswiki/DocumentGraphics/arrowbdown.gif 0644 
    675 pub/Foswiki/DocumentGraphics/arrowbleft.gif 0644 
    676 pub/Foswiki/DocumentGraphics/arrowbright.gif 0644 
    677 pub/Foswiki/DocumentGraphics/arrowbup.gif 0644 
    678 pub/Foswiki/DocumentGraphics/arrowdot.gif 0644 
    679 pub/Foswiki/DocumentGraphics/arrowdown.gif 0644 
    680 pub/Foswiki/DocumentGraphics/arrowleft.gif 0644 
    681 pub/Foswiki/DocumentGraphics/arrowright-small.gif 0644 
    682 pub/Foswiki/DocumentGraphics/arrowright.gif 0644 
    683 pub/Foswiki/DocumentGraphics/arrowup.gif 0644 
    684 pub/Foswiki/DocumentGraphics/as.gif 0644 
    685 pub/Foswiki/DocumentGraphics/attachfile.gif 0644 
    686 pub/Foswiki/DocumentGraphics/bat.gif 0644 
    687 pub/Foswiki/DocumentGraphics/blank.gif 0644 
    688 pub/Foswiki/DocumentGraphics/blank-bg.gif 0644 
    689 pub/Foswiki/DocumentGraphics/bmp.gif 0644 
    690 pub/Foswiki/DocumentGraphics/book.gif 0644 
    691 pub/Foswiki/DocumentGraphics/bubble.gif 0644 
    692 pub/Foswiki/DocumentGraphics/building.gif 0644 
    693 pub/Foswiki/DocumentGraphics/buildings.gif 0644 
    694 pub/Foswiki/DocumentGraphics/c.gif 0644 
    695 pub/Foswiki/DocumentGraphics/cachetopic.gif 0644 
    696 pub/Foswiki/DocumentGraphics/changes-small.gif 0644 
    697 pub/Foswiki/DocumentGraphics/changes.gif 0644 
    698 pub/Foswiki/DocumentGraphics/checked.gif 0644 
    699 pub/Foswiki/DocumentGraphics/choice-cancel.gif 0644 
    700 pub/Foswiki/DocumentGraphics/choice-no.gif 0644 
    701 pub/Foswiki/DocumentGraphics/choice-yes.gif 0644 
    702 pub/Foswiki/DocumentGraphics/closed.gif 0644 
    703 pub/Foswiki/DocumentGraphics/code.gif 0644 
    704 pub/Foswiki/DocumentGraphics/css.gif 0644 
    705 pub/Foswiki/DocumentGraphics/days.gif 0644 
    706 pub/Foswiki/DocumentGraphics/detail.gif 0644 
    707 pub/Foswiki/DocumentGraphics/dll.gif 0644 
    708 pub/Foswiki/DocumentGraphics/doc.gif 0644 
    709 pub/Foswiki/DocumentGraphics/done.gif 0644 
    710 pub/Foswiki/DocumentGraphics/dot_ld.gif 0644 
    711 pub/Foswiki/DocumentGraphics/dot_lr.gif 0644 
    712 pub/Foswiki/DocumentGraphics/dot_lrd.gif 0644 
    713 pub/Foswiki/DocumentGraphics/dot_rd.gif 0644 
    714 pub/Foswiki/DocumentGraphics/dot_ud.gif 0644 
    715 pub/Foswiki/DocumentGraphics/dot_udl.gif 0644 
    716 pub/Foswiki/DocumentGraphics/dot_udlr.gif 0644 
    717 pub/Foswiki/DocumentGraphics/dot_udr.gif 0644 
    718 pub/Foswiki/DocumentGraphics/dot_ul.gif 0644 
    719 pub/Foswiki/DocumentGraphics/dot_ulr.gif 0644 
    720 pub/Foswiki/DocumentGraphics/dot_ur.gif 0644 
    721 pub/Foswiki/DocumentGraphics/down.gif 0644 
    722 pub/Foswiki/DocumentGraphics/download.gif 0644 
    723 pub/Foswiki/DocumentGraphics/edittable.gif 0644 
    724 pub/Foswiki/DocumentGraphics/edittopic.gif 0644 
    725 pub/Foswiki/DocumentGraphics/else.gif 0644 
    726 pub/Foswiki/DocumentGraphics/eml.gif 0644 
    727 pub/Foswiki/DocumentGraphics/empty.gif 0644 
    728 pub/Foswiki/DocumentGraphics/exe.gif 0644 
    729 pub/Foswiki/DocumentGraphics/external.gif 0644 
    730 pub/Foswiki/DocumentGraphics/fax.gif 0644 
    731 pub/Foswiki/DocumentGraphics/feed.gif 0644 
    732 pub/Foswiki/DocumentGraphics/filter.gif 0644 
    733 pub/Foswiki/DocumentGraphics/fla.gif 0644 
    734 pub/Foswiki/DocumentGraphics/flag-gray-small.gif 0644 
    735 pub/Foswiki/DocumentGraphics/flag-gray.gif 0644 
    736 pub/Foswiki/DocumentGraphics/flag.gif 0644 
    737 pub/Foswiki/DocumentGraphics/folder.gif 0644 
    738 pub/Foswiki/DocumentGraphics/fon.gif 0644 
    739 pub/Foswiki/DocumentGraphics/gear.gif 0644 
    740 pub/Foswiki/DocumentGraphics/gif.gif 0644 
    741 pub/Foswiki/DocumentGraphics/globe.gif 0644 
    742 pub/Foswiki/DocumentGraphics/go_back.gif 0644 
    743 pub/Foswiki/DocumentGraphics/go_end.gif 0644 
    744 pub/Foswiki/DocumentGraphics/go_fb.gif 0644 
    745 pub/Foswiki/DocumentGraphics/go_ff.gif 0644 
    746 pub/Foswiki/DocumentGraphics/go_forward.gif 0644 
    747 pub/Foswiki/DocumentGraphics/go_start.gif 0644 
    748 pub/Foswiki/DocumentGraphics/group.gif 0644 
    749 pub/Foswiki/DocumentGraphics/h.gif 0644 
    750 pub/Foswiki/DocumentGraphics/hand.gif 0644 
    751 pub/Foswiki/DocumentGraphics/help.gif 0644 
    752 pub/Foswiki/DocumentGraphics/hlp.gif 0644 
    753 pub/Foswiki/DocumentGraphics/home.gif 0644 
    754 pub/Foswiki/DocumentGraphics/hourglass.gif 0644 
    755 pub/Foswiki/DocumentGraphics/html.gif 0644 
    756 pub/Foswiki/DocumentGraphics/index.gif 0644 
    757 pub/Foswiki/DocumentGraphics/indexlist.gif 0644 
    758 pub/Foswiki/DocumentGraphics/info.gif 0644 
    759 pub/Foswiki/DocumentGraphics/java.gif 0644 
    760 pub/Foswiki/DocumentGraphics/jpg.gif 0644 
    761 pub/Foswiki/DocumentGraphics/js.gif 0644 
    762 pub/Foswiki/DocumentGraphics/key.gif 0644 
    763 pub/Foswiki/DocumentGraphics/led-aqua.gif 0644 
    764 pub/Foswiki/DocumentGraphics/led-blue.gif 0644 
    765 pub/Foswiki/DocumentGraphics/led-box-aqua.gif 0644 
    766 pub/Foswiki/DocumentGraphics/led-box-blue.gif 0644 
    767 pub/Foswiki/DocumentGraphics/led-box-gray.gif 0644 
    768 pub/Foswiki/DocumentGraphics/led-box-green.gif 0644 
    769 pub/Foswiki/DocumentGraphics/led-box-orange.gif 0644 
    770 pub/Foswiki/DocumentGraphics/led-box-purple.gif 0644 
    771 pub/Foswiki/DocumentGraphics/led-box-red.gif 0644 
    772 pub/Foswiki/DocumentGraphics/led-box-yellow.gif 0644 
    773 pub/Foswiki/DocumentGraphics/led-gray.gif 0644 
    774 pub/Foswiki/DocumentGraphics/led-green.gif 0644 
    775 pub/Foswiki/DocumentGraphics/led-orange.gif 0644 
    776 pub/Foswiki/DocumentGraphics/led-purple.gif 0644 
    777 pub/Foswiki/DocumentGraphics/led-red.gif 0644 
    778 pub/Foswiki/DocumentGraphics/led-yellow.gif 0644 
    779 pub/Foswiki/DocumentGraphics/left.gif 0644 
    780 pub/Foswiki/DocumentGraphics/line_ld.gif 0644 
    781 pub/Foswiki/DocumentGraphics/line_lr.gif 0644 
    782 pub/Foswiki/DocumentGraphics/line_lrd.gif 0644 
    783 pub/Foswiki/DocumentGraphics/line_rd.gif 0644 
    784 pub/Foswiki/DocumentGraphics/line_ud.gif 0644 
    785 pub/Foswiki/DocumentGraphics/line_udl.gif 0644 
    786 pub/Foswiki/DocumentGraphics/line_udlr.gif 0644 
    787 pub/Foswiki/DocumentGraphics/line_udr.gif 0644 
    788 pub/Foswiki/DocumentGraphics/line_ul.gif 0644 
    789 pub/Foswiki/DocumentGraphics/line_ulr.gif 0644 
    790 pub/Foswiki/DocumentGraphics/line_ur.gif 0644 
    791 pub/Foswiki/DocumentGraphics/line_ur_gray.gif 0644 
    792 pub/Foswiki/DocumentGraphics/lock.gif 0644 
    793 pub/Foswiki/DocumentGraphics/lockfolder.gif 0644 
    794 pub/Foswiki/DocumentGraphics/lockfoldergray.gif 0644 
    795 pub/Foswiki/DocumentGraphics/locktopic.gif 0644 
    796 pub/Foswiki/DocumentGraphics/locktopicgray.gif 0644 
    797 pub/Foswiki/DocumentGraphics/logout.gif 0644 
    798 pub/Foswiki/DocumentGraphics/mail.gif 0644 
    799 pub/Foswiki/DocumentGraphics/map.gif 0644 
    800 pub/Foswiki/DocumentGraphics/mdb.gif 0644 
    801 pub/Foswiki/DocumentGraphics/megaphone.gif 0644 
    802 pub/Foswiki/DocumentGraphics/minus.gif 0644 
    803 pub/Foswiki/DocumentGraphics/mobile.gif 0644 
    804 pub/Foswiki/DocumentGraphics/monospace.gif 0644 
    805 pub/Foswiki/DocumentGraphics/more-small.gif 0644 
    806 pub/Foswiki/DocumentGraphics/more.gif 0644 
    807 pub/Foswiki/DocumentGraphics/mov.gif 0644 
    808 pub/Foswiki/DocumentGraphics/move.gif 0644 
    809 pub/Foswiki/DocumentGraphics/mp3.gif 0644 
    810 pub/Foswiki/DocumentGraphics/new.gif 0644 
    811 pub/Foswiki/DocumentGraphics/newtopic.gif 0644 
    812 pub/Foswiki/DocumentGraphics/note.gif 0644 
    813 pub/Foswiki/DocumentGraphics/notify.gif 0644 
    814 pub/Foswiki/DocumentGraphics/package.gif 0644 
    815 pub/Foswiki/DocumentGraphics/parent_gray.gif 0644 
    816 pub/Foswiki/DocumentGraphics/parked.gif 0644 
    817 pub/Foswiki/DocumentGraphics/parts.gif 0644 
    818 pub/Foswiki/DocumentGraphics/pdf.gif 0644 
    819 pub/Foswiki/DocumentGraphics/pencil.gif 0644 
    820 pub/Foswiki/DocumentGraphics/person.gif 0644 
    821 pub/Foswiki/DocumentGraphics/persons.gif 0644 
    822 pub/Foswiki/DocumentGraphics/phone.gif 0644 
    823 pub/Foswiki/DocumentGraphics/photo.gif 0644 
    824 pub/Foswiki/DocumentGraphics/pl.gif 0644 
    825 pub/Foswiki/DocumentGraphics/plugin.gif 0644 
    826 pub/Foswiki/DocumentGraphics/plus.gif 0644 
    827 pub/Foswiki/DocumentGraphics/png.gif 0644 
    828 pub/Foswiki/DocumentGraphics/ppt.gif 0644 
    829 pub/Foswiki/DocumentGraphics/printtopic.gif 0644 
    830 pub/Foswiki/DocumentGraphics/presentation.gif 0644 
    831 pub/Foswiki/DocumentGraphics/proportional.gif 0644 
    832 pub/Foswiki/DocumentGraphics/ps.gif 0644 
    833 pub/Foswiki/DocumentGraphics/psd.gif 0644 
    834 pub/Foswiki/DocumentGraphics/puzzle.gif 0644 
    835 pub/Foswiki/DocumentGraphics/py.gif 0644 
    836 pub/Foswiki/DocumentGraphics/question.gif 0644 
    837 pub/Foswiki/DocumentGraphics/quiet.gif 0644 
    838 pub/Foswiki/DocumentGraphics/ram.gif 0644 
    839 pub/Foswiki/DocumentGraphics/recentchanges.gif 0644 
    840 pub/Foswiki/DocumentGraphics/refreshtopic.gif 0644 
    841 pub/Foswiki/DocumentGraphics/reg.gif 0644 
    842 pub/Foswiki/DocumentGraphics/rfc.gif 0644 
    843 pub/Foswiki/DocumentGraphics/right.gif 0644 
    844 pub/Foswiki/DocumentGraphics/rss-feed.gif 0644 
    845 pub/Foswiki/DocumentGraphics/rss-small.gif 0644 
    846 pub/Foswiki/DocumentGraphics/save.gif 0644 
    847 pub/Foswiki/DocumentGraphics/search-small.gif 0644 
    848 pub/Foswiki/DocumentGraphics/searchpackage.gif 0644 
    849 pub/Foswiki/DocumentGraphics/searchtag.gif 0644 
    850 pub/Foswiki/DocumentGraphics/searchtopic.gif 0644 
    851 pub/Foswiki/DocumentGraphics/sh.gif 0644 
    852 pub/Foswiki/DocumentGraphics/sitemap.gif 0644 
    853 pub/Foswiki/DocumentGraphics/sitetree.gif 0644 
    854 pub/Foswiki/DocumentGraphics/skin.gif 0644 
    855 pub/Foswiki/DocumentGraphics/skype.gif 0644 
    856 pub/Foswiki/DocumentGraphics/sniff.gif 0644 
    857 pub/Foswiki/DocumentGraphics/sort.gif 0644 
    858 pub/Foswiki/DocumentGraphics/stargold.gif 0644 
    859 pub/Foswiki/DocumentGraphics/starred.gif 0644 
    860 pub/Foswiki/DocumentGraphics/statistics.gif 0644 
    861 pub/Foswiki/DocumentGraphics/stop.gif 0644 
    862 pub/Foswiki/DocumentGraphics/swf.gif 0644 
    863 pub/Foswiki/DocumentGraphics/table.gif 0644 
    864 pub/Foswiki/DocumentGraphics/tablesortdiamond.gif 0644 
    865 pub/Foswiki/DocumentGraphics/tablesortdown.gif 0644 
    866 pub/Foswiki/DocumentGraphics/tablesortup.gif 0644 
    867 pub/Foswiki/DocumentGraphics/tag-black.gif 0644 
    868 pub/Foswiki/DocumentGraphics/tag-blue.gif 0644 
    869 pub/Foswiki/DocumentGraphics/tag-brown.gif 0644 
    870 pub/Foswiki/DocumentGraphics/tag-green.gif 0644 
    871 pub/Foswiki/DocumentGraphics/tag-magenta.gif 0644 
    872 pub/Foswiki/DocumentGraphics/tag-orange.gif 0644 
    873 pub/Foswiki/DocumentGraphics/tag-purple.gif 0644 
    874 pub/Foswiki/DocumentGraphics/tag-red.gif 0644 
    875 pub/Foswiki/DocumentGraphics/tag-yellow.gif 0644 
    876 pub/Foswiki/DocumentGraphics/tag.gif 0644 
    877 pub/Foswiki/DocumentGraphics/target.gif 0644 
    878 pub/Foswiki/DocumentGraphics/target-blue.gif 0644 
    879 pub/Foswiki/DocumentGraphics/target-gray.gif 0644 
    880 pub/Foswiki/DocumentGraphics/target-green.gif 0644 
    881 pub/Foswiki/DocumentGraphics/target-orange.gif 0644 
    882 pub/Foswiki/DocumentGraphics/target-red.gif 0644 
    883 pub/Foswiki/DocumentGraphics/tip.gif 0644 
    884 pub/Foswiki/DocumentGraphics/todo.gif 0644 
    885 pub/Foswiki/DocumentGraphics/toggleclose-mini.gif 0644 
    886 pub/Foswiki/DocumentGraphics/toggleclose-small.gif 0644 
    887 pub/Foswiki/DocumentGraphics/toggleclose.gif 0644 
    888 pub/Foswiki/DocumentGraphics/togglecloseleft-small.gif 0644 
    889 pub/Foswiki/DocumentGraphics/toggleopen-mini.gif 0644 
    890 pub/Foswiki/DocumentGraphics/toggleopen-small.gif 0644 
    891 pub/Foswiki/DocumentGraphics/toggleopen.gif 0644 
    892 pub/Foswiki/DocumentGraphics/toggleopenleft-small.gif 0644 
    893 pub/Foswiki/DocumentGraphics/toggleopenleft.gif 0644 
    894 pub/Foswiki/DocumentGraphics/topicbacklinks.gif 0644 
    895 pub/Foswiki/DocumentGraphics/topicdiffs.gif 0644 
    896 pub/Foswiki/DocumentGraphics/trash.gif 0644 
    897 pub/Foswiki/DocumentGraphics/ttf.gif 0644 
    898 pub/Foswiki/DocumentGraphics/twiki.gif 0644 
    899 pub/Foswiki/DocumentGraphics/txt.gif 0644 
    900 pub/Foswiki/DocumentGraphics/unchecked.gif 0644 
    901 pub/Foswiki/DocumentGraphics/useractive.gif 0644 
    902 pub/Foswiki/DocumentGraphics/userinactive.gif 0644 
    903 pub/Foswiki/DocumentGraphics/up.gif 0644 
    904 pub/Foswiki/DocumentGraphics/updated.gif 0644 
    905 pub/Foswiki/DocumentGraphics/uweb-bo.gif 0644 
    906 pub/Foswiki/DocumentGraphics/uweb-bo12.gif 0644 
    907 pub/Foswiki/DocumentGraphics/uweb-g.gif 0644 
    908 pub/Foswiki/DocumentGraphics/uweb-gs.gif 0644 
    909 pub/Foswiki/DocumentGraphics/uweb-m12.gif 0644 
    910 pub/Foswiki/DocumentGraphics/uweb-o.gif 0644 
    911 pub/Foswiki/DocumentGraphics/uweb-o12.gif 0644 
    912 pub/Foswiki/DocumentGraphics/uweb-oo.gif 0644 
    913 pub/Foswiki/DocumentGraphics/uweb-os.gif 0644 
    914 pub/Foswiki/DocumentGraphics/video.gif 0644 
    915 pub/Foswiki/DocumentGraphics/viewtopic.gif 0644 
    916 pub/Foswiki/DocumentGraphics/vsd.gif 0644 
    917 pub/Foswiki/DocumentGraphics/warning.gif 0644 
    918 pub/Foswiki/DocumentGraphics/watch.gif 0644 
    919 pub/Foswiki/DocumentGraphics/wav.gif 0644 
    920 pub/Foswiki/DocumentGraphics/web-bg-small.gif 0644 
    921 pub/Foswiki/DocumentGraphics/web-bg.gif 0644 
    922 pub/Foswiki/DocumentGraphics/wip.gif 0644 
    923 pub/Foswiki/DocumentGraphics/wrench.gif 0644 
    924 pub/Foswiki/DocumentGraphics/wri.gif 0644 
    925 pub/Foswiki/DocumentGraphics/xls.gif 0644 
    926 pub/Foswiki/DocumentGraphics/xml-feed.gif 0644 
    927 pub/Foswiki/DocumentGraphics/xml-small.gif 0644 
    928 pub/Foswiki/DocumentGraphics/xml.gif 0644 
    929 pub/Foswiki/DocumentGraphics/xsl.gif 0644 
    930 pub/Foswiki/DocumentGraphics/zip.gif 0644 
    931 pub/Foswiki/FileAttachment/Sample.txt 0644 
    932 pub/Foswiki/FileAttachment/Smile.gif 0644 
    933 pub/Foswiki/JavascriptFiles/twiki.js 0644 
    934 pub/Foswiki/JavascriptFiles/twiki.compressed.js 0644 
    935 pub/Foswiki/JavascriptFiles/twikiCSS.js 0644 
    936 pub/Foswiki/JavascriptFiles/twikilib.js 0644 
    937 pub/Foswiki/JavascriptFiles/twikiArray.js 0644 
    938 pub/Foswiki/JavascriptFiles/twikiEvent.js 0644 
    939 pub/Foswiki/JavascriptFiles/twikiForm.js 0644 
    940 pub/Foswiki/JavascriptFiles/twikiFunction.js 0644 
    941 pub/Foswiki/JavascriptFiles/twikiHTML.js 0644 
    942 pub/Foswiki/JavascriptFiles/twikiPref.js 0644 
    943 pub/Foswiki/JavascriptFiles/twikiString.js 0644 
    944 pub/Foswiki/JavascriptFiles/twikiStringUnicodeChars.js 0644 
    945 pub/Foswiki/JavascriptFiles/twikiStyles.js 0644 
    946 pub/Foswiki/JavascriptFiles/twikiWindow.js 0644 
    947 pub/Foswiki/JavascriptFiles/twiki_edit.js 0644 
    948 pub/Foswiki/JavascriptFiles/twiki_renamebase.js 0644 
    949 pub/Foswiki/JavascriptFiles/twikiuiToggle.js 0644 
    950 pub/Foswiki/JavascriptFiles/unicode_chars.js 0644 
    951 pub/Foswiki/PlainSkin/fullscreen.gif 0644 
    952 pub/Foswiki/PlainSkin/screenshot.gif 0644 
    953 pub/Foswiki/PreviewBackground/blankltgraybg.gif 0644 
    954 pub/Foswiki/PreviewBackground/blankwhitebg.gif 0644 
    955 pub/Foswiki/PreviewBackground/preview2bg.gif 0644 
    956 pub/Foswiki/PreviewBackground/previewbg.gif 0644 
    957 pub/Foswiki/PrintSkin/fullscreen.gif 0644 
    958 pub/Foswiki/PrintSkin/screenshot.gif 0644 
    959 pub/Foswiki/ProjectLogos/T-badge-88x31.gif 0644 
    960 pub/Foswiki/ProjectLogos/T-logo-124x35-t.gif 0644 
    961 pub/Foswiki/ProjectLogos/T-logo-124x35.png 0644 
    962 pub/Foswiki/ProjectLogos/T-logo-140x40-t.gif 0644 
    963 pub/Foswiki/ProjectLogos/T-logo-140x40.png 0644 
    964 pub/Foswiki/ProjectLogos/T-logo-158x45-t.gif 0644 
    965 pub/Foswiki/ProjectLogos/T-logo-158x45.png 0644 
    966 pub/Foswiki/ProjectLogos/T-logo-169x130-t.gif 0644 
    967 pub/Foswiki/ProjectLogos/T-logo-169x130.png 0644 
    968 pub/Foswiki/ProjectLogos/T-logo-16x16-t.gif 0644 
    969 pub/Foswiki/ProjectLogos/T-logo-16x16.png 0644 
    970 pub/Foswiki/ProjectLogos/T-logo-175x50-t.gif 0644 
    971 pub/Foswiki/ProjectLogos/T-logo-175x50.png 0644 
    972 pub/Foswiki/ProjectLogos/T-logo-235x67-t.gif 0644 
    973 pub/Foswiki/ProjectLogos/T-logo-235x67.png 0644 
    974 pub/Foswiki/ProjectLogos/T-logo-34x26-t.gif 0644 
    975 pub/Foswiki/ProjectLogos/T-logo-34x26.png 0644 
    976 pub/Foswiki/ProjectLogos/T-logo-3640x1038-b.png 0644 
    977 pub/Foswiki/ProjectLogos/T-logo-456x130-t.gif 0644 
    978 pub/Foswiki/ProjectLogos/T-logo-456x130.png 0644 
    979 pub/Foswiki/ProjectLogos/T-logo-46x35-t.gif 0644 
    980 pub/Foswiki/ProjectLogos/T-logo-46x35.png 0644 
    981 pub/Foswiki/ProjectLogos/T-logo-52x40-t.gif 0644 
    982 pub/Foswiki/ProjectLogos/T-logo-52x40.png 0644 
    983 pub/Foswiki/ProjectLogos/T-logo-58x45-t.gif 0644 
    984 pub/Foswiki/ProjectLogos/T-logo-58x45.png 0644 
    985 pub/Foswiki/ProjectLogos/T-logo-65x50-t.gif 0644 
    986 pub/Foswiki/ProjectLogos/T-logo-65x50.png 0644 
    987 pub/Foswiki/ProjectLogos/T-logo-80x15.gif 0644 
    988 pub/Foswiki/ProjectLogos/T-logo-80x15.png 0644 
    989 pub/Foswiki/ProjectLogos/T-logo-87x67-t.gif 0644 
    990 pub/Foswiki/ProjectLogos/T-logo-87x67.png 0644 
    991 pub/Foswiki/ProjectLogos/T-logo-88x31-t.gif 0644 
    992 pub/Foswiki/ProjectLogos/T-logo-88x31.png 0644 
    993 pub/Foswiki/ProjectLogos/T-logo.svg 0644 
    994 pub/Foswiki/ProjectLogos/favicon.ico 0644 
    995 pub/Foswiki/SkinTemplates/base.css 0644 
    996 pub/Foswiki/SkinTemplates/default.css 0644 
    997 pub/Foswiki/SkinTemplates/oopsmore_diff_debug.gif 0644 
    998 pub/Foswiki/SkinTemplates/oopsmore_diff_sequential.gif 0644 
    999 pub/Foswiki/SkinTemplates/oopsmore_diff_sidebyside.gif 0644 
    1000 pub/Foswiki/WabiSabi/wabisabi.gif 0644 
    1001 pub/Foswiki/WebPreferences/favicon.ico 0644 
    1002 pub/Foswiki/WebPreferences/logo.gif 0644 
    1003 pub/Foswiki/WindowsInstallCookbook/cygwin-icon.gif 0644 
     644pub/System/BeginnersStartHere/BT_logo.gif 0644 
     645pub/System/BeginnersStartHere/Disney_logo.gif 0644 
     646pub/System/BeginnersStartHere/EpicGames_logo.gif 0644 
     647pub/System/BeginnersStartHere/Motorola_logo.gif 0644 
     648pub/System/BeginnersStartHere/SAP_logo.gif 0644 
     649pub/System/BeginnersStartHere/hula.gif 0644 
     650pub/System/BeginnersStartHere/lego.gif 0644 
     651pub/System/BeginnersStartHere/myco.gif 0644 
     652pub/System/BeginnersStartHere/whiteboard.gif 0644 
     653pub/System/DocumentGraphics/DocumentGraphics_13x11_photo.psd 0644 
     654pub/System/DocumentGraphics/DocumentGraphics_13x11_video.psd 0644 
     655pub/System/DocumentGraphics/DocumentGraphics_13x13_changes-small.psd 0644 
     656pub/System/DocumentGraphics/DocumentGraphics_13x13_detail-small.psd 0644 
     657pub/System/DocumentGraphics/DocumentGraphics_13x13_search-small.psd 0644 
     658pub/System/DocumentGraphics/DocumentGraphics_16x16.psd 0644 
     659pub/System/DocumentGraphics/DocumentGraphics_7x5_bullet-blue.psd 0644 
     660pub/System/DocumentGraphics/DocumentGraphics_FileTypeIcons.psd 0644 
     661pub/System/DocumentGraphics/DocumentGraphics_Plugins_FormPlugin_error.psd 0644 
     662pub/System/DocumentGraphics/DocumentGraphics_Plugins_TablePlugin_sort_icons.psd 0644 
     663pub/System/DocumentGraphics/DocumentGraphics_Plugins_TagMePlugin_buttons_gradient.psd 0644 
     664pub/System/DocumentGraphics/DocumentGraphics_Text_RSS_XML.psd 0644 
     665pub/System/DocumentGraphics/DocumentGraphics_Text_closed.psd 0644 
     666pub/System/DocumentGraphics/DocumentGraphics_Text_done.psd 0644 
     667pub/System/DocumentGraphics/DocumentGraphics_Text_new.psd 0644 
     668pub/System/DocumentGraphics/DocumentGraphics_Text_todo.psd 0644 
     669pub/System/DocumentGraphics/DocumentGraphics_Text_updated.psd 0644 
     670pub/System/DocumentGraphics/_filetypes.txt 0644 
     671pub/System/DocumentGraphics/addon.gif 0644 
     672pub/System/DocumentGraphics/air.gif 0644 
     673pub/System/DocumentGraphics/application.gif 0644 
     674pub/System/DocumentGraphics/arrowbdown.gif 0644 
     675pub/System/DocumentGraphics/arrowbleft.gif 0644 
     676pub/System/DocumentGraphics/arrowbright.gif 0644 
     677pub/System/DocumentGraphics/arrowbup.gif 0644 
     678pub/System/DocumentGraphics/arrowdot.gif 0644 
     679pub/System/DocumentGraphics/arrowdown.gif 0644 
     680pub/System/DocumentGraphics/arrowleft.gif 0644 
     681pub/System/DocumentGraphics/arrowright-small.gif 0644 
     682pub/System/DocumentGraphics/arrowright.gif 0644 
     683pub/System/DocumentGraphics/arrowup.gif 0644 
     684pub/System/DocumentGraphics/as.gif 0644 
     685pub/System/DocumentGraphics/attachfile.gif 0644 
     686pub/System/DocumentGraphics/bat.gif 0644 
     687pub/System/DocumentGraphics/blank.gif 0644 
     688pub/System/DocumentGraphics/blank-bg.gif 0644 
     689pub/System/DocumentGraphics/bmp.gif 0644 
     690pub/System/DocumentGraphics/book.gif 0644 
     691pub/System/DocumentGraphics/bubble.gif 0644 
     692pub/System/DocumentGraphics/building.gif 0644 
     693pub/System/DocumentGraphics/buildings.gif 0644 
     694pub/System/DocumentGraphics/c.gif 0644 
     695pub/System/DocumentGraphics/cachetopic.gif 0644 
     696pub/System/DocumentGraphics/changes-small.gif 0644 
     697pub/System/DocumentGraphics/changes.gif 0644 
     698pub/System/DocumentGraphics/checked.gif 0644 
     699pub/System/DocumentGraphics/choice-cancel.gif 0644 
     700pub/System/DocumentGraphics/choice-no.gif 0644 
     701pub/System/DocumentGraphics/choice-yes.gif 0644 
     702pub/System/DocumentGraphics/closed.gif 0644 
     703pub/System/DocumentGraphics/code.gif 0644 
     704pub/System/DocumentGraphics/css.gif 0644 
     705pub/System/DocumentGraphics/days.gif 0644 
     706pub/System/DocumentGraphics/detail.gif 0644 
     707pub/System/DocumentGraphics/dll.gif 0644 
     708pub/System/DocumentGraphics/doc.gif 0644 
     709pub/System/DocumentGraphics/done.gif 0644 
     710pub/System/DocumentGraphics/dot_ld.gif 0644 
     711pub/System/DocumentGraphics/dot_lr.gif 0644 
     712pub/System/DocumentGraphics/dot_lrd.gif 0644 
     713pub/System/DocumentGraphics/dot_rd.gif 0644 
     714pub/System/DocumentGraphics/dot_ud.gif 0644 
     715pub/System/DocumentGraphics/dot_udl.gif 0644 
     716pub/System/DocumentGraphics/dot_udlr.gif 0644 
     717pub/System/DocumentGraphics/dot_udr.gif 0644 
     718pub/System/DocumentGraphics/dot_ul.gif 0644 
     719pub/System/DocumentGraphics/dot_ulr.gif 0644 
     720pub/System/DocumentGraphics/dot_ur.gif 0644 
     721pub/System/DocumentGraphics/down.gif 0644 
     722pub/System/DocumentGraphics/download.gif 0644 
     723pub/System/DocumentGraphics/edittable.gif 0644 
     724pub/System/DocumentGraphics/edittopic.gif 0644 
     725pub/System/DocumentGraphics/else.gif 0644 
     726pub/System/DocumentGraphics/eml.gif 0644 
     727pub/System/DocumentGraphics/empty.gif 0644 
     728pub/System/DocumentGraphics/exe.gif 0644 
     729pub/System/DocumentGraphics/external.gif 0644 
     730pub/System/DocumentGraphics/fax.gif 0644 
     731pub/System/DocumentGraphics/feed.gif 0644 
     732pub/System/DocumentGraphics/filter.gif 0644 
     733pub/System/DocumentGraphics/fla.gif 0644 
     734pub/System/DocumentGraphics/flag-gray-small.gif 0644 
     735pub/System/DocumentGraphics/flag-gray.gif 0644 
     736pub/System/DocumentGraphics/flag.gif 0644 
     737pub/System/DocumentGraphics/folder.gif 0644 
     738pub/System/DocumentGraphics/fon.gif 0644 
     739pub/System/DocumentGraphics/gear.gif 0644 
     740pub/System/DocumentGraphics/gif.gif 0644 
     741pub/System/DocumentGraphics/globe.gif 0644 
     742pub/System/DocumentGraphics/go_back.gif 0644 
     743pub/System/DocumentGraphics/go_end.gif 0644 
     744pub/System/DocumentGraphics/go_fb.gif 0644 
     745pub/System/DocumentGraphics/go_ff.gif 0644 
     746pub/System/DocumentGraphics/go_forward.gif 0644 
     747pub/System/DocumentGraphics/go_start.gif 0644 
     748pub/System/DocumentGraphics/group.gif 0644 
     749pub/System/DocumentGraphics/h.gif 0644 
     750pub/System/DocumentGraphics/hand.gif 0644 
     751pub/System/DocumentGraphics/help.gif 0644 
     752pub/System/DocumentGraphics/hlp.gif 0644 
     753pub/System/DocumentGraphics/home.gif 0644 
     754pub/System/DocumentGraphics/hourglass.gif 0644 
     755pub/System/DocumentGraphics/html.gif 0644 
     756pub/System/DocumentGraphics/index.gif 0644 
     757pub/System/DocumentGraphics/indexlist.gif 0644 
     758pub/System/DocumentGraphics/info.gif 0644 
     759pub/System/DocumentGraphics/java.gif 0644 
     760pub/System/DocumentGraphics/jpg.gif 0644 
     761pub/System/DocumentGraphics/js.gif 0644 
     762pub/System/DocumentGraphics/key.gif 0644 
     763pub/System/DocumentGraphics/led-aqua.gif 0644 
     764pub/System/DocumentGraphics/led-blue.gif 0644 
     765pub/System/DocumentGraphics/led-box-aqua.gif 0644 
     766pub/System/DocumentGraphics/led-box-blue.gif 0644 
     767pub/System/DocumentGraphics/led-box-gray.gif 0644 
     768pub/System/DocumentGraphics/led-box-green.gif 0644 
     769pub/System/DocumentGraphics/led-box-orange.gif 0644 
     770pub/System/DocumentGraphics/led-box-purple.gif 0644 
     771pub/System/DocumentGraphics/led-box-red.gif 0644 
     772pub/System/DocumentGraphics/led-box-yellow.gif 0644 
     773pub/System/DocumentGraphics/led-gray.gif 0644 
     774pub/System/DocumentGraphics/led-green.gif 0644 
     775pub/System/DocumentGraphics/led-orange.gif 0644 
     776pub/System/DocumentGraphics/led-purple.gif 0644 
     777pub/System/DocumentGraphics/led-red.gif 0644 
     778pub/System/DocumentGraphics/led-yellow.gif 0644 
     779pub/System/DocumentGraphics/left.gif 0644 
     780pub/System/DocumentGraphics/line_ld.gif 0644 
     781pub/System/DocumentGraphics/line_lr.gif 0644 
     782pub/System/DocumentGraphics/line_lrd.gif 0644 
     783pub/System/DocumentGraphics/line_rd.gif 0644 
     784pub/System/DocumentGraphics/line_ud.gif 0644 
     785pub/System/DocumentGraphics/line_udl.gif 0644 
     786pub/System/DocumentGraphics/line_udlr.gif 0644 
     787pub/System/DocumentGraphics/line_udr.gif 0644 
     788pub/System/DocumentGraphics/line_ul.gif 0644 
     789pub/System/DocumentGraphics/line_ulr.gif 0644 
     790pub/System/DocumentGraphics/line_ur.gif 0644 
     791pub/System/DocumentGraphics/line_ur_gray.gif 0644 
     792pub/System/DocumentGraphics/lock.gif 0644 
     793pub/System/DocumentGraphics/lockfolder.gif 0644 
     794pub/System/DocumentGraphics/lockfoldergray.gif 0644 
     795pub/System/DocumentGraphics/locktopic.gif 0644 
     796pub/System/DocumentGraphics/locktopicgray.gif 0644 
     797pub/System/DocumentGraphics/logout.gif 0644 
     798pub/System/DocumentGraphics/mail.gif 0644 
     799pub/System/DocumentGraphics/map.gif 0644 
     800pub/System/DocumentGraphics/mdb.gif 0644 
     801pub/System/DocumentGraphics/megaphone.gif 0644 
     802pub/System/DocumentGraphics/minus.gif 0644 
     803pub/System/DocumentGraphics/mobile.gif 0644 
     804pub/System/DocumentGraphics/monospace.gif 0644 
     805pub/System/DocumentGraphics/more-small.gif 0644 
     806pub/System/DocumentGraphics/more.gif 0644 
     807pub/System/DocumentGraphics/mov.gif 0644 
     808pub/System/DocumentGraphics/move.gif 0644 
     809pub/System/DocumentGraphics/mp3.gif 0644 
     810pub/System/DocumentGraphics/new.gif 0644 
     811pub/System/DocumentGraphics/newtopic.gif 0644 
     812pub/System/DocumentGraphics/note.gif 0644 
     813pub/System/DocumentGraphics/notify.gif 0644 
     814pub/System/DocumentGraphics/package.gif 0644 
     815pub/System/DocumentGraphics/parent_gray.gif 0644 
     816pub/System/DocumentGraphics/parked.gif 0644 
     817pub/System/DocumentGraphics/parts.gif 0644 
     818pub/System/DocumentGraphics/pdf.gif 0644 
     819pub/System/DocumentGraphics/pencil.gif 0644 
     820pub/System/DocumentGraphics/person.gif 0644 
     821pub/System/DocumentGraphics/persons.gif 0644 
     822pub/System/DocumentGraphics/phone.gif 0644 
     823pub/System/DocumentGraphics/photo.gif 0644 
     824pub/System/DocumentGraphics/pl.gif 0644 
     825pub/System/DocumentGraphics/plugin.gif 0644 
     826pub/System/DocumentGraphics/plus.gif 0644 
     827pub/System/DocumentGraphics/png.gif 0644 
     828pub/System/DocumentGraphics/ppt.gif 0644 
     829pub/System/DocumentGraphics/printtopic.gif 0644 
     830pub/System/DocumentGraphics/presentation.gif 0644 
     831pub/System/DocumentGraphics/proportional.gif 0644 
     832pub/System/DocumentGraphics/ps.gif 0644 
     833pub/System/DocumentGraphics/psd.gif 0644 
     834pub/System/DocumentGraphics/puzzle.gif 0644 
     835pub/System/DocumentGraphics/py.gif 0644 
     836pub/System/DocumentGraphics/question.gif 0644 
     837pub/System/DocumentGraphics/quiet.gif 0644 
     838pub/System/DocumentGraphics/ram.gif 0644 
     839pub/System/DocumentGraphics/recentchanges.gif 0644 
     840pub/System/DocumentGraphics/refreshtopic.gif 0644 
     841pub/System/DocumentGraphics/reg.gif 0644 
     842pub/System/DocumentGraphics/rfc.gif 0644 
     843pub/System/DocumentGraphics/right.gif 0644 
     844pub/System/DocumentGraphics/rss-feed.gif 0644 
     845pub/System/DocumentGraphics/rss-small.gif 0644 
     846pub/System/DocumentGraphics/save.gif 0644 
     847pub/System/DocumentGraphics/search-small.gif 0644 
     848pub/System/DocumentGraphics/searchpackage.gif 0644 
     849pub/System/DocumentGraphics/searchtag.gif 0644 
     850pub/System/DocumentGraphics/searchtopic.gif 0644 
     851pub/System/DocumentGraphics/sh.gif 0644 
     852pub/System/DocumentGraphics/sitemap.gif 0644 
     853pub/System/DocumentGraphics/sitetree.gif 0644 
     854pub/System/DocumentGraphics/skin.gif 0644 
     855pub/System/DocumentGraphics/skype.gif 0644 
     856pub/System/DocumentGraphics/sniff.gif 0644 
     857pub/System/DocumentGraphics/sort.gif 0644 
     858pub/System/DocumentGraphics/stargold.gif 0644 
     859pub/System/DocumentGraphics/starred.gif 0644 
     860pub/System/DocumentGraphics/statistics.gif 0644 
     861pub/System/DocumentGraphics/stop.gif 0644 
     862pub/System/DocumentGraphics/swf.gif 0644 
     863pub/System/DocumentGraphics/table.gif 0644 
     864pub/System/DocumentGraphics/tablesortdiamond.gif 0644 
     865pub/System/DocumentGraphics/tablesortdown.gif 0644 
     866pub/System/DocumentGraphics/tablesortup.gif 0644 
     867pub/System/DocumentGraphics/tag-black.gif 0644 
     868pub/System/DocumentGraphics/tag-blue.gif 0644 
     869pub/System/DocumentGraphics/tag-brown.gif 0644 
     870pub/System/DocumentGraphics/tag-green.gif 0644 
     871pub/System/DocumentGraphics/tag-magenta.gif 0644 
     872pub/System/DocumentGraphics/tag-orange.gif 0644 
     873pub/System/DocumentGraphics/tag-purple.gif 0644 
     874pub/System/DocumentGraphics/tag-red.gif 0644 
     875pub/System/DocumentGraphics/tag-yellow.gif 0644 
     876pub/System/DocumentGraphics/tag.gif 0644 
     877pub/System/DocumentGraphics/target.gif 0644 
     878pub/System/DocumentGraphics/target-blue.gif 0644 
     879pub/System/DocumentGraphics/target-gray.gif 0644 
     880pub/System/DocumentGraphics/target-green.gif 0644 
     881pub/System/DocumentGraphics/target-orange.gif 0644 
     882pub/System/DocumentGraphics/target-red.gif 0644 
     883pub/System/DocumentGraphics/tip.gif 0644 
     884pub/System/DocumentGraphics/todo.gif 0644 
     885pub/System/DocumentGraphics/toggleclose-mini.gif 0644 
     886pub/System/DocumentGraphics/toggleclose-small.gif 0644 
     887pub/System/DocumentGraphics/toggleclose.gif 0644 
     888pub/System/DocumentGraphics/togglecloseleft-small.gif 0644 
     889pub/System/DocumentGraphics/toggleopen-mini.gif 0644 
     890pub/System/DocumentGraphics/toggleopen-small.gif 0644 
     891pub/System/DocumentGraphics/toggleopen.gif 0644 
     892pub/System/DocumentGraphics/toggleopenleft-small.gif 0644 
     893pub/System/DocumentGraphics/toggleopenleft.gif 0644 
     894pub/System/DocumentGraphics/topicbacklinks.gif 0644 
     895pub/System/DocumentGraphics/topicdiffs.gif 0644 
     896pub/System/DocumentGraphics/trash.gif 0644 
     897pub/System/DocumentGraphics/ttf.gif 0644 
     898pub/System/DocumentGraphics/twiki.gif 0644 
     899pub/System/DocumentGraphics/txt.gif 0644 
     900pub/System/DocumentGraphics/unchecked.gif 0644 
     901pub/System/DocumentGraphics/useractive.gif 0644 
     902pub/System/DocumentGraphics/userinactive.gif 0644 
     903pub/System/DocumentGraphics/up.gif 0644 
     904pub/System/DocumentGraphics/updated.gif 0644 
     905pub/System/DocumentGraphics/uweb-bo.gif 0644 
     906pub/System/DocumentGraphics/uweb-bo12.gif 0644 
     907pub/System/DocumentGraphics/uweb-g.gif 0644 
     908pub/System/DocumentGraphics/uweb-gs.gif 0644 
     909pub/System/DocumentGraphics/uweb-m12.gif 0644 
     910pub/System/DocumentGraphics/uweb-o.gif 0644 
     911pub/System/DocumentGraphics/uweb-o12.gif 0644 
     912pub/System/DocumentGraphics/uweb-oo.gif 0644 
     913pub/System/DocumentGraphics/uweb-os.gif 0644 
     914pub/System/DocumentGraphics/video.gif 0644 
     915pub/System/DocumentGraphics/viewtopic.gif 0644 
     916pub/System/DocumentGraphics/vsd.gif 0644 
     917pub/System/DocumentGraphics/warning.gif 0644 
     918pub/System/DocumentGraphics/watch.gif 0644 
     919pub/System/DocumentGraphics/wav.gif 0644 
     920pub/System/DocumentGraphics/web-bg-small.gif 0644 
     921pub/System/DocumentGraphics/web-bg.gif 0644 
     922pub/System/DocumentGraphics/wip.gif 0644 
     923pub/System/DocumentGraphics/wrench.gif 0644 
     924pub/System/DocumentGraphics/wri.gif 0644 
     925pub/System/DocumentGraphics/xls.gif 0644 
     926pub/System/DocumentGraphics/xml-feed.gif 0644 
     927pub/System/DocumentGraphics/xml-small.gif 0644 
     928pub/System/DocumentGraphics/xml.gif 0644 
     929pub/System/DocumentGraphics/xsl.gif 0644 
     930pub/System/DocumentGraphics/zip.gif 0644 
     931pub/System/FileAttachment/Sample.txt 0644 
     932pub/System/FileAttachment/Smile.gif 0644 
     933pub/System/JavascriptFiles/twiki.js 0644 
     934pub/System/JavascriptFiles/twiki.compressed.js 0644 
     935pub/System/JavascriptFiles/twikiCSS.js 0644 
     936pub/System/JavascriptFiles/twikilib.js 0644 
     937pub/System/JavascriptFiles/twikiArray.js 0644 
     938pub/System/JavascriptFiles/twikiEvent.js 0644 
     939pub/System/JavascriptFiles/twikiForm.js 0644 
     940pub/System/JavascriptFiles/twikiFunction.js 0644 
     941pub/System/JavascriptFiles/twikiHTML.js 0644 
     942pub/System/JavascriptFiles/twikiPref.js 0644 
     943pub/System/JavascriptFiles/twikiString.js 0644 
     944pub/System/JavascriptFiles/twikiStringUnicodeChars.js 0644 
     945pub/System/JavascriptFiles/twikiStyles.js 0644 
     946pub/System/JavascriptFiles/twikiWindow.js 0644 
     947pub/System/JavascriptFiles/twiki_edit.js 0644 
     948pub/System/JavascriptFiles/twiki_renamebase.js 0644 
     949pub/System/JavascriptFiles/twikiuiToggle.js 0644 
     950pub/System/JavascriptFiles/unicode_chars.js 0644 
     951pub/System/PlainSkin/fullscreen.gif 0644 
     952pub/System/PlainSkin/screenshot.gif 0644 
     953pub/System/PreviewBackground/blankltgraybg.gif 0644 
     954pub/System/PreviewBackground/blankwhitebg.gif 0644 
     955pub/System/PreviewBackground/preview2bg.gif 0644 
     956pub/System/PreviewBackground/previewbg.gif 0644 
     957pub/System/PrintSkin/fullscreen.gif 0644 
     958pub/System/PrintSkin/screenshot.gif 0644 
     959pub/System/ProjectLogos/T-badge-88x31.gif 0644 
     960pub/System/ProjectLogos/T-logo-124x35-t.gif 0644 
     961pub/System/ProjectLogos/T-logo-124x35.png 0644 
     962pub/System/ProjectLogos/T-logo-140x40-t.gif 0644 
     963pub/System/ProjectLogos/T-logo-140x40.png 0644 
     964pub/System/ProjectLogos/T-logo-158x45-t.gif 0644 
     965pub/System/ProjectLogos/T-logo-158x45.png 0644 
     966pub/System/ProjectLogos/T-logo-169x130-t.gif 0644 
     967pub/System/ProjectLogos/T-logo-169x130.png 0644 
     968pub/System/ProjectLogos/T-logo-16x16-t.gif 0644 
     969pub/System/ProjectLogos/T-logo-16x16.png 0644 
     970pub/System/ProjectLogos/T-logo-175x50-t.gif 0644 
     971pub/System/ProjectLogos/T-logo-175x50.png 0644 
     972pub/System/ProjectLogos/T-logo-235x67-t.gif 0644 
     973pub/System/ProjectLogos/T-logo-235x67.png 0644 
     974pub/System/ProjectLogos/T-logo-34x26-t.gif 0644 
     975pub/System/ProjectLogos/T-logo-34x26.png 0644 
     976pub/System/ProjectLogos/T-logo-3640x1038-b.png 0644 
     977pub/System/ProjectLogos/T-logo-456x130-t.gif 0644 
     978pub/System/ProjectLogos/T-logo-456x130.png 0644 
     979pub/System/ProjectLogos/T-logo-46x35-t.gif 0644 
     980pub/System/ProjectLogos/T-logo-46x35.png 0644 
     981pub/System/ProjectLogos/T-logo-52x40-t.gif 0644 
     982pub/System/ProjectLogos/T-logo-52x40.png 0644 
     983pub/System/ProjectLogos/T-logo-58x45-t.gif 0644 
     984pub/System/ProjectLogos/T-logo-58x45.png 0644 
     985pub/System/ProjectLogos/T-logo-65x50-t.gif 0644 
     986pub/System/ProjectLogos/T-logo-65x50.png 0644 
     987pub/System/ProjectLogos/T-logo-80x15.gif 0644 
     988pub/System/ProjectLogos/T-logo-80x15.png 0644 
     989pub/System/ProjectLogos/T-logo-87x67-t.gif 0644 
     990pub/System/ProjectLogos/T-logo-87x67.png 0644 
     991pub/System/ProjectLogos/T-logo-88x31-t.gif 0644 
     992pub/System/ProjectLogos/T-logo-88x31.png 0644 
     993pub/System/ProjectLogos/T-logo.svg 0644 
     994pub/System/ProjectLogos/favicon.ico 0644 
     995pub/System/SkinTemplates/base.css 0644 
     996pub/System/SkinTemplates/default.css 0644 
     997pub/System/SkinTemplates/oopsmore_diff_debug.gif 0644 
     998pub/System/SkinTemplates/oopsmore_diff_sequential.gif 0644 
     999pub/System/SkinTemplates/oopsmore_diff_sidebyside.gif 0644 
     1000pub/System/WabiSabi/wabisabi.gif 0644 
     1001pub/System/WebPreferences/favicon.ico 0644 
     1002pub/System/WebPreferences/logo.gif 0644 
     1003pub/System/WindowsInstallCookbook/cygwin-icon.gif 0644 
    10041004pub/Trash/WebPreferences/favicon.ico 0644 
    10051005pub/Trash/WebPreferences/logo.gif 0644 
  • trunk/core/lib/MANIFEST

    r809 r810  
    1717!include ../TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin 
    1818!include ../TopicUserMappingContrib/lib/Foswiki/Contrib/TopicUserMappingContrib 
     19!include ../TWikiCompatibilityPlugin/lib/TWiki/Plugins/TWikiCompatibilityPlugin 
    1920!include ../TwistyContrib/lib/Foswiki/Contrib/TwistyContrib 
    2021!include ../TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin 
  • trunk/core/readme.txt

    r606 r810  
    1 TWiki (TM) - A Web Based Collaboration Platform 
    2 =============================================== 
     1Foswiki Collaboration Platform 
     2============================== 
    33 
    4 What is TWiki? 
     4What is Foswiki? 
    55-------------- 
    66 
    7 TWiki is a flexible and powerful web-based collaboration  
     7Foswiki is a flexible and powerful web-based collaboration  
    88platform that allows you to run a dynamic intranet site, a  
    99project development space, a document management system, a  
    1010knowledge base, an issue tracking system and many other  
    11 groupware application. TWiki looks and feels like a normal  
     11groupware application. Foswiki looks and feels like a normal  
    1212intranet or Web site. Users can freely change or create  
    1313content from any Web browser, without requiring special  
    1414browser plugins.  
    1515 
    16 Major companies like British Telecom, Sun Microsystems,  
    17 Motorola and SAP depend on the TWiki platform to increase  
     16Major companies depend on the Foswiki platform to increase  
    1817the productivity of their engineering teams.  
    1918 
     
    2221email notification of changes, file attachments to Web  
    2322pages, revision control of pages and attachments, and  
    24 more. The server-side TWiki Plugins API provides developers  
     23more. The server-side Foswiki Plugins API provides developers  
    2524with a simple way to build new groupware applications.  
    2625 
    27 The GPLed TWiki software and over hundreds of Plugins can be  
    28 downloaded from the TWiki.org web site, http://TWiki.org/. 
     26The GPLed Foswiki software and over hundreds of Plugins can be  
     27downloaded from the Foswiki.org web site, http://foswiki.org/. 
    2928 
    3029 
    31 TWiki Distribution and License 
     30Foswiki Distribution and License 
    3231------------------------------ 
    3332 
    34 TWiki is open source software and is distributed under the  
     33Foswiki is open source software and is distributed under the  
    3534terms of the GNU General Public License. You can request  
    36 the latest version of TWiki from http://TWiki.org/ . 
     35the latest version of Foswiki from http://foswiki.org/ . 
    3736 
    38 The LICENSE file, located in the root of the TWiki  
     37The LICENSE file, located in the root of the Foswiki  
    3938distribution package, shows your rights and duties on how to  
    4039use, redistribute and/or modify it. We would appreciate if  
    41 redistributions of TWiki and its clones retain the  
     40redistributions of Foswiki and its clones retain the  
    4241license.txt file in its entire form, thus acknowledging the  
    43 origin of TWiki and the thousands of hours the core team and  
     42origin of Foswiki and the thousands of hours the core team and  
    4443contributors put into creating this product. 
    4544 
    4645 
    47 TWiki Installation, Support 
     46Foswiki Installation, Support 
    4847--------------------------- 
    4948 
     
    5251http://twiki.org/cgi-bin/view/System/InstallationGuide 
    5352 
    54 Important note: Once you installed TWiki on your own system,  
    55 make sure to add yourself to the list of TWikiInstallations  
    56 at http://twiki.org/cgi-bin/view/Main/TWikiInstallation .  
     53Important note: Once you installed Foswiki on your own system,  
     54make sure to add yourself to the list of FoswikiInstallations  
     55at http://twiki.org/cgi-bin/view/Main/FoswikiInstallation .  
    5756This helps in getting more exposure --> attracts more  
    5857developers --> results in a better product. 
    5958 
    60 TWiki is free software and does not include any support. There 
    61 is a TWiki web for support questions, run by TWiki users for 
    62 TWiki users. Visit http://twiki.org/cgi-bin/view/Support/WebHome 
    63 if you have any installation questions or questions about TWiki 
     59Foswiki is free software and does not include any support. There 
     60is a Foswiki web for support questions, run by Foswiki users for 
     61Foswiki users. Visit http://twiki.org/cgi-bin/view/Support/WebHome 
     62if you have any installation questions or questions about Foswiki 
    6463deployment; please do not contact the developers directly. 
    6564 
    6665 
    67 TWiki News, Development and Deployment 
     66Foswiki News, Development and Deployment 
    6867-------------------------------------- 
    6968 
    70 You can always find out the latest news at the TWiki home  
     69You can always find out the latest news at the Foswiki home  
    7170page at http://twiki.org/ . 
    7271 
    73 The place to collaborate on further TWiki development is at 
     72The place to collaborate on further Foswiki development is at 
    7473http://twiki.org/cgi-bin/view/Codev/WebHome . ReadmeFirst tells 
    7574you how to collaborate. Subscribe in WebNotify to stay up to  
    7675date on latest development issues. 
    7776 
    78 Good luck with your collaboration effort and with TWiki. 
     77Good luck with your collaboration effort and with Foswiki. 
    7978Happy collaboration and twiki'ing. 
    8079 
    8180Best regards, 
    8281 
    83 The TWiki Developers 
     82The Foswiki Developers 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r809 r810  
    7171data/Sandbox/WebTopicCreator.txt 0660 
    7272data/Sandbox/WebTopicList.txt 0660 
    73 data/Foswiki/AccessControl.txt 0660 
    74 data/Foswiki/AccessKeys.txt 0660 
    75 data/Foswiki/BeginnersStartHere.txt 0660 
    76 data/Foswiki/BeginnersStartHereTemplate.txt 0660 
    77 data/Foswiki/AdminDocumentationCategory.txt 0660 
    78 data/Foswiki/AdminSkillsAssumptions.txt 0660 
    79 data/Foswiki/AdminToolsCategory.txt 0660 
    80 data/Foswiki/AppendixEncodeURLsWithUTF8.txt 0660 
    81 data/Foswiki/AnApplicationWithWikiForm.txt 0660 
    82 data/Foswiki/BookView.txt 0660 
    83 data/Foswiki/BulkRegistration.txt 0660 
    84 data/Foswiki/BulkResetPassword.txt 0660 
    85 data/Foswiki/BumpyWord.txt 0660 
    86 data/Foswiki/CascadingStyleSheets.txt 0660 
    87 data/Foswiki/CategoryCategory.txt 0660 
    88 data/Foswiki/ChangePassword.txt 0660 
    89 data/Foswiki/ClassMethod.txt 0660 
    90 data/Foswiki/CompleteDocumentation.txt 0660 
    91 data/Foswiki/DakarReleaseNotes.txt 0660 
    92 data/Foswiki/DataForms.txt 0660 
    93 data/Foswiki/DeleteOrRenameATopic.txt 0660 
    94 data/Foswiki/DeleteOrRenameAnAttachment.txt 0660 
    95 data/Foswiki/DefaultPreferences.txt 0660 
    96 data/Foswiki/DeveloperDocumentationCategory.txt 0660 
    97 data/Foswiki/DocumentGraphics.txt 0660 
    98 data/Foswiki/DontNotify.txt 0660 
    99 data/Foswiki/DownloadSources.txt 0660 
    100 data/Foswiki/EditDoesNotIncreaseTheRevision.txt 0660 
    101 data/Foswiki/EnhancementRequests.txt 0660 
    102 data/Foswiki/ExampleTopicTemplate.txt 0660 
    103 data/Foswiki/FaqTemplate.txt 0660 
    104 data/Foswiki/FileAttachment.txt 0660 
    105 data/Foswiki/FileAttribute.txt 0660 
    106 data/Foswiki/ForceNewRevision.txt 0660 
    107 data/Foswiki/FormattedSearch.txt 0660 
    108 data/Foswiki/FrequentlyAskedQuestions.txt 0660 
    109 data/Foswiki/GlossaryOfTerms.txt 0660 
    110 data/Foswiki/GnuGeneralPublicLicense.txt 0660 
    111 data/Foswiki/GoBox.txt 0660 
    112 data/Foswiki/GoodStyle.txt 0660 
    113 data/Foswiki/HiddenAttachment.txt 0660 
    114 data/Foswiki/IfStatements.txt 0660 
    115 data/Foswiki/IncludeTopicsAndWebPages.txt 0660 
    116 data/Foswiki/InstallationGuide.txt 0660 
    117 data/Foswiki/InstalledPlugins.txt 0660 
    118 data/Foswiki/InstantEnhancements.txt 0660 
    119 data/Foswiki/JavascriptFiles.txt 0660 
    120 data/Foswiki/LoginName.txt 0660 
    121 data/Foswiki/Macros.txt 0660 
    122 data/Foswiki/MainFeatures.txt 0660 
    123 data/Foswiki/ManagingTopics.txt 0660 
    124 data/Foswiki/ManagingUsers.txt 0660 
    125 data/Foswiki/ManagingWebs.txt 0660 
    126 data/Foswiki/MoveTopic.txt 0660 
    127 data/Foswiki/NewUserTemplate.txt 0660 
    128 data/Foswiki/ObjectMethod.txt 0660 
    129 data/Foswiki/PeterThoeny.txt 0660 
    130 data/Foswiki/PlainSkin.txt 0660 
    131 data/Foswiki/Plugins.txt 0660 
    132 data/Foswiki/PreviewBackground.txt 0660 
    133 data/Foswiki/PrintSkin.txt 0660 
    134 data/Foswiki/ProjectContributor.txt 0660 
    135 data/Foswiki/ProjectLogos.txt 0660 
    136 data/Foswiki/QuietSave.txt 0660 
    137 data/Foswiki/ReferenceManual.txt 0660 
    138 data/Foswiki/RegistrationApprovals.txt 0660 
    139 data/Foswiki/RegularExpression.txt 0660 
    140 data/Foswiki/ReleaseHistory.txt 0660 
    141 data/Foswiki/RenameWeb.txt 0660 
    142 data/Foswiki/ResetPassword.txt 0660 
    143 data/Foswiki/SearchDoesNotWork.txt 0660 
    144 data/Foswiki/SearchPatternCookbook.txt 0660 
    145 data/Foswiki/SearchHelp.txt 0660 
    146 data/Foswiki/ShortHand.txt 0660 
    147 data/Foswiki/SimultaneousEdits.txt 0660 
    148 data/Foswiki/SiteChanges.txt 0660 
    149 data/Foswiki/SiteMap.txt 0660 
    150 data/Foswiki/SitePermissions.txt 0660 
    151 data/Foswiki/SkinBrowser.txt 0660 
    152 data/Foswiki/Skins.txt 0660 
    153 data/Foswiki/SkinTemplates.txt 0660 
    154 data/Foswiki/StandardColors.txt 0660 
    155 data/Foswiki/StartingPoints.txt 0660 
    156 data/Foswiki/StaticMethod.txt 0660 
    157 data/Foswiki/TemplatesTopics.txt 0660 
    158 data/Foswiki/TwentyMinuteTutorial.txt 0660 
    159 data/Foswiki/TWiki.txt 0660 
    160 data/Foswiki/TWikiMetaData.txt 0660 
    161 data/Foswiki/TWikiScripts.txt 0660 
    162 data/Foswiki/TWikiSite.txt 0660 
    163 data/Foswiki/TWikiSiteTools.txt 0660 
    164 data/Foswiki/TWikiSystemRequirements.txt 0660 
    165 data/Foswiki/TWikiTopics.txt 0660 
    166 data/Foswiki/TWikiUpgradeTo01Dec2000.txt 0660 
    167 data/Foswiki/TWikiUpgradeTo01Dec2001.txt 0660 
    168 data/Foswiki/TWikiUpgradeTo01Feb2003.txt 0660 
    169 data/Foswiki/TWikiUpgradeTo01May2000.txt 0660 
    170 data/Foswiki/TWikiUpgradeToCairo.txt 0660 
    171 data/Foswiki/TWikiUserAuthentication.txt 0660 
    172 data/Foswiki/TemplateWeb.txt 0660 
    173 data/Foswiki/TextEditor.txt 0660 
    174 data/Foswiki/TextFormattingFAQ.txt 0660 
    175 data/Foswiki/TextFormattingRules.txt 0660 
    176 data/Foswiki/TimBernersLee.txt 0660 
    177 data/Foswiki/TimeInterval.txt 0660 
    178 data/Foswiki/UpgradeGuide.txt 0660 
    179 data/Foswiki/UserDocumentationCategory.txt 0660 
    180 data/Foswiki/UserForm.txt 0660 
    181 data/Foswiki/UserRegistration.txt 0660 
    182 data/Foswiki/UsersGuide.txt 0660 
    183 data/Foswiki/UserToolsCategory.txt 0660 
    184 data/Foswiki/WabiSabi.txt 0660 
    185 data/Foswiki/WebChanges.txt 0660 
    186 data/Foswiki/WebChangesAlert.txt 0660 
    187 data/Foswiki/WebHome.txt 0660 
    188 data/Foswiki/WebIndex.txt 0660 
    189 data/Foswiki/WebNotify.txt 0660 
    190 data/Foswiki/WebPreferences.txt 0660 
    191 data/Foswiki/WebPreferencesHelp.txt 0660 
    192 data/Foswiki/WebRss.txt 0660 
    193 data/Foswiki/WebRssBase.txt 0660 
    194 data/Foswiki/WebSearch.txt 0660 
    195 data/Foswiki/WebSearchAdvanced.txt 0660 
    196 data/Foswiki/WebSiteTools.txt 0660 
    197 data/Foswiki/WebsTable.txt 0660 
    198 data/Foswiki/WebStatistics.txt 0660 
    199 data/Foswiki/WebTopicCreator.txt 0660 
    200 data/Foswiki/WebTopicEditTemplate.txt 0660 
    201 data/Foswiki/WebTopicList.txt 0660 
    202 data/Foswiki/WebTopicNonWikiTemplate.txt 0660 
    203 data/Foswiki/WebTopicViewTemplate.txt 0660 
    204 data/Foswiki/WelcomeGuest.txt 0660 
    205 data/Foswiki/WhatIsWikiWiki.txt 0660 
    206 data/Foswiki/WikiCulture.txt 0660 
    207 data/Foswiki/WikiName.txt 0660 
    208 data/Foswiki/WikiNotation.txt 0660 
    209 data/Foswiki/WikiReferences.txt 0660 
    210 data/Foswiki/WikiSyntax.txt 0660 
    211 data/Foswiki/WikiSyntaxSummary.txt 0660 
    212 data/Foswiki/WikiTopic.txt 0660 
    213 data/Foswiki/WikiWikiClones.txt 0660 
    214 data/Foswiki/WikiWord.txt 0660 
    215 data/Foswiki/YouAreHere.txt 0660 
     73data/System/AccessControl.txt 0660 
     74data/System/AccessKeys.txt 0660 
     75data/System/BeginnersStartHere.txt 0660 
     76data/System/BeginnersStartHereTemplate.txt 0660 
     77data/System/AdminDocumentationCategory.txt 0660 
     78data/System/AdminSkillsAssumptions.txt 0660 
     79data/System/AdminToolsCategory.txt 0660 
     80data/System/AppendixEncodeURLsWithUTF8.txt 0660 
     81data/System/AnApplicationWithWikiForm.txt 0660 
     82data/System/BookView.txt 0660 
     83data/System/BulkRegistration.txt 0660 
     84data/System/BulkResetPassword.txt 0660 
     85data/System/BumpyWord.txt 0660 
     86data/System/CascadingStyleSheets.txt 0660 
     87data/System/CategoryCategory.txt 0660 
     88data/System/ChangePassword.txt 0660 
     89data/System/ClassMethod.txt 0660 
     90data/System/CompleteDocumentation.txt 0660 
     91data/System/DakarReleaseNotes.txt 0660 
     92data/System/DataForms.txt 0660 
     93data/System/DeleteOrRenameATopic.txt 0660 
     94data/System/DeleteOrRenameAnAttachment.txt 0660 
     95data/System/DefaultPreferences.txt 0660 
     96data/System/DeveloperDocumentationCategory.txt 0660 
     97data/System/DocumentGraphics.txt 0660 
     98data/System/DontNotify.txt 0660 
     99data/System/DownloadSources.txt 0660 
     100data/System/EditDoesNotIncreaseTheRevision.txt 0660 
     101data/System/EnhancementRequests.txt 0660 
     102data/System/ExampleTopicTemplate.txt 0660 
     103data/System/FaqTemplate.txt 0660 
     104data/System/FileAttachment.txt 0660 
     105data/System/FileAttribute.txt 0660 
     106data/System/ForceNewRevision.txt 0660 
     107data/System/FormattedSearch.txt 0660 
     108data/System/FrequentlyAskedQuestions.txt 0660 
     109data/System/GlossaryOfTerms.txt 0660 
     110data/System/GnuGeneralPublicLicense.txt 0660 
     111data/System/GoBox.txt 0660 
     112data/System/GoodStyle.txt 0660 
     113data/System/HiddenAttachment.txt 0660 
     114data/System/IfStatements.txt 0660 
     115data/System/IncludeTopicsAndWebPages.txt 0660 
     116data/System/InstallationGuide.txt 0660 
     117data/System/InstalledPlugins.txt 0660 
     118data/System/InstantEnhancements.txt 0660 
     119data/System/JavascriptFiles.txt 0660 
     120data/System/LoginName.txt 0660 
     121data/System/Macros.txt 0660 
     122data/System/MainFeatures.txt 0660 
     123data/System/ManagingTopics.txt 0660 
     124data/System/ManagingUsers.txt 0660 
     125data/System/ManagingWebs.txt 0660 
     126data/System/MoveTopic.txt 0660 
     127data/System/NewUserTemplate.txt 0660 
     128data/System/ObjectMethod.txt 0660 
     129data/System/PeterThoeny.txt 0660 
     130data/System/PlainSkin.txt 0660 
     131data/System/Plugins.txt 0660 
     132data/System/PreviewBackground.txt 0660 
     133data/System/PrintSkin.txt 0660 
     134data/System/ProjectContributor.txt 0660 
     135data/System/ProjectLogos.txt 0660 
     136data/System/QuietSave.txt 0660 
     137data/System/ReferenceManual.txt 0660 
     138data/System/RegistrationApprovals.txt 0660 
     139data/System/RegularExpression.txt 0660 
     140data/System/ReleaseHistory.txt 0660 
     141data/System/RenameWeb.txt 0660 
     142data/System/ResetPassword.txt 0660 
     143data/System/SearchDoesNotWork.txt 0660 
     144data/System/SearchPatternCookbook.txt 0660 
     145data/System/SearchHelp.txt 0660 
     146data/System/ShortHand.txt 0660 
     147data/System/SimultaneousEdits.txt 0660 
     148data/System/SiteChanges.txt 0660 
     149data/System/SiteMap.txt 0660 
     150data/System/SitePermissions.txt 0660 
     151data/System/SkinBrowser.txt 0660 
     152data/System/Skins.txt 0660 
     153data/System/SkinTemplates.txt 0660 
     154data/System/StandardColors.txt 0660 
     155data/System/StartingPoints.txt 0660 
     156data/System/StaticMethod.txt 0660 
     157data/System/TemplatesTopics.txt 0660 
     158data/System/TwentyMinuteTutorial.txt 0660 
     159data/System/TWiki.txt 0660 
     160data/System/TWikiMetaData.txt 0660 
     161data/System/TWikiScripts.txt 0660 
     162data/System/TWikiSite.txt 0660 
     163data/System/TWikiSiteTools.txt 0660 
     164data/System/TWikiSystemRequirements.txt 0660 
     165data/System/TWikiTopics.txt 0660 
     166data/System/TWikiUpgradeTo01Dec2000.txt 0660 
     167data/System/TWikiUpgradeTo01Dec2001.txt 0660 
     168data/System/TWikiUpgradeTo01Feb2003.txt 0660 
     169data/System/TWikiUpgradeTo01May2000.txt 0660 
     170data/System/TWikiUpgradeToCairo.txt 0660 
     171data/System/TWikiUserAuthentication.txt 0660 
     172data/System/TemplateWeb.txt 0660 
     173data/System/TextEditor.txt 0660 
     174data/System/TextFormattingFAQ.txt 0660 
     175data/System/TextFormattingRules.txt 0660 
     176data/System/TimBernersLee.txt 0660 
     177data/System/TimeInterval.txt 0660 
     178data/System/UpgradeGuide.txt 0660 
     179data/System/UserDocumentationCategory.txt 0660 
     180data/System/UserForm.txt 0660 
     181data/System/UserRegistration.txt 0660 
     182data/System/UsersGuide.txt 0660 
     183data/System/UserToolsCategory.txt 0660 
     184data/System/WabiSabi.txt 0660 
     185data/System/WebChanges.txt 0660 
     186data/System/WebChangesAlert.txt 0660 
     187data/System/WebHome.txt 0660 
     188data/System/WebIndex.txt 0660 
     189data/System/WebNotify.txt 0660 
     190data/System/WebPreferences.txt 0660 
     191data/System/WebPreferencesHelp.txt 0660 
     192data/System/WebRss.txt 0660 
     193data/System/WebRssBase.txt 0660 
     194data/System/WebSearch.txt 0660 
     195data/System/WebSearchAdvanced.txt 0660 
     196data/System/WebSiteTools.txt 0660 
     197data/System/WebsTable.txt 0660 
     198data/System/WebStatistics.txt 0660 
     199data/System/WebTopicCreator.txt 0660 
     200data/System/WebTopicEditTemplate.txt 0660 
     201data/System/WebTopicList.txt 0660 
     202data/System/WebTopicNonWikiTemplate.txt 0660 
     203data/System/WebTopicViewTemplate.txt 0660 
     204data/System/WelcomeGuest.txt 0660 
     205data/System/WhatIsWikiWiki.txt 0660 
     206data/System/WikiCulture.txt 0660 
     207data/System/WikiName.txt 0660 
     208data/System/WikiNotation.txt 0660 
     209data/System/WikiReferences.txt 0660 
     210data/System/WikiSyntax.txt 0660 
     211data/System/WikiSyntaxSummary.txt 0660 
     212data/System/WikiTopic.txt 0660 
     213data/System/WikiWikiClones.txt 0660 
     214data/System/WikiWord.txt 0660 
     215data/System/YouAreHere.txt 0660 
    216216data/Trash/TrashAttachment.txt 0660 
    217217data/Trash/WebChanges.txt 0660 
     
    328328pub/Sandbox/WebPreferences/favicon.ico 0660 
    329329pub/Sandbox/WebPreferences/logo.gif 
    330 pub/Foswiki/DocumentGraphics/_filetypes.txt 0660 
    331 pub/Foswiki/DocumentGraphics/arrowbdown.gif 0660 
    332 pub/Foswiki/DocumentGraphics/arrowbleft.gif 0660 
    333 pub/Foswiki/DocumentGraphics/arrowbright.gif 0660 
    334 pub/Foswiki/DocumentGraphics/arrowbup.gif 0660 
    335 pub/Foswiki/DocumentGraphics/arrowdot.gif 0660 
    336 pub/Foswiki/DocumentGraphics/arrowdown.gif 0660 
    337 pub/Foswiki/DocumentGraphics/arrowleft.gif 0660 
    338 pub/Foswiki/DocumentGraphics/arrowright-small.gif 0660 
    339 pub/Foswiki/DocumentGraphics/arrowright.gif 0660 
    340 pub/Foswiki/DocumentGraphics/arrowup.gif 0660 
    341 pub/Foswiki/DocumentGraphics/as.gif 0660 
    342 pub/Foswiki/DocumentGraphics/attachfile.gif 0660 
    343 pub/Foswiki/DocumentGraphics/bat.gif 0660 
    344 pub/Foswiki/DocumentGraphics/bmp.gif 0660 
    345 pub/Foswiki/DocumentGraphics/bubble.gif 0660 
    346 pub/Foswiki/DocumentGraphics/building.gif 0660 
    347 pub/Foswiki/DocumentGraphics/buildings.gif 0660 
    348 pub/Foswiki/DocumentGraphics/c.gif 0660 
    349 pub/Foswiki/DocumentGraphics/cachetopic.gif 0660 
    350 pub/Foswiki/DocumentGraphics/changes-small.gif 0660 
    351 pub/Foswiki/DocumentGraphics/changes.gif 0660 
    352 pub/Foswiki/DocumentGraphics/checked.gif 0660 
    353 pub/Foswiki/DocumentGraphics/choice-cancel.gif 0660 
    354 pub/Foswiki/DocumentGraphics/choice-no.gif 0660 
    355 pub/Foswiki/DocumentGraphics/choice-yes.gif 0660 
    356 pub/Foswiki/DocumentGraphics/closed.gif 0660 
    357 pub/Foswiki/DocumentGraphics/days.gif 0660 
    358 pub/Foswiki/DocumentGraphics/detail.gif 0660 
    359 pub/Foswiki/DocumentGraphics/dll.gif 0660 
    360 pub/Foswiki/DocumentGraphics/doc.gif 0660 
    361 pub/Foswiki/DocumentGraphics/done.gif 0660 
    362 pub/Foswiki/DocumentGraphics/dot_ld.gif 0660 
    363 pub/Foswiki/DocumentGraphics/dot_lr.gif 0660 
    364 pub/Foswiki/DocumentGraphics/dot_lrd.gif 0660 
    365 pub/Foswiki/DocumentGraphics/dot_rd.gif 0660 
    366 pub/Foswiki/DocumentGraphics/dot_ud.gif 0660 
    367 pub/Foswiki/DocumentGraphics/dot_udl.gif 0660 
    368 pub/Foswiki/DocumentGraphics/dot_udlr.gif 0660 
    369 pub/Foswiki/DocumentGraphics/dot_udr.gif 0660 
    370 pub/Foswiki/DocumentGraphics/dot_ul.gif 0660 
    371 pub/Foswiki/DocumentGraphics/dot_ulr.gif 0660 
    372 pub/Foswiki/DocumentGraphics/dot_ur.gif 0660 
    373 pub/Foswiki/DocumentGraphics/down.gif 0660 
    374 pub/Foswiki/DocumentGraphics/download.gif 0660 
    375 pub/Foswiki/DocumentGraphics/edittopic.gif 0660 
    376 pub/Foswiki/DocumentGraphics/else.gif 0660 
    377 pub/Foswiki/DocumentGraphics/eml.gif 0660 
    378 pub/Foswiki/DocumentGraphics/empty.gif 0660 
    379 pub/Foswiki/DocumentGraphics/exe.gif 0660 
    380 pub/Foswiki/DocumentGraphics/filter.gif 0660 
    381 pub/Foswiki/DocumentGraphics/fla.gif 0660 
    382 pub/Foswiki/DocumentGraphics/flag-gray-small.gif 0660 
    383 pub/Foswiki/DocumentGraphics/flag-gray.gif 0660 
    384 pub/Foswiki/DocumentGraphics/flag.gif 0660 
    385 pub/Foswiki/DocumentGraphics/folder.gif 0660 
    386 pub/Foswiki/DocumentGraphics/fon.gif 0660 
    387 pub/Foswiki/DocumentGraphics/gear.gif 0660 
    388 pub/Foswiki/DocumentGraphics/gif.gif 0660 
    389 pub/Foswiki/DocumentGraphics/globe.gif 0660 
    390 pub/Foswiki/DocumentGraphics/go_back.gif 0660 
    391 pub/Foswiki/DocumentGraphics/go_end.gif 0660 
    392 pub/Foswiki/DocumentGraphics/go_fb.gif 0660 
    393 pub/Foswiki/DocumentGraphics/go_ff.gif 0660 
    394 pub/Foswiki/DocumentGraphics/go_forward.gif 0660 
    395 pub/Foswiki/DocumentGraphics/go_start.gif 0660 
    396 pub/Foswiki/DocumentGraphics/group.gif 0660 
    397 pub/Foswiki/DocumentGraphics/h.gif 0660 
    398 pub/Foswiki/DocumentGraphics/hand.gif 0660 
    399 pub/Foswiki/DocumentGraphics/help.gif 0660 
    400 pub/Foswiki/DocumentGraphics/hlp.gif 0660 
    401 pub/Foswiki/DocumentGraphics/home.gif 0660 
    402 pub/Foswiki/DocumentGraphics/hourglass.gif 0660 
    403 pub/Foswiki/DocumentGraphics/html.gif 0660 
    404 pub/Foswiki/DocumentGraphics/index.gif 0660 
    405 pub/Foswiki/DocumentGraphics/indexlist.gif 0660 
    406 pub/Foswiki/DocumentGraphics/info.gif 0660 
    407 pub/Foswiki/DocumentGraphics/java.gif 0660 
    408 pub/Foswiki/DocumentGraphics/jpg.gif 0660 
    409 pub/Foswiki/DocumentGraphics/js.gif 0660 
    410 pub/Foswiki/DocumentGraphics/key.gif 0660 
    411 pub/Foswiki/DocumentGraphics/led-aqua.gif 0660 
    412 pub/Foswiki/DocumentGraphics/led-blue.gif 0660 
    413 pub/Foswiki/DocumentGraphics/led-gray.gif 0660 
    414 pub/Foswiki/DocumentGraphics/led-green.gif 0660 
    415 pub/Foswiki/DocumentGraphics/led-orange.gif 0660 
    416 pub/Foswiki/DocumentGraphics/led-purple.gif 0660 
    417 pub/Foswiki/DocumentGraphics/led-red.gif 0660 
    418 pub/Foswiki/DocumentGraphics/led-yellow.gif 0660 
    419 pub/Foswiki/DocumentGraphics/led-box-aqua.gif 0660 
    420 pub/Foswiki/DocumentGraphics/led-box-blue.gif 0660 
    421 pub/Foswiki/DocumentGraphics/led-box-gray.gif 0660 
    422 pub/Foswiki/DocumentGraphics/led-box-green.gif 0660 
    423 pub/Foswiki/DocumentGraphics/led-box-orange.gif 0660 
    424 pub/Foswiki/DocumentGraphics/led-box-purple.gif 0660 
    425 pub/Foswiki/DocumentGraphics/led-box-red.gif 0660 
    426 pub/Foswiki/DocumentGraphics/led-box-yellow.gif 0660 
    427 pub/Foswiki/DocumentGraphics/left.gif 0660 
    428 pub/Foswiki/DocumentGraphics/line_ld.gif 0660 
    429 pub/Foswiki/DocumentGraphics/line_lr.gif 0660 
    430 pub/Foswiki/DocumentGraphics/line_lrd.gif 0660 
    431 pub/Foswiki/DocumentGraphics/line_rd.gif 0660 
    432 pub/Foswiki/DocumentGraphics/line_ud.gif 0660 
    433 pub/Foswiki/DocumentGraphics/line_udl.gif 0660 
    434 pub/Foswiki/DocumentGraphics/line_udlr.gif 0660 
    435 pub/Foswiki/DocumentGraphics/line_udr.gif 0660 
    436 pub/Foswiki/DocumentGraphics/line_ul.gif 0660 
    437 pub/Foswiki/DocumentGraphics/line_ulr.gif 0660 
    438 pub/Foswiki/DocumentGraphics/line_ur.gif 0660 
    439 pub/Foswiki/DocumentGraphics/lock.gif 0660 
    440 pub/Foswiki/DocumentGraphics/lockfolder.gif 0660 
    441 pub/Foswiki/DocumentGraphics/lockfoldergray.gif 0660 
    442 pub/Foswiki/DocumentGraphics/locktopic.gif 0660 
    443 pub/Foswiki/DocumentGraphics/locktopicgray.gif 0660 
    444 pub/Foswiki/DocumentGraphics/logout.gif 0660 
    445 pub/Foswiki/DocumentGraphics/mail.gif 0660 
    446 pub/Foswiki/DocumentGraphics/mdb.gif 0660 
    447 pub/Foswiki/DocumentGraphics/minus.gif 0660 
    448 pub/Foswiki/DocumentGraphics/more-small.gif 0660 
    449 pub/Foswiki/DocumentGraphics/more.gif 0660 
    450 pub/Foswiki/DocumentGraphics/move.gif 0660 
    451 pub/Foswiki/DocumentGraphics/mov.gif 0660 
    452 pub/Foswiki/DocumentGraphics/mp3.gif 0660 
    453 pub/Foswiki/DocumentGraphics/new.gif 0660 
    454 pub/Foswiki/DocumentGraphics/newtopic.gif 0660 
    455 pub/Foswiki/DocumentGraphics/note.gif 0660 
    456 pub/Foswiki/DocumentGraphics/notify.gif 0660 
    457 pub/Foswiki/DocumentGraphics/parked.gif 0660 
    458 pub/Foswiki/DocumentGraphics/pdf.gif 0660 
    459 pub/Foswiki/DocumentGraphics/pencil.gif 0660 
    460 pub/Foswiki/DocumentGraphics/person.gif 0660 
    461 pub/Foswiki/DocumentGraphics/persons.gif 0660 
    462 pub/Foswiki/DocumentGraphics/pl.gif 0660 
    463 pub/Foswiki/DocumentGraphics/plus.gif 0660 
    464 pub/Foswiki/DocumentGraphics/png.gif 0660 
    465 pub/Foswiki/DocumentGraphics/ppt.gif 0660 
    466 pub/Foswiki/DocumentGraphics/printtopic.gif 0660 
    467 pub/Foswiki/DocumentGraphics/ps.gif 0660 
    468 pub/Foswiki/DocumentGraphics/py.gif 0660 
    469 pub/Foswiki/DocumentGraphics/ram.gif 0660 
    470 pub/Foswiki/DocumentGraphics/recentchanges.gif 0660 
    471 pub/Foswiki/DocumentGraphics/refreshtopic.gif 0660 
    472 pub/Foswiki/DocumentGraphics/reg.gif 0660 
    473 pub/Foswiki/DocumentGraphics/rfc.gif 0660 
    474 pub/Foswiki/DocumentGraphics/right.gif 0660 
    475 pub/Foswiki/DocumentGraphics/rss-feed.gif 0660 
    476 pub/Foswiki/DocumentGraphics/rss-small.gif 0660 
    477 pub/Foswiki/DocumentGraphics/save.gif 0660 
    478 pub/Foswiki/DocumentGraphics/search-small.gif 0660 
    479 pub/Foswiki/DocumentGraphics/searchtopic.gif 0660 
    480 pub/Foswiki/DocumentGraphics/sh.gif 0660 
    481 pub/Foswiki/DocumentGraphics/sniff.gif 0660 
    482 pub/Foswiki/DocumentGraphics/sort.gif 0660 
    483 pub/Foswiki/DocumentGraphics/stargold.gif 0660 
    484 pub/Foswiki/DocumentGraphics/starred.gif 0660 
    485 pub/Foswiki/DocumentGraphics/statistics.gif 0660 
    486 pub/Foswiki/DocumentGraphics/stop.gif 0660 
    487 pub/Foswiki/DocumentGraphics/swf.gif 0660 
    488 pub/Foswiki/DocumentGraphics/target.gif 0660 
    489 pub/Foswiki/DocumentGraphics/tip.gif 0660 
    490 pub/Foswiki/DocumentGraphics/todo.gif 0660 
    491 pub/Foswiki/DocumentGraphics/toggleclose.gif 0660 
    492 pub/Foswiki/DocumentGraphics/toggleclose-small.gif 0660 
    493 pub/Foswiki/DocumentGraphics/toggleopen.gif 0660 
    494 pub/Foswiki/DocumentGraphics/toggleopen-small.gif 0660 
    495 pub/Foswiki/DocumentGraphics/topicbacklinks.gif 0660 
    496 pub/Foswiki/DocumentGraphics/topicdiffs.gif 0660 
    497 pub/Foswiki/DocumentGraphics/trash.gif 0660 
    498 pub/Foswiki/DocumentGraphics/ttf.gif 0660 
    499 pub/Foswiki/DocumentGraphics/txt.gif 0660 
    500 pub/Foswiki/DocumentGraphics/unchecked.gif 0660 
    501 pub/Foswiki/DocumentGraphics/up.gif 0660 
    502 pub/Foswiki/DocumentGraphics/updated.gif 0660 
    503 pub/Foswiki/DocumentGraphics/viewtopic.gif 0660 
    504 pub/Foswiki/DocumentGraphics/warning.gif 0660 
    505 pub/Foswiki/DocumentGraphics/watch.gif 0660 
    506 pub/Foswiki/DocumentGraphics/wav.gif 0660 
    507 pub/Foswiki/DocumentGraphics/web-bg-small.gif 0660 
    508 pub/Foswiki/DocumentGraphics/web-bg.gif 0660 
    509 pub/Foswiki/DocumentGraphics/wip.gif 0660 
    510 pub/Foswiki/DocumentGraphics/wrench.gif 0660 
    511 pub/Foswiki/DocumentGraphics/wri.gif 0660 
    512 pub/Foswiki/DocumentGraphics/xls.gif 0660 
    513 pub/Foswiki/DocumentGraphics/xml-feed.gif 0660 
    514 pub/Foswiki/DocumentGraphics/xml-small.gif 0660 
    515 pub/Foswiki/DocumentGraphics/xml.gif 0660 
    516 pub/Foswiki/DocumentGraphics/xsl.gif 0660 
    517 pub/Foswiki/DocumentGraphics/zip.gif 0660 
    518 pub/Foswiki/BeginnersStartHere/Disney_logo.gif 0660 
    519 pub/Foswiki/BeginnersStartHere/BT_logo.gif 0660 
    520 pub/Foswiki/BeginnersStartHere/myco.gif 0660 
    521 pub/Foswiki/BeginnersStartHere/lego.gif 0660 
    522 pub/Foswiki/BeginnersStartHere/whiteboard.gif 0660 
    523 pub/Foswiki/BeginnersStartHere/EpicGames_logo.gif 0660 
    524 pub/Foswiki/BeginnersStartHere/hula.gif 0660 
    525 pub/Foswiki/BeginnersStartHere/SAP_logo.gif 0660 
    526 pub/Foswiki/BeginnersStartHere/Motorola_logo.gif 0660 
    527 pub/Foswiki/FileAttachment/Sample.txt 0660 
    528 pub/Foswiki/FileAttachment/Smile.gif 0660 
    529 pub/Foswiki/JavascriptFiles/twiki.js 0660 
    530 pub/Foswiki/JavascriptFiles/twiki_attach.js 0660 
    531 pub/Foswiki/JavascriptFiles/twiki_edit.js 0660 
    532 pub/Foswiki/JavascriptFiles/twiki_renamebase.js 0660 
    533 pub/Foswiki/JavascriptFiles/twiki_renamedelete.js 0660 
    534 pub/Foswiki/PlainSkin/fullscreen.gif 0660 
    535 pub/Foswiki/PlainSkin/screenshot.gif 0660 
    536 pub/Foswiki/PreviewBackground/blankltgraybg.gif 0660 
    537 pub/Foswiki/PreviewBackground/blankwhitebg.gif 0660 
    538 pub/Foswiki/PreviewBackground/preview2bg.gif 0660 
    539 pub/Foswiki/PreviewBackground/previewbg.gif 0660 
    540 pub/Foswiki/PrintSkin/fullscreen.gif 0660 
    541 pub/Foswiki/PrintSkin/screenshot.gif 0660 
    542 pub/Foswiki/ProjectLogos/T-logo-124x35-t.gif 0660 
    543 pub/Foswiki/ProjectLogos/T-logo-124x35.png 0660 
    544 pub/Foswiki/ProjectLogos/T-logo-140x40-t.gif 0660 
    545 pub/Foswiki/ProjectLogos/T-logo-140x40.png 0660 
    546 pub/Foswiki/ProjectLogos/T-logo-158x45-t.gif 0660 
    547 pub/Foswiki/ProjectLogos/T-logo-158x45.png 0660 
    548 pub/Foswiki/ProjectLogos/T-logo-169x130-t.gif 0660 
    549 pub/Foswiki/ProjectLogos/T-logo-169x130.png 0660 
    550 pub/Foswiki/ProjectLogos/T-logo-16x16-t.gif 0660 
    551 pub/Foswiki/ProjectLogos/T-logo-16x16.png 0660 
    552 pub/Foswiki/ProjectLogos/T-logo-175x50-t.gif 0660 
    553 pub/Foswiki/ProjectLogos/T-logo-175x50.png 0660 
    554 pub/Foswiki/ProjectLogos/T-logo-235x67-t.gif 0660 
    555 pub/Foswiki/ProjectLogos/T-logo-235x67.png 0660 
    556 pub/Foswiki/ProjectLogos/T-logo-34x26-t.gif 0660 
    557 pub/Foswiki/ProjectLogos/T-logo-34x26.png 0660 
    558 pub/Foswiki/ProjectLogos/T-logo-3640x1038-b.png 0660 
    559 pub/Foswiki/ProjectLogos/T-logo-456x130-t.gif 0660 
    560 pub/Foswiki/ProjectLogos/T-logo-456x130.png 0660 
    561 pub/Foswiki/ProjectLogos/T-logo-46x35-t.gif 0660 
    562 pub/Foswiki/ProjectLogos/T-logo-46x35.png 0660 
    563 pub/Foswiki/ProjectLogos/T-logo-52x40-t.gif 0660 
    564 pub/Foswiki/ProjectLogos/T-logo-52x40.png 0660 
    565 pub/Foswiki/ProjectLogos/T-logo-58x45-t.gif 0660 
    566 pub/Foswiki/ProjectLogos/T-logo-58x45.png 0660 
    567 pub/Foswiki/ProjectLogos/T-logo-65x50-t.gif 0660 
    568 pub/Foswiki/ProjectLogos/T-logo-65x50.png 0660 
    569 pub/Foswiki/ProjectLogos/T-logo-80x15.gif 0660 
    570 pub/Foswiki/ProjectLogos/T-logo-80x15.png 0660 
    571 pub/Foswiki/ProjectLogos/T-logo-87x67-t.gif 0660 
    572 pub/Foswiki/ProjectLogos/T-logo-87x67.png 0660 
    573 pub/Foswiki/ProjectLogos/T-logo-88x31-t.gif 0660 
    574 pub/Foswiki/ProjectLogos/T-logo-88x31.png 0660 
    575 pub/Foswiki/ProjectLogos/T-logo.svg 0660 
    576 pub/Foswiki/ProjectLogos/favicon.ico 0660 
    577 pub/Foswiki/WabiSabi/wabisabi.gif 0660 
    578 pub/Foswiki/WebPreferences/favicon.ico 0660 
    579 pub/Foswiki/WebPreferences/logo.gif 0660 
    580 pub/Foswiki/WindowsInstallCookbook/cygwin-icon.gif 0660 
     330pub/System/DocumentGraphics/_filetypes.txt 0660 
     331pub/System/DocumentGraphics/arrowbdown.gif 0660 
     332pub/System/DocumentGraphics/arrowbleft.gif 0660 
     333pub/System/DocumentGraphics/arrowbright.gif 0660 
     334pub/System/DocumentGraphics/arrowbup.gif 0660 
     335pub/System/DocumentGraphics/arrowdot.gif 0660 
     336pub/System/DocumentGraphics/arrowdown.gif 0660 
     337pub/System/DocumentGraphics/arrowleft.gif 0660 
     338pub/System/DocumentGraphics/arrowright-small.gif 0660 
     339pub/System/DocumentGraphics/arrowright.gif 0660 
     340pub/System/DocumentGraphics/arrowup.gif 0660 
     341pub/System/DocumentGraphics/as.gif 0660 
     342pub/System/DocumentGraphics/attachfile.gif 0660 
     343pub/System/DocumentGraphics/bat.gif 0660 
     344pub/System/DocumentGraphics/bmp.gif 0660 
     345pub/System/DocumentGraphics/bubble.gif 0660 
     346pub/System/DocumentGraphics/building.gif 0660 
     347pub/System/DocumentGraphics/buildings.gif 0660 
     348pub/System/DocumentGraphics/c.gif 0660 
     349pub/System/DocumentGraphics/cachetopic.gif 0660 
     350pub/System/DocumentGraphics/changes-small.gif 0660 
     351pub/System/DocumentGraphics/changes.gif 0660 
     352pub/System/DocumentGraphics/checked.gif 0660 
     353pub/System/DocumentGraphics/choice-cancel.gif 0660 
     354pub/System/DocumentGraphics/choice-no.gif 0660 
     355pub/System/DocumentGraphics/choice-yes.gif 0660 
     356pub/System/DocumentGraphics/closed.gif 0660 
     357pub/System/DocumentGraphics/days.gif 0660 
     358pub/System/DocumentGraphics/detail.gif 0660 
     359pub/System/DocumentGraphics/dll.gif 0660 
     360pub/System/DocumentGraphics/doc.gif 0660 
     361pub/System/DocumentGraphics/done.gif 0660 
     362pub/System/DocumentGraphics/dot_ld.gif 0660 
     363pub/System/DocumentGraphics/dot_lr.gif 0660 
     364pub/System/DocumentGraphics/dot_lrd.gif 0660 
     365pub/System/DocumentGraphics/dot_rd.gif 0660 
     366pub/System/DocumentGraphics/dot_ud.gif 0660 
     367pub/System/DocumentGraphics/dot_udl.gif 0660 
     368pub/System/DocumentGraphics/dot_udlr.gif 0660 
     369pub/System/DocumentGraphics/dot_udr.gif 0660 
     370pub/System/DocumentGraphics/dot_ul.gif 0660 
     371pub/System/DocumentGraphics/dot_ulr.gif 0660 
     372pub/System/DocumentGraphics/dot_ur.gif 0660 
     373pub/System/DocumentGraphics/down.gif 0660 
     374pub/System/DocumentGraphics/download.gif 0660 
     375pub/System/DocumentGraphics/edittopic.gif 0660 
     376pub/System/DocumentGraphics/else.gif 0660 
     377pub/System/DocumentGraphics/eml.gif 0660 
     378pub/System/DocumentGraphics/empty.gif 0660 
     379pub/System/DocumentGraphics/exe.gif 0660 
     380pub/System/DocumentGraphics/filter.gif 0660 
     381pub/System/DocumentGraphics/fla.gif 0660 
     382pub/System/DocumentGraphics/flag-gray-small.gif 0660 
     383pub/System/DocumentGraphics/flag-gray.gif 0660 
     384pub/System/DocumentGraphics/flag.gif 0660 
     385pub/System/DocumentGraphics/folder.gif 0660 
     386pub/System/DocumentGraphics/fon.gif 0660 
     387pub/System/DocumentGraphics/gear.gif 0660 
     388pub/System/DocumentGraphics/gif.gif 0660 
     389pub/System/DocumentGraphics/globe.gif 0660 
     390pub/System/DocumentGraphics/go_back.gif 0660 
     391pub/System/DocumentGraphics/go_end.gif 0660 
     392pub/System/DocumentGraphics/go_fb.gif 0660 
     393pub/System/DocumentGraphics/go_ff.gif 0660 
     394pub/System/DocumentGraphics/go_forward.gif 0660 
     395pub/System/DocumentGraphics/go_start.gif 0660 
     396pub/System/DocumentGraphics/group.gif 0660 
     397pub/System/DocumentGraphics/h.gif 0660 
     398pub/System/DocumentGraphics/hand.gif 0660 
     399pub/System/DocumentGraphics/help.gif 0660 
     400pub/System/DocumentGraphics/hlp.gif 0660 
     401pub/System/DocumentGraphics/home.gif 0660 
     402pub/System/DocumentGraphics/hourglass.gif 0660 
     403pub/System/DocumentGraphics/html.gif 0660 
     404pub/System/DocumentGraphics/index.gif 0660 
     405pub/System/DocumentGraphics/indexlist.gif 0660 
     406pub/System/DocumentGraphics/info.gif 0660 
     407pub/System/DocumentGraphics/java.gif 0660 
     408pub/System/DocumentGraphics/jpg.gif 0660 
     409pub/System/DocumentGraphics/js.gif 0660 
     410pub/System/DocumentGraphics/key.gif 0660 
     411pub/System/DocumentGraphics/led-aqua.gif 0660 
     412pub/System/DocumentGraphics/led-blue.gif 0660 
     413pub/System/DocumentGraphics/led-gray.gif 0660 
     414pub/System/DocumentGraphics/led-green.gif 0660 
     415pub/System/DocumentGraphics/led-orange.gif 0660 
     416pub/System/DocumentGraphics/led-purple.gif 0660 
     417pub/System/DocumentGraphics/led-red.gif 0660 
     418pub/System/DocumentGraphics/led-yellow.gif 0660 
     419pub/System/DocumentGraphics/led-box-aqua.gif 0660 
     420pub/System/DocumentGraphics/led-box-blue.gif 0660 
     421pub/System/DocumentGraphics/led-box-gray.gif 0660 
     422pub/System/DocumentGraphics/led-box-green.gif 0660 
     423pub/System/DocumentGraphics/led-box-orange.gif 0660 
     424pub/System/DocumentGraphics/led-box-purple.gif 0660 
     425pub/System/DocumentGraphics/led-box-red.gif 0660 
     426pub/System/DocumentGraphics/led-box-yellow.gif 0660 
     427pub/System/DocumentGraphics/left.gif 0660 
     428pub/System/DocumentGraphics/line_ld.gif 0660 
     429pub/System/DocumentGraphics/line_lr.gif 0660 
     430pub/System/DocumentGraphics/line_lrd.gif 0660 
     431pub/System/DocumentGraphics/line_rd.gif 0660 
     432pub/System/DocumentGraphics/line_ud.gif 0660 
     433pub/System/DocumentGraphics/line_udl.gif 0660 
     434pub/System/DocumentGraphics/line_udlr.gif 0660 
     435pub/System/DocumentGraphics/line_udr.gif 0660 
     436pub/System/DocumentGraphics/line_ul.gif 0660 
     437pub/System/DocumentGraphics/line_ulr.gif 0660 
     438pub/System/DocumentGraphics/line_ur.gif 0660 
     439pub/System/DocumentGraphics/lock.gif 0660 
     440pub/System/DocumentGraphics/lockfolder.gif 0660 
     441pub/System/DocumentGraphics/lockfoldergray.gif 0660 
     442pub/System/DocumentGraphics/locktopic.gif 0660 
     443pub/System/DocumentGraphics/locktopicgray.gif 0660 
     444pub/System/DocumentGraphics/logout.gif 0660 
     445pub/System/DocumentGraphics/mail.gif 0660 
     446pub/System/DocumentGraphics/mdb.gif 0660 
     447pub/System/DocumentGraphics/minus.gif 0660 
     448pub/System/DocumentGraphics/more-small.gif 0660 
     449pub/System/DocumentGraphics/more.gif 0660 
     450pub/System/DocumentGraphics/move.gif 0660 
     451pub/System/DocumentGraphics/mov.gif 0660 
     452pub/System/DocumentGraphics/mp3.gif 0660 
     453pub/System/DocumentGraphics/new.gif 0660 
     454pub/System/DocumentGraphics/newtopic.gif 0660 
     455pub/System/DocumentGraphics/note.gif 0660 
     456pub/System/DocumentGraphics/notify.gif 0660 
     457pub/System/DocumentGraphics/parked.gif 0660 
     458pub/System/DocumentGraphics/pdf.gif 0660 
     459pub/System/DocumentGraphics/pencil.gif 0660 
     460pub/System/DocumentGraphics/person.gif 0660 
     461pub/System/DocumentGraphics/persons.gif 0660 
     462pub/System/DocumentGraphics/pl.gif 0660 
     463pub/System/DocumentGraphics/plus.gif 0660 
     464pub/System/DocumentGraphics/png.gif 0660 
     465pub/System/DocumentGraphics/ppt.gif 0660 
     466pub/System/DocumentGraphics/printtopic.gif 0660 
     467pub/System/DocumentGraphics/ps.gif 0660 
     468pub/System/DocumentGraphics/py.gif 0660 
     469pub/System/DocumentGraphics/ram.gif 0660 
     470pub/System/DocumentGraphics/recentchanges.gif 0660 
     471pub/System/DocumentGraphics/refreshtopic.gif 0660 
     472pub/System/DocumentGraphics/reg.gif 0660 
     473pub/System/DocumentGraphics/rfc.gif 0660 
     474pub/System/DocumentGraphics/right.gif 0660 
     475pub/System/DocumentGraphics/rss-feed.gif 0660 
     476pub/System/DocumentGraphics/rss-small.gif 0660 
     477pub/System/DocumentGraphics/save.gif 0660 
     478pub/System/DocumentGraphics/search-small.gif 0660 
     479pub/System/DocumentGraphics/searchtopic.gif 0660 
     480pub/System/DocumentGraphics/sh.gif 0660 
     481pub/System/DocumentGraphics/sniff.gif 0660 
     482pub/System/DocumentGraphics/sort.gif 0660 
     483pub/System/DocumentGraphics/stargold.gif 0660 
     484pub/System/DocumentGraphics/starred.gif 0660 
     485pub/System/DocumentGraphics/statistics.gif 0660 
     486pub/System/DocumentGraphics/stop.gif 0660 
     487pub/System/DocumentGraphics/swf.gif 0660 
     488pub/System/DocumentGraphics/target.gif 0660 
     489pub/System/DocumentGraphics/tip.gif 0660 
     490pub/System/DocumentGraphics/todo.gif 0660 
     491pub/System/DocumentGraphics/toggleclose.gif 0660 
     492pub/System/DocumentGraphics/toggleclose-small.gif 0660 
     493pub/System/DocumentGraphics/toggleopen.gif 0660 
     494pub/System/DocumentGraphics/toggleopen-small.gif 0660 
     495pub/System/DocumentGraphics/topicbacklinks.gif 0660 
     496pub/System/DocumentGraphics/topicdiffs.gif 0660 
     497pub/System/DocumentGraphics/trash.gif 0660 
     498pub/System/DocumentGraphics/ttf.gif 0660 
     499pub/System/DocumentGraphics/txt.gif 0660 
     500pub/System/DocumentGraphics/unchecked.gif 0660 
     501pub/System/DocumentGraphics/up.gif 0660 
     502pub/System/DocumentGraphics/updated.gif 0660 
     503pub/System/DocumentGraphics/viewtopic.gif 0660 
     504pub/System/DocumentGraphics/warning.gif 0660 
     505pub/System/DocumentGraphics/watch.gif 0660 
     506pub/System/DocumentGraphics/wav.gif 0660 
     507pub/System/DocumentGraphics/web-bg-small.gif 0660 
     508pub/System/DocumentGraphics/web-bg.gif 0660 
     509pub/System/DocumentGraphics/wip.gif 0660 
     510pub/System/DocumentGraphics/wrench.gif 0660 
     511pub/System/DocumentGraphics/wri.gif 0660 
     512pub/System/DocumentGraphics/xls.gif 0660 
     513pub/System/DocumentGraphics/xml-feed.gif 0660 
     514pub/System/DocumentGraphics/xml-small.gif 0660 
     515pub/System/DocumentGraphics/xml.gif 0660 
     516pub/System/DocumentGraphics/xsl.gif 0660 
     517pub/System/DocumentGraphics/zip.gif 0660 
     518pub/System/BeginnersStartHere/Disney_logo.gif 0660 
     519pub/System/BeginnersStartHere/BT_logo.gif 0660 
     520pub/System/BeginnersStartHere/myco.gif 0660 
     521pub/System/BeginnersStartHere/lego.gif 0660 
     522pub/System/BeginnersStartHere/whiteboard.gif 0660 
     523pub/System/BeginnersStartHere/EpicGames_logo.gif 0660 
     524pub/System/BeginnersStartHere/hula.gif 0660 
     525pub/System/BeginnersStartHere/SAP_logo.gif 0660 
     526pub/System/BeginnersStartHere/Motorola_logo.gif 0660 
     527pub/System/FileAttachment/Sample.txt 0660 
     528pub/System/FileAttachment/Smile.gif 0660 
     529pub/System/JavascriptFiles/twiki.js 0660 
     530pub/System/JavascriptFiles/twiki_attach.js 0660 
     531pub/System/JavascriptFiles/twiki_edit.js 0660 
     532pub/System/JavascriptFiles/twiki_renamebase.js 0660 
     533pub/System/JavascriptFiles/twiki_renamedelete.js 0660 
     534pub/System/PlainSkin/fullscreen.gif 0660 
     535pub/System/PlainSkin/screenshot.gif 0660 
     536pub/System/PreviewBackground/blankltgraybg.gif 0660 
     537pub/System/PreviewBackground/blankwhitebg.gif 0660 
     538pub/System/PreviewBackground/preview2bg.gif 0660 
     539pub/System/PreviewBackground/previewbg.gif 0660 
     540pub/System/PrintSkin/fullscreen.gif 0660 
     541pub/System/PrintSkin/screenshot.gif 0660 
     542pub/System/ProjectLogos/T-logo-124x35-t.gif 0660 
     543pub/System/ProjectLogos/T-logo-124x35.png 0660 
     544pub/System/ProjectLogos/T-logo-140x40-t.gif 0660 
     545pub/System/ProjectLogos/T-logo-140x40.png 0660 
     546pub/System/ProjectLogos/T-logo-158x45-t.gif 0660 
     547pub/System/ProjectLogos/T-logo-158x45.png 0660 
     548pub/System/ProjectLogos/T-logo-169x130-t.gif 0660 
     549pub/System/ProjectLogos/T-logo-169x130.png 0660 
     550pub/System/ProjectLogos/T-logo-16x16-t.gif 0660 
     551pub/System/ProjectLogos/T-logo-16x16.png 0660 
     552pub/System/ProjectLogos/T-logo-175x50-t.gif 0660 
     553pub/System/ProjectLogos/T-logo-175x50.png 0660 
     554pub/System/ProjectLogos/T-logo-235x67-t.gif 0660 
     555pub/System/ProjectLogos/T-logo-235x67.png 0660 
     556pub/System/ProjectLogos/T-logo-34x26-t.gif 0660 
     557pub/System/ProjectLogos/T-logo-34x26.png 0660 
     558pub/System/ProjectLogos/T-logo-3640x1038-b.png 0660 
     559pub/System/ProjectLogos/T-logo-456x130-t.gif 0660 
     560pub/System/ProjectLogos/T-logo-456x130.png 0660 
     561pub/System/ProjectLogos/T-logo-46x35-t.gif 0660 
     562pub/System/ProjectLogos/T-logo-46x35.png 0660 
     563pub/System/ProjectLogos/T-logo-52x40-t.gif 0660 
     564pub/System/ProjectLogos/T-logo-52x40.png 0660 
     565pub/System/ProjectLogos/T-logo-58x45-t.gif 0660 
     566pub/System/ProjectLogos/T-logo-58x45.png 0660 
     567pub/System/ProjectLogos/T-logo-65x50-t.gif 0660 
     568pub/System/ProjectLogos/T-logo-65x50.png 0660 
     569pub/System/ProjectLogos/T-logo-80x15.gif 0660 
     570pub/System/ProjectLogos/T-logo-80x15.png 0660 
     571pub/System/ProjectLogos/T-logo-87x67-t.gif 0660 
     572pub/System/ProjectLogos/T-logo-87x67.png 0660 
     573pub/System/ProjectLogos/T-logo-88x31-t.gif 0660 
     574pub/System/ProjectLogos/T-logo-88x31.png 0660 
     575pub/System/ProjectLogos/T-logo.svg 0660 
     576pub/System/ProjectLogos/favicon.ico 0660 
     577pub/System/WabiSabi/wabisabi.gif 0660 
     578pub/System/WebPreferences/favicon.ico 0660 
     579pub/System/WebPreferences/logo.gif 0660 
     580pub/System/WindowsInstallCookbook/cygwin-icon.gif 0660 
    581581pub/Trash/WebPreferences/favicon.ico 0660 
    582582pub/Trash/WebPreferences/logo.gif 0660 
Note: See TracChangeset for help on using the changeset viewer.