mirror of
https://gitlab.com/mildlyparallel/trashcan.git
synced 2023-04-08 19:00:19 +03:00
move screenshots to the top
This commit is contained in:
33
README.md
33
README.md
@@ -7,15 +7,28 @@ documents)
|
||||
|
||||
Features:
|
||||
|
||||
* Single lightweight backend service (C++ application) that can run on
|
||||
Raspberry PI (ver. 2)
|
||||
* Single lightweight backend service written in C++ using SQLite database.
|
||||
* Single page web interface. PDF files can be preview in the same browser window.
|
||||
* Documents metadata can be fetched using DOI, ArXiv or ISBN (Google Books)
|
||||
* Documents metadata can be fetched using DOI, ArXiv or ISBN (using Google Books)
|
||||
identifiers.
|
||||
* Documents can be categorized using user-defined tags.
|
||||
* Full-text search support. Documents contents is extracted with Apache Tika
|
||||
and indexed using SQLite FTS.
|
||||
|
||||
# Screenshots
|
||||
|
||||
Search page:
|
||||
|
||||
[](docs/img/img1.png)
|
||||
|
||||
Edit page:
|
||||
|
||||
[](docs/img/img2.png)
|
||||
|
||||
Mobile version:
|
||||
|
||||
[](docs/img/img3.gif)
|
||||
|
||||
# Deploying with Docker
|
||||
|
||||
Build container:
|
||||
@@ -172,17 +185,3 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
# Screenshots
|
||||
|
||||
Search page:
|
||||
|
||||
[](docs/img/img1.png)
|
||||
|
||||
Edit page:
|
||||
|
||||
[](docs/img/img2.png)
|
||||
|
||||
Mobile version:
|
||||
|
||||
[](docs/img/img3.gif)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user