github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

uggedal / reprise

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 51
    • 3
  • Source
  • Commits
  • Network (3)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • master ✓
    • sinatra
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Minimal static blog with atom and tag support — Read more

  cancel

http://journal.uggedal.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Style caption for non hanging tables as well. 
Eivind Uggedal (author)
Sun Nov 29 08:30:07 -0800 2009
commit  13e1f74ffbfa992dfcd6e5a20d6cc1f4236da9c5
tree    855b49c7669c0ebb229205e902b7b0fcf8f6c41c
parent  d4683c9e947205af44d41e14cac862557da6a76e
reprise /
name age
history
message
file .gitignore Wed Mar 04 13:11:53 -0800 2009 Ignoring vim temp files. [uggedal]
file LICENSE Sun Jun 29 14:32:59 -0700 2008 Seperated out readme and license. [uggedal]
file README Sat Mar 14 08:30:26 -0700 2009 Code highlighting with Pygments. [uggedal]
file reprise.py Sun Nov 29 08:30:07 -0800 2009 Style caption for non hanging tables as well. [Eivind Uggedal]
file reprise.rb Wed Mar 04 11:27:57 -0800 2009 Build to a temp dir and then blow away the old ... [uggedal]
README
Reprise - As minimal a hAtom blog as possible

  1. vi entries/YYYY.MM.DD.Entry.Title.in.Camel.Case
  2. Tag your entries by making the first line read:

       Tags: sometag anothertag lasttag

     The tag preamble should be followed by a blank line.
  3. For Ruby version:
       gem install BlueCloth rubypants haml ratom
     For Python version:
       easy_install markdown smartypants Jinja2 lxml Pygments
  4. ./reprise.rb or ./reprise.py
  5. Hook up public/ to a web server like nginx
  6. Rewrite requests from /.+/ to /.+\.html/:

       if (-f $request_filename.html) {
               rewrite (.*) $1.html break;
       }
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server