[Rpa-base-devel] r1196 - in trunk/ports/ruwiki-0.9.0: .
lib/ruwiki/wiki/tokens
commitlog at rubyarchive.org
commitlog at rubyarchive.org
Sun Nov 28 19:16:00 EST 2004
Author: batsman
Date: 2004-11-28 17:15:58 -0700 (Sun, 28 Nov 2004)
New Revision: 1196
Modified:
trunk/ports/ruwiki-0.9.0/Readme.RPA
trunk/ports/ruwiki-0.9.0/Readme.rubygems
trunk/ports/ruwiki-0.9.0/lib/ruwiki/wiki/tokens/00default.rb
Log:
Upstream patches.
Modified: trunk/ports/ruwiki-0.9.0/Readme.RPA
===================================================================
--- trunk/ports/ruwiki-0.9.0/Readme.RPA 2004-11-29 00:10:51 UTC (rev 1195)
+++ trunk/ports/ruwiki-0.9.0/Readme.RPA 2004-11-29 00:15:58 UTC (rev 1196)
@@ -2,7 +2,7 @@
------------
Ruwiki is a simple, extensible Wiki-clone written in Ruby. It supports both
CGI and WEBrick interfaces, templates, and CSS formatting. This Wiki differs
-from most other Wikis in that it supports projectt namespaces, so that two
+from most other Wikis in that it supports project namespaces, so that two
topics may be named the same for differing projects without colliding or
having to resort to odd naming conventions. Please see the ::Ruwiki project in
the running Wiki for more information. Ruwiki %RV#% has German and Spanish
Modified: trunk/ports/ruwiki-0.9.0/Readme.rubygems
===================================================================
--- trunk/ports/ruwiki-0.9.0/Readme.rubygems 2004-11-29 00:10:51 UTC (rev 1195)
+++ trunk/ports/ruwiki-0.9.0/Readme.rubygems 2004-11-29 00:15:58 UTC (rev 1196)
@@ -2,7 +2,7 @@
------------
Ruwiki is a simple, extensible Wiki-clone written in Ruby. It supports both
CGI and WEBrick interfaces, templates, and CSS formatting. This Wiki differs
-from most other Wikis in that it supports projectt namespaces, so that two
+from most other Wikis in that it supports project namespaces, so that two
topics may be named the same for differing projects without colliding or
having to resort to odd naming conventions. Please see the ::Ruwiki project in
the running Wiki for more information. Ruwiki %RV#% has German and Spanish
Modified: trunk/ports/ruwiki-0.9.0/lib/ruwiki/wiki/tokens/00default.rb
===================================================================
--- trunk/ports/ruwiki-0.9.0/lib/ruwiki/wiki/tokens/00default.rb 2004-11-29 00:10:51 UTC (rev 1195)
+++ trunk/ports/ruwiki-0.9.0/lib/ruwiki/wiki/tokens/00default.rb 2004-11-29 00:15:58 UTC (rev 1196)
@@ -80,7 +80,7 @@
RE_URI_TEXT = %r{[^\]]*}
def self.redirect(uri)
- "http://www.google.com/url?sa=D&q=#{CGI.escape(uri)}"
+ "http://www.google.com/url?sa=D;q=#{CGI.escape(uri)}"
end
# Converts URLs in the form of [url] to numbered links.
More information about the Rpa-base-devel
mailing list