GitXplorerGitXplorer
i

mephisto-to-wxr

public
4 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
e5ca8d4759b815d62e1821b1c658701def7f61de

fixed tags

committed 16 years ago
Unverified
9a1c8d59590d3adf87b0a020c8329b8b774260cd

adding wxr rake task

committed 16 years ago
Unverified
1bc964aadc458a06392921e3fcdbcdeb29449681

first commit

committed 16 years ago

README

The README file for this repository.

Mephisto to Wordpress eXtended RSS (WXR)

This rake task helps convert your Mephisto blog to WXR so you can import your articles and comments into Wordpress.

Getting Started

Clone this repository from GitHub:

git clone git://github.com/iamruinous/mephisto-to-wxr.git

Copy wxr.rake to your Mephisto instance:

cp mephisto-to-wxr/wxr.rake /path/to/my/app/lib/tasks

Export your articles to WXR:

rake wxr:export MEPHISTO_SITE="mysite.com" > mysite.wxr

License

(The MIT License)

Copyright (c) 2009 Jade Meskill, integrum

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.