Initial bookmarks.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 5 Jun 2024 11:44:54 +0000 (13:44 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 5 Jun 2024 11:44:54 +0000 (13:44 +0200)
commitf7d8acded4a58d423035c5759f6dee9a34396959
treefbb90930e220a544958819021eb8aeaf92e8b54e
parentd9c51b94bfe6b1cda1790d57a9108b83c6e1643b
Initial bookmarks.
42 files changed:
src/bookmarks/__init__.py [new file with mode: 0644]
src/bookmarks/admin.py [new file with mode: 0644]
src/bookmarks/apps.py [new file with mode: 0644]
src/bookmarks/migrations/0001_initial.py [new file with mode: 0644]
src/bookmarks/migrations/0002_quote.py [new file with mode: 0644]
src/bookmarks/migrations/__init__.py [new file with mode: 0644]
src/bookmarks/models.py [new file with mode: 0644]
src/bookmarks/templates/bookmarks/quote_detail.html [new file with mode: 0644]
src/bookmarks/tests.py [new file with mode: 0644]
src/bookmarks/urls.py [new file with mode: 0644]
src/bookmarks/views.py [new file with mode: 0644]
src/catalogue/models/book.py
src/catalogue/static/player/player.js
src/catalogue/templates/catalogue/book_text.html
src/catalogue/views.py
src/wolnelektury/settings/apps.py
src/wolnelektury/settings/custom.py
src/wolnelektury/settings/static.py
src/wolnelektury/static/2022/images/add-icon.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/add-note-icon.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/notka-saved.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/play-now-icon.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/tool-copy.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/tool-link.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/tool-quote.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/zakladka-full.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/zakladka-note.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/zakladka-usun.svg [new file with mode: 0644]
src/wolnelektury/static/2022/images/zakladka.svg [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_author.scss
src/wolnelektury/static/2022/styles/layout/_bookmarks.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/layout/_module.scss
src/wolnelektury/static/2022/styles/layout/_text.scss
src/wolnelektury/static/2022/styles/reader_player.scss
src/wolnelektury/static/js/book_text/marker.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/note.js
src/wolnelektury/static/js/book_text/pbox-items.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/pbox.js [new file with mode: 0644]
src/wolnelektury/static/js/book_text/progress.js
src/wolnelektury/static/js/book_text/references.js
src/wolnelektury/static/js/contrib/jquery.scrollto.js
src/wolnelektury/urls.py