changing links
Oleg
committed Jan 20, 2012
commit 7bdb64ad1404d403478398bbe7ff1a1012e5747e
Showing 3
changed files with
13 additions
and 13 deletions
README.md
+11
-11
| @@ | @@ -1,4 +1,4 @@ |
| - | # ComfortableMexicanSofa (Rails 3 CMS Engine) [](http://travis-ci.org/twg/comfortable-mexican-sofa) [](https://gemnasium.com/twg/comfortable-mexican-sofa) |
| + | # ComfortableMexicanSofa (Rails 3 CMS Engine) [](http://travis-ci.org/comfy/comfortable-mexican-sofa) [](https://gemnasium.com/comfy/comfortable-mexican-sofa) |
| ComfortableMexicanSofa is a powerful CMS Engine for your Rails 3 applications. | |
| @@ | @@ -6,12 +6,12 @@ Features |
| -------- | |
| * Simple integration with Rails 3.0 and 3.1 apps | |
| * Build your application in Rails, not in CMS | |
| - | * Powerful page templating capability using [Tags](https://github.com/twg/comfortable-mexican-sofa/wiki/Tags) |
| - | * [Multiple Sites](https://github.com/twg/comfortable-mexican-sofa/wiki/Sites) from a single installation |
| + | * Powerful page templating capability using [Tags](https://github.com/comfy/comfortable-mexican-sofa/wiki/Tags) |
| + | * [Multiple Sites](https://github.com/comfy/comfortable-mexican-sofa/wiki/Sites) from a single installation |
| * Multilingual | |
| - | * [Fixtures](https://github.com/twg/comfortable-mexican-sofa/wiki/Working-with-CMS-fixtures) for initial content population |
| - | * [Revision History](https://github.com/twg/comfortable-mexican-sofa/wiki/Revisions) |
| - | * [Great reusable admin interface](https://github.com/twg/comfortable-mexican-sofa/wiki/Reusing-sofa%27s-admin-area) |
| + | * [Fixtures](https://github.com/comfy/comfortable-mexican-sofa/wiki/Working-with-CMS-fixtures) for initial content population |
| + | * [Revision History](https://github.com/comfy/comfortable-mexican-sofa/wiki/Revisions) |
| + | * [Great reusable admin interface](https://github.com/comfy/comfortable-mexican-sofa/wiki/Reusing-sofa%27s-admin-area) |
| * Almost no 3rd party library dependencies | |
| Installation | |
| @@ | @@ -26,13 +26,13 @@ Then from the Rails project's root run: |
| rails generate cms | |
| rake db:migrate | |
| - | When upgrading from the older version please take a look at [Upgrading ComfortableMexicanSofa](https://github.com/twg/comfortable-mexican-sofa/wiki/Upgrading-ComfortableMexicanSofa) |
| + | When upgrading from the older version please take a look at [Upgrading ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa/wiki/Upgrading-ComfortableMexicanSofa) |
| Quick Start Guide | |
| ----------------- | |
| After finishing installation you should be able to navigate to http://yoursite/cms-admin | |
| - | Default username and password is 'username' and 'password'. You probably want to change it right away. Admin credentials (among other things) can be found and changed in the cms initializer: [/config/initializers/comfortable\_mexican\_sofa.rb](https://github.com/twg/comfortable-mexican-sofa/blob/master/config/initializers/comfortable_mexican_sofa.rb) |
| + | Default username and password is 'username' and 'password'. You probably want to change it right away. Admin credentials (among other things) can be found and changed in the cms initializer: [/config/initializers/comfortable\_mexican\_sofa.rb](https://github.com/comfy/comfortable-mexican-sofa/blob/master/config/initializers/comfortable_mexican_sofa.rb) |
| Before creating pages and populating them with content we need to create a Site. Site defines a hostname, content path and it's language. | |
| @@ | @@ -47,10 +47,10 @@ After creating a Site, you need to make a Layout. Layout is the template of your |
| Once you have a layout, you may start creating pages and populating content. It's that easy. | |
| - | For more information please [see Wiki pages](https://github.com/twg/comfortable-mexican-sofa/wiki). |
| + | For more information please [see Wiki pages](https://github.com/comfy/comfortable-mexican-sofa/wiki). |
| - |  |
| + |  |
| - | ComfortableMexicanSofa is released under the [MIT license](https://github.com/twg/comfortable-mexican-sofa/raw/master/LICENSE) |
| + | ComfortableMexicanSofa is released under the [MIT license](https://github.com/comfy/comfortable-mexican-sofa/raw/master/LICENSE) |
| Copyright 2009-2011 Oleg Khabarov, [The Working Group Inc](http://www.twg.ca) | |
| \ No newline at end of file | |
Rakefile
+1
-1
| @@ | @@ -14,7 +14,7 @@ begin |
| gem.summary = 'ComfortableMexicanSofa is a powerful CMS Engine for Ruby on Rails 3 applications' | |
| gem.description = '' | |
| gem.email = 'oleg@theworkinggroup.ca' | |
| - | gem.homepage = 'http://github.com/twg/comfortable-mexican-sofa' |
| + | gem.homepage = 'http://github.com/comfy/comfortable-mexican-sofa' |
| gem.authors = ['Oleg Khabarov', 'The Working Group Inc'] | |
| end | |
| Jeweler::GemcutterTasks.new | |
test/gemfiles/Gemfile.rails.3.2
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| source 'http://rubygems.org' | |
| - | gem 'rails', '3.2.0.rc1' |
| + | gem 'rails', '~>3.2.0' |
| gem 'active_link_to', '~>1.0.0' | |
| gem 'paperclip', '~>2.3.0' | |