Skip to content

Commit

Permalink
added link to project page in Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
rthauby committed Oct 16, 2011
1 parent 32ac049 commit c6933f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.mdown
Expand Up @@ -6,6 +6,10 @@ Paige is largely influenced by [Docco](http://jashkenas.github.com/docco/) and [

Paige.js is [hosted on Github](https://github.com/rthauby/Paige). Please feel free to mess around with it and let me know of any bugs you find. Also you can always reach me on twitter [@rthauby](http://www.twitter.com/rthauby).

### Demo

You're either reading this at the [project page itself](http://rthauby.github.com/Paige/), or on the Github repo site. If it's the latter, you can see the output of running paige against this very Readme file [here](http://rthauby.github.com/Paige/). If it's the former, well, you're looking at it.

### Installation Instructions

You'll be needing [Node.js](http://nodejs.org/), [Docco](http://jashkenas.github.com/docco/) and [Underscore](http://documentcloud.github.com/underscore/). Then to install:
Expand Down
4 changes: 4 additions & 0 deletions docs/index.html
Expand Up @@ -6,6 +6,10 @@

<p>Paige.js is <a href="https://github.com/rthauby/Paige">hosted on Github</a>. Please feel free to mess around with it and let me know of any bugs you find. Also you can always reach me on twitter <a href="http://www.twitter.com/rthauby">@rthauby</a>.</p>

<h3>Demo</h3>

<p>You're either reading this at the <a href="http://rthauby.github.com/Paige/">project page itself</a>, or on the Github repo site. If it's the latter, you can see the output of running paige against this very Readme file <a href="http://rthauby.github.com/Paige/">here</a>. If it's the former, well, you're looking at it.</p>

<h3>Installation Instructions</h3>

<p>You'll be needing <a href="http://nodejs.org/">Node.js</a>, <a href="http://jashkenas.github.com/docco/">Docco</a> and <a href="http://documentcloud.github.com/underscore/">Underscore</a>. Then to install:</p>
Expand Down
9 changes: 9 additions & 0 deletions paige.config
@@ -0,0 +1,9 @@
{
"title" : "Paige.js",
"content_file" : "README.mdown",
"include_index" : true,
"docco_files" : "src/*.coffee",
"header" : "Paige.js",
"subheader" : "The quickie-wiki Github project page generator",
"background" : "diagonal-noise"
}

0 comments on commit c6933f3

Please sign in to comment.