This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install TwP-webby
commit a8ac10c5003675d352fbd9b8e230d4898f0d7f4c
tree 60a9ea3877b042f55f2eacaa4235725e79dcf367
parent 1f4a971f2b9d8f092cd7b6f4b88229a7b7d66e98
tree 60a9ea3877b042f55f2eacaa4235725e79dcf367
parent 1f4a971f2b9d8f092cd7b6f4b88229a7b7d66e98
webby /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Fri Feb 01 09:48:30 -0800 2008 | [TwP] |
| |
Manifest.txt | Sat Jan 26 19:30:10 -0800 2008 | [TwP] |
| |
README.txt | Tue Jan 01 19:49:49 -0800 2008 | [TwP] |
| |
Rakefile | Fri Feb 01 09:48:30 -0800 2008 | [TwP] |
| |
bin/ | Sat Dec 29 18:22:02 -0800 2007 | [TwP] |
| |
data/ | Mon Jan 28 20:55:28 -0800 2008 | [TwP] |
| |
examples/ | Mon Jan 28 20:55:28 -0800 2008 | [TwP] |
| |
lib/ | Mon Jan 28 20:55:28 -0800 2008 | [TwP] |
| |
spec/ | Sat Dec 29 18:22:02 -0800 2007 | [TwP] |
| |
tasks/ | Fri Feb 01 10:24:14 -0800 2008 | [TwP] |
README.txt
Webby
* {Homepage}[http://webby.rubyforge.org/]
* {Rubyforge Project}[http://rubyforge.org/projects/webby]
* email tim dot pease at gmail dot com
== DESCRIPTION:
Webby is a super fantastic little website management system. It would be called a _content management system_ if it were
a bigger kid. But, it's just a runt with a special knack for transforming text. And that's really all it does - manages
the legwork of turning text into something else, an *ASCII Alchemist* if you will.
Webby works by combining the contents of a *page* with a *layout* to produce HTML. The layout contains everything common
to all the pages - HTML headers, navigation menu, footer, etc. - and the page contains just the information for that
page. You can use your favorite markup language to write your pages; Webby supports quite a few.
Install Webby and try it out!
== FEATURES:
* choose your templating language: *eRuby*, *Textile*, *Markdown*, *HAML*
* support for {CodeRay}[http://coderay.rubychan.de/] syntax highlighting
* quick and speedy - only builds pages that have changed
* deploy anywhere - it's just HTML, no special server stuff required
* happy {rake}[http://docs.rubyrake.org/] tasks for deploying your website to a server
* build new pages from templates for quicker blog posts and news items
But Wait! There's More!
Webby has a great _autobuild_ feature that continuously generates HTML whenever the *pages* or *layouts* change. The
HTML is served up via {heel}[http://copiousfreetime.rubyforge.org/heel/], a static file webserver based on mongrel.
Whenever you change a page, you can immediately see those changes without having to run any commands.
$ rake autobuild
heel --root output --daemonize
-- starting autobuild (Ctrl-C to stop)
- started at 10:21:26
creating output/index.html
- started at 10:22:57
creating output/index.html
Webby is not limited to producing HTML. By no means! Do you ever get tired of repeating the same color code
<b>#D3C4A2</b> in your CSS files? Webby can help. Need some customized JavaScript for your website. Webby can help.
Anytime you find yourself repeating the same bit of text over and over, then you should be using Webby.
== INSTALL:
gem install webby
== EXAMPLE:
$ webby my_site
creating my_site
$ cd my_site
$ rake create:page new_page.txt
creating content/new_page.txt
$ rake create:page another/new_page.txt
creating content/another/new_page.txt
$ rake autobuild
heel --root output --daemonize
-- starting autobuild (Ctrl-C to stop)
- started at 07:01:30
creating output/index.html
creating output/new_page.html
creating output/another/new_page.html
== REQUIREMENTS:
* directory_watcher
* heel
* hpricot
* logging
* rake
* rspec
== LICENSE:
MIT License
Copyright (c) 2007 - 2008
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sub-license, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




