Author: gmcdonald Date: Mon Jul 30 06:14:45 2018 New Revision: 1837025 URL: http://svn.apache.org/viewvc?rev=1837025&view=rev Log: Publish website by gmcdonald, try CDATA so Forrest doesnt strip the content.
Modified: forrest/site/dtdx/document-v13.pdf forrest/site/dtdx/document-v20.pdf forrest/site/mirrors.html Modified: forrest/site/dtdx/document-v13.pdf URL: http://svn.apache.org/viewvc/forrest/site/dtdx/document-v13.pdf?rev=1837025&r1=1837024&r2=1837025&view=diff ============================================================================== Binary files - no diff available. Modified: forrest/site/dtdx/document-v20.pdf URL: http://svn.apache.org/viewvc/forrest/site/dtdx/document-v20.pdf?rev=1837025&r1=1837024&r2=1837025&view=diff ============================================================================== Binary files - no diff available. Modified: forrest/site/mirrors.html URL: http://svn.apache.org/viewvc/forrest/site/mirrors.html?rev=1837025&r1=1837024&r2=1837025&view=diff ============================================================================== --- forrest/site/mirrors.html (original) +++ forrest/site/mirrors.html Mon Jul 30 06:14:45 2018 @@ -235,7 +235,17 @@ document.write("Last Published: " + docu <p>You are currently using <strong>[preferred]</strong> <br> If you encounter a problem with this mirror, then please select another. If all mirrors are failing, there are backup mirrors at the end of the list. See <a href="http://www.apache.org/mirrors/">status</a> of mirrors.</p> <a name="SelectMirror"></a> -<form action="[location]" method="get" id="SelectMirror">Other mirrors: <select name="Preferred"><option value="[http]">[http]</option><option value="[ftp]">[ftp]</option><option value="[backup]">[backup] (backup)</option></select> <input type="submit" value="Change"> +<form action="[location]" method="get" id="SelectMirror">Other mirrors: <select name="Preferred"> +[if-any http] [for http] + <option value="[http]">[http]</option> +[end] [end] +[if-any ftp] [for ftp] + <option value="[ftp]">[ftp]</option> +[end] [end] +[if-any backup] [for backup] + <option value="[backup]">[backup] (backup)</option> +[end] [end] +</select> <input type="submit" value="Change"> </form> <p>The current release is Apache Forrest 0.9 (see the <a href="[preferred]/forrest/RELEASE-NOTES-0.9.txt">release notes</a> and the full list of <a href="docs_0_90/changes.html#version_0.9">changes</a>).</p> <ul>