Mailing List Archive

Re: svn commit: r1837026 - in /forrest/trunk/site-author/content/xdocs: mirrors.html procedures/release/How_to_release.xml
Adding in these CDATA sections has fixed it.

On Mon, Jul 30, 2018 at 4:20 PM, <gmcdonald@apache.org> wrote:

> Author: gmcdonald
> Date: Mon Jul 30 06:20:35 2018
> New Revision: 1837026
>
> URL: http://svn.apache.org/viewvc?rev=1837026&view=rev
> Log:
> tweaks, trial and error Im afraid
>
> Modified:
> forrest/trunk/site-author/content/xdocs/mirrors.html
> forrest/trunk/site-author/content/xdocs/procedures/
> release/How_to_release.xml
>
> Modified: forrest/trunk/site-author/content/xdocs/mirrors.html
> URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/
> content/xdocs/mirrors.html?rev=1837026&r1=1837025&r2=1837026&view=diff
> ============================================================
> ==================
> --- forrest/trunk/site-author/content/xdocs/mirrors.html (original)
> +++ forrest/trunk/site-author/content/xdocs/mirrors.html Mon Jul 30
> 06:20:35 2018
> @@ -67,15 +67,23 @@
> </p>
> <form action="[location]" method="get" id="SelectMirror">
> Other mirrors: <select name="Preferred">
> +<![CDATA[
> [if-any http] [for http]
> +]]>
> <option value="[http]">[http]</option>
> +<![CDATA[
> [end] [end]
> [if-any ftp] [for ftp]
> +]]>
> <option value="[ftp]">[ftp]</option>
> +<![CDATA[
> [end] [end]
> [if-any backup] [for backup]
> +]]>
> <option value="[backup]">[backup] (backup)</option>
> +<![CDATA[
> [end] [end]
> +]]>
> </select>
> <input type="submit" value="Change" />
> </form>
>
> Modified: forrest/trunk/site-author/content/xdocs/procedures/
> release/How_to_release.xml
> URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/
> content/xdocs/procedures/release/How_to_release.xml?
> rev=1837026&r1=1837025&r2=1837026&view=diff
> ============================================================
> ==================
> --- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
> (original)
> +++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
> Mon Jul 30 06:20:35 2018
> @@ -1113,14 +1113,6 @@ svn mkdir plugins/&n;</source></li>
> <a href="http://forrest.apache.org/mirrors.cgi">download</a>
> page.
> </li>
> <li><p>
> - Update the xml.apache.org website (Forrest is part of the
> Apache XML
> - federation of projects). Edit
> - xml-site/src/documentation/content/xdocs/news.xml and record
> the
> - announcement, and then commit the new HTML to
> - xml-site/targets/forrest Note that they use forrest-0.7 to
> build
> - their website. See http://xml.apache.org/
> guidelines.html#website-top
> - </p></li>
> - <li><p>
> Send <a href="announce_release.txt">announce_release.txt</a>
> as email to
> the Forrest user and dev list and the ASF-wide announce lists.
> Sign the email (e.g. PGP).
>
>
>


--
---
Gav...