Project

parchemin

0.0
No commit activity in last 3 years
No release in over 3 years
Parchemin allows you to create and manage a blog whose contents are not stored in a database but directly in files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.4.2
>= 0.5.3
>= 1.2.9

Runtime

>= 0.10.1
>= 0.7.0.pre8
>= 3.0.4
>= 2.0.0.beta6
>= 1.6.3
>= 1.0
 Project Readme

parchemin

Parchemin allows you to create and manage a blog whose contents are not stored in a database but directly in files.

Installation

Just run the following command :

gem install parchemin

Usage

Install the gem as described above, then run the executable :

parchemin BLOG_NAME AUTHOR_NAME

Any Rack-compliant server can run your newly created blog. For example, run the following command from inside the blog directory :

thin start

Then just add your articles in the articles directory. Parchemin only support Markdown as markup language. So your articles files must have a '.markdown' extension. Don't forget to add a meta-data header at the top of every files you add. For example :

<!-- title : "Lorem ipsum" -->
<!-- created_at : Date.civil(2010, 3, 23) -->
<!-- abstract : "Lorem ipsum dolor sit amet, consectetur adipisicing elit...mollit anim id est laborum." -->
<!-- tags : %w(tutorial sinatra) -->

That's all!! You will find some examples in GEM_PATH/bin/articles. For more information, visit http://parchemin.raw1z.fr.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2010 Rawane ZOSSOU. See LICENSE for details.