Wiki2Go 1.17.1 → 1.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/Wiki2Go/Install/make_site.rb +3 -1
 - data/test/TestConfig.rb +2 -2
 - data/test/gc.log +1 -0
 - metadata +185 -178
 
| 
         @@ -6,9 +6,11 @@ require 'optparse' 
     | 
|
| 
       6 
6 
     | 
    
         
             
            require "uri"
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            require 'rubygems'
         
     | 
| 
       9 
     | 
    
         
            -
            WIKI2GO_VERSION = '1.17. 
     | 
| 
      
 9 
     | 
    
         
            +
            WIKI2GO_VERSION = '1.17.2'
         
     | 
| 
       10 
10 
     | 
    
         
             
            require_gem "Wiki2Go","~>#{WIKI2GO_VERSION}"
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
      
 12 
     | 
    
         
            +
            require 'Wiki2Go/Web.rb'
         
     | 
| 
      
 13 
     | 
    
         
            +
            require 'Wiki2Go/Wiki2Go.rb'
         
     | 
| 
       12 
14 
     | 
    
         
             
            require 'Wiki2Go/PublicWikiConfig'
         
     | 
| 
       13 
15 
     | 
    
         
             
            require 'Wiki2Go/PrivateWikiConfig'
         
     | 
| 
       14 
16 
     | 
    
         
             
            require 'Wiki2Go/ReadWriteWikiConfig'
         
     | 
    
        data/test/TestConfig.rb
    CHANGED
    
    | 
         @@ -124,9 +124,9 @@ class TestConfig <  Test::Unit::TestCase 
     | 
|
| 
       124 
124 
     | 
    
         
             
                  lines = f.readlines
         
     | 
| 
       125 
125 
     | 
    
         
             
                  last_line = lines.pop.strip 
         
     | 
| 
       126 
126 
     | 
    
         
             
                  if should_match then
         
     | 
| 
       127 
     | 
    
         
            -
                     
     | 
| 
      
 127 
     | 
    
         
            +
                    assert_match Regexp.new(Regexp.quote(unique_log_string)),last_line
         
     | 
| 
       128 
128 
     | 
    
         
             
                  else
         
     | 
| 
       129 
     | 
    
         
            -
                     
     | 
| 
      
 129 
     | 
    
         
            +
                    assert_no_match Regexp.new(Regexp.quote(unique_log_string)),last_line
         
     | 
| 
       130 
130 
     | 
    
         
             
                  end
         
     | 
| 
       131 
131 
     | 
    
         
             
                end
         
     | 
| 
       132 
132 
     | 
    
         
             
              end
         
     | 
    
        data/test/gc.log
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            GC Warning: Finalization cycle involving a2d2da8
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,203 +1,210 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
     | 
    
         
            -
            rubygems_version: 0. 
     | 
| 
      
 2 
     | 
    
         
            +
            rubygems_version: 0.9.2
         
     | 
| 
       3 
3 
     | 
    
         
             
            specification_version: 1
         
     | 
| 
       4 
4 
     | 
    
         
             
            name: Wiki2Go
         
     | 
| 
       5 
5 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       6 
     | 
    
         
            -
              version: 1.17. 
     | 
| 
       7 
     | 
    
         
            -
            date:  
     | 
| 
      
 6 
     | 
    
         
            +
              version: 1.17.2
         
     | 
| 
      
 7 
     | 
    
         
            +
            date: 2007-05-06 00:00:00 +02:00
         
     | 
| 
       8 
8 
     | 
    
         
             
            summary: Wiki2Go is a Ruby Wiki
         
     | 
| 
       9 
9 
     | 
    
         
             
            require_paths: 
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
      
 10 
     | 
    
         
            +
            - lib
         
     | 
| 
       11 
11 
     | 
    
         
             
            email: pvc@nayima.be
         
     | 
| 
       12 
12 
     | 
    
         
             
            homepage: http://wiki2go.rubyforge.org
         
     | 
| 
       13 
13 
     | 
    
         
             
            rubyforge_project: wiki2go
         
     | 
| 
       14 
     | 
    
         
            -
            description:  
     | 
| 
       15 
     | 
    
         
            -
              drawing and ruby code formatting extensions and can optionally be backed by a
         
     | 
| 
       16 
     | 
    
         
            -
              CVS repository"
         
     | 
| 
      
 14 
     | 
    
         
            +
            description: Wiki2Go is a Ruby Wiki with the usual features plus anti-wikispam tools, graph drawing and ruby code formatting extensions and can optionally be backed by a CVS repository
         
     | 
| 
       17 
15 
     | 
    
         
             
            autorequire: Wiki2Go
         
     | 
| 
       18 
16 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       19 
17 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       20 
18 
     | 
    
         
             
            has_rdoc: false
         
     | 
| 
       21 
19 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Version::Requirement 
         
     | 
| 
       22 
20 
     | 
    
         
             
              requirements: 
         
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
                   
     | 
| 
       26 
     | 
    
         
            -
                    version: 0.0.0
         
     | 
| 
      
 21 
     | 
    
         
            +
              - - ">"
         
     | 
| 
      
 22 
     | 
    
         
            +
                - !ruby/object:Gem::Version 
         
     | 
| 
      
 23 
     | 
    
         
            +
                  version: 0.0.0
         
     | 
| 
       27 
24 
     | 
    
         
             
              version: 
         
     | 
| 
       28 
25 
     | 
    
         
             
            platform: ruby
         
     | 
| 
      
 26 
     | 
    
         
            +
            signing_key: 
         
     | 
| 
      
 27 
     | 
    
         
            +
            cert_chain: 
         
     | 
| 
      
 28 
     | 
    
         
            +
            post_install_message: 
         
     | 
| 
       29 
29 
     | 
    
         
             
            authors: 
         
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
      
 30 
     | 
    
         
            +
            - Pascal Van Cauwenberghe
         
     | 
| 
       31 
31 
     | 
    
         
             
            files: 
         
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
             
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
       37 
     | 
    
         
            -
             
     | 
| 
       38 
     | 
    
         
            -
             
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
             
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
             
     | 
| 
       47 
     | 
    
         
            -
             
     | 
| 
       48 
     | 
    
         
            -
             
     | 
| 
       49 
     | 
    
         
            -
             
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
             
     | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
       54 
     | 
    
         
            -
             
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
             
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
             
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
             
     | 
| 
       68 
     | 
    
         
            -
             
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
     | 
    
         
            -
             
     | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
             
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
             
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
             
     | 
| 
       85 
     | 
    
         
            -
             
     | 
| 
       86 
     | 
    
         
            -
             
     | 
| 
       87 
     | 
    
         
            -
             
     | 
| 
       88 
     | 
    
         
            -
             
     | 
| 
       89 
     | 
    
         
            -
             
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
             
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
             
     | 
| 
       111 
     | 
    
         
            -
             
     | 
| 
       112 
     | 
    
         
            -
             
     | 
| 
       113 
     | 
    
         
            -
             
     | 
| 
       114 
     | 
    
         
            -
             
     | 
| 
       115 
     | 
    
         
            -
             
     | 
| 
       116 
     | 
    
         
            -
             
     | 
| 
       117 
     | 
    
         
            -
             
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
             
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
             
     | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
       123 
     | 
    
         
            -
             
     | 
| 
       124 
     | 
    
         
            -
             
     | 
| 
       125 
     | 
    
         
            -
             
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
             
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
       144 
     | 
    
         
            -
             
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
             
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
       153 
     | 
    
         
            -
             
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
             
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
             
     | 
| 
       162 
     | 
    
         
            -
             
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
             
     | 
| 
       165 
     | 
    
         
            -
             
     | 
| 
       166 
     | 
    
         
            -
             
     | 
| 
       167 
     | 
    
         
            -
             
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
             
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
       173 
     | 
    
         
            -
             
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
             
     | 
| 
       176 
     | 
    
         
            -
             
     | 
| 
       177 
     | 
    
         
            -
             
     | 
| 
       178 
     | 
    
         
            -
             
     | 
| 
       179 
     | 
    
         
            -
             
     | 
| 
       180 
     | 
    
         
            -
             
     | 
| 
       181 
     | 
    
         
            -
             
     | 
| 
       182 
     | 
    
         
            -
             
     | 
| 
       183 
     | 
    
         
            -
             
     | 
| 
       184 
     | 
    
         
            -
             
     | 
| 
       185 
     | 
    
         
            -
             
     | 
| 
       186 
     | 
    
         
            -
             
     | 
| 
       187 
     | 
    
         
            -
             
     | 
| 
       188 
     | 
    
         
            -
             
     | 
| 
       189 
     | 
    
         
            -
             
     | 
| 
       190 
     | 
    
         
            -
             
     | 
| 
       191 
     | 
    
         
            -
             
     | 
| 
      
 32 
     | 
    
         
            +
            - lib/Web2Go
         
     | 
| 
      
 33 
     | 
    
         
            +
            - lib/Web2Go/CGIRequest.rb
         
     | 
| 
      
 34 
     | 
    
         
            +
            - lib/Web2Go/CGIResponse.rb
         
     | 
| 
      
 35 
     | 
    
         
            +
            - lib/Web2Go/ERB_Interpreter.rb
         
     | 
| 
      
 36 
     | 
    
         
            +
            - lib/Web2Go/MockCookie.rb
         
     | 
| 
      
 37 
     | 
    
         
            +
            - lib/Web2Go/MockRequest.rb
         
     | 
| 
      
 38 
     | 
    
         
            +
            - lib/Web2Go/MockResponse.rb
         
     | 
| 
      
 39 
     | 
    
         
            +
            - lib/Web2Go/Web2Go.rb
         
     | 
| 
      
 40 
     | 
    
         
            +
            - lib/Web2Go/WebrickRequest.rb
         
     | 
| 
      
 41 
     | 
    
         
            +
            - lib/Web2Go/WebrickResponse.rb
         
     | 
| 
      
 42 
     | 
    
         
            +
            - lib/Wiki2Go
         
     | 
| 
      
 43 
     | 
    
         
            +
            - lib/Wiki2Go/BlackList.rb
         
     | 
| 
      
 44 
     | 
    
         
            +
            - lib/Wiki2Go/cgi
         
     | 
| 
      
 45 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/changes.rb
         
     | 
| 
      
 46 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/edit.rb
         
     | 
| 
      
 47 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/redirect.rb
         
     | 
| 
      
 48 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/save.rb
         
     | 
| 
      
 49 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/search.rb
         
     | 
| 
      
 50 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/secure
         
     | 
| 
      
 51 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/secure/admin.rb
         
     | 
| 
      
 52 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/secure/generate_static.rb
         
     | 
| 
      
 53 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/secure/log_rss
         
     | 
| 
      
 54 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/secure/removespam.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/upload.rb
         
     | 
| 
      
 56 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/versions.rb
         
     | 
| 
      
 57 
     | 
    
         
            +
            - lib/Wiki2Go/cgi/view.rb
         
     | 
| 
      
 58 
     | 
    
         
            +
            - lib/Wiki2Go/DotGraphics.rb
         
     | 
| 
      
 59 
     | 
    
         
            +
            - lib/Wiki2Go/FileStorage.rb
         
     | 
| 
      
 60 
     | 
    
         
            +
            - lib/Wiki2Go/GreyList.rb
         
     | 
| 
      
 61 
     | 
    
         
            +
            - lib/Wiki2Go/Install
         
     | 
| 
      
 62 
     | 
    
         
            +
            - lib/Wiki2Go/Install/config
         
     | 
| 
      
 63 
     | 
    
         
            +
            - lib/Wiki2Go/Install/config/chonqed_blacklist.txt
         
     | 
| 
      
 64 
     | 
    
         
            +
            - lib/Wiki2Go/Install/config/mime.types.conf
         
     | 
| 
      
 65 
     | 
    
         
            +
            - lib/Wiki2Go/Install/config/passwords
         
     | 
| 
      
 66 
     | 
    
         
            +
            - lib/Wiki2Go/Install/make_repository.rb
         
     | 
| 
      
 67 
     | 
    
         
            +
            - lib/Wiki2Go/Install/make_site.rb
         
     | 
| 
      
 68 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site
         
     | 
| 
      
 69 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/error.html
         
     | 
| 
      
 70 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/html
         
     | 
| 
      
 71 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/html/admin.css
         
     | 
| 
      
 72 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/html/rssLogo.png
         
     | 
| 
      
 73 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/html/valid-html401.png
         
     | 
| 
      
 74 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/html/xml.gif
         
     | 
| 
      
 75 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/robots.txt
         
     | 
| 
      
 76 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/ruby.css
         
     | 
| 
      
 77 
     | 
    
         
            +
            - lib/Wiki2Go/Install/site/style.css
         
     | 
| 
      
 78 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates
         
     | 
| 
      
 79 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin.htm
         
     | 
| 
      
 80 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages
         
     | 
| 
      
 81 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/admin.txt
         
     | 
| 
      
 82 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/commit_site.txt
         
     | 
| 
      
 83 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/edit.txt
         
     | 
| 
      
 84 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/editfiles.txt
         
     | 
| 
      
 85 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/greylist.txt
         
     | 
| 
      
 86 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/passwords.txt
         
     | 
| 
      
 87 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/regenerate.txt
         
     | 
| 
      
 88 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/removespam.txt
         
     | 
| 
      
 89 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/show_log.txt
         
     | 
| 
      
 90 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/update_blacklist.txt
         
     | 
| 
      
 91 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/update_conflicts.txt
         
     | 
| 
      
 92 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/admin_pages/update_site.txt
         
     | 
| 
      
 93 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/edit.htm
         
     | 
| 
      
 94 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/full_footer.htm
         
     | 
| 
      
 95 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/header.htm
         
     | 
| 
      
 96 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/pagelist.htm
         
     | 
| 
      
 97 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/rss.xml
         
     | 
| 
      
 98 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/simple_footer.htm
         
     | 
| 
      
 99 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/versionlist.htm
         
     | 
| 
      
 100 
     | 
    
         
            +
            - lib/Wiki2Go/Install/templates/view.htm
         
     | 
| 
      
 101 
     | 
    
         
            +
            - lib/Wiki2Go/Install/wiki
         
     | 
| 
      
 102 
     | 
    
         
            +
            - lib/Wiki2Go/Install/wiki/ruby.css
         
     | 
| 
      
 103 
     | 
    
         
            +
            - lib/Wiki2Go/Install/wiki/style.css
         
     | 
| 
      
 104 
     | 
    
         
            +
            - lib/Wiki2Go/LineFormatter.rb
         
     | 
| 
      
 105 
     | 
    
         
            +
            - lib/Wiki2Go/Page.rb
         
     | 
| 
      
 106 
     | 
    
         
            +
            - lib/Wiki2Go/PrivateWikiConfig.rb
         
     | 
| 
      
 107 
     | 
    
         
            +
            - lib/Wiki2Go/PublicWikiConfig.rb
         
     | 
| 
      
 108 
     | 
    
         
            +
            - lib/Wiki2Go/ReadWriteWikiConfig.rb
         
     | 
| 
      
 109 
     | 
    
         
            +
            - lib/Wiki2Go/Server.rb
         
     | 
| 
      
 110 
     | 
    
         
            +
            - lib/Wiki2Go/SpamFilter.rb
         
     | 
| 
      
 111 
     | 
    
         
            +
            - lib/Wiki2Go/SyntaxHighlighter.rb
         
     | 
| 
      
 112 
     | 
    
         
            +
            - lib/Wiki2Go/UrlFinder.rb
         
     | 
| 
      
 113 
     | 
    
         
            +
            - lib/Wiki2Go/Web.rb
         
     | 
| 
      
 114 
     | 
    
         
            +
            - lib/Wiki2Go/WebrickServlet.rb
         
     | 
| 
      
 115 
     | 
    
         
            +
            - lib/Wiki2Go/WhiteList.rb
         
     | 
| 
      
 116 
     | 
    
         
            +
            - lib/Wiki2Go/Wiki2Go.rb
         
     | 
| 
      
 117 
     | 
    
         
            +
            - lib/Wiki2Go/Wiki2GoConfig.rb
         
     | 
| 
      
 118 
     | 
    
         
            +
            - lib/Wiki2Go/Wiki2GoServlet.rb
         
     | 
| 
      
 119 
     | 
    
         
            +
            - lib/Wiki2Go/WikiFormatter.rb
         
     | 
| 
      
 120 
     | 
    
         
            +
            - lib/Wiki2Go/WikiLogFile.rb
         
     | 
| 
      
 121 
     | 
    
         
            +
            - lib/Wiki2Go.rb
         
     | 
| 
      
 122 
     | 
    
         
            +
            - bin/DebugWiki2GoServer.rb
         
     | 
| 
      
 123 
     | 
    
         
            +
            - bin/Wiki2GoServer.rb
         
     | 
| 
      
 124 
     | 
    
         
            +
            - bin/Wiki2Go_make_cvs_repository.rb
         
     | 
| 
      
 125 
     | 
    
         
            +
            - bin/Wiki2Go_make_site.rb
         
     | 
| 
      
 126 
     | 
    
         
            +
            - bin/Wiki2Go_make_wiki.rb
         
     | 
| 
      
 127 
     | 
    
         
            +
            - bin/Wiki2Go_update_site.rb
         
     | 
| 
      
 128 
     | 
    
         
            +
            - test/All.rb
         
     | 
| 
      
 129 
     | 
    
         
            +
            - test/checksite.rb
         
     | 
| 
      
 130 
     | 
    
         
            +
            - test/gc.log
         
     | 
| 
      
 131 
     | 
    
         
            +
            - test/TestBlackList.rb
         
     | 
| 
      
 132 
     | 
    
         
            +
            - test/TestConfig.rb
         
     | 
| 
      
 133 
     | 
    
         
            +
            - test/testdata
         
     | 
| 
      
 134 
     | 
    
         
            +
            - test/testdata/changes.txt
         
     | 
| 
      
 135 
     | 
    
         
            +
            - test/testdata/expected_changes.html
         
     | 
| 
      
 136 
     | 
    
         
            +
            - test/testdata/expected_edit.html
         
     | 
| 
      
 137 
     | 
    
         
            +
            - test/testdata/expected_full_rss.xml
         
     | 
| 
      
 138 
     | 
    
         
            +
            - test/testdata/expected_header_rss.xml
         
     | 
| 
      
 139 
     | 
    
         
            +
            - test/testdata/expected_out.html
         
     | 
| 
      
 140 
     | 
    
         
            +
            - test/testdata/expected_put.html
         
     | 
| 
      
 141 
     | 
    
         
            +
            - test/testdata/expected_save.html
         
     | 
| 
      
 142 
     | 
    
         
            +
            - test/testdata/expected_savehtml.html
         
     | 
| 
      
 143 
     | 
    
         
            +
            - test/testdata/expected_search.html
         
     | 
| 
      
 144 
     | 
    
         
            +
            - test/testdata/expected_upload.html
         
     | 
| 
      
 145 
     | 
    
         
            +
            - test/testdata/expected_versions.html
         
     | 
| 
      
 146 
     | 
    
         
            +
            - test/testdata/expected_view.html
         
     | 
| 
      
 147 
     | 
    
         
            +
            - test/testdata/site
         
     | 
| 
      
 148 
     | 
    
         
            +
            - test/testdata/site/html
         
     | 
| 
      
 149 
     | 
    
         
            +
            - test/testdata/site/html/Xpday
         
     | 
| 
      
 150 
     | 
    
         
            +
            - test/testdata/site/html/Xpday/rss.xml
         
     | 
| 
      
 151 
     | 
    
         
            +
            - test/testdata/templates
         
     | 
| 
      
 152 
     | 
    
         
            +
            - test/testdata/templates/Test
         
     | 
| 
      
 153 
     | 
    
         
            +
            - test/testdata/templates/Test/child.htm
         
     | 
| 
      
 154 
     | 
    
         
            +
            - test/testdata/templates/Test/grandchild.htm
         
     | 
| 
      
 155 
     | 
    
         
            +
            - test/testdata/templates/Test/master.htm
         
     | 
| 
      
 156 
     | 
    
         
            +
            - test/testdata/texts
         
     | 
| 
      
 157 
     | 
    
         
            +
            - test/testdata/texts/Test
         
     | 
| 
      
 158 
     | 
    
         
            +
            - test/testdata/texts/Test/empty.txt
         
     | 
| 
      
 159 
     | 
    
         
            +
            - test/testdata/texts/Test/FrontPage.txt
         
     | 
| 
      
 160 
     | 
    
         
            +
            - test/testdata/texts/Test/NewPage.txt
         
     | 
| 
      
 161 
     | 
    
         
            +
            - test/testdata/texts/Test/Subdir
         
     | 
| 
      
 162 
     | 
    
         
            +
            - test/testdata/texts/Test/Subdir/Subpage.txt
         
     | 
| 
      
 163 
     | 
    
         
            +
            - test/testdata/texts/Test/test.txt
         
     | 
| 
      
 164 
     | 
    
         
            +
            - test/testdata/texts/whitelist.txt
         
     | 
| 
      
 165 
     | 
    
         
            +
            - test/testdata/texts/Xpday
         
     | 
| 
      
 166 
     | 
    
         
            +
            - test/testdata/texts/Xpday/empty.log
         
     | 
| 
      
 167 
     | 
    
         
            +
            - test/testdata/texts/Xpday/empty.txt
         
     | 
| 
      
 168 
     | 
    
         
            +
            - test/testdata/texts/Xpday/FrontPage.txt
         
     | 
| 
      
 169 
     | 
    
         
            +
            - test/testdata/texts/Xpday/Page.txt
         
     | 
| 
      
 170 
     | 
    
         
            +
            - test/testdata/texts/Xpday/test.log
         
     | 
| 
      
 171 
     | 
    
         
            +
            - test/testdata/texts/Xpday/test.txt
         
     | 
| 
      
 172 
     | 
    
         
            +
            - test/testdata/texts/Xpday/VersionedPage.log
         
     | 
| 
      
 173 
     | 
    
         
            +
            - test/testdata/texts/Xpday/VersionedPage.txt
         
     | 
| 
      
 174 
     | 
    
         
            +
            - test/TestDot.rb
         
     | 
| 
      
 175 
     | 
    
         
            +
            - test/TestFormatter.rb
         
     | 
| 
      
 176 
     | 
    
         
            +
            - test/TestInstall.rb
         
     | 
| 
      
 177 
     | 
    
         
            +
            - test/TestLineFormatter.rb
         
     | 
| 
      
 178 
     | 
    
         
            +
            - test/TestMail.rb
         
     | 
| 
      
 179 
     | 
    
         
            +
            - test/TestRepositoryMaker.rb
         
     | 
| 
      
 180 
     | 
    
         
            +
            - test/TestRSS.rb
         
     | 
| 
      
 181 
     | 
    
         
            +
            - test/TestServer.rb
         
     | 
| 
      
 182 
     | 
    
         
            +
            - test/TestSpamFilter.rb
         
     | 
| 
      
 183 
     | 
    
         
            +
            - test/TestStorage.rb
         
     | 
| 
      
 184 
     | 
    
         
            +
            - test/TestSyntaxHighlighter.rb
         
     | 
| 
      
 185 
     | 
    
         
            +
            - test/TestUnitTestFiles.rb
         
     | 
| 
      
 186 
     | 
    
         
            +
            - test/TestUrlFinder.rb
         
     | 
| 
      
 187 
     | 
    
         
            +
            - test/TestWeb.rb
         
     | 
| 
      
 188 
     | 
    
         
            +
            - test/TestWeb2Go.rb
         
     | 
| 
      
 189 
     | 
    
         
            +
            - test/TestWiki2Go.rb
         
     | 
| 
      
 190 
     | 
    
         
            +
            - test/TestWiki2GoServlet.rb
         
     | 
| 
      
 191 
     | 
    
         
            +
            - test/UnitTestFiles.rb
         
     | 
| 
      
 192 
     | 
    
         
            +
            - test/Wiki2GoConfigForTest.rb
         
     | 
| 
       192 
193 
     | 
    
         
             
            test_files: []
         
     | 
| 
      
 194 
     | 
    
         
            +
             
     | 
| 
       193 
195 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
       194 
197 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
      
 198 
     | 
    
         
            +
             
     | 
| 
       195 
199 
     | 
    
         
             
            executables: 
         
     | 
| 
       196 
     | 
    
         
            -
             
     | 
| 
       197 
     | 
    
         
            -
             
     | 
| 
       198 
     | 
    
         
            -
             
     | 
| 
       199 
     | 
    
         
            -
             
     | 
| 
       200 
     | 
    
         
            -
             
     | 
| 
      
 200 
     | 
    
         
            +
            - Wiki2GoServer.rb
         
     | 
| 
      
 201 
     | 
    
         
            +
            - Wiki2Go_make_site.rb
         
     | 
| 
      
 202 
     | 
    
         
            +
            - Wiki2Go_make_wiki.rb
         
     | 
| 
      
 203 
     | 
    
         
            +
            - Wiki2Go_update_site.rb
         
     | 
| 
      
 204 
     | 
    
         
            +
            - Wiki2Go_make_cvs_repository.rb
         
     | 
| 
       201 
205 
     | 
    
         
             
            extensions: []
         
     | 
| 
      
 206 
     | 
    
         
            +
             
     | 
| 
       202 
207 
     | 
    
         
             
            requirements: []
         
     | 
| 
       203 
     | 
    
         
            -
             
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
            dependencies: []
         
     | 
| 
      
 210 
     | 
    
         
            +
             
     |