replace with current repo

and waiting for forgefed -> https://github.com/forgefed/forgefed
This commit is contained in:
les
2019-08-31 22:14:37 +02:00
parent f32fb23520
commit aec65da744
21 changed files with 1110 additions and 284 deletions

View File

@@ -26,7 +26,7 @@ If you come from a PHP background, note that the main difference with
multiple requests and tasks together (asyncronically) while each php
process is tied to a single request.
[Sequelize](https://sequelize.org/) is used as ORM. Take a look in [`/server/api/models`](https://git.lattuga.net/cisti/gancio/src/master/server/api/models).
[Sequelize](https://sequelize.org/) is used as ORM. Take a look in [`/server/api/models`](https://framagit.org/les/gancio/tree/master/server/api/models).
### Client / frontend
@@ -37,4 +37,4 @@ just put your page inside `pages` and that's it!
### Federation / ActivityPub
Code inside [`server/federation`](https://git.lattuga.net/cisti/gancio/src/master/server/federation).
Code inside [`server/federation`](https://framagit.org/les/gancio/tree/master/server/federation).