Author: buildbot
Date: Tue Sep  1 08:43:18 2015
New Revision: 963827

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/documentation/development.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep  1 08:43:18 2015
@@ -1 +1 @@
-1700406
+1700419

Modified: websites/staging/sling/trunk/content/documentation/development.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development.html 
(original)
+++ websites/staging/sling/trunk/content/documentation/development.html Tue Sep 
 1 08:43:18 2015
@@ -39,7 +39,18 @@
     </div>
     
     <div class="menu"> 
-      <p><strong><a href="/documentation.html">Documentation</a></strong> <br 
/>
+      <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><strong><a href="/documentation.html">Documentation</a></strong> <br />
 <a href="/documentation/getting-started.html">Getting Started</a> <br />
 <a href="/documentation/the-sling-engine.html">The Sling Engine</a> <br />
 <a href="/documentation/development.html">Development</a> <br />
@@ -90,8 +101,19 @@
       
       
       <h1>Development</h1>
-      <p>Welcome to the wonderful world of extending Sling. Refer to these 
pages to find out how we envision the extension of Sling and how to do it.</p>
-<h2 id="using-sling-as-your-development-framework">Using Sling as your 
Development Framework</h2>
+      <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>Welcome to the wonderful world of extending Sling. Refer to these pages to 
find out how we envision the extension of Sling and how to do it.</p>
+<h2 id="using-sling-as-your-development-framework">Using Sling as your 
Development Framework<a class="headerlink" 
href="#using-sling-as-your-development-framework" title="Permanent 
link">&para;</a></h2>
 <p>Look here for more information on developper support when your are using 
Sling to build your own applications.</p>
 <ul>
 <li><a 
href="/documentation/development/getting-and-building-sling.html">Getting and 
Building Sling</a></li>
@@ -104,7 +126,7 @@
 <li><a href="/documentation/development/ide-tooling.html">Sling IDE 
Tooling</a></li>
 <li><a href="/documentation/development/jsr-305.html">Leveraging JSR-305 null 
annotations</a></li>
 </ul>
-<h2 id="testing-sling-based-applications">Testing Sling-based Applications</h2>
+<h2 id="testing-sling-based-applications">Testing Sling-based Applications<a 
class="headerlink" href="#testing-sling-based-applications" title="Permanent 
link">&para;</a></h2>
 <ul>
 <li><a href="/documentation/development/sling-testing-tools.html">Sling 
Testing Tools</a></li>
 <li><a href="/documentation/development/resourceresolver-mock.html">Resource 
Resolver Mock</a></li>
@@ -112,7 +134,7 @@
 <li><a href="/documentation/development/osgi-mock.html">OSGi Mocks</a></li>
 <li><a href="/documentation/development/jcr-mock.html">JCR Mocks</a></li>
 </ul>
-<h2 id="maven-stuff">Maven Stuff</h2>
+<h2 id="maven-stuff">Maven Stuff<a class="headerlink" href="#maven-stuff" 
title="Permanent link">&para;</a></h2>
 <p>Sling is using Apache Maven 3 as its build system. Over time we have 
created a number of Maven 3 plugins and gathered a whole range of knowledge 
about using Maven.</p>
 <ul>
 <li><a href="/documentation/development/sling.html">Maven Sling Plugin</a></li>
@@ -121,7 +143,7 @@
 <li><a href="/documentation/development/maven-archetypes.html">Maven 
Archetypes</a></li>
 <li><a href="/documentation/development/maventipsandtricks.html">Maven Tips 
&amp; Tricks</a></li>
 </ul>
-<h2 id="sling-development">Sling Development</h2>
+<h2 id="sling-development">Sling Development<a class="headerlink" 
href="#sling-development" title="Permanent link">&para;</a></h2>
 <p>Last but not least, here is some more information on how we ourselves are 
working on Sling</p>
 <ul>
 <li><a href="/documentation/development/dependency-management.html">Dependency 
Management</a></li>
@@ -129,11 +151,11 @@
 <li><a href="/documentation/development/issue-tracker.html">Issue 
Tracker</a></li>
 <li><a href="/documentation/development/release-management.html">Release 
Management</a></li>
 <li><a href="/documentation/development/maven-usage.html">Maven Usage</a></li>
-<li>To run our integration tests suite see the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/testing/README.txt";>launchpad/testing
 module README</a> and the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/README.txt";>launchpad/integration-tests
 README</a> for how to run individual integration tests.</li>
+<li>To run our integration tests suite see the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/testing/README.txt";>launchpad/testing
 module README</a> and the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/README.txt";>launchpad/integration-tests
 README</a> for how to run individual integration tests. We use the <a 
href="https://issues.apache.org/jira/issues/?jql=labels%20%3D%20sling-IT";>sling-IT</a>
 label in JIRA for known issues with our integration tests.</li>
 <li>A Sonar analysis is available on the <a 
href="https://analysis.apache.org/dashboard/index/org.apache.sling:sling-builder";>analysis.apache.org</a>
 server.</li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1678159 by rombert on Thu, 7 May 2015 10:37:10 +0000
+        Rev. 1700419 by bdelacretaz on Tue, 1 Sep 2015 08:43:06 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to