You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2021/04/18 23:13:01 UTC

svn commit: r1888938 - /commons/cms-site/trunk/content/xdoc/site-publish.xml

Author: sebb
Date: Sun Apr 18 23:13:01 2021
New Revision: 1888938

URL: http://svn.apache.org/viewvc?rev=1888938&view=rev
Log:
More fixes

Modified:
    commons/cms-site/trunk/content/xdoc/site-publish.xml

Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/site-publish.xml?rev=1888938&r1=1888937&r2=1888938&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/site-publish.xml (original)
+++ commons/cms-site/trunk/content/xdoc/site-publish.xml Sun Apr 18 23:13:01 2021
@@ -27,25 +27,24 @@
   <section name='Introduction'>
     <p><b>THIS DESCRIPTION IS IN A STATE OF FLUX due to CMS deprecation and related changes</b></p>
     <p>
-    Commons sites use a solution based on both <a href="http://apache.org/dev/cmsref.html">Apache CMS</a> (for the main site)
+    Commons sites use a solution based on both BuildBot (for the main site)
      and svnpubsub publication based on the <a href="http://maven.apache.org/plugins/maven-scm-publish-plugin/">maven-scm-publish-plugin</a>
       for the component sites.
     </p>
 
   </section>
   <section name="Main site">
-    <p>The Apache CMS UI can be used to modify and publish the main web site: <a href="https://cms.apache.org/commons/">https://cms.apache.org/commons/</a>.
-      More documentation is available <a href="http://apache.org/dev/cmsref.html">here</a>
-
-    </p>
     <p>
       The main site content is now located in svn: https://svn.apache.org/repos/asf/commons/cms-site/trunk/ .<br/>
-      You can test your changes locally using: 
+      Site files are located under context/xdocs.
+      You can test your changes locally using:
       <pre>mvn clean site</pre>
+      This will generate output under target/site.
     </p>
-    <p>After you commit, and <a href="http://ci.apache.org/builders/commons-site">buildbot</a> handles the site generation, you can test your changes, and any others in the pipeline, at <a href="http://commons.staging.apache.org/">http://commons.staging.apache.org/</a>.
+    <p>After you commit, and <a href="http://ci.apache.org/builders/commons-site">buildbot</a> handles the site generation,
+       with the output published to the 
+       <a href="https://svn.apache.org/repos/infra/websites/staging/commons/trunk/content/index.html">staging site</a>.
        Once satisfied, you can <a href="https://cms.apache.org/commons/publish">publish</a> via the CMS site.
-       Note that the staging site is shared, so if any other changes have been made to the site by other developers, these will also be published.
     </p>
   </section>
   <section name="Components">