Author: buildbot
Date: Thu Nov 29 23:02:18 2012
New Revision: 840050
Log:
Staging update by buildbot for isis
Modified:
websites/staging/isis/trunk/cgi-bin/ (props changed)
websites/staging/isis/trunk/content/ (props changed)
websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 29 23:02:18 2012
@@ -1 +1 @@
-1415318
+1415437
Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 29 23:02:18 2012
@@ -1 +1 @@
-1415318
+1415437
Modified:
websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
(original)
+++ websites/staging/isis/trunk/content/contributors/updating-the-cms-site.html
Thu Nov 29 23:02:18 2012
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
- <title>Updating the CMS site
</title>
+ <title>Updating the CMS site</title>
<meta name="description" content="">
<meta name="author" content="">
@@ -105,7 +105,7 @@
};
function twshare () {
window.open(
-
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Updating the CMS
site
",
+
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Updating the CMS
site",
'Share on Twitter',
'width=800,height=526');
};
@@ -179,7 +179,7 @@
<div class="page-header">
<p><a href="./../documentation.html">Docs</a> » <a
href="./../contributors/about.html">Contributors</a></p>
-<h1>Updating the CMS site
+<h1>Updating the CMS site
<!--
<div style="float: right; position: relative; bottom: -10px; ">
@@ -192,13 +192,48 @@
</h1>
</div>
-<p><div class="stub">
-This page is a stub.
-</div></p>
+<h1>Updating the CMS site</h1>
-<p>Isis graduated from the Apache incubator in October 2012; we are currently
setting ourselves up as a top-level project.</p>
+<p>Apache Isis uses the Apache CMS to manage this website.</p>
-<p>In the meantime you can access our original incubator website <a
href="http://incubator.apache.org/isis" title="Apache Isis (incubator
website)">here</a>.</p>
+<h2>About the Apache CMS</h2>
+
+<p>A picture tells more then a thousands word so we recommend that you watch
this <a href="http://s.apache.org/cms-tutorial">tutorial video</a> before you
start. Extended information can be found on the <a
href="http://www.apache.org/dev/cms.html">Apache CMS documentation page</a>.</p>
+
+<p>With the right karma you can edit both the live and staging site but it's
recommended to use the staging site to be able to preview your changes before
pushing them to the production site. Our staging site is located here here:</p>
+
+<ul>
+<li><a
href="http://isis.staging.apache.org">http://isis.staging.apache.org</a></li>
+</ul>
+
+<p>The content lives in SVN at <a
href="https://svn.apache.org/repos/asf/isis/site">https://svn.apache.org/repos/asf/isis/site</a>
in case you want to check it out and do offline edits.</p>
+
+<h2>Install Bookmarklet</h2>
+
+<p>Please be sure to install the bookmarklet on your browser toolbar by either
dragging and dropping this <a
href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))">ASF
CMS</a> link to your toolbar or by creating a new bookmark by either
right-clicking on that link and selecting "Bookmark this Link", or by opening a
"New Bookmark" dialog screen from your browser's menu and typing the following
into the Location/URL field:</p>
+
+<pre><code>javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))
+</code></pre>
+
+<p>Without this bookmarklet installed you will not be able to browse the live
site and instantly edit pages in the CMS by clicking on the bookmarklet. This
is an essential component of the CMS and is therefore strongly recommended.</p>
+
+<p>To use the bookmarklet simply browse your live production or staging site
(NOT the cms!), locate a page you'd like to edit, and click on the bookmarklet.
You'll be taken to a page within the cms that allows you to edit the content by
clicking on the [Edit] link.</p>
+
+<h2>Start editing</h2>
+
+<p>If you just want to get started editing a page:</p>
+
+<ul>
+<li>Install the bookmarklet from (see above). You only have to do this
once.</li>
+<li>Navigate to the page you wish to edit (on the live site, not in the
cms).</li>
+<li>Click the bookmarklet. There will be a short pause while the CMS system is
initialised for you.</li>
+<li>Click on Edit (to skip this step hack the bookmarklet to add an
'action=edit' param to the bookmarklet's query string)</li>
+<li>The page editor should then be displayed.</li>
+<li>Click Submit to save your edit to the workarea</li>
+<li>Click Commit to save the updated file to SVN and trigger a staged build.
(to skip this step click on the "Quick Commit" checkbox in the Edit form).</li>
+<li>The results should appear shortly on the staging site. (You may have to
force the page to refresh in order to see the updated content)</li>
+<li>Once you are happy with the updated page, click on Publish Site to
deploy.</li>
+</ul>