You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Rahul Akolkar <ra...@gmail.com> on 2006/12/05 04:34:38 UTC

Re: svn commit: r482344 - in /jakarta/site: docs/site/news/news-2006-q4.html docs/site/rss.xml news.xml

On 12/4/06, bayard@apache.org <ba...@apache.org> wrote:
> Author: bayard
> Date: Mon Dec  4 12:34:35 2006
> New Revision: 482344
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=482344
> Log:
> Fixed up the Digester news item to inline the links rather than show them
>
<snip/>

The rationale behind showing the links is to make sure the feed
doesn't contain sentences like "Download Digester from Digester
download page" or some such equally hopeless text (since we lose
anchor tags). Don't care about this change per se, but thats the
reason it was done that way.

-Rahul


> Modified:
>     jakarta/site/docs/site/news/news-2006-q4.html
>     jakarta/site/docs/site/rss.xml
>     jakarta/site/news.xml
>
> Modified: jakarta/site/docs/site/news/news-2006-q4.html
> URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2006-q4.html?view=diff&rev=482344&r1=482343&r2=482344
> ==============================================================================
> --- jakarta/site/docs/site/news/news-2006-q4.html (original)
> +++ jakarta/site/docs/site/news/news-2006-q4.html Mon Dec  4 12:34:35 2006
> @@ -165,12 +165,12 @@
>              </p>
>  <p>
>                Digester 1.8 contains a few new features and a small number of bug
> -              fixes. Full details can be found in the release notes:
> -              <a href="http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt">http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt</a>
> +              fixes. Full details can be found in the
> +              <a href="http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt">release notes</a>.
>              </p>
> -<p> Digester is available in either binary or source form from the Digester
> -              downloads page:
> -              <a href="http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi">http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi</a>.
> +<p> Digester is available in either binary or source form from
> +              <a href="http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi">Digester downloads</a>
> +              page.
>              </p>
>  <hr noshade="noshade" size="1"/>
>  <a name="20061203.1">
>
> Modified: jakarta/site/docs/site/rss.xml
> URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=482344&r1=482343&r2=482344
> ==============================================================================
> --- jakarta/site/docs/site/rss.xml (original)
> +++ jakarta/site/docs/site/rss.xml Mon Dec  4 12:34:35 2006
> @@ -21,12 +21,12 @@
>
>
>                Digester 1.8 contains a few new features and a small number of bug
> -              fixes. Full details can be found in the release notes:
> -              http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt
> +              fixes. Full details can be found in the
> +              release notes.
>
> -             Digester is available in either binary or source form from the Digester
> -              downloads page:
> -              http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi.
> +             Digester is available in either binary or source form from
> +              Digester downloads
> +              page.
>
>          </description>
>  </item>
>
> Modified: jakarta/site/news.xml
> URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=482344&r1=482343&r2=482344
> ==============================================================================
> --- jakarta/site/news.xml (original)
> +++ jakarta/site/news.xml Mon Dec  4 12:34:35 2006
> @@ -44,14 +44,12 @@
>              </p>
>              <p>
>                Digester 1.8 contains a few new features and a small number of bug
> -              fixes. Full details can be found in the release notes:
> -              <a href="http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt"
> -                 >http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt</a>
> +              fixes. Full details can be found in the
> +              <a href="http://www.apache.org/dist/jakarta/commons/digester/RELEASE-NOTES.txt" >release notes</a>.
>              </p>
> -            <p> Digester is available in either binary or source form from the Digester
> -              downloads page:
> -              <a href="http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi"
> -                 >http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi</a>.
> +            <p> Digester is available in either binary or source form from
> +              <a href="http://jakarta.apache.org/site/downloads/downloads_commons-digester.cgi">Digester downloads</a>
> +              page.
>              </p>
>          </release>
>          <release id="20061203.1" product="Commons Discovery 0.4">
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: svn commit: r482344 - in /jakarta/site: docs/site/news/news-2006-q4.html docs/site/rss.xml news.xml

Posted by Rahul Akolkar <ra...@gmail.com>.
On 12/5/06, Henri Yandell <fl...@gmail.com> wrote:
> On 12/4/06, Rahul Akolkar <ra...@gmail.com> wrote:
> > On 12/4/06, bayard@apache.org <ba...@apache.org> wrote:
> > >
> > > Log:
> > > Fixed up the Digester news item to inline the links rather than show them
> > >
> > <snip/>
> >
> > The rationale behind showing the links is to make sure the feed
> > doesn't contain sentences like "Download Digester from Digester
> > download page" or some such equally hopeless text (since we lose
> > anchor tags). Don't care about this change per se, but thats the
> > reason it was done that way.
>
> Gotya. Seems odd to lose the tags in a feed - they're meant to be html
> snippets aren't they?
>
<snip/>

More or less, à la portlets -- (X)HTML subset, but definitely anchors.
Got no time to look into what gives ATM.

-Rahul


> Hen
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: svn commit: r482344 - in /jakarta/site: docs/site/news/news-2006-q4.html docs/site/rss.xml news.xml

Posted by Henri Yandell <fl...@gmail.com>.
On 12/4/06, Rahul Akolkar <ra...@gmail.com> wrote:
> On 12/4/06, bayard@apache.org <ba...@apache.org> wrote:
> > Author: bayard
> > Date: Mon Dec  4 12:34:35 2006
> > New Revision: 482344
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=482344
> > Log:
> > Fixed up the Digester news item to inline the links rather than show them
> >
> <snip/>
>
> The rationale behind showing the links is to make sure the feed
> doesn't contain sentences like "Download Digester from Digester
> download page" or some such equally hopeless text (since we lose
> anchor tags). Don't care about this change per se, but thats the
> reason it was done that way.

Gotya. Seems odd to lose the tags in a feed - they're meant to be html
snippets aren't they?

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org