Author: pescetti Date: Thu Aug 1 17:30:18 2013 New Revision: 1509339 URL: http://svn.apache.org/r1509339 Log: Change ooo.asc into openoffice.asc, see dev list discussions.
Modified: openoffice/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html Modified: openoffice/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html?rev=1509339&r1=1509338&r2=1509339&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html (original) +++ openoffice/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html Thu Aug 1 17:30:18 2013 @@ -1030,11 +1030,11 @@ was not manipulated by an unauthorized t <code>C:\Program Files\Gnu\GnuPg\gpg.exe</code>) until you add it to the <code>$PATH</code> system environment variable.</li> <li>Save the following file with your Internet browser to the location where the downloaded AOO file is stored:</li> - <li><pre>https://people.apache.org/keys/group/ooo.asc</pre></li> + <li><pre>https://people.apache.org/keys/group/openoffice.asc</pre></li> <li>Open the start menu and enter <code>cmd.exe</code> into the search box.</li> <li>Now change to the directory with the downloaded AOO and ASC file, import and verify with the following commands:</li> <li><pre>cd <path_to_AOO_and_ASC_file></pre></li> - <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --import ooo.asc</pre></li> + <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --import openoffice.asc</pre></li> <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --verify <ASC file>.asc <AOO file>.exe</pre></li> <li>When both checksums match it is indicated with an "Good signature from <Person who has created the signature> statement. <br /> Otherwise "BAD signature from ...".</li> @@ -1048,8 +1048,8 @@ was not manipulated by an unauthorized t <li>Open a terminal and change to the directory with the downloaded AOO and ASC file.</li> <li>Type in the following commands:</li> <li><pre>cd <path_to_AOO_and_ASC_file></pre></li> - <li><pre>wget https://people.apache.org/keys/group/ooo.asc</pre></li> - <li><pre>gpg --import ooo.asc</pre></li> + <li><pre>wget https://people.apache.org/keys/group/openoffice.asc</pre></li> + <li><pre>gpg --import openoffice.asc</pre></li> <li><pre>gpg --verify <ASC file>.asc <AOO file>.tar.gz</pre></li> <li>When both checksums match it is indicated with an "Good signature from <Person who has created the signature> statement. <br /> Otherwise "BAD signature from ...".</li> @@ -1064,8 +1064,8 @@ was not manipulated by an unauthorized t <li>Open a terminal (usually from here: "/Applications/Utilities").</li> <li>Type in the following commands:</li> <li><pre>cd <path_to_AOO_and_ASC_file></pre></li> - <li><pre>curl https://people.apache.org/keys/group/ooo.asc -o ooo.asc</pre></li> - <li><pre>gpg --import ooo.asc</pre></li> + <li><pre>curl https://people.apache.org/keys/group/openoffice.asc -o openoffice.asc</pre></li> + <li><pre>gpg --import openoffice.asc</pre></li> <li><pre>gpg --verify <ASC file>.asc <AOO file>.dmg</pre></li> <li>When both checksums match it is indicated with an "Good signature from <Person who has created the signature> statement. <br /> Otherwise "BAD signature from ...".</li>