doc: readme
This commit is contained in:
@@ -4,3 +4,5 @@ A simple Website to provide a `NNI (Non-Nerd Interface)` to [epub2go.py](https:/
|
|||||||
## Development
|
## Development
|
||||||
This project uses [watchman](https://facebook.github.io/watchman/) for file watching and reloading.
|
This project uses [watchman](https://facebook.github.io/watchman/) for file watching and reloading.
|
||||||
Follow the [official instructions](https://facebook.github.io/watchman/docs/install.html) for your system to install, django will default to its standard watcher otherwise.
|
Follow the [official instructions](https://facebook.github.io/watchman/docs/install.html) for your system to install, django will default to its standard watcher otherwise.
|
||||||
|
|
||||||
|
Also, [celery](https://docs.celeryq.dev/en/stable/) is used as a task queue with [redis](https://hub.docker.com/_/redis) as backend.
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<a href="javascript:void(window.open('{{ http_host }}/?t=' + encodeURIComponent(window.location.toString())))" title="Als Lesezeichen speichern">
|
<a href="javascript:void(window.open('{{ http_host }}/?t=' + encodeURIComponent(window.location.toString())))" title="Als Lesezeichen speichern">
|
||||||
<img src="{% static 'bookmark.svg' %}" alt="Bookmarklet" class="header-icon">
|
<img src="{% static 'bookmark.svg' %}" alt="Bookmarklet" class="header-icon">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/eneller/epub2go-web">
|
<a href="https://github.com/eneller/epub2go-web" title="Projekt auf GitHub ansehen">
|
||||||
<img src="{% static 'github.svg' %}" alt="GitHub" class="header-icon">
|
<img src="{% static 'github.svg' %}" alt="GitHub" class="header-icon">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user