Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EddieGustafsson/wiki
The goal is to create a knowledge base website, a wiki, on which users collaboratively modify content and structure directly from the web browser based on the Provider's web services, using their API.
https://github.com/EddieGustafsson/wiki
json-api php wiki
Last synced: 2 months ago
JSON representation
The goal is to create a knowledge base website, a wiki, on which users collaboratively modify content and structure directly from the web browser based on the Provider's web services, using their API.
- Host: GitHub
- URL: https://github.com/EddieGustafsson/wiki
- Owner: EddieGustafsson
- Created: 2019-11-15T08:06:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T17:09:49.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:43:00.734Z (5 months ago)
- Topics: json-api, php, wiki
- Language: PHP
- Homepage:
- Size: 7.28 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-starred - EddieGustafsson/wiki - The goal is to create a knowledge base website, a wiki, on which users collaboratively modify content and structure directly from the web browser based on the Provider's web services, using their API. (php)
README
# Wiki
Målet är att skapa en webbaserad Wiki som bygger på The Providers [webbtjänster](https://github.com/Shrimpis/TP), genom att använda deras API. Alltså så bygger inte denna wiki på en direkt anslutning till TP:s databas eller funktioner, då alla anslutningar sker via API.
The goal is to create a knowledge base website, a wiki, on which users collaboratively modify content and structure directly from the web browser based on the Provider's web services, using their API. Thus, this wiki is not based on a direct connection to TP's database or functions, since all connections are made via API.
## Demo
### Article
![Wiki article](https://i.imgur.com/GlF2wSt.png "Wiki article")
### Editor
![Wiki editor](https://i.imgur.com/pwSMXKq.png "Wiki editor")
### History/Revisions
![Wiki article history](https://i.imgur.com/r6A8yom.png "Wiki article history")
### Compare Revisions
![Revisions compare](https://i.imgur.com/VpEMQc4.png "Revisions compare page")## Credits
- [Bootstrap 4](https://github.com/twbs/bootstrap) by [twbs](https://github.com/orgs/twbs/people)
- [Editor.md](https://github.com/pandao/editor.md) by pandao
- [Darkmode.js](https://darkmodejs.learn.uno/) by Sandoche