You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by hu...@apache.org on 2017/01/01 21:04:12 UTC

svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

Author: humbedooh
Date: Sun Jan  1 21:04:11 2017
New Revision: 1776872

URL: http://svn.apache.org/viewvc?rev=1776872&view=rev
Log:
this is breaking apache.org, work around.

Modified:
    velocity/site/site/doap_anakia.rdf

Modified: velocity/site/site/doap_anakia.rdf
URL: http://svn.apache.org/viewvc/velocity/site/site/doap_anakia.rdf?rev=1776872&r1=1776871&r2=1776872&view=diff
==============================================================================
--- velocity/site/site/doap_anakia.rdf (original)
+++ velocity/site/site/doap_anakia.rdf Sun Jan  1 21:04:11 2017
@@ -20,7 +20,7 @@
     <homepage rdf:resource="http://velocity.apache.org/anakia/" />
     <asfext:pmc rdf:resource="http://velocity.apache.org/anakia/"/>
     <shortdesc>Anakia uses Apache Velocity to generate documents based on XML source files.</shortdesc>
-    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s &lt;style&gt; task and XSL to process XML files.</description>
+    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s style task and XSL to process XML files.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/ANAKIA" />
     <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
     <download-page rdf:resource="http://velocity.apache.org/download.cgi" />



Re: svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

Posted by Claude Brisson <cl...@renegat.net>.
On 16/01/2017 16:23, Claude Brisson wrote:

> No one is currently taking care of Anakia any more. We've set its 
> status as "archived".
>
> That being said, Anakia by itself is very small (12 source files), and 
> it should be quite easy to upgrade. This would consist in doing the 
> following:
>
> 1. Have Anakia support Velocity 2.0, which should be quite 
> straightforward.
>
> 2. Migrate from JDOM (which is really dead) to Velocity Tools' 
> XmlTool, which shouldn't be that hard either. One may only have to add 
> a few compatibility methods to reflect the JDOM API, if needed.
Ah, I gave a wrong information: JDOM2 2.0.6 dates back from February 
2015, so not so dead... If there's only point 1 to handle, that should 
really be easy.
>
> So yes, you could move off, but you also could move in :-) If someone, 
> intern or else, which to have a look at it, I'd be glad to help out.
>
>
>   Claude
>
> On 14/01/2017 17:37, John D. Ament wrote:
>> Hi,
>>
>> The Apache Incubator still uses Anakia to render the website. If 
>> you're saying its not going to be possible to support it going 
>> forward, that seems reason enough to move off.
>>
>> John
>>
>> On 2017-01-02 04:45 (-0500), Claude Brisson<cl...@renegat.net>  wrote:
>>> Yes, probably. But we could also let things as they are... Who does
>>> still use Anakia?
>>>
>>>
>>> On 02/01/2017 01:48, Sergiu Dumitriu wrote:
>>>> Maybe double escaping would work?
>>>>
>>>> &lt;style&gt;
>>>>
>>>> On 01/01/2017 04:04 PM,humbedooh@apache.org  wrote:
>>>>> Author: humbedooh
>>>>> Date: Sun Jan  1 21:04:11 2017
>>>>> New Revision: 1776872
>>>>>
>>>>> URL:http://svn.apache.org/viewvc?rev=1776872&view=rev
>>>>> Log:
>>>>> this is breaking apache.org, work around.
>>>>>
>>>>> Modified:
>>>>>       velocity/site/site/doap_anakia.rdf
>>>>>
>>>>> Modified: velocity/site/site/doap_anakia.rdf
>>>>> URL:http://svn.apache.org/viewvc/velocity/site/site/doap_anakia.rdf?rev=1776872&r1=1776871&r2=1776872&view=diff 
>>>>>
>>>>> ============================================================================== 
>>>>>
>>>>> --- velocity/site/site/doap_anakia.rdf (original)
>>>>> +++ velocity/site/site/doap_anakia.rdf Sun Jan  1 21:04:11 2017
>>>>> @@ -20,7 +20,7 @@
>>>>>        <homepage 
>>>>> rdf:resource="http://velocity.apache.org/anakia/"  />
>>>>>        <asfext:pmc 
>>>>> rdf:resource="http://velocity.apache.org/anakia/"/>
>>>>>        <shortdesc>Anakia uses Apache Velocity to generate 
>>>>> documents based on XML source files.</shortdesc>
>>>>> -    <description>Anakia is an XML transformation tool that uses 
>>>>> JDOM and Velocity to transform XML documents into the format of 
>>>>> your choice. It provides an alternative to using Ant's <style> 
>>>>> task and XSL to process XML files.</description>
>>>>> +    <description>Anakia is an XML transformation tool that uses 
>>>>> JDOM and Velocity to transform XML documents into the format of 
>>>>> your choice. It provides an alternative to using Ant's style task 
>>>>> and XSL to process XML files.</description>
>>>>>        <bug-database 
>>>>> rdf:resource="http://issues.apache.org/jira/browse/ANAKIA" />
>>>>>        <mailing-list 
>>>>> rdf:resource="http://velocity.apache.org/mail-lists.html" />
>>>>>        <download-page 
>>>>> rdf:resource="http://velocity.apache.org/download.cgi" />
>>>>>
>>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:dev-unsubscribe@velocity.apache.org
>>> For additional commands, e-mail:dev-help@velocity.apache.org
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:dev-unsubscribe@velocity.apache.org
>> For additional commands, e-mail:dev-help@velocity.apache.org
>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

Posted by Claude Brisson <cl...@renegat.net>.
No one is currently taking care of Anakia any more. We've set its status 
as "archived".

That being said, Anakia by itself is very small (12 source files), and 
it should be quite easy to upgrade. This would consist in doing the 
following:

1. Have Anakia support Velocity 2.0, which should be quite straightforward.

2. Migrate from JDOM (which is really dead) to Velocity Tools' XmlTool, 
which shouldn't be that hard either. One may only have to add a few 
compatibility methods to reflect the JDOM API, if needed.

So yes, you could move off, but you also could move in :-) If someone, 
intern or else, which to have a look at it, I'd be glad to help out.


   Claude

On 14/01/2017 17:37, John D. Ament wrote:
> Hi,
>
> The Apache Incubator still uses Anakia to render the website.  If you're saying its not going to be possible to support it going forward, that seems reason enough to move off.
>
> John
>
> On 2017-01-02 04:45 (-0500), Claude Brisson<cl...@renegat.net>  wrote:
>> Yes, probably. But we could also let things as they are... Who does
>> still use Anakia?
>>
>>
>> On 02/01/2017 01:48, Sergiu Dumitriu wrote:
>>> Maybe double escaping would work?
>>>
>>> &lt;style&gt;
>>>
>>> On 01/01/2017 04:04 PM,humbedooh@apache.org  wrote:
>>>> Author: humbedooh
>>>> Date: Sun Jan  1 21:04:11 2017
>>>> New Revision: 1776872
>>>>
>>>> URL:http://svn.apache.org/viewvc?rev=1776872&view=rev
>>>> Log:
>>>> this is breaking apache.org, work around.
>>>>
>>>> Modified:
>>>>       velocity/site/site/doap_anakia.rdf
>>>>
>>>> Modified: velocity/site/site/doap_anakia.rdf
>>>> URL:http://svn.apache.org/viewvc/velocity/site/site/doap_anakia.rdf?rev=1776872&r1=1776871&r2=1776872&view=diff
>>>> ==============================================================================
>>>> --- velocity/site/site/doap_anakia.rdf (original)
>>>> +++ velocity/site/site/doap_anakia.rdf Sun Jan  1 21:04:11 2017
>>>> @@ -20,7 +20,7 @@
>>>>        <homepage rdf:resource="http://velocity.apache.org/anakia/"  />
>>>>        <asfext:pmc rdf:resource="http://velocity.apache.org/anakia/"/>
>>>>        <shortdesc>Anakia uses Apache Velocity to generate documents based on XML source files.</shortdesc>
>>>> -    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant's <style> task and XSL to process XML files.</description>
>>>> +    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant's style task and XSL to process XML files.</description>
>>>>        <bug-database rdf:resource="http://issues.apache.org/jira/browse/ANAKIA"  />
>>>>        <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html"  />
>>>>        <download-page rdf:resource="http://velocity.apache.org/download.cgi"  />
>>>>
>>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:dev-unsubscribe@velocity.apache.org
>> For additional commands, e-mail:dev-help@velocity.apache.org
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail:dev-help@velocity.apache.org
>
>


Re: svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

Posted by "John D. Ament" <jo...@apache.org>.
Hi,

The Apache Incubator still uses Anakia to render the website.  If you're saying its not going to be possible to support it going forward, that seems reason enough to move off.

John

On 2017-01-02 04:45 (-0500), Claude Brisson <cl...@renegat.net> wrote: 
> Yes, probably. But we could also let things as they are... Who does 
> still use Anakia?
> 
> 
> On 02/01/2017 01:48, Sergiu Dumitriu wrote:
> > Maybe double escaping would work?
> >
> > &lt;style&gt;
> >
> > On 01/01/2017 04:04 PM, humbedooh@apache.org wrote:
> >> Author: humbedooh
> >> Date: Sun Jan  1 21:04:11 2017
> >> New Revision: 1776872
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1776872&view=rev
> >> Log:
> >> this is breaking apache.org, work around.
> >>
> >> Modified:
> >>      velocity/site/site/doap_anakia.rdf
> >>
> >> Modified: velocity/site/site/doap_anakia.rdf
> >> URL: http://svn.apache.org/viewvc/velocity/site/site/doap_anakia.rdf?rev=1776872&r1=1776871&r2=1776872&view=diff
> >> ==============================================================================
> >> --- velocity/site/site/doap_anakia.rdf (original)
> >> +++ velocity/site/site/doap_anakia.rdf Sun Jan  1 21:04:11 2017
> >> @@ -20,7 +20,7 @@
> >>       <homepage rdf:resource="http://velocity.apache.org/anakia/" />
> >>       <asfext:pmc rdf:resource="http://velocity.apache.org/anakia/"/>
> >>       <shortdesc>Anakia uses Apache Velocity to generate documents based on XML source files.</shortdesc>
> >> -    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant's <style> task and XSL to process XML files.</description>
> >> +    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant's style task and XSL to process XML files.</description>
> >>       <bug-database rdf:resource="http://issues.apache.org/jira/browse/ANAKIA" />
> >>       <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
> >>       <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
> >>
> >>
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

Posted by Claude Brisson <cl...@renegat.net>.
Yes, probably. But we could also let things as they are... Who does 
still use Anakia?


On 02/01/2017 01:48, Sergiu Dumitriu wrote:
> Maybe double escaping would work?
>
> &amp;lt;style&amp;gt;
>
> On 01/01/2017 04:04 PM, humbedooh@apache.org wrote:
>> Author: humbedooh
>> Date: Sun Jan  1 21:04:11 2017
>> New Revision: 1776872
>>
>> URL: http://svn.apache.org/viewvc?rev=1776872&view=rev
>> Log:
>> this is breaking apache.org, work around.
>>
>> Modified:
>>      velocity/site/site/doap_anakia.rdf
>>
>> Modified: velocity/site/site/doap_anakia.rdf
>> URL: http://svn.apache.org/viewvc/velocity/site/site/doap_anakia.rdf?rev=1776872&r1=1776871&r2=1776872&view=diff
>> ==============================================================================
>> --- velocity/site/site/doap_anakia.rdf (original)
>> +++ velocity/site/site/doap_anakia.rdf Sun Jan  1 21:04:11 2017
>> @@ -20,7 +20,7 @@
>>       <homepage rdf:resource="http://velocity.apache.org/anakia/" />
>>       <asfext:pmc rdf:resource="http://velocity.apache.org/anakia/"/>
>>       <shortdesc>Anakia uses Apache Velocity to generate documents based on XML source files.</shortdesc>
>> -    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s &lt;style&gt; task and XSL to process XML files.</description>
>> +    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s style task and XSL to process XML files.</description>
>>       <bug-database rdf:resource="http://issues.apache.org/jira/browse/ANAKIA" />
>>       <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
>>       <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
>>
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: svn commit: r1776872 - /velocity/site/site/doap_anakia.rdf

Posted by Sergiu Dumitriu <se...@gmail.com>.
Maybe double escaping would work?

&amp;lt;style&amp;gt;

On 01/01/2017 04:04 PM, humbedooh@apache.org wrote:
> Author: humbedooh
> Date: Sun Jan  1 21:04:11 2017
> New Revision: 1776872
> 
> URL: http://svn.apache.org/viewvc?rev=1776872&view=rev
> Log:
> this is breaking apache.org, work around.
> 
> Modified:
>     velocity/site/site/doap_anakia.rdf
> 
> Modified: velocity/site/site/doap_anakia.rdf
> URL: http://svn.apache.org/viewvc/velocity/site/site/doap_anakia.rdf?rev=1776872&r1=1776871&r2=1776872&view=diff
> ==============================================================================
> --- velocity/site/site/doap_anakia.rdf (original)
> +++ velocity/site/site/doap_anakia.rdf Sun Jan  1 21:04:11 2017
> @@ -20,7 +20,7 @@
>      <homepage rdf:resource="http://velocity.apache.org/anakia/" />
>      <asfext:pmc rdf:resource="http://velocity.apache.org/anakia/"/>
>      <shortdesc>Anakia uses Apache Velocity to generate documents based on XML source files.</shortdesc>
> -    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s &lt;style&gt; task and XSL to process XML files.</description>
> +    <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s style task and XSL to process XML files.</description>
>      <bug-database rdf:resource="http://issues.apache.org/jira/browse/ANAKIA" />
>      <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
>      <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
> 
> 


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org