public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
fixing typos (thanks Steph)
TwP (author)
Thu Feb 14 21:38:19 -0800 2008
commit  d9886a17936082020ff61c7baf54706f7ab3bdd3
tree    bdab05497d45b894d7fec653abd19e2f1a755c08
parent  9430ebf39161e9ebc748c75bf73770a60346a759
...
39
40
41
42
 
43
44
 
45
46
47
...
39
40
41
 
42
43
 
44
45
46
47
0
@@ -39,9 +39,9 @@ digraph overview {
0
 }
0
 </graphviz>
0
 
0
-The diagram above show the basic concept of how Webby works. Changing the layout file will result in changes to every generated HTML file. Changes to a single will only results in changes to the single HTML file corresponding to that page.
0
+The diagram above shows the basic concept of how Webby works. Changing the layout file will result in changes to every generated HTML file. Changes to a single page will result in changes only to the HTML file corresponding to that particular page.
0
 
0
-Webby does not limit the output to HTML. Webby can be used to generate XML files for RSS or Atom newsfeeds, CSS files for styling webpages, or any other type of text file that you can think of.
0
+Webby does not limit the output to HTML. Webby can be used to generate XML files for RSS or Atom news feeds, CSS files for styling web pages, or any other type of text file that you can think of.
0
 
0
 h3{clear:none}. Requirements
0
 

Comments

    No one has commented yet.