You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/05/28 14:29:02 UTC

svn commit: r1682228 - /directory/site/trunk/content/sources.mdtext

Author: elecharny
Date: Thu May 28 12:29:01 2015
New Revision: 1682228

URL: http://svn.apache.org/r1682228
Log:
Added some info about teh CMS

Modified:
    directory/site/trunk/content/sources.mdtext

Modified: directory/site/trunk/content/sources.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/sources.mdtext?rev=1682228&r1=1682227&r2=1682228&view=diff
==============================================================================
--- directory/site/trunk/content/sources.mdtext (original)
+++ directory/site/trunk/content/sources.mdtext Thu May 28 12:29:01 2015
@@ -112,18 +112,18 @@ There are also read only git repositorie
 
 ## Web Site
 
-The Web site itslef is stored in a repository and can be updated easily. Let's see how it works.
+The Web site itself is stored in a repository and can be updated easily. Let's see how it works.
 
 What is important here is that the pages are written using Markdown. Once a page has been modified, it can be committed, which will generate the static pages on a staging web site. When everything is checked and sounds correct, the staging site can be published on the production site, which will be pushed to the mirrors every hour. Here is the process :
 
-* Modified the markdown pages
+* Modify the markdown pages
 * Commit them
 * Check on the staging site to see if it's correct (see [http://directory.staging.apache.org/](http://directory.staging.apache.org/))
 * Publish the site using the [Apache CMS](http://www.apache.org/dev/cmsref.html)
 
 ### Repository
 
-All the web site can be fetched at [https://svn.apache.org/repos/asf/directory/site/trunk/](http://svn.apache.org/repos/asf/directory/site/trunk/). be sure to use *https* in order to be able to commit your changes...
+All the web site can be fetched at [https://svn.apache.org/repos/asf/directory/site/trunk/](http://svn.apache.org/repos/asf/directory/site/trunk/). Be sure to use *https* in order to be able to commit your changes...
 
 ### Structure
 The following structure is used :