You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by de...@apache.org on 2010/10/13 10:04:55 UTC

[zeta-commits] svn commit: r1022056 - in /incubator/zetacomponents/website: readme.txt structure.txt

Author: derick
Date: Wed Oct 13 10:04:55 2010
New Revision: 1022056

URL: http://svn.apache.org/viewvc?rev=1022056&view=rev
Log:
- Fixed typos

Modified:
    incubator/zetacomponents/website/readme.txt
    incubator/zetacomponents/website/structure.txt

Modified: incubator/zetacomponents/website/readme.txt
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/readme.txt?rev=1022056&r1=1022055&r2=1022056&view=diff
==============================================================================
--- incubator/zetacomponents/website/readme.txt (original)
+++ incubator/zetacomponents/website/readme.txt Wed Oct 13 10:04:55 2010
@@ -2,9 +2,9 @@
 Read me
 =======
 
-This reprository contains all tools required to build the Apache zeta
+This repository contains all tools required to build the Apache zeta
 Components website. It is based on a GNU make script and using WCV__ for the
-HTML geenration.
+HTML generation.
 
 __ http://web-content-viewer.org/
 
@@ -26,13 +26,13 @@ The website contains two kinds of docume
 - The tutorials
 - The API documentation
 
-They are generated seperately:
+They are generated separately:
 
 The API documentation
 ---------------------
 
-The API docs are build using *phpdoc* and currently requires about 2,5GB of
-free memory to build. by default the API documentation is build for ``trunk/``
+The API docs are build using *phpdoc* and currently requires about 2.5GB of
+free memory to build. By default the API documentation is build for ``trunk/``
 when calling ``make phpdoc``. You can pass specific release information to the
 build process like this::
 
@@ -60,7 +60,7 @@ is performed by ``make docs``.
 Content editing
 ===============
 
-You can edit all the contents in the ``content/`` folder. Those are jsut ReST
+You can edit all the contents in the ``content/`` folder. Those are just ReST
 files. Be sure to call ``make website`` afterwards and commit the changes.
 Rebuilding the website might take some time.
 
@@ -73,7 +73,7 @@ Writing news
 To write news, just create a new ReST file in ``content/news/``, following the
 naming scheme of existing blog posts, and reference it in
 ``content/news/.blog.xml``. Remember to include an ``abstract`` or
-``description`` field list element, which defines the text occuring on the blog
+``description`` field list element, which defines the text occurring on the blog
 overview page.
 
 Releasing

Modified: incubator/zetacomponents/website/structure.txt
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/structure.txt?rev=1022056&r1=1022055&r2=1022056&view=diff
==============================================================================
--- incubator/zetacomponents/website/structure.txt (original)
+++ incubator/zetacomponents/website/structure.txt Wed Oct 13 10:04:55 2010
@@ -8,7 +8,7 @@ Website structure
 - Community (how to contribute)
   - Dev process
   - Guidelines
-  - Ressources
+  - Resources
     - Presentations
     - Articles
 - Documentation