Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapnap/radiant-staff-profiles-extension
Simple staff or member profiles for Radiant CMS
https://github.com/zapnap/radiant-staff-profiles-extension
Last synced: about 2 months ago
JSON representation
Simple staff or member profiles for Radiant CMS
- Host: GitHub
- URL: https://github.com/zapnap/radiant-staff-profiles-extension
- Owner: zapnap
- Created: 2009-02-23T22:10:11.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-02-25T20:07:55.000Z (almost 16 years ago)
- Last Synced: 2023-04-10T21:52:55.779Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Staff Profiles
Staff Profiles is an extension to the Radiant CMS. It allows you to create easily updated profiles for people. Examples include company management bios, faculty profiles for an educational institution, customers, or other important personnel.
== Installation
Install the extension from GitHub (for latest edge version, or use a tag):
git clone git://github.com/zapnap/radiant-staff-profiles-extension.git vendor/extensions/staff_profiles
Once you've done that you can run the supplied Rake task to migrate your Radiant project database:
rake radiant:extensions:staff_profiles:migrate
rake radiant:extensions:staff_profiles:update== Usage
After installation, you can add profiles through the administrative interface and then use the supplied Radius tags to display that information within a page body:
-
Name:
Title:
Biography:
Other tag attributes are available. See the documentation for the full list.
== Credits
This extension contains the Paperclip Rails plugin v2.1.5 (c) 2009 Thoughtbot. All other work (c) 2009 Nick Plante.
http://github.com/zapnap/radiant-staff-profiles-extension