mirror of https://gitlab.com/bashrc2/epicyon
Project description file
parent
395fbf8189
commit
4b4e6423e9
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"@context": {
|
||||
"doap": "http://usefulinc.com/ns/doap#",
|
||||
"foaf": "http://xmlns.com/foaf/0.1/",
|
||||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
||||
"doap:description": {
|
||||
"@id": "doap:description",
|
||||
"@container": "@language"
|
||||
},
|
||||
"doap:shortdesc": {
|
||||
"@id": "doap:shortdesc",
|
||||
"@container": "@language"
|
||||
}
|
||||
},
|
||||
"@type": "doap:Project",
|
||||
"doap:name": "Epicyon",
|
||||
"doap:homepage": "https://libreserver.org/epicyon",
|
||||
"doap:description": {
|
||||
"en": "ActivityPub server with no javascript and suitable for self-hosting, designed for simplicity and accessibility. Includes calendar, news and sharing economy features to empower your federated community"
|
||||
},
|
||||
"doap:shortdesc": {
|
||||
"en": "ActivityPub server, designed for simplicity and accessibility. Includes calendar, news and sharing economy features to empower your federated community."
|
||||
},
|
||||
"doap:created": "2019-06-28",
|
||||
"doap:logo": "https://gitlab.com/bashrc2/epicyon/-/raw/main/img/logo.png",
|
||||
"doap:screenshots": [
|
||||
"https://user-content.gitlab-static.net/2fc2b7285d5d12e39341ac274b5f3ff9fef5d5ae/68747470733a2f2f6c696272657365727665722e6f72672f65706963796f6e2f696d672f73637265656e73686f742d74696d656c696e652e77656270",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-calendar.png",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-lynx-inbox.png",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-media.jpg",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-new-post.png",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-new-share.png",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-profile.jpg",
|
||||
"https://gitlab.com/bashrc2/epicyon/-/raw/main/manual/manual-search.jpg"
|
||||
],
|
||||
"doap:category": [
|
||||
],
|
||||
"doap:repository": {
|
||||
"@type": "doap:GitRepository",
|
||||
"doap:browse": "https://gitlab.com/bashrc2/epicyon",
|
||||
"doap:location": "https://gitlab.com/bashrc2/epicyon.git"
|
||||
},
|
||||
"doap:release": {
|
||||
"@type": "doap:Version",
|
||||
"doap:created": "2024-01-22",
|
||||
"doap:name": "v1.5.0",
|
||||
"doap:revision": "1.5.0"
|
||||
},
|
||||
"doap:maintainer": [
|
||||
{
|
||||
"@type": "foaf:Person",
|
||||
"foaf:name": "Bob Mottram",
|
||||
"foaf:homepage": "https://gitlab.com/bashrc2"
|
||||
}
|
||||
],
|
||||
"doap:implements": [
|
||||
"https://gitlab.com/bashrc2/epicyon/-/blob/main/specification/activitypub.md"
|
||||
],
|
||||
"doap:supportedFEPs": [
|
||||
"c648", "521a", "8fcf", "4ccd", "c118", "fffd",
|
||||
"1970", "0837", "7628", "2677", "5e53"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue