This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 6e1bfa7c4d1df2346937e0d7176b65c32deaf2a0
tree 060a1bbc7f8ee72a07c8e01a61c656e5ce670ff9
parent 82cb81fa23f6c589e69ff84e8b7a9af170286949
tree 060a1bbc7f8ee72a07c8e01a61c656e5ce670ff9
parent 82cb81fa23f6c589e69ff84e8b7a9af170286949
| name | age | message | |
|---|---|---|---|
| |
HELP.md | Sun Oct 26 08:00:29 -0700 2008 | |
| |
HELP_admin.md | Sun Oct 26 08:00:29 -0700 2008 | |
| |
README | Tue Sep 22 13:13:34 -0700 2009 | |
| |
Rakefile | Tue Mar 25 18:48:56 -0700 2008 | |
| |
app/ | Tue Sep 22 13:13:07 -0700 2009 | |
| |
db/ | Tue Mar 25 18:48:56 -0700 2008 | |
| |
lib/ | Tue Sep 22 13:13:07 -0700 2009 | |
| |
public/ | Sun Oct 26 08:35:39 -0700 2008 | |
| |
tags_extension.rb | Tue Sep 22 13:13:34 -0700 2009 | |
| |
test/ | Wed Jun 10 08:33:59 -0700 2009 | |
| |
vendor/ | Fri May 15 15:56:54 -0700 2009 |
README
= Tags extension Created by: Keith Bingman - keithbingman.com Revived by: Benny Degezelle - gorilla-webdesign.be New features by: Jim Gay - saturnflyer.com Version: 1.5 This extension enhances the page model with tagging capabilities, tagging as in "2.0" and tagclouds. == Requirements This extension depends on the has_many_polymorphs plugin (included in vendor/plugins) If you're still on Radiant pre-0.6.7, then the shards_extension should be installed and loaded first. You can change the load order of extensions in config/environment.rb (see http://wiki.radiantcms.org/Using_the_Shards_Extension). == Installation 1. Copy the extension to your vendor/extensions directory as you would any other extension. 2. Run 'rake radiant:extensions:tags:install' 3. Make a page to sit in /search/by-tag, and give it the "Tag Search" pagetype. If you want to change this location, it's in Radiant::Config['tags.results_page_url']. Done! Here's a sample results page to get you started; <r:search:empty> <h2>I couldn't find anything tagged with "<r:search:query/>".</h2> </r:search:empty> <r:search:results> <h2>Found the following pages that are tagged with "<em><r:search:query/></em>".</h2> <ul> <r:search:results:each> <li><r:link/> - <r:author/> - <r:date/></li> </r:search:results:each> </ul> </r:search:results>







