mkoukoullis / sinatra.github.com forked from sinatra/sinatra.github.com
- Source
- Commits
- Network (41)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
fc19100
commit fc19100a5e9fb0fba530c9fbabcda1aadc85e0f1
tree 4d70f4fcb82b2ee5af3e08745e487207711537a4
parent 38cd2561e1215bf471fb34d3fab266cae501f893
tree 4d70f4fcb82b2ee5af3e08745e487207711537a4
parent 38cd2561e1215bf471fb34d3fab266cae501f893
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jan 18 08:49:49 -0800 2009 | |
| |
CNAME | Thu Jan 29 16:22:39 -0800 2009 | |
| |
README | Mon Aug 17 08:59:47 -0700 2009 | |
| |
Rakefile | Wed Aug 12 09:20:35 -0700 2009 | |
| |
Thorfile | Thu Jan 29 01:17:02 -0800 2009 | |
| |
_includes/ | Wed Aug 12 09:53:59 -0700 2009 | |
| |
_layouts/ | Mon Feb 02 03:34:32 -0800 2009 | |
| |
_posts/ | Thu Jan 29 02:36:20 -0800 2009 | |
| |
about.markdown | Sat Mar 21 11:46:18 -0700 2009 | |
| |
api/ | Sat Jul 11 12:48:34 -0700 2009 | |
| |
blog.html | Thu Jan 29 02:36:20 -0800 2009 | |
| |
book.html | Thu Jan 29 01:30:03 -0800 2009 | |
| |
changes.markdown | Fri Jan 23 06:00:39 -0800 2009 | |
| |
configuration.markdown | Mon Jul 27 14:17:48 -0700 2009 | |
| |
contributing.markdown | Fri Jan 23 05:10:27 -0800 2009 | |
| |
css/ | Sun Feb 22 06:47:22 -0800 2009 | |
| |
documentation.markdown | Mon Aug 17 08:59:45 -0700 2009 | |
| |
example.markdown | Mon Jan 19 14:29:45 -0800 2009 | |
| |
extensions-wild.markdown | Sat Aug 08 13:39:51 -0700 2009 | |
| |
extensions.markdown | Tue May 12 09:44:18 -0700 2009 | |
| |
faq.markdown | ||
| |
feed.xml | Thu Jan 22 05:56:12 -0800 2009 | |
| |
images/ | Sun Feb 01 02:05:48 -0800 2009 | |
| |
index.html | Wed Jan 28 02:32:54 -0800 2009 | |
| |
intro-jp.html | Sun Aug 16 11:30:35 -0700 2009 | |
| |
intro.html | Sun Aug 16 11:30:35 -0700 2009 | |
| |
testing.markdown | Sun Jul 26 12:51:54 -0700 2009 | |
| |
wild.markdown |
README
Sinatra Website / Documentation =============================== This repo contains the Sinatra website and documentation sources published at http://sinatra.github.com/. Working Locally --------------- Grab the sources from github: $ git clone git://github.com/sinatra/sinatra.github.com.git $ cd sinatra.github.com Install dependencies: $ gem install jekyll $ gem instal rdoc -v 2.3.0 Run the test server: $ rake server Changes are immediately available at: http://localhost:4000/ Contributing ------------ http://github.com/guides/fork-a-project-and-submit-your-modifications Creating Blog Posts ------------------- Blog posts are stored under the `_posts` directory. To create a new blog post and open your `$EDITOR`, use: thor blog:new 'Blog Post Title' This requires Thor: $ gem install thor Prebuilt Files -------------- You will need thor, rdoc, haml and mislav's hanna gem to rebuild static files and the API docs: $ gem install thor $ gem install rdoc -v 2.3.0 $ gem install haml -v 2.0.4 $ gem install mislav-hanna --source=http://gems.github.com/ The prebuilt file sources are maintained under the sinatra and sinatra-book projects. To pull in the latest versions and build them: rake pull build The generated files under the "_includes" and "api" directories need to be committed after building. To regenerate and add those files to your index for the next commit: rake regen

