diff --git a/README.md b/README.md index cf292bf..b3f4bf4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # *Untitled Project for the Social Consumption of Media* -*(last updated 2023-06-22)* +*(last updated 2023-07-10)* -![watchy the witch-tv](witch_watch_scary_logo.png) +![what to watch](what2watch_logo.png) This is the main repository for UPSCM, formerly "Witch Watch", formerly "What2.Watch", etc. etc. UPSCM is intended to primarily support the following things as an end user: @@ -42,8 +42,13 @@ The full `src` directory currently looks like: ``` text src +├── bin +│   ├── import_omega.rs +│   └── import_users.rs +├── db_id.rs ├── db.rs ├── generic_handlers.rs +├── import_utils.rs ├── lib.rs ├── login.rs ├── main.rs @@ -69,6 +74,7 @@ exposed to anywhere else outside themselves) are all under `src/`: * `templates.rs`: Askama templates for the simple modules * `users.rs`: definitions and trait implementations for `User`s * `util.rs`: misc useful functions +* `bin/`: tools for importing data Tests for those modules are kept as submodules inside them. diff --git a/what2watch_logo.png b/what2watch_logo.png new file mode 100644 index 0000000..43fc04c Binary files /dev/null and b/what2watch_logo.png differ diff --git a/witch_watch_scary_logo.png b/witch_watch_scary_logo.png deleted file mode 100644 index bc9a334..0000000 Binary files a/witch_watch_scary_logo.png and /dev/null differ