You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by bu...@apache.org on 2015/08/04 02:30:31 UTC

svn commit: r960703 - in /websites/staging/sentry/trunk/content: ./ development/edit_website.html

Author: buildbot
Date: Tue Aug  4 00:30:30 2015
New Revision: 960703

Log:
Staging update by buildbot for sentry

Modified:
    websites/staging/sentry/trunk/content/   (props changed)
    websites/staging/sentry/trunk/content/development/edit_website.html

Propchange: websites/staging/sentry/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug  4 00:30:30 2015
@@ -1 +1 @@
-1691481
+1693988

Modified: websites/staging/sentry/trunk/content/development/edit_website.html
==============================================================================
--- websites/staging/sentry/trunk/content/development/edit_website.html (original)
+++ websites/staging/sentry/trunk/content/development/edit_website.html Tue Aug  4 00:30:30 2015
@@ -35,18 +35,29 @@
   <div id="clear"></div>
   
   <div id="sidenav">
-    <h1 id="general">General</h1>
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="general">General<a class="headerlink" href="#general" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/index.html">Home</a></li>
 <li><a href="/general/downloads.html">Downloads</a></li>
 <li><a href="/general/history.html">History</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></li>
 </ul>
-<h1 id="documentation">Documentation</h1>
+<h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="https://cwiki.apache.org/confluence/display/SENTRY/Sentry+Tutorial">Tutorial</a></li>
 </ul>
-<h1 id="community">Community</h1>
+<h1 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/community/get_involved.html">Get Involved</a></li>
 <li><a href="/community/mailing_lists.html">Mailing Lists</a></li>
@@ -55,13 +66,13 @@
 <li><a href="https://cwiki.apache.org/confluence/display/SENTRY">Wiki</a></li>
 <li><a href="/community/people.html">People</a></li>
 </ul>
-<h1 id="development">Development</h1>
+<h1 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="/development/source_and_guide.html">Source and Guide</a></li>
 <li><a href="https://builds.apache.org/job/Sentry-jdk-1.7">Builds</a></li>
 <li><a href="/development/edit_website.html">Edit Website</a></li>
 </ul>
-<h1 id="asf">ASF</h1>
+<h1 id="asf">ASF<a class="headerlink" href="#asf" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org/">Website</a></li>
 <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
@@ -72,15 +83,26 @@
   <div id="contenta">
   
     <h1 class="title">Edit Website</h1>
-    <p>The website uses the Apache CMS. More detailed documentation is available on 
+    <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>The website uses the Apache CMS. More detailed documentation is available on 
 the Apache Infrastructure pages including a quickstart guide on the
 <a href="http://apache.org/dev/cms.html#usage">Apache bookmarklet</a> and a <a href="http://apache.org/dev/cmsref.html">reference manual</a>. It is also useful to look at
 <a href="http://apache.org/dev/cmsadoption.html">other Apache CMS sites</a> for examples.</p>
-<h2 id="process">Process</h2>
+<h2 id="process">Process<a class="headerlink" href="#process" title="Permanent link">&para;</a></h2>
 <ol>
 <li>
 <p>Commit a change to the website's source <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a> files located in
-<a href="https://svn.apache.org/repos/asf/sentry/site/trunk">https://svn.apache.org/repos/asf/sentry/site/trunk</a>. Before
+<a href="https://svn.apache.org/repos/asf/incubator/sentry/site/trunk">https://svn.apache.org/repos/asf/incubator/sentry/site/trunk</a>. Before
 committing test that the site still builds locally by installing the
 <a href="http://apache.org/dev/cmsref.html#local-build">CMS build scripts</a> and running:</p>
 <div class="codehilite"><pre><span class="n">buildsite</span><span class="o">/</span><span class="n">build_site</span><span class="p">.</span><span class="n">pl</span> <span class="o">--</span><span class="n">source</span><span class="o">-</span><span class="n">base</span> <span class="n">sentry</span><span class="o">-</span><span class="n">site</span> <span class="o">--</span><span class="n">target</span><span class="o">-</span><span class="n">base</span> <span class="n">sentry</span><span class="o">-</span><span class="n">website</span>
@@ -105,13 +127,13 @@ of the following:</p>
 </ul>
 </li>
 </ol>
-<h2 id="posting-generated-content">Posting generated content</h2>
+<h2 id="posting-generated-content">Posting generated content<a class="headerlink" href="#posting-generated-content" title="Permanent link">&para;</a></h2>
 <ol>
 <li>Add the path to content/extpaths.txt relative to the extpaths.txt
 file to prevent the content getting deleted when the staging site is published</li>
 <li>Commit the generated content directly to the <a href="https://svn.apache.org/repos/infra/websites/production/sentry">production site svn</a></li>
 </ol>
-<h2 id="style">Style</h2>
+<h2 id="style">Style<a class="headerlink" href="#style" title="Permanent link">&para;</a></h2>
 <ul>
 <li>Try to limit line length to 80 columns, fold -s &lt;filename> on Linux is
 helpful for limiting line length</li>