Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
ab5414fb
Commit
ab5414fb
authored
4 years ago
by
Daniel Brötzmann
Committed by
Philipp Hörist
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
DOAP: Use schema.org properties for documentation logo and screenshot
parent
f6febd63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/gajim.doap
+7
-8
7 additions, 8 deletions
data/gajim.doap
with
7 additions
and
8 deletions
data/gajim.doap
+
7
−
8
View file @
ab5414fb
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://gajim.org/files/doap-style.xsl" type="text/xsl"?>
<rdf:RDF
xmlns=
"http://
usefulinc.com/ns/doap
#"
xmlns
:rdf
=
"http://
www.w3.org/1999/02/22-rdf-syntax-ns
#"
<rdf:RDF
xmlns
:rdf
=
"http://
www.w3.org/1999/02/22-rdf-syntax-ns
#"
>
<Project
xmlns=
"http://
usefulinc.com/ns/doap
#"
xmlns:xmpp=
"https://linkmauve.fr/ns/xmpp-doap#"
xmlns:foaf=
"http://xmlns.com/foaf/0.1/"
>
<Project>
xmlns:foaf=
"http://xmlns.com/foaf/0.1/"
xmlns:schema=
"https://schema.org/"
>
<name>
Gajim
</name>
<short-name>
gajim
</short-name>
...
...
@@ -19,7 +18,7 @@
<homepage
rdf:resource=
"https://gajim.org/"
/>
<download-page
rdf:resource=
"https://gajim.org/download"
/>
<
xmpp
:documentation
rdf:resource=
"https://dev.gajim.org/gajim/gajim/-/wikis/home"
/>
<
schema
:documentation
rdf:resource=
"https://dev.gajim.org/gajim/gajim/-/wikis/home"
/>
<wiki
rdf:resource=
"https://dev.gajim.org/gajim/gajim/-/wikis/home"
/>
<bug-database
rdf:resource=
"https://dev.gajim.org/gajim/gajim/issues"
/>
<developer-forum
rdf:resource=
"xmpp:gajim@conference.gajim.org?join"
/>
...
...
@@ -27,8 +26,8 @@
<category
rdf:resource=
"https://linkmauve.fr/ns/xmpp-doap#category-client"
/>
<category
rdf:resource=
"http://api.gnome.org/doap-extensions#apps"
/>
<license
rdf:resource=
"http://usefulinc.com/doap/licenses/gplv3"
/>
<
xmpp
:logo
rdf:resource=
"https://gajim.org/img/gajim-logo.svg"
/>
<
xmpp
:screenshot
rdf:resource=
"https://gajim.org/img/screenshots/single-window-mode.png"
/>
<
schema
:logo
rdf:resource=
"https://gajim.org/img/gajim-logo.svg"
/>
<
schema
:screenshot
rdf:resource=
"https://gajim.org/img/screenshots/single-window-mode.png"
/>
<programming-language>
Python
</programming-language>
<os>
Linux
</os>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment