diff --git a/libxslt.doap b/libxslt.doap index 591e4610a197dd6f39766bcc883f1f8ac113ee4a_bGlieHNsdC5kb2Fw..9db215d7e867e0bbff844f415c74e51bcc24924c_bGlieHNsdC5kb2Fw 100644 --- a/libxslt.doap +++ b/libxslt.doap @@ -6,5 +6,11 @@ <name xml:lang="en">libxslt</name> <shortdesc xml:lang="en">XSLT transformation library</shortdesc> + <description>Libxslt is the XSLT C library developed for the GNOME project. +XSLT itself is a an XML language to define transformation for XML. Libxslt is +based on libxml2, the XML C library developed for the GNOME project. It also +implements most of the EXSLT set of processor-portable extensions +functions and some of Saxon's evaluate and expressions +extensions.</description> <homepage rdf:resource="http://xmlsoft.org/XSLT/" /> <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xslt" /> @@ -9,6 +15,7 @@ <homepage rdf:resource="http://xmlsoft.org/XSLT/" /> <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xslt" /> - <category rdf:resource="http://api.gnome.org/doap-extensions#platform" /> + <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" /> + <programming-language>C</programming-language> <maintainer> <foaf:Person> @@ -16,4 +23,10 @@ <gnome:userid>veillard</gnome:userid> </foaf:Person> </maintainer> + <maintainer> + <foaf:Person> + <foaf:name>Nick Wellnhofer</foaf:name> + <gnome:userid>nwellnhof</gnome:userid> + </foaf:Person> + </maintainer> </Project>