fediparty/CONTRIBUTING.md

93 lines
4.3 KiB
Markdown
Raw Normal View History

2018-06-04 00:51:51 +00:00
# CONTRIBUTING
2018-11-16 22:44:50 +00:00
Don't hesitate to send a merge request.
2018-06-04 00:51:51 +00:00
2018-11-16 22:44:50 +00:00
### [Submitting software](submitting-software)
2018-06-04 00:51:51 +00:00
2018-11-16 23:07:00 +00:00
Tools submitted to **MORE APPS** website page **must be**:
2018-11-16 22:44:50 +00:00
* Fully open source (please, consider showcasing your closed source apps on https://the-federation.info)
* Supporting or planning to support one of the following protocols: OStatus, diaspora, Zot, ActivityPub (please, consider showcasing your apps federating via other protocols on https://the-federation.info)
Fork this repository. Add your project data to `./source/_data/miscellaneous.json` file.
A project **must have** *title, source, protocols (1 string, comma separated), categories* and appropriate protocol classes marked as `true`.
Please, choose no more than **2 categories** (array of strings) for the tool. The ones it was initially designed for.
#### Categories (WIP, may change in the future)
* `SN-ma` (social network: macroblogging)
* `SN-mi` (social network: microblogging)
* `Blog-Pub` (blog and publishing software)
* `Media` (media sharing: images, audio, etc)
* `Links` (link sharing)
* `Ev-Meet` (events, meetups, calendars)
* `Files` (file hosting software)
* `Coop` (cooperatives, shared management)
* `Econ` (economic activities)
* `DevTools` (developer tools: libraries and such)
* `Plugins` (plugins)
2019-03-10 20:29:56 +00:00
* `Relays` (Fediverse relays)
2020-03-01 20:53:56 +00:00
* `DataForge` (dataset / corpora exchange)
2018-11-16 22:44:50 +00:00
A project may have a logo / image (45x45px), placed in `./source/img/misc` folder.
### [Submitting news](submitting-news)
2018-06-04 00:51:51 +00:00
Please, read our [guidelines](./GUIDELINES.md) for guest authors.
2018-06-04 00:51:51 +00:00
**Data located in**: `/source/_posts` folder
**[Chronicles](https://fediverse.party/en/chronicles)** page aggregates latest news about federating software, interviews with developers, first-person narratives, Fediverse related research and analysis.
2018-06-04 00:51:51 +00:00
2018-11-16 22:44:50 +00:00
Posts are available via [RSS](https://fediverse.party/atom.xml) subscription.
`Preview` is rendered on Chronicles page (limited ammount), text after metadata is shown in RSS (unlimited) and on post's page (see [Tags](https://fediverse.party/tags) ).
2018-06-04 00:51:51 +00:00
Every post **must have** the following __metadata__:
```
layout: "post"
title: "some title"
date: 2222-01-25
2018-06-04 00:51:51 +00:00
tags:
- pleroma
preview:
"short gist..."
url: "https://pleroma.social/link-to-news-source"
lang: en
authors: [{"name": "John Snow", "url": "https://ggg.social", "network": "socialhome"}]
2018-06-04 00:51:51 +00:00
```
`Tags`
A tag is either "fediverse" for general articles or the title of a particular Fediverse project.
A post may have one of these tags: actorscafe, anfora, commonspub, diaspora, distbin, dokieli, dolphin, epicyon, fediblog, fediverse, forgefed, friendica, funkwhale, gancio, gnusocial, groundpolis, guppe, honk, hubzilla, kanzaki, kibou, kroeg, lemmy, mastodon, microblogpub, misskey, mobilizon, moontree, nautilus, peertube, pixelfed, pleroma, plume, prismo, p3k, reel2bits, rustodon, social (for NextCloud Social), smithereen, socialhome, writefreely, zap.
2018-06-04 00:51:51 +00:00
`Preview`
Limit 150 characters - for "regular" and "wanted" posts, limit 350 characters - for "featured" post.
2018-11-16 22:44:50 +00:00
Please, stay within the limits in preview, otherwise it gets truncated half-sentence and will be posted that way on the Chronicles front page. Not good.
2018-06-04 00:51:51 +00:00
__Optional metadata__:
```
wanted: true
featured: true
banner: "pic.jpg"
```
`Wanted`
Add this metadata to a post that you wish to show in the upper visible part of the Chronicles page. Calls for contribution, calls for donations, calls for help should be posted with this metadata.
2018-06-04 00:51:51 +00:00
`Featured`
Add this metadata to a guest post, long-form article, to show the post in a prominent part of the Chronicles page.
2018-06-04 00:51:51 +00:00
`Wanted` and `featured` can't be mixed and are temporary. This metadata must be removed from an older post when creating a new "featured" or "wanted" post.
2018-06-04 00:51:51 +00:00
2018-06-04 14:36:52 +00:00
`Banner`
Required for "featured" posts only, an image wide enough to be used as a fullscreen background (~1920px), should be placed in `/source/_posts/exact-post-file-name` folder. Any other images used in this article may be placed there as well. See [example](https://gitlab.com/fediverse/fediverse.gitlab.io/tree/master/source/_posts/fediverse-saves-from-pickup-artists-and-7-more-reasons-to-join).
2018-06-04 14:36:52 +00:00
`Authors`
Required. Add an array of object(s): name you wish to be shown as the author, and one website link (preferably link to your Fediverse profile). If it's the link to your account on Fediverse, specify network name - lower case, without spaces.
2018-06-04 00:51:51 +00:00
2018-11-16 22:44:50 +00:00
**Thanks!**