Changeset 601

Show
Ignore:
Timestamp:
09/10/07 11:01:25 (1 year ago)
Author:
iv..@gweezlebur.com
Message:

move plugin info and routing cookbook into webgen ... still needs lots of work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/site/src/cookbooks/index.page

    r600 r601  
    11--- 
    2 title: Homepage 
     2title: Merb Cookbooks 
    33inMenu: true 
    44orderInfo: 0 
    5 directoryName: Project XXX 
     5directoryName: Cookbooks 
    66--- 
    7 h2. Project XXX 
    87 
    9 This is the first page your viewers will see! 
  • trunk/doc/site/src/cookbooks/routing.page

    r598 r601  
     1--- 
     2title: Routing Cookbook 
     3inMenu: true 
     4directoryName: Merb 
     5--- 
    16Examples of the Merb router 
    27 
  • trunk/doc/site/src/default.template

    r600 r601  
    1717 
    1818      <div id="header"> 
    19         <h1><a href="{relocatable: /index.page}">website title</a></h1> 
    20         <h2>space reserved for your website slogan!</h2> 
     19        <h1><a href="{relocatable: /index.page}">Merb</a></h1> 
     20        <h2>it's fast</h2> 
    2121      </div> 
    2222 
  • trunk/doc/site/src/index.page

    r600 r601  
    11--- 
    2 title: Homepage 
     2title: Merb 
    33inMenu: true 
    44orderInfo: 0 
    5 directoryName: Project XXX 
     5directoryName: Merb 
    66--- 
    7 h2. Project XXX 
     7h2. Merb 
    88 
    9 This is the first page your viewers will see! 
     9Welcome to the Merb docs. 
  • trunk/doc/site/src/plugins.page

    r599 r601  
    1 HOW TO INSTALL PLUGINS 
     1--- 
     2title: Merb Plugins 
     3inMenu: true 
     4directoryName: Merb 
     5--- 
     6h2. How To Install Plugins 
    27 
    38 
     
    3641 
    3742 
    38 OLD-STYLE PLUGINS 
    39  
     43h3. Old-Style (Rails) Plugins 
    4044If you look at your config/dependencies.rb you'll see that the last few lines 
    4145load all the plugins in deps/plugins.  If you have Rails ActiveRecord plugins 
     
    4448 
    4549 
    46 HOW TO WRITE PLUGINS 
    47  
     50h2. How To Write Merb Plugins 
    4851Start with 
    4952  merb --generate-plugin merb_my_plugin