Uploaded image for project: 'XWiki Infrastructure'
  1. XWiki Infrastructure
  2. XINFRA-19

Create a DOAP feed for XWiki and for the XWiki products

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • www.xwiki.org
    • None
    • doap

    Description

      We should consider providing a 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:

      <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>

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            slauriere slauriere
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: