-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPARK-2122: Add DOAP file for project
A Description Of A Project file contains metadata used to describe the project. It is used by tools like the software inventory on the XMPP.org website to render a listing.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" | ||
xmlns:schema="https://schema.org/" | ||
xmlns="http://usefulinc.com/ns/doap#"> | ||
<Project> | ||
<name>Spark</name> | ||
<short-name>spark</short-name> | ||
|
||
<shortdesc xml:lang="en">XMPP Client</shortdesc> | ||
<description xml:lang="en"> | ||
Spark is an Open Source, cross-platform IM client optimized for businesses and organizations. It features | ||
built-in support for group chat, telephony integration, and strong security. It also offers a great end-user | ||
experience with features like in-line spell checking, group chat room bookmarks, and tabbed conversations. | ||
</description> | ||
|
||
<homepage rdf:resource="https://igniterealtime.org/projects/spark/"/> | ||
<schema:logo rdf:resource="https://www.igniterealtime.org/fans/logo-spark-notext.svg"/> | ||
|
||
<download-page rdf:resource="https://www.igniterealtime.org/downloads/"/> | ||
<support-forum rdf:resource="https://discourse.igniterealtime.org/"/> | ||
|
||
<bug-database rdf:resource="https://igniterealtime.atlassian.net/projects/SPARK/issues"/> | ||
<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-xmpp"/> | ||
<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/> | ||
<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-client"/> | ||
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> | ||
|
||
<programming-language>Java</programming-language> | ||
<os>Linux</os> | ||
<os>macOS</os> | ||
<os>Windows</os> | ||
|
||
<repository> | ||
<GitRepository> | ||
<location rdf:resource="https://github.com/igniterealtime/Spark.git"/> | ||
<browse rdf:resource="https://github.com/igniterealtime/Spark"/> | ||
</GitRepository> | ||
</repository> | ||
|
||
</Project> | ||
</rdf:RDF> |