[Bug 658869] New: Better ns for generated repositories.doap



https://bugzilla.gnome.org/show_bug.cgi?id=658869
  sysadmin | Git | unspecified

           Summary: Better ns for generated repositories.doap
    Classification: Infrastructure
           Product: sysadmin
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: Git
        AssignedTo: sysadmin-maint gnome bugs
        ReportedBy: gpoo gnome org
         QAContact: sysadmin-maint gnome bugs
     GNOME version: ---


Created an attachment (id=196323)
 View: https://bugzilla.gnome.org/attachment.cgi?id=196323
 Review: https://bugzilla.gnome.org/review?bug=658869&attachment=196323

Add proper namespaces for doap, foaf and gnome in dump_rdf

Currently the xmlns of repositores.doap look different than
than doap files for each project.  For instance:

<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF
    xmlns:ns1="http://xmlns.com/foaf/0.1/";
    xmlns:ns2="http://api.gnome.org/doap-extensions#";
    xmlns:ns3="http://usefulinc.com/ns/doap#";
    xmlns:ns4="http://www.w3.org/2002/07/owl#";
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
<ns3:Project>
  <ns3:shortname>nautilus-share</ns3:shortname>
  <ns3:created>2006-01-09</ns3:created>
  <ns3:name xml:lang="en">Nautilus Share</ns3:name>
[...]

It would be nice if repositories.doap also uses the namespaces
proposed in DOAP as well as in https://live.gnome.org/MaintainersCorner

The patch attached add the namespaces.  I tested it individuals
doap files and the file is generated as expected.  It is very
simple.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]