update readme, change logo
This commit is contained in:
parent
a9e3bcbfc3
commit
70cdfe1941
3 changed files with 8 additions and 2 deletions
10
README.md
10
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.
|
||||
|
||||
|
|
BIN
what2watch_logo.png
Normal file
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 |
Loading…
Reference in a new issue