public
Description: Community Documentation for the Spree eCommerce Project
Homepage: http://spreecommerce.com
Clone URL: git://github.com/railsdog/spree-guides.git
schof (author)
Fri Dec 11 14:33:16 -0800 2009
commit  268cfb88e78c5732ea3bf5755e0be9b5dd119e85
tree    4be05e3ada9f4d3890198e4a3b11ae10ce2481c4
parent  acc92c6a3cd8168b5bfc0647a7d8adcb93080be8
name age message
file .gitignore Tue Mar 31 07:56:09 -0700 2009 Updated ignore file. [schof]
file LICENSE Wed Apr 29 11:01:37 -0700 2009 Improved guide organization and added placehold... [schof]
file README.markdown Mon Nov 23 09:58:02 -0800 2009 adds command line arguments additionaly to the ... [dancinglightning]
file Rakefile Mon Jun 29 16:47:58 -0700 2009 updated with instructions on branching and tick... [Michael Lang]
directory actionpack/ Thu Mar 12 05:16:02 -0700 2009 First commit. [schof]
directory activesupport/ Thu Mar 12 05:16:02 -0700 2009 First commit. [schof]
directory files/ Thu Jun 11 16:35:45 -0700 2009 New Boot Modes guide plus stylesheet tweaks. [schof]
directory images/ Fri Sep 18 11:43:18 -0700 2009 Added details on variant images to release note... [BDQ]
file install.rb Thu Mar 12 05:16:02 -0700 2009 First commit. [schof]
directory source/ Fri Dec 11 14:33:16 -0800 2009 Work in progress release notes stuff [schof]
directory spree/ Mon Nov 23 09:58:02 -0800 2009 adds command line arguments additionaly to the ... [dancinglightning]
file spree_guides.rb Mon Jul 27 18:07:45 -0700 2009 Added analytics to documentation. [schof]
README.markdown

SUMMARY

This project serves as the basis for the online documentation effort for the Spree ecommerce project. The documentation has been graciously donated by members of our online community. This work is licensed under the Creative Commons Attribution-Share Alike 3.0 license. Contributions are encouraged. Please ask Sean Schofield for commit access if you have something to contribute. If you are thinking about a new guide or major changes to the organization of the existing guides, please be courteous and do this in your own fork so it can be dicussed before merging.

The guides are written in Textile and there is information on the spree-guides wiki on the general style to use when writing a guide. Please stick to the established format and feel free to ask questions on spree-user or #spree if you have any questions.

To build the entire set of guides simply run the following command


  $ git clone git://github.com/railsdog/spree-guides.git
  $ cd spree guides
  $ rake guides

You will also need to install the RedCloth gem (4.1.1 or greater) if you do not done so. Output will be generated in the output directory.

To build just one file, say checkout.textile , you can run the spree_guides.rb with an extra argument like below.


  $ ruby spree_guides.rb checkout

You do not need to fork the spree-guides project in order to contribute. Just send an email to spree-user (be sure to include your github username) and say that you would like to contribute. We'll add you to the list so you can commit directly to the guides project.

Please be considerate when making changes to the spree-guides. If you wish to make major changes to how the documentation is organized then you should use a GitHub fork and ask people to review your proposed changes instead.