diff --git a/README.md b/README.md index cda21c77b..416f0ca06 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ The gist of the changes is the following: * Machine learning powered document matching. * Code cleanup in many, MANY areas. +If you want to see some screenshots of paperless-ng in action, [some are available in the documentation](https://paperless-ng.readthedocs.io/en/latest/screenshots.html). + For a complete list of changes, check out the [changelog](https://paperless-ng.readthedocs.io/en/latest/changelog.html) ## Planned diff --git a/docs/_static/paperless-0-dashboard.png b/docs/_static/paperless-0-dashboard.png new file mode 100755 index 000000000..8d86e4c8c Binary files /dev/null and b/docs/_static/paperless-0-dashboard.png differ diff --git a/docs/_static/paperless-1-list-table.png b/docs/_static/paperless-1-list-table.png new file mode 100755 index 000000000..94e715115 Binary files /dev/null and b/docs/_static/paperless-1-list-table.png differ diff --git a/docs/_static/paperless-10-mobile.png b/docs/_static/paperless-10-mobile.png new file mode 100755 index 000000000..1c78d1762 Binary files /dev/null and b/docs/_static/paperless-10-mobile.png differ diff --git a/docs/_static/paperless-2-list-smallcards.png b/docs/_static/paperless-2-list-smallcards.png new file mode 100755 index 000000000..43121a79c Binary files /dev/null and b/docs/_static/paperless-2-list-smallcards.png differ diff --git a/docs/_static/paperless-3-list-largecards.png b/docs/_static/paperless-3-list-largecards.png new file mode 100755 index 000000000..109237827 Binary files /dev/null and b/docs/_static/paperless-3-list-largecards.png differ diff --git a/docs/_static/paperless-4-filter.png b/docs/_static/paperless-4-filter.png new file mode 100755 index 000000000..0bf0550fe Binary files /dev/null and b/docs/_static/paperless-4-filter.png differ diff --git a/docs/_static/paperless-5-editing.png b/docs/_static/paperless-5-editing.png new file mode 100755 index 000000000..b4fbd33a9 Binary files /dev/null and b/docs/_static/paperless-5-editing.png differ diff --git a/docs/_static/paperless-6-tags.png b/docs/_static/paperless-6-tags.png new file mode 100755 index 000000000..5da6fe73f Binary files /dev/null and b/docs/_static/paperless-6-tags.png differ diff --git a/docs/_static/paperless-7-autocomplete.png b/docs/_static/paperless-7-autocomplete.png new file mode 100755 index 000000000..49e66d18c Binary files /dev/null and b/docs/_static/paperless-7-autocomplete.png differ diff --git a/docs/_static/paperless-8-search-results.png b/docs/_static/paperless-8-search-results.png new file mode 100755 index 000000000..1a8ef8639 Binary files /dev/null and b/docs/_static/paperless-8-search-results.png differ diff --git a/docs/_static/paperless-9-admin.png b/docs/_static/paperless-9-admin.png new file mode 100755 index 000000000..aa8b33f91 Binary files /dev/null and b/docs/_static/paperless-9-admin.png differ diff --git a/docs/index.rst b/docs/index.rst index 3c0be74f4..95cbd71a8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,4 +54,5 @@ Contents troubleshooting contributing scanners + screenshots changelog diff --git a/docs/screenshots.rst b/docs/screenshots.rst new file mode 100644 index 000000000..b08868e09 --- /dev/null +++ b/docs/screenshots.rst @@ -0,0 +1,42 @@ +*********** +Screenshots +*********** + +This is what paperless-ng looks like. You shouldn't use paperless to index +research papers though, its a horrible tool for that job. + +The dashboard shows customizable views on your document and allows document uploads: + +.. image:: _static/paperless-0-dashboard.png + +The document list provides three different styles to scroll through your documents: + +.. image:: _static/paperless-1-list-table.png +.. image:: _static/paperless-2-list-smallcards.png +.. image:: _static/paperless-3-list-largecards.png + +Extensive filtering mechanisms: + +.. image:: _static/paperless-4-filter.png + +Side-by-side editing of documents. Optmized for 1080p. + +.. image:: _static/paperless-5-editing.png + +Tag editing. This looks about the same for correspondents and document types. + +.. image:: _static/paperless-6-tags.png + +Searching provides auto complete and highlights the results. + +.. image:: _static/paperless-7-autocomplete.png +.. image:: _static/paperless-8-search-results.png + +The old admin is still there and accessible! + +.. image:: _static/paperless-9-admin.png + +Mobile support in the future? This doesn't really work yet. + +.. image:: _static/paperless-10-mobile.png +