Skip to content

Commit

Permalink
minor language tweaks and info
Browse files Browse the repository at this point in the history
  • Loading branch information
rthauby committed Oct 16, 2011
1 parent c7f63d8 commit 32ac049
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 21 deletions.
9 changes: 9 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,17 @@ The properties here are:
- *subheader*: Your tagline goes here.
- *background*: Eye candy. Available flavors are: bright-squares, felt, whitey, diagonal-noise, circles, project-paper. All pattern sourced from the brilliant [Subtle Patterns](http://subtlepatterns.com/)

### Known Issues

- Docco file generation supported only on unix-based system.
- Index of files is not ordered alphabetically.

### Change Log

#### 0.1.2

Minor language tweaks and info.

#### 0.1.0

Initial release of Paige.js
1 change: 1 addition & 0 deletions docs/doc_.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Paige.js</title> <style> body { font-size: 16px; line-height: 24px; background: #fff url("bg.png"); color: #252519; font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; overflow: hidden; margin: 0; padding: 0; } a, a:visited { padding: 0 2px; text-decoration: none; background: #dbe6f3; color: #3f6fa5; } a:active, a:hover { color: #dbe6f3; background: #3f6fa5; } #navbar { position: fixed; width: 100%; height: 34px; background: #fff; border-bottom: 1px solid #cdcdcd; z-index: 9; } h3 { top: 0; margin: 0; padding: 4px 20px; } iframe { border: 0 none; width: 100%; position: absolute; left: 0; right: 0; } h3 a { float: right; display: block; } </style> </head> <body> <div id="navbar"> <h3>Paige.js - <em>The quickie-wiki Github project page generator</em> <a href="index.html">&laquo; return to index</a></h3> </div> <iframe src=".html" width="100%" height="100%" /> </body> </html>
13 changes: 12 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>Paige.js is a simple npm package for creating instant <a href="http://pages.github.com/">Github Pages</a> without having to deal with any HTML <em>or</em> CSS coding. Paige let's you just focus on your code while providing a clean and presentable face for your project. The project page for Paige, itself, was generated with paige.js.</p>

<p>Paige is largely influenced by <a href="http://jashkenas.github.com/docco/">Docco</a> and <a href="http://documentcloud.github.com/underscore/">Underscore</a>. The idea behind this project was to&mdash;in a sense&mdash;extend the wonderful functionality of Docco, and take it one step further as a more fully-featured project site. As such, Paige uses Docco for its source-file annotation, and it's style is inspired heavily on the beauty and simplicity of the Underscore website. Not only that, but they are both direct dependencies of this project as well.</p>
<p>Paige is largely influenced by <a href="http://jashkenas.github.com/docco/">Docco</a> and <a href="http://documentcloud.github.com/underscore/">Underscore</a>. The idea behind this project was to&mdash;in a sense&mdash;extend the wonderful functionality of Docco, and take it one step further as a more fully-featured project site. As such, Paige uses Docco for its source-file annotation, and its style is inspired heavily on the beauty and simplicity of the Underscore website. Not only that, but they are both direct dependencies of this project as well.</p>

<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>

Expand Down Expand Up @@ -47,8 +47,19 @@ <h3>Configuration</h3>
<li><em>background</em>: Eye candy. Available flavors are: bright-squares, felt, whitey, diagonal-noise, circles, project-paper. All pattern sourced from the brilliant <a href="http://subtlepatterns.com/">Subtle Patterns</a></li>
</ul>

<h3>Known Issues</h3>

<ul>
<li>Docco file generation supported only on unix-based system.</li>
<li>Index of files is not ordered alphabetically.</li>
</ul>

<h3>Change Log</h3>

<h4>0.1.2</h4>

<p>Minor language tweaks and info.</p>

<h4>0.1.0</h4>

<p>Initial release of Paige.js</p> </body> </html>
Loading

0 comments on commit 32ac049

Please sign in to comment.