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 (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Tue Jul 29 11:35:07 -0700 2008 | |
| |
README.rdoc | Tue Jul 29 11:47:15 -0700 2008 | |
| |
Rakefile | Tue Jul 29 11:35:07 -0700 2008 | |
| |
app/ | Tue Dec 16 06:55:35 -0800 2008 | |
| |
import_mephisto_extension.rb | Tue Jul 29 11:35:07 -0700 2008 | |
| |
lib/ | Tue Jul 29 11:35:07 -0700 2008 | |
| |
spec/ | Tue Jul 29 11:35:07 -0700 2008 |
README.rdoc
Radiant Extension: Import Mephisto
A rough and ready import script for converting a Mephisto site to Radiant.
Instructions for use:
- 1) Setup a clean install of Radiant and freeze to the Edge version.
- 2) Install the comments extension
- 3) Update your database.yml to include an entry for ‘mephisto:’ with details of your Mephisto database.
- 4) cp environment/development.rb environment/mephisto.rb
- 5) rake radiant:extensions:import_mephisto:run
Requirements
- Radiant 0.6.7 or greater
- Comments extension (github.com/artofmission/radiant-comments)
What does it do?
Copies all of your published Mephisto articles including comments into Radiant
Limitations
Quite a few. It’s rough and ready! Feel free to extend and fork to your hearts content.
- Sections are converted to tags
- Assets are not copied across
- Doesn’t copy over any layout / templates or any other view information
- Any other advanced features are also not supported.
What it could do
Have a nice configuration interface/page in Radiant where you setup what you do and don’t want copied across including any mappings.
It would also be nice to be able to specify the original Mephisto DB credentials in the admin UI also. (rather than having to update a config file)
Goals
These where my goals when creating the extension:
- Copy across existing content - articles and contents
- Copy across users
- Keep url’s the same or have a way of mapping them
- Keep the existing design with some tweaks
Contributing
Feel free to build upon and submit patches / fork on Github.







