docs: Add acknowledgements section

Resolves https://github.com/ankicommunity/anki-sync-server/issues/161
This commit is contained in:
Vikash Kothary 2023-03-26 11:02:32 +01:00 committed by GitHub
parent f2c4316e29
commit a9a2bb5646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,15 +31,10 @@ Linux and macOS) which can sync to a web version (AnkiWeb) and mobile
versions for Android and iOS.
This is a personal Anki server, which you can sync against instead of
AnkiWeb. It was originally developed by [David Snopek](https://github.com/dsnopek)
to support the flashcard functionality on Bibliobird, a web application for
language learning.
This version is a fork of [jdoe0/ankisyncd](https://github.com/jdoe0/ankisyncd).
It supports Python 3 and Anki 2.1.
AnkiWeb.
[Anki]: https://apps.ankiweb.net/
[dsnopek's Anki Sync Server]: https://github.com/dsnopek/anki-sync-server
<details open><summary>Contents</summary>
@ -254,3 +249,11 @@ sqlite3 is used by default for user data, authentication and session persistence
persistence requirements (the media DB and files are being worked on). All that is
required is to extend one of the existing manager classes and then reference those
classes in the config file. See ankisyncd.conf for example config.
## Acknowledgment
- This server was originally developed by [David Snopek](https://github.com/dsnopek)
to support the flashcard functionality on Bibliobird, a web application for
language learning.
- It was then forked by `jdoe0` to add supports Python 3 and Anki 2.1.
- It was then forked by [tsudoko](https://github.com/tsudoko) which was the base for this repo.