You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/01/24 09:09:07 UTC

[sling-site] branch asf-site updated: Remove extraneous formatting commands

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b2baa14  Remove extraneous formatting commands
b2baa14 is described below

commit b2baa145c6a86e9cc8e3105ae769f8bd7557fed3
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jan 24 09:41:40 2018 +0100

    Remove extraneous formatting commands
---
 .../rendering-content-default-get-servlets.html    | 11 ++++----
 project-information.html                           | 32 ++++++++++++----------
 2 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/documentation/bundles/rendering-content-default-get-servlets.html b/documentation/bundles/rendering-content-default-get-servlets.html
index 931210b..be725d5 100644
--- a/documentation/bundles/rendering-content-default-get-servlets.html
+++ b/documentation/bundles/rendering-content-default-get-servlets.html
@@ -187,30 +187,29 @@ curl -u admin:admin -F :autoCheckin=true -F :autoCheckout=true -Fmarker=C http:/
 }
 </code></pre>
 <p>And the <code>;v=</code> URI path parameter gives access to each version (output abbreviated):</p>
-<pre><code>curl -s &quot;http://localhost:8080/vtest.tidy.json;v=1.0&quot; | jq . | sed &#39;s/^/    /&#39;
+<pre><code>curl -s &quot;http://localhost:8080/vtest.tidy.json;v=1.0&quot;
 {
   &quot;marker&quot;: &quot;A&quot;,
   &quot;jcr:frozenUuid&quot;: &quot;a6fd966d-917d-49e2-ba32-e7f942ff3a0f&quot;,
   &quot;jcr:uuid&quot;: &quot;74291bc8-e7cb-4a71-ab3a-224ba234be0a&quot;
 }
 
-curl -s &quot;http://localhost:8080/vtest.tidy.json;v=1.1&quot; | jq . | sed &#39;s/^/    /&#39;
+curl -s &quot;http://localhost:8080/vtest.tidy.json;v=1.1&quot;
 {
   &quot;marker&quot;: &quot;B&quot;,
   &quot;jcr:frozenUuid&quot;: &quot;a6fd966d-917d-49e2-ba32-e7f942ff3a0f&quot;,
   &quot;jcr:uuid&quot;: &quot;18b38479-a3fc-4a21-9cd4-89c44daf917d&quot;
 }
 
-curl -s &quot;http://localhost:8080/vtest.tidy.json;v=1.2&quot; | jq . | sed &#39;s/^/    /&#39;
+curl -s &quot;http://localhost:8080/vtest.tidy.json;v=1.2&quot;
 {
   &quot;marker&quot;: &quot;C&quot;,
   &quot;jcr:frozenUuid&quot;: &quot;a6fd966d-917d-49e2-ba32-e7f942ff3a0f&quot;,
   &quot;jcr:uuid&quot;: &quot;3d55430b-2fa6-4562-b415-638fb6608c0e&quot;
 }
-</code></pre>
-<p>$ </p></section></div></div>            
+</code></pre></section></div></div>            
             <div class="footer">
-<div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Tue Jan 23 14:20:28 2018 +0100</span></div>                <p>
+<div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Wed Jan 24 09:40:10 2018 +0100</span></div>                <p>
                     Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
                 </p><p>
                     Copyright © 2011-2017 The Apache Software Foundation.
diff --git a/project-information.html b/project-information.html
index b455202..dbb367d 100644
--- a/project-information.html
+++ b/project-information.html
@@ -150,31 +150,33 @@
 </ul>
 <p>More documentation regarding the Jenkins setup is available as wiki links from the views mentioned above.</p>
 <h2><a href="#documentation-repository" name="documentation-repository">Documentation Repository</a></h2>
-<p>The documentation website, in fact the very page that you are reading right now, is located at <a href="https://cms.apache.org/sling/">The ASF Content Management System’s Sling project</a>. You can contribute without being an official project committer.</p>
-<h3><a href="#save-your-changes-as-an-svn-patch-" name="save-your-changes-as-an-svn-patch-">Save your changes as an SVN patch:</a></h3>
+<p>The documentation website, in fact the very page that you are reading right now, is located at <a href="https://gitbox.apache.org/repos/asf?p=sling-site.git">The Apache Sling Site Project</a>. You can contribute without being an official project committer.</p>
+<h3><a href="#submitting-a-patch-to-the-sling-site-project" name="submitting-a-patch-to-the-sling-site-project">Submitting a patch to the Sling Site project</a></h3>
+<h4><a href="#create-a-git-patch-" name="create-a-git-patch-">Create a Git patch:</a></h4>
 <ol>
-  <li>Log in as username <em>anonymous</em> and leave the password blank.</li>
-  <li>Click <em>Get sling Working Copy</em> to check out a local branch through the browser.</li>
-  <li>Navigate to a document and click <em>edit</em>.</li>
-  <li>Edit the page in the online markdown editor.</li>
-  <li>Uncheck <em>Quick Mail</em>.</li>
-  <li>Click <em>submit</em>.</li>
-  <li>Click <em>Diff</em>, then <em>Download Diff</em> and save the SVN patch to your computer.</li>
+  <li>Locally check out the git repository.</li>
+  <li>Edit the documentation, don't commit.</li>
+  <li>From the command line <code>git diff &gt; site.patch</code>.</li>
 </ol>
-<h3><a href="#submit-your-changes-" name="submit-your-changes-">Submit your changes:</a></h3>
+<h4><a href="#submit-your-changes-" name="submit-your-changes-">Submit your changes:</a></h4>
 <ol>
   <li>Navigate to the <a href="https://issues.apache.org/jira/browse/SLING">Jira issue tracker</a>.</li>
   <li>Create an account and/or login.</li>
   <li>Create a ticket, enter a description and choose <em>Documentation</em> for <em>Components</em>.</li>
-  <li>Select the ticket, click <em>more</em>, select <em>attach files</em> and attach your SVN patch.</li>
+  <li>Select the ticket, click <em>more</em>, select <em>attach files</em> and attach your Git patch.</li>
 </ol>
-<h3><a href="#further-resources-" name="further-resources-">Further resources:</a></h3>
+<p>Additionally there is a Github hosted <a href="https://github.com/apache/sling-site">Apache Sling Site Project Mirror</a> which can be used to submit changes as well.</p>
+<h3><a href="#submitting-a-pull-request-to-the-github-sling-site-mirror" name="submitting-a-pull-request-to-the-github-sling-site-mirror">Submitting a pull request to the GitHub Sling Site mirror</a></h3>
+<h4><a href="#create-the-pull-request-" name="create-the-pull-request-">Create the Pull Request:</a></h4>
 <ol>
-  <li>Read the <a href="http://www.apache.org/dev/cmsref#non-committer">ASF CMS reference for non-committers</a>.</li>
-  <li>Watch a <a href="http://s.apache.org/cms-anonymous-tutorial">video tutorial by Rob Weir for anonymous users</a>.</li>
+  <li>Navigate to the <a href="https://github.com/apache/sling-site">Apache Sling Site Project Mirror</a>.</li>
+  <li>Create an account and/or login.</li>
+  <li>Edit the documentation using the edit icon <em>Fork this project and edit this file</em>.</li>
+  <li>Once all changes are done click <em>New pull request</em>.</li>
+  <li>Select <em>base fork:apache/sling-site</em> <em>base:master</em> as the project to push to</li>
 </ol></section></div></div>            
             <div class="footer">
-<div class="revisionInfo">Last modified by <span class="author">Robert Munteanu</span> on <span class="comment">Fri Jan 19 23:31:47 2018 +0200</span></div>                <p>
+<div class="revisionInfo">Last modified by <span class="author">JE Bailey</span> on <span class="comment">Tue Jan 23 14:35:49 2018 -0500</span></div>                <p>
                     Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
                 </p><p>
                     Copyright © 2011-2017 The Apache Software Foundation.

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.