On Wed, Dec 12, 2012 at 1:06 PM, Raffaele Palmieri <[email protected]> wrote: > I viewed tutorial for using bookmarklet in CMS; it is very comfortable > update content specially for individuals who will not have aligned > environment for building source code, I think about advanced users that > could produce technical documentation of tools released by the project. > So if it's possible to combine that feature with svnpubsub, I think it's > the best option....
Apache CMS content is managed in svn and you can always edit it manually or generate parts of it. See http://svn.apache.org/repos/asf/stanbol/site/trunk/ for example, which holds the content of http://stanbol.apache.org/ Editing content in svn triggers the CMS build process, which puts content at http://stanbol.staging.apache.org/ - you then just need to publish the content to the live site from cms.apache.org -Bertrand
