junebug-wiki 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,8 @@
1
- = 0.0.26 2006-12-08
1
+ = 0.0.27 2006-12-18
2
+
3
+ * Quick bugfix release
4
+
5
+ = 0.0.26 2006-12-18
2
6
 
3
7
  * Feed cleanup, fixes id issue with google reader
4
8
  * Removed dependency on Redcloth. Added latest (128) revision of Redcloth to ext dir to fix autolinking issue.
@@ -2,7 +2,7 @@ module Junebug #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 26
5
+ TINY = 27
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -12,7 +12,7 @@ module Junebug::Views
12
12
  link :href=>'/style/yui/reset.css', :type=>'text/css', :rel=>'stylesheet'
13
13
  link :href=>'/style/yui/fonts.css', :type=>'text/css', :rel=>'stylesheet'
14
14
  link :href=>'/style/base.css', :type=>'text/css', :rel=>'stylesheet'
15
- link :href=>Junebug.config['feed'], :rel => "alternate", :title => "Recently Updated Pages", :type => "application/atom+xml"
15
+ link :href=>Junebug.config['feedurl'], :rel => "alternate", :title => "Recently Updated Pages", :type => "application/atom+xml"
16
16
  }
17
17
  body {
18
18
  div :id=>'doc' do
@@ -278,7 +278,7 @@ module Junebug::Views
278
278
  text 'Powered by '
279
279
  a 'JunebugWiki', :href => 'http://www.junebugwiki.com/'
280
280
  text " <small>v#{Junebug::VERSION::STRING}</small> "
281
- a :href => Junebug.config['feed'] do
281
+ a :href => Junebug.config['feedurl'] do
282
282
  img :src => '/images/feed-icon-14x14.png'
283
283
  end
284
284
  end
@@ -288,7 +288,7 @@ module Junebug::Views
288
288
  end
289
289
 
290
290
  def feed
291
- site_url = Junebug.config['site_url'] || "http://#{Junebug.config['host']}:#{Junebug.config['port']}"
291
+ site_url = Junebug.config['siteurl'] || "http://#{Junebug.config['host']}:#{Junebug.config['port']}"
292
292
  site_domain = site_url.gsub(/^http:\/\//, '').gsub(/:/,'_')
293
293
  feed_url = site_url + R(Feed)
294
294
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: junebug-wiki
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.26
6
+ version: 0.0.27
7
7
  date: 2006-12-18 00:00:00 -08:00
8
8
  summary: Junebug is a minimalist ruby wiki running on Camping.
9
9
  require_paths: