Changeset 598
- Timestamp:
- 09/09/07 21:30:15 (1 year ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/Rakefile (modified) (1 diff)
- trunk/doc (added)
- trunk/doc/Plugins (added)
- trunk/doc/RoutingCookbook (added)
- trunk/tools/allison (modified) (1 prop)
- trunk/tools/allison/cache/BODY (modified) (4 diffs)
- trunk/tools/allison/cache/INDEX (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore set to
pkg
- Property svn:ignore set to
trunk/Rakefile
r471 r598 34 34 rdoc.title = "Merb Docs" 35 35 rdoc.template = __DIR__+"/tools/allison/allison.rb" 36 rdoc.rdoc_dir = 'doc ' # rdoc output folder36 rdoc.rdoc_dir = 'doc/rdoc' # rdoc output folder 37 37 rdoc.options << '--line-numbers' << '--inline-source' 38 38 end trunk/tools/allison
- Property svn:ignore set to
- Property svn:ignore set to
trunk/tools/allison/cache/BODY
r279 r598 1 <html xml ns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link type="text/css" media="screen" href="%style_url%" rel="stylesheet"/><script type="text/javascript">1 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link type="text/css" rel="stylesheet" media="screen" href="%style_url%"/><script type="text/javascript"> 2 2 // Javascript for Allison RDoc template 3 3 // Copyright 2006 Cloudburst LLC … … 428 428 429 429 IF:constants 430 <h1>Constants</h1><p><table><tr><th class="first"> </th><th>Name</th><th>Value</th><th c olspan="2" class="description">Description</th></tr>430 <h1>Constants</h1><p><table><tr><th class="first"> </th><th>Name</th><th>Value</th><th class="description" colspan="2">Description</th></tr> 431 431 START:constants 432 432 <tr><td class="first"> </td> … … 464 464 465 465 IF:aliases 466 <h1>Aliases</h1><p><table><tr><th class="first"> </th><th>Old name</th><th>New name</th><th c olspan="2" class="description">Description</th></tr>466 <h1>Aliases</h1><p><table><tr><th class="first"> </th><th>Old name</th><th>New name</th><th class="description" colspan="2">Description</th></tr> 467 467 START:aliases 468 468 <tr><td class="first"> </td> … … 500 500 501 501 IF:attributes 502 <h1>Attributes</h1><p><table><tr><th class="first"> </th><th>Name</th><th>Read/write?</th><th c olspan="2" class="description">Description</th></tr>502 <h1>Attributes</h1><p><table><tr><th class="first"> </th><th>Name</th><th>Read/write?</th><th class="description" colspan="2">Description</th></tr> 503 503 START:attributes 504 504 <tr><td class="first"> </td> trunk/tools/allison/cache/INDEX
r279 r598 1 <html xml ns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link type="text/css" media="screen" href="rdoc-style.css" rel="stylesheet"/><meta content="0;url=%initial_page%" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div class="curve" id="preheader_curve_6"></div><div class="curve" id="preheader_curve_7"></div><div class="curve" id="preheader_curve_8"></div><div class="curve" id="preheader_curve_9"></div><div id="header"><span id="title"><p> </p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="%initial_page%"><h1>Redirect</h1></a></div></div></body></html>1 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link type="text/css" rel="stylesheet" media="screen" href="rdoc-style.css"/><meta content="0;url=%initial_page%" http-equiv="refresh"/></head><body><div id="container"><div class="curve" id="preheader_curve_0"></div><div class="curve" id="preheader_curve_1"></div><div class="curve" id="preheader_curve_2"></div><div class="curve" id="preheader_curve_3"></div><div class="curve" id="preheader_curve_4"></div><div class="curve" id="preheader_curve_5"></div><div class="curve" id="preheader_curve_6"></div><div class="curve" id="preheader_curve_7"></div><div class="curve" id="preheader_curve_8"></div><div class="curve" id="preheader_curve_9"></div><div id="header"><span id="title"><p> </p><h1>Ruby Documentation</h1></span></div><div class="clear"></div><div id="redirect"><a href="%initial_page%"><h1>Redirect</h1></a></div></div></body></html>
