Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
204
Issues
204
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
12ab0a7e
Commit
12ab0a7e
authored
Jan 02, 2021
by
Link Mauve
Committed by
Link Mauve
Jan 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use schema.org properties for documentation, logo and screenshot.
This basically reverts
71eba168
.
parent
c94236b2
Pipeline
#3544
passed with stages
in 5 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
data/doap.xml
data/doap.xml
+7
-7
No files found.
data/doap.xml
View file @
12ab0a7e
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<Project
xmlns=
"http://usefulinc.com/ns/doap#"
xmlns:foaf=
"http://xmlns.com/foaf/0.1/"
xmlns:xmpp=
"https://linkmauve.fr/ns/xmpp-doap#"
>
<Project
xmlns=
"http://usefulinc.com/ns/doap#"
xmlns:foaf=
"http://xmlns.com/foaf/0.1/"
xmlns:xmpp=
"https://linkmauve.fr/ns/xmpp-doap#"
xmlns:schema=
"https://schema.org/"
>
<name>
poezio
</name>
<created>
2010-01-10
</created>
...
...
@@ -12,8 +12,8 @@
<description
xml:lang=
"fr"
>
Client console XMPP libre et moderne, écrit en Python avec la bibliothèque ncurses
</description>
<homepage
rdf:resource=
"https://poez.io/"
/>
<!-- Until https://github.com/ewilderj/doap/issues/51 is done,
this property lives at https://linkmauve.fr/ns/xmpp-doap#documentation
-->
<
xmpp
:documentation
rdf:resource=
"https://doc.poez.io/"
/>
<!-- Until https://github.com/ewilderj/doap/issues/51 is done,
we’ll use schema.org instead.
-->
<
schema
:documentation
rdf:resource=
"https://doc.poez.io/"
/>
<download-page
rdf:resource=
"https://poez.io/#download"
/>
<bug-database
rdf:resource=
"https://lab.louiz.org/poezio/poezio/-/issues"
/>
<!-- See https://github.com/ewilderj/doap/issues/53 -->
...
...
@@ -25,10 +25,10 @@
<!-- See https://github.com/ewilderj/doap/issues/49 -->
<language>
en
</language>
<!-- Until https://github.com/ewilderj/doap/pull/68 is merged,
this property lives at https://linkmauve.fr/ns/xmpp-doap#logo
-->
<
xmpp
:logo
rdf:resource=
"https://poez.io/img/logo.svg"
/>
<!-- Same here,
https://github.com/ewilderj/doap/issues/50 currently lives at https://linkmauve.fr/ns/xmpp-doap#screenshot
-->
<
xmpp
:screenshot
rdf:resource=
"https://poez.io/img/screenshot.png"
/>
<!-- Until https://github.com/ewilderj/doap/pull/68 is merged,
we’ll use schema.org instead.
-->
<
schema
:logo
rdf:resource=
"https://poez.io/img/logo.svg"
/>
<!-- Same here,
see https://github.com/ewilderj/doap/issues/50
-->
<
schema
:screenshot
rdf:resource=
"https://poez.io/img/screenshot.png"
/>
<programming-language>
Python
</programming-language>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment