Add new category to Misc, update Misc, update CONTRIBUTING

This commit is contained in:
lostinlight 2020-10-06 03:32:47 +03:00
parent e0572f5b64
commit c0cbc6b199
4 changed files with 21 additions and 2 deletions

View file

@ -34,7 +34,8 @@ Please, choose no more than **3 categories** (array of strings) for the software
* `Reviews` (networks whose main purpose is reviewing stuff)
* `Games` (gaming servers and apps)
* `Develop` (software development applications: version control services, pastebins, etc)
* `Extend` (services and tools extending Fediverse functionality: adding groups, etc)
* `Extention` (services and tools extending Fediverse functionality: adding groups, etc)
* `Other` (everything that doesn't quite fit into the above categories)
A project may have a logo / image (45x45px), placed in `./source/img/misc` folder.

View file

@ -1135,6 +1135,24 @@
"OStatusClass": false,
"categories": ["SN-mi"]
},
{
"title": "Bonfire",
"source": "https://bonfire.cafe",
"protocols": "ActivityPub",
"site": "https://bonfire.cafe",
"logo": "/img/misc/bonfire.png",
"servers": "",
"description": "Your plug & play federated social network. Based on CommonsPub, runs on RaspberryPi devices. Still in beta.",
"codeLanguage": "",
"techStack": "",
"license": "-",
"FediAccount": "@bonfire@indieweb.social",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Other"]
},
{
"title": "Redaktor",
"source": "https://redaktor.me",

BIN
source/img/misc/bonfire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -23,7 +23,7 @@ layout: layout
const apps = site.data.miscellaneous.apps;
const langList = langCount(apps).sort((a,b) => b.count - a.count);
const byCategory = [['snMacro', 'Social network (macro)'], ['snMicro', 'Social network (micro)'], ['blogPub', 'Blog and Publishing'], ['media', 'Media sharing'], ['links', 'Link sharing'], ['evMeet', 'Events and Meetups'], ['files', 'File hosting'], ['data', 'Open data'], ['reviews', 'Reviewing'], ['games', 'Gaming'], ['dev', 'Software development'], ['extend', 'Extentions']];
const byCategory = [['snMacro', 'Social network (macro)'], ['snMicro', 'Social network (micro)'], ['blogPub', 'Blog and Publishing'], ['media', 'Media sharing'], ['links', 'Link sharing'], ['evMeet', 'Events and Meetups'], ['files', 'File hosting'], ['data', 'Open data'], ['reviews', 'Reviewing'], ['games', 'Gaming'], ['dev', 'Software development'], ['extend', 'Extentions'], ['other', 'Other']];
const byProtocol = [['sortDiaspora', 'diaspora'], ['sortZot', 'Zot'], ['sortAP', 'ActivityPub'], ['sortOstatus', 'OStatus']];
%>