[ 
http://jira.xwiki.org/jira/browse/XWIKI-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephane Lauriere updated XWIKI-1810:
-------------------------------------

    Description: 
We should consider providing a <a href='http://usefulinc.com/doap/'>DOAP</a> 
feed for XWiki and the XWiki products for promoting XWiki and for easing the 
tracking of XWiki releases and a wider referencing (http://doapspace.org/ 
http://www.doapstore.org etc.).

The DOAP feed for XWiki platform would be something like this:

<pre>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"; 
         xmlns="http://usefulinc.com/ns/doap#"; 
         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
  <name>XWiki</name>
  <shortname>XWiki</shortname>
  <shortdesc>Extensible platform for the design of collaborative applications 
inspired by wiki principles.</shortdesc>
  <description>
XWiki is an extensible platform for the design of collaborative applications 
inspired by wiki principles. It
is developed in Java and Groovy and follows a component oriented architecture.  
  </description>
  <homepage rdf:resource="http://www.xwiki.org/"; />

  <wiki rdf:resource="http://www.xwiki.org/"; />
  <mailing-list rdf:resource="http://lists.xwiki.org/"/>
  <download-page 
rdf:resource="http://www.xwiki.org/xwiki/bin/view/Main/Download"/>
  <bug-database rdf:resource="http://jira.xwiki.org"; />
  <programming-language>Java</programming-language>
  <category rdf:resource="http://code.google.com/hosting/search?q=label:wiki"/>
  <category rdf:resource="http://code.google.com/hosting/search?q=label:cms"/>
  
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
  <repository>
   <SVNRepository>
     <browse rdf:resource='http://fisheye2.cenqua.com/browse/xwiki/' />
     <location rdf:resource='http://svn.xwiki.org/svnroot/xwiki' />
   </SVNRepository>
 </repository> 
</Project>
</pre>

Where should we put it? Maybe in xwiki-platform/core/trunk/?



  was:
We should consider providing a [DOAP>http://usefulinc.com/doap/] feed for XWiki 
and the XWiki products for promoting XWiki and for easing the tracking of XWiki 
releases and a wider referencing (http://doapspace.org/ 
http://www.doapstore.org etc.).

The DOAP feed for XWiki platform would be something like this:

{code}
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"; 
         xmlns="http://usefulinc.com/ns/doap#"; 
         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
  <name>XWiki</name>
  <shortname>XWiki</shortname>
  <shortdesc>Extensible platform for the design of collaborative applications 
inspired by wiki principles.</shortdesc>
  <description>
XWiki is an extensible platform for the design of collaborative applications 
inspired by wiki principles. It
is developed in Java and Groovy and follows a component oriented architecture.  
  </description>
  <homepage rdf:resource="http://www.xwiki.org/"; />

  <wiki rdf:resource="http://www.xwiki.org/"; />
  <mailing-list rdf:resource="http://lists.xwiki.org/"/>
  <download-page 
rdf:resource="http://www.xwiki.org/xwiki/bin/view/Main/Download"/>
  <bug-database rdf:resource="http://jira.xwiki.org"; />
  <programming-language>Java</programming-language>
  <category rdf:resource="http://code.google.com/hosting/search?q=label:wiki"/>
  <category rdf:resource="http://code.google.com/hosting/search?q=label:cms"/>
  
  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
  <repository>
   <SVNRepository>
     <browse rdf:resource='http://fisheye2.cenqua.com/browse/xwiki/' />
     <location rdf:resource='http://svn.xwiki.org/svnroot/xwiki' />
   </SVNRepository>
 </repository> 
</Project>
{code}

Where should we put it? Maybe in xwiki-platform/core/trunk/?




> Create a DOAP feed for XWiki and for the XWiki products
> -------------------------------------------------------
>
>                 Key: XWIKI-1810
>                 URL: http://jira.xwiki.org/jira/browse/XWIKI-1810
>             Project: XWiki Platform
>          Issue Type: Task
>          Components: Documentation & xwiki.org
>            Reporter: Stephane Lauriere
>
> We should consider providing a <a href='http://usefulinc.com/doap/'>DOAP</a> 
> feed for XWiki and the XWiki products for promoting XWiki and for easing the 
> tracking of XWiki releases and a wider referencing (http://doapspace.org/ 
> http://www.doapstore.org etc.).
> The DOAP feed for XWiki platform would be something like this:
> <pre>
> <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
>        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"; 
>        xmlns="http://usefulinc.com/ns/doap#"; 
>        xmlns:foaf="http://xmlns.com/foaf/0.1/";>
>   <name>XWiki</name>
>   <shortname>XWiki</shortname>
>   <shortdesc>Extensible platform for the design of collaborative applications 
> inspired by wiki principles.</shortdesc>
>   <description>
> XWiki is an extensible platform for the design of collaborative applications 
> inspired by wiki principles. It
> is developed in Java and Groovy and follows a component oriented 
> architecture.  
>   </description>
>   <homepage rdf:resource="http://www.xwiki.org/"; />
>   <wiki rdf:resource="http://www.xwiki.org/"; />
>   <mailing-list rdf:resource="http://lists.xwiki.org/"/>
>   <download-page 
> rdf:resource="http://www.xwiki.org/xwiki/bin/view/Main/Download"/>
>   <bug-database rdf:resource="http://jira.xwiki.org"; />
>   <programming-language>Java</programming-language>
>   <category 
> rdf:resource="http://code.google.com/hosting/search?q=label:wiki"/>
>   <category rdf:resource="http://code.google.com/hosting/search?q=label:cms"/>
>   
>   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
>   <repository>
>    <SVNRepository>
>      <browse rdf:resource='http://fisheye2.cenqua.com/browse/xwiki/' />
>      <location rdf:resource='http://svn.xwiki.org/svnroot/xwiki' />
>    </SVNRepository>
>  </repository> 
> </Project>
> </pre>
> Where should we put it? Maybe in xwiki-platform/core/trunk/?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to