You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2022/05/03 16:28:55 UTC

svn commit: r1900519 - in /manifoldcf/site/trunk: ./ src/documentation/content/xdocs/en_US/ src/documentation/content/xdocs/ja_JP/ src/documentation/content/xdocs/zh_CN/

Author: kwright
Date: Tue May  3 16:28:55 2022
New Revision: 1900519

URL: http://svn.apache.org/viewvc?rev=1900519&view=rev
Log:
Partial update except for download page

Modified:
    manifoldcf/site/trunk/build.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/index.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/release-documentation.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/index.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/release-documentation.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/index.xml
    manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/release-documentation.xml

Modified: manifoldcf/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/build.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/build.xml (original)
+++ manifoldcf/site/trunk/build.xml Tue May  3 16:28:55 2022
@@ -161,10 +161,10 @@
 
     <target name="get-releases-doc"> <!-- depends="install-trunk-release"-->
         <antcall target="install-release">
-            <param name="release-version" value="2.21"/>
+            <param name="release-version" value="2.22"/>
         </antcall>
         <antcall target="install-archive">
-            <param name="release-version" value="2.20"/>
+            <param name="release-version" value="2.21"/>
         </antcall>
         <antcall target="install-release">
             <param name="release-version" value="1.10"/>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/index.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/index.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/index.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/index.xml Tue May  3 16:28:55 2022
@@ -43,7 +43,7 @@
 
     <section>
 	<title>Project status</title>
-	<p>Apache ManifoldCF 2.21 is available!  Download it <a href="download.html">here</a>.</p>
+	<p>Apache ManifoldCF 2.22 is available!  Download it <a href="download.html">here</a>.</p>
     </section>
 
     <section>
@@ -60,6 +60,10 @@
     <section>
         <title>News</title>
           <section>
+              <title>3 May 2022 - ManifoldCF 2.22 is released!</title>
+                <p>Developer community signs off on second generation ManifoldCF release.</p>
+          </section>
+          <section>
               <title>3 Jan 2022 - ManifoldCF 2.21 is released!</title>
                 <p>Developer community signs off on second generation ManifoldCF release.</p>
           </section>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/release-documentation.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/release-documentation.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/release-documentation.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/release-documentation.xml Tue May  3 16:28:55 2022
@@ -32,8 +32,8 @@
       <p></p>
       <p>The release documentation for the following ManifoldCF versions is available for your review:</p>
       <!--p><a href="../release/trunk/en_US/index.html">Trunk (currently under development)</a></p-->
+      <p><a href="../release/release-2.22/en_US/index.html">Release 2.22</a></p>
       <p><a href="../release/release-2.21/en_US/index.html">Release 2.21</a></p>
-      <p><a href="../release/release-2.20/en_US/index.html">Release 2.20</a></p>
       <p><a href="../release/release-1.10/en_US/index.html">Release 1.10</a></p>
     </section>
   </body>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/index.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/index.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/index.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/index.xml Tue May  3 16:28:55 2022
@@ -36,7 +36,7 @@
 
     <section>
 	<title>プロジェクトの状況</title>
-	<p>Apache ManifoldCF 2.21は<a href="download.html">ここ</a>からダウンロードすることができます。</p>
+	<p>Apache ManifoldCF 2.22は<a href="download.html">ここ</a>からダウンロードすることができます。</p>
     </section>
 
     <section>
@@ -48,6 +48,10 @@
     <section>
         <title>ニュース</title>
           <section>
+              <title>2022年05月3日 - ManifoldCF 2.22を公開しました!</title>
+                <p>開発者コミュニティは2.22リリースを承認しました</p>
+          </section>
+          <section>
               <title>2022年01月3日 - ManifoldCF 2.21を公開しました!</title>
                 <p>開発者コミュニティは2.21リリースを承認しました</p>
           </section>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/release-documentation.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/release-documentation.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/release-documentation.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/ja_JP/release-documentation.xml Tue May  3 16:28:55 2022
@@ -32,8 +32,8 @@
       <p></p>
       <p>下記ManifoldCFバージョンのリリースドキュメントが参照可能となります:</p>
       <!--p><a href="../release/trunk/ja_JP/index.html">Trunk (開発中)</a></p-->
+      <p><a href="../release/release-2.22/ja_JP/index.html">2.22リリース</a></p>
       <p><a href="../release/release-2.21/ja_JP/index.html">2.21リリース</a></p>
-      <p><a href="../release/release-2.20/ja_JP/index.html">2.20リリース</a></p>
       <p><a href="../release/release-1.10/ja_JP/index.html">1.10リリース</a></p>
     </section>
   </body>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/index.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/index.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/index.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/index.xml Tue May  3 16:28:55 2022
@@ -36,7 +36,7 @@
 
     <section>
 	<title>项目的状况</title>
-	<p>Apache ManifoldCF 2.21可从<a href="download.html">这里</a>下载。</p>
+	<p>Apache ManifoldCF 2.22可从<a href="download.html">这里</a>下载。</p>
     </section>
 
     <section>
@@ -48,6 +48,10 @@
     <section>
         <title>新闻</title>
           <section>
+              <title>2022年05月3日 - ManifoldCF 2.22发布了!</title>
+                <p>开发人员社区批准发布2.22版</p>
+          </section>
+          <section>
               <title>2022年01月3日 - ManifoldCF 2.21发布了!</title>
                 <p>开发人员社区批准发布2.21版</p>
           </section>

Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/release-documentation.xml
URL: http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/release-documentation.xml?rev=1900519&r1=1900518&r2=1900519&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/release-documentation.xml (original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/zh_CN/release-documentation.xml Tue May  3 16:28:55 2022
@@ -32,8 +32,8 @@
       <p></p>
       <p>关于下述ManifoldCF版本的发布文档可供您参阅:</p>
       <!--p><a href="../release/trunk/zh_CN/index.html">Trunk (开发中)</a></p-->
+      <p><a href="../release/release-2.22/zh_CN/index.html">2.22版</a></p>
       <p><a href="../release/release-2.21/zh_CN/index.html">2.21版</a></p>
-      <p><a href="../release/release-2.20/zh_CN/index.html">2.20版</a></p>
       <p><a href="../release/release-1.10/zh_CN/index.html">1.10版</a></p>
     </section>
   </body>