You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 16:17:33 UTC

svn commit: r1808639 - in /myfaces/site/publish/trinidad: download.html source-repository.html

Author: deki
Date: Sun Sep 17 16:17:33 2017
New Revision: 1808639

URL: http://svn.apache.org/viewvc?rev=1808639&view=rev
Log:
moved from SVN to Git - partial update 

Modified:
    myfaces/site/publish/trinidad/download.html
    myfaces/site/publish/trinidad/source-repository.html

Modified: myfaces/site/publish/trinidad/download.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/trinidad/download.html?rev=1808639&r1=1808638&r2=1808639&view=diff
==============================================================================
--- myfaces/site/publish/trinidad/download.html (original)
+++ myfaces/site/publish/trinidad/download.html Sun Sep 17 16:17:33 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 2017-07-25
+    Last Published: 2017-09-17
   </div>
             <ul>
       <li>
@@ -193,6 +193,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -411,7 +413,7 @@
 <div class="section">
 <h2><a name="Verifying_signatures"></a>Verifying signatures</h2>
 <p>PGP verification ensures that the file came from a certain person. We strongly recommend you verify your downloads with both PGP and MD5.</p>
-<p>The PGP signatures can be verified using <a class="externalLink" href="http://www.pgpi.org/">PGP</a> or <a class="externalLink" href="http://www.gnupg.org/">GPG</a>. First download the Apache MyFaces Trinidad <a class="externalLink" href="http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/KEYS/}KEYS">http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/KEYS/}KEYS</a> as well as the <tt>asc</tt> signature file for the particular distribution. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using ...</p>
+<p>The PGP signatures can be verified using <a class="externalLink" href="http://www.pgpi.org/">PGP</a> or <a class="externalLink" href="http://www.gnupg.org/">GPG</a>. First download the Apache MyFaces Trinidad <a class="externalLink" href="https://github.com/apache/myfaces-trinidad/blob/master/KEYS">KEYS</a> as well as the <tt>asc</tt> signature file for the particular distribution. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using ...</p>
 <p><tt> % pgpk -a KEYS % pgpv trinidad-1.0.13-dist.tar.gz.asc trinidad-1.0.13-dist.tar.gz </tt></p>
 <p><i>or</i></p>
 <p><tt> % pgp -ka KEYS % pgp trinidad-1.0.13-dist.tar.gz.asc trinidad-1.0.13-dist.tar.gz </tt></p>

Modified: myfaces/site/publish/trinidad/source-repository.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/trinidad/source-repository.html?rev=1808639&r1=1808638&r2=1808639&view=diff
==============================================================================
--- myfaces/site/publish/trinidad/source-repository.html (original)
+++ myfaces/site/publish/trinidad/source-repository.html Sun Sep 17 16:17:33 2017
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 2017-05-09
+    Last Published: 2017-09-17
   </div>
             <ul>
       <li>
@@ -268,40 +268,26 @@
     <div id="body_column">
       <div>
       <div class="section">
-<h2><a name="Overview"></a>Overview</h2>This project uses <a class="externalLink" href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div>
+<h2><a name="Overview"></a>Overview</h2>
+<p>This project uses a Source Content Management System to manage its source code.</p></div>
 <div class="section">
 <h2><a name="Web_Access"></a>Web Access</h2>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
-<pre><a class="externalLink" href="http://svn.apache.org/viewvc/myfaces/trinidad/trunk">http://svn.apache.org/viewvc/myfaces/trinidad/trunk</a></pre></div></div>
+<pre><a class="externalLink" href="https://github.com/apache/myfaces-trinidad">https://github.com/apache/myfaces-trinidad</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_access"></a>Anonymous access</h2>
-<p>The source can be checked out anonymously from SVN with this command:</p>
+<p>Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:</p>
 <div class="source">
-<pre>$ svn checkout http://svn.apache.org/repos/asf/myfaces/trinidad/trunk trinidad</pre></div></div>
+<pre>git:https://github.com/apache/myfaces-trinidad</pre></div></div>
 <div class="section">
 <h2><a name="Developer_access"></a>Developer access</h2>
-<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
+<p>Refer to the documentation of the SCM used for more information about developer checked out. The connection url is:</p>
 <div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/myfaces/trinidad/trunk trinidad</pre></div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
+<pre>git:https://github.com/apache/myfaces-trinidad</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2>
-<p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/myfaces/trinidad/trunk trinidad</pre></div></div>
-<div class="section">
-<h2><a name="Access_through_a_proxy"></a>Access through a proxy</h2>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
-<p>Example : Edit the 'servers' file and add something like :</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about an access behind a firewall.</p></div>
       </div>
     </div>
     <div class="clear"></div>