Skip to content

Commit

Permalink
Added tracker/bug reporting links to README (and changed to README.rdoc)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 8, 2010
1 parent 196620c commit 7d9bd24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions README → README.rdoc
Expand Up @@ -217,9 +217,16 @@ incompatibility are:
xml.target! =>
"<sample>Iñtërnâtiônàl</sample>"

== Links

Documents:: http://builder.rubyforge.org/
Github Clone:: git://github.com/jimweirich/builder.git
Issue Tracking:: http://www.pivotaltracker.com/projects/29210
Bug Reports:: http://onestepback.org/cgi-bin/bugs.cgi?project=builder

== Contact

Author:: Jim Weirich
Email:: jim@weirichhouse.org
Home Page:: http://onestepback.org
License:: MIT Licence (http://www.opensource.org/licenses/mit-license.html)
Author:: Jim Weirich
Email:: jim@weirichhouse.org
Home Page:: http://onestepback.org
License:: MIT Licence (http://www.opensource.org/licenses/mit-license.html)
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -49,7 +49,7 @@ end
rd = Rake::RDocTask.new("rdoc") { |rdoc|
rdoc.rdoc_dir = 'html'
rdoc.title = "Builder for Markup"
rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README'
rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README.rdoc'
rdoc.rdoc_files.include('lib/**/*.rb', '[A-Z]*', 'doc/**/*.rdoc')
rdoc.template = 'doc/jamis.rb'
}
Expand Down Expand Up @@ -99,7 +99,7 @@ simple to do. Currently the following builder objects are supported:
s.extra_rdoc_files = rd.rdoc_files.reject { |fn| fn =~ /\.rb$/ }.to_a
s.rdoc_options <<
'--title' << 'Builder -- Easy XML Building' <<
'--main' << 'README' <<
'--main' << 'README.rdoc' <<
'--line-numbers'

s.author = "Jim Weirich"
Expand Down Expand Up @@ -130,7 +130,7 @@ classes that make heavy use of method_missing.
s.extra_rdoc_files = rd.rdoc_files.reject { |fn| fn =~ /\.rb$/ }.to_a
s.rdoc_options <<
'--title' << 'BlankSlate -- Base Class for building proxies.' <<
'--main' << 'README' <<
'--main' << 'README.rdoc' <<
'--line-numbers'

s.author = "Jim Weirich"
Expand Down

0 comments on commit 7d9bd24

Please sign in to comment.