Commit 00dfdb66a5707afe7c1a97bf60b1cd41808c0829
Add DOAP file
Greg K Nicholson committed on 10/15/2017, 11:34:16 AMParent: 7b47327a8f91b0e426fea3e5a40768f9e5e5c934
Files changed
scuttleblog.doap | added |
scuttleblog.doap | ||
---|---|---|
@@ -1,0 +1,20 @@ | ||
1 … | +<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
2 … | + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
3 … | + xmlns:foaf="http://xmlns.com/foaf/0.1/" | |
4 … | + xmlns:gnome="http://api.gnome.org/doap-extensions#" | |
5 … | + xmlns="http://usefulinc.com/ns/doap#"> | |
6 … | + | |
7 … | + <name xml:lang="en">scuttleblog</name> | |
8 … | + <shortdesc xml:lang="en">Scuttleblog creates a blog from a Scuttlebutt journal.</shortdesc> | |
9 … | + <description>Scuttleblog creates a blog from a Scuttlebutt journal.</description> | |
10 … | + <homepage rdf:resource="https://gitlab.gnome.org/gregknicholson/scuttleblog/" /> | |
11 … | + <programming-language>Python</programming-language> | |
12 … | + | |
13 … | + <maintainer> | |
14 … | + <foaf:Person> | |
15 … | + <foaf:name>Greg K Nicholson</foaf:name> | |
16 … | + <gnome:userid>gregknicholson</gnome:userid> | |
17 … | + <foaf:homepage rdf:resource="http://gkn.me.uk/" /> | |
18 … | + </foaf:Person> | |
19 … | + </maintainer> | |
20 … | +</Project> |
Built with git-ssb-web