diff options
author | Jordan <me@jordan.im> | 2021-02-18 15:10:23 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-02-18 15:10:23 -0700 |
commit | 72e53498bca07228ea485982c9c54fb8e7578028 (patch) | |
tree | f354577e604fb84f07466895eea6c67f1671d9dc | |
parent | 09b7e00a9db58e1f4b08581a6b0df4d8aaed1c47 (diff) | |
download | crane-72e53498bca07228ea485982c9c54fb8e7578028.tar.gz crane-72e53498bca07228ea485982c9c54fb8e7578028.zip |
readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,10 +5,10 @@ paper download and metadata retrieval. Goals of the project are to be minimal, support data portability (no databases or app-proprietary formats), and secure. Paper "categories" are simply -directories created on the filesystem, and paper metadata taken directly from +directories created on the filesystem, and paper metadata is taken directly from the [doi.org](https://www.doi.org/) API and written verbatim. -A screenshot of the interface can be [found here](screenshots/admin.png). +A screenshot of the admin interface can be [found here](screenshots/admin.png). ## Installation |