mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-10-31 22:27:21 +00:00
Update README, CONTRIBUTING links
This commit is contained in:
parent
67732a7e5a
commit
a50e800a91
|
@ -1,7 +1,9 @@
|
||||||
|
|
||||||
# CONTRIBUTING
|
# CONTRIBUTING
|
||||||
|
|
||||||
Don't hesitate to send a merge request.
|
Don't hesitate to send a merge request or to open an issue.
|
||||||
|
|
||||||
|
Also, check out our [Wiki pages](https://git.feneas.org/feneas/fediverse/-/wikis/home)
|
||||||
|
|
||||||
### [Submitting software](#submitting-software)
|
### [Submitting software](#submitting-software)
|
||||||
|
|
||||||
|
@ -28,7 +30,7 @@ Please, choose no more than **2 categories** (array of strings) for the software
|
||||||
* `Ev-Meet` (events, meetups, calendars)
|
* `Ev-Meet` (events, meetups, calendars)
|
||||||
* `Files` (file hosting software)
|
* `Files` (file hosting software)
|
||||||
* `Econ` (economic activities)
|
* `Econ` (economic activities)
|
||||||
* `DataForge` (dataset / corpora exchange)
|
* `Open data` (dataset / corpora exchange)
|
||||||
* `Reviews` (networks whose main purpose is reviewing stuff)
|
* `Reviews` (networks whose main purpose is reviewing stuff)
|
||||||
* `Games` (gaming servers and apps)
|
* `Games` (gaming servers and apps)
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
Read [Contributing](./CONTRIBUTING.md)
|
Read [Contributing](./CONTRIBUTING.md)
|
||||||
|
|
||||||
|
→ Check out [our Wiki](https://git.feneas.org/feneas/fediverse/-/wikis/home) ←
|
||||||
|
|
||||||
### [Structure](#structure)
|
### [Structure](#structure)
|
||||||
|
|
||||||
#### Fediverse page
|
#### Fediverse page
|
||||||
|
@ -44,6 +46,8 @@ Supposed to link to a page helping to choose a server on any network (just an id
|
||||||
|
|
||||||
### [Setup](#setup)
|
### [Setup](#setup)
|
||||||
|
|
||||||
|
This site uses [Hexo](https://hexo.io) static generator. Follow these steps to spin up a local development environment:
|
||||||
|
|
||||||
1. Run `npm install` in main project's folder
|
1. Run `npm install` in main project's folder
|
||||||
2. Run `gulp` in `/themes/starter` folder
|
2. Run `gulp` in `/themes/starter` folder
|
||||||
3. In second terminal, run `hexo server` in main folder, to start the server and preview at localhost
|
3. In second terminal, run `hexo server` in main folder, to start the server and preview at localhost
|
||||||
|
@ -51,7 +55,7 @@ Supposed to link to a page helping to choose a server on any network (just an id
|
||||||
|
|
||||||
### [Translating](#translating)
|
### [Translating](#translating)
|
||||||
|
|
||||||
Maintaining several website translations will require extra work. Please, read [discussion](https://gitlab.com/fediverse/fediverse.gitlab.io/issues/9).
|
Maintaining several website translations will require extra work. Please, read [discussion](https://git.feneas.org/feneas/fediverse/-/issues/2).
|
||||||
Adding another language requires additions to `_config` file and `/themes/starter/languages` folder.
|
Adding another language requires additions to `_config` file and `/themes/starter/languages` folder.
|
||||||
|
|
||||||
Mandatory for translating:
|
Mandatory for translating:
|
||||||
|
|
Loading…
Reference in a new issue