diff --git a/README.md b/README.md index 1611aee263..211f7bde50 100644 --- a/README.md +++ b/README.md @@ -57,14 +57,14 @@ Publify The missing weblog engine ------------------------- -Publify is a modern, lightweight, comprehensive, full featured Weblog +Publify is a modern, lightweight, comprehensive, full featured weblog engine using Ruby on Rails. It’s been around since 2004 and probably the oldest open source project based on Ruby on Rails. Publify provides you with everything you need to easily publish content on the Web. -**Multi user:** role based management for multiple authors Web sites. +**Multi user:** role based management for multiple author websites. **Powerful plugin engine:** available both in page, as text filters and as widgets. @@ -73,14 +73,14 @@ as widgets. redesigned according to your needs without changing a single line of the core engine. -**Cool API:** Publify supports the various blogging engine APIs so you can +**Cool API:** Publify supports various blogging engine APIs so you can publish from desktop clients. **On demand syntax:** Publify supports various syntax (plain HTML, Markdown, Textile) **Multilingual**: Publify is (more or less) translated in English, French, -German, Danish, Norvegian, Japanese, Hebrew, Simple Chinese, Mexicain +German, Danish, Norvegian, Japanese, Hebrew, Simplified Chinese, Mexicain Spanish, Italian, Lituanese, Dutch, Polish, Romanian… @@ -104,11 +104,11 @@ The demo is reset every hour. Download Publify ------------- -For a production blog, you should download [download Publify -7.0.0](http://publify.co/stable.tgz) +For a production blog, you should [download Publify +7.0.0](http://publify.co/stable.tgz). If you feel adventurous or want to hack on Publify, [clone Publify -repository](git://github.com/fdv/publify.git) +repository](https://github.com/fdv/publify.git). @@ -147,7 +147,7 @@ take care of everything the first time you access 127.0.0.1:3000. Install Publify on Heroku ---------------------- -In order to install Publify on Heroku, you’ll need to do some minor tweaks… +In order to install Publify on Heroku, you’ll need to do some minor tweaks. @@ -207,8 +207,9 @@ A Publify template is made with a *minimum* of three main files: - The layout. - A CSS stylesheet. - An about file using Markdown. -- You can eventually add a screenshot, and some fancy pictures in your - theme, but they are not mandatory. + +You can eventually add a screenshot, and some fancy pictures in your +theme, but they are not mandatory. Browsing a default Publify theme looks like: @@ -255,14 +256,14 @@ There are some things you must pay attention to: `application.css`, but do whatever you want. - `page_header` with display a page header generated by Publify. It will provide: - - ICBM tag, for geo localization. - - Your meta description. - - Your meta keywords. - - Your RSD. - - URLs for both your RSS and Atom feeds, for automatic discovery. + - ICBM tag, for geo localization + - Your meta description + - Your meta keywords + - Your RSD + - URLs for both your RSS and Atom feeds, for automatic discovery - Stylesheets used by Publify embedded plugins, so that you don’t - have to care. - - Google Analytics tags, if provided. + have to care + - Google Analytics tags, if provided @@ -591,7 +592,7 @@ Useful links - [Download Publify source code](http://publify.co/stable.tgz) - [**Report a bug**](https://github.com/fdv/publify/issues) - [**Frequently Asked - Questions**](http://wiki.github.com/fdv/publify/frequently-asked-questions) + Questions**](https://github.com/fdv/publify/wiki/frequently-asked-questions) - [Official Publify blog](http://blog.publify.co) - [Follow us on Twitter](https://twitter.com/getpublify)