From 0e868b43ebbad000c68f604123128cc9a74eb227 Mon Sep 17 00:00:00 2001 From: glyph Date: Mon, 5 Sep 2022 10:11:57 +0100 Subject: [PATCH] update manifest and gitignore to expose all installments, update link to part 2 in readme --- .gitignore | 6 ------ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6ed602a..013828c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,2 @@ -part_2_subscribe_form -part_3_database_follows -part_4_posts_streams -part_5_latest_posts -part_6_unread_delete -part_7_extension_ideas notes target diff --git a/Cargo.toml b/Cargo.toml index dd40f7e..e1f39e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "part_1_sbot_rocket", - #"part_2_subscribe_form", + "part_2_subscribe_form", #"part_3_database_follows", #"part_4_posts_streams" ] diff --git a/README.md b/README.md index 95c9aae..3a47580 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Author: [@glyph](https://mycelial.technology/) ## Installments - [Part 1: Sbot and Web Server](https://git.coopcloud.tech/glyph/lykin_tutorial/src/branch/main/part_1_sbot_rocket) - - Part 2: Subscription Form and Key Validation + - [Part 2: Subscription Form and Key Validation](https://git.coopcloud.tech/glyph/lykin_tutorial/src/branch/main/part_2_subscribe_form) - Part 3: Database and Follows - Part 4: Posts and Message Streams - ...