update readme, change logo

This commit is contained in:
Joe Ardent 2023-07-10 17:18:58 -07:00
parent a9e3bcbfc3
commit 70cdfe1941
3 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# *Untitled Project for the Social Consumption of Media* # *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", 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: 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 ``` text
src src
├── bin
│   ├── import_omega.rs
│   └── import_users.rs
├── db_id.rs
├── db.rs ├── db.rs
├── generic_handlers.rs ├── generic_handlers.rs
├── import_utils.rs
├── lib.rs ├── lib.rs
├── login.rs ├── login.rs
├── main.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 * `templates.rs`: Askama templates for the simple modules
* `users.rs`: definitions and trait implementations for `User`s * `users.rs`: definitions and trait implementations for `User`s
* `util.rs`: misc useful functions * `util.rs`: misc useful functions
* `bin/`: tools for importing data
Tests for those modules are kept as submodules inside them. Tests for those modules are kept as submodules inside them.

BIN
what2watch_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB