Changeset 777

Show
Ignore:
Timestamp:
03/18/08 15:58:11 (5 months ago)
Author:
seancribbs
Message:

extensions: Give credit where credit's due.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extensions/multi_site/README

    r711 r777  
    3636 
    37374) Restart your server 
     38 
     39== Acknowledgments 
     40 
     41Thanks to Digital Pulp, Inc. for funding the initial development of this 
     42extension as part of the Redken.com project. 
  • trunk/extensions/related_content/README

    r559 r777  
    1313The interface uses Ajax to retrieve matching pages based on the words you type 
    1414and adds them to the list when you select one.  Related pages can be removed 
    15 by clicking the name or "minus" icon next to the name.  Pages are not reciprocally 
    16 related; if Page B is in Page A's related content list, Page A may or may not be 
    17 in Page B's related content list. 
     15by clicking the name or "minus" icon next to the name.  Pages are not  
     16reciprocally related; if Page B is in Page A's related content list, Page A 
     17may or may not be in Page B's related content list. 
    1818 
    1919*** This extension requires the "shards" extension! *** 
     20 
     21== Acknowledgments 
     22 
     23Thanks to Digital Pulp, Inc. for funding the initial development of this 
     24extension as part of the Redken.com project. 
  • trunk/extensions/scheduler/README

    r513 r777  
    23235) If you want to run the extension tests, make sure to run  
    2424   'rake db:test:prepare' before you begin. 
     25    
     26== Acknowledgments 
     27 
     28Thanks to Digital Pulp, Inc. for funding the initial development of this 
     29extension as part of the Redken.com project. 
  • trunk/extensions/shards/README

    r588 r777  
    2222 
    2323http://wiki.radiantcms.org/UsingShardsExtension 
     24 
     25== Acknowledgments 
     26 
     27Thanks to Digital Pulp, Inc. for funding the initial development of this 
     28extension as part of the Redken.com project. 
  • trunk/extensions/share_layouts/README

    r586 r777  
    55Allows Rails controllers/actions to use Radiant layouts as their "layout".   
    66content_for blocks are mapped to page parts, with the exception of :title and 
    7 :breadcrumbs, which map to their specific default tags. The default content, or  
    8 @content_for_layout, is mapped to the 'body' part. 
     7:breadcrumbs, which map to their specific default tags. The default content,  
     8or @content_for_layout, is mapped to the 'body' part. 
    99 
    1010== What to do in your controllers 
     
    1717 
    1818radiant_layout takes the same options as the built-in layout.  To specifically 
    19 override the Radiant layout and use a standard Rails one use :layout => "mine", 
    20 or :layout => false for no layout, as options to render. 
     19override the Radiant layout and use a standard Rails one use  
     20:layout => "mine", or :layout => false for no layout, as options to render. 
    2121 
    22 To choose a different Radiant layout, set the @radiant_layout instance variable 
    23 to the name of a Radiant layout in your controller or view. 
     22To choose a different Radiant layout, set the @radiant_layout instance  
     23variable to the name of a Radiant layout in your controller or view. 
    2424 
    2525== Acknowledgments 
     
    2828Thanks to xtoddx for improving the tests and support for tags that use the  
    2929request and response. 
     30Thanks to Digital Pulp, Inc. for funding the initial development of this 
     31extension as part of the Redken.com project.