From 904e95cd0e8ca2cddf6bd75683106ea074c9e419 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Thu, 17 Oct 2024 01:49:09 -0700 Subject: [PATCH 1/6] Add package-lock to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6635cf5..9262476 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* +package-lock.json \ No newline at end of file From bceb42722a1265561e518eedeb0e06cc93ee57b1 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Thu, 17 Oct 2024 01:52:45 -0700 Subject: [PATCH 2/6] Update About and Visualize pages to new stylesheet and add GitCitadel infos. --- src/routes/about/+page.svelte | 54 ++++++++----------------------- src/routes/visualize/+page.svelte | 12 +++++++ 2 files changed, 25 insertions(+), 41 deletions(-) create mode 100644 src/routes/visualize/+page.svelte diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index c81f7b4..23df23d 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,43 +1,15 @@ -
-
1
-
2
-
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. - Lorem Ipsum has been the industry's standard dummy text ever since the - 1500s, when an unknown printer took a galley of type and scrambled it to - make a type specimen book. It has survived not only five centuries, but also - the leap into electronic typesetting, remaining essentially unchanged. It - was popularised in the 1960s with the release of Letraset sheets containing - Lorem Ipsum passages, and more recently with desktop publishing software - like Aldus PageMaker including versions of Lorem Ipsum. -
-
4
-
5
-
6
-
7
-
8
-
9
-
+ - #content > div { - background-color: blue; - padding: 10px; - font-size: 30px; - text-align: center; - } - #content div:nth-child(even) { - background: #777; - padding: 30px; - } - +
+
+ About +

Alexandria is a Nostr Knowledge Base (NKB) and a reader for long-form articles. + It is produced by GitCitadel.

+ +

Please submit support issues on the GitWorkshop page.

+
+
\ No newline at end of file diff --git a/src/routes/visualize/+page.svelte b/src/routes/visualize/+page.svelte new file mode 100644 index 0000000..9afab24 --- /dev/null +++ b/src/routes/visualize/+page.svelte @@ -0,0 +1,12 @@ + + +
+
+ Visualize +

Coming soon.

+
+
\ No newline at end of file From 2e509edd61d59fbbd9bd22aec74c3f66e63767d3 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Thu, 17 Oct 2024 01:53:23 -0700 Subject: [PATCH 3/6] Removed obsolete relay from the list --- maintainers.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/maintainers.yaml b/maintainers.yaml index 383bc87..42e1f9b 100644 --- a/maintainers.yaml +++ b/maintainers.yaml @@ -4,6 +4,5 @@ maintainers: - npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z - npub1wqfzz2p880wq0tumuae9lfwyhs8uz35xd0kr34zrvrwyh3kvrzuskcqsyn relays: -- wss://nostr.thesamecat.io - wss://theforest.nostr1.com - wss://thecitadel.nostr1.com From 03ca57f72abb0cfbbd2e33da4483e36e8273ab9a Mon Sep 17 00:00:00 2001 From: Silberengel Date: Thu, 17 Oct 2024 04:59:50 -0700 Subject: [PATCH 4/6] Updated ReadMe with link to wiki page. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46b7f3c..f168f5f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # Alexandria -Alexandria is a Nostr Knowledge Base (NKB) and a reader for long-form articles. +Alexandria is a Nostr Knowledge Base (NKB) and a reader for long-form articles. +For a thorough introduction, please refer to our [project documention](https://wikistr.com/gc-alexandria*dd664d5e4016433a8cd69f005ae1480804351789b59de5af06276de65633d319). ## Features @@ -33,7 +34,7 @@ For an interim solution, please use the [command line program.](https://gitworks Make sure that you have [Node.js](https://nodejs.org/en/download/package-manager) installed. -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: +Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`) -- make sure to use an independent shell for this step, and not a terminal embedded in an IDE --, start a development server: ```bash npm run dev From 16c2e5d361348d7fc14d0f27e756300c0057fe3d Mon Sep 17 00:00:00 2001 From: Silberengel Date: Thu, 17 Oct 2024 05:03:21 -0700 Subject: [PATCH 5/6] Fix broken ReadMe links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f168f5f..074ac11 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ As Alexandria is targeted toward those who are trying to focus on longer, more-c ### Modular articles -The specialty of this client is the ability to display long-form articles, particularly of the modular variety: event kinds [30040 and 30041](https://next.nostrudel.ninja/#/wiki/topic/nkbip-01). It will eventually also able to display wiki pages (event kind [30818](https://next.nostrudel.ninja/#/wiki/topic/nip-54)) and normal long-form articles (event kind [30023](https://next.nostrudel.ninja/#/wiki/topic/nip-23)). +The specialty of this client is the ability to display long-form articles, particularly of the modular variety: event kinds [30040 and 30041](https://wikistr.com/nkbip-01). It will eventually also able to display wiki pages (event kind [30818](https://wikistr.com/nip-54)) and normal long-form articles (event kind [30023](https://wikistr.com/nip-23)). Modular articles are often referred to as the *Nostr eBook format*, with 30040 events containing the metadata and the ordered list of the 30041 notes, which contain the formatted content. The 30040 index is used to create a sidebar containing the table of contents, and the 30041 sections can be individually selected and interacted with. ![Alexandria reading page](https://i.nostr.build/KEReOZ0LH6w9jrM8.png) From 01d66a57eedd9cb02cf1fde8740b4a33d533b5d7 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 19 Oct 2024 07:18:32 -0700 Subject: [PATCH 6/6] Adding link to GitHub page --- src/routes/about/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 23df23d..db36a68 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -10,6 +10,6 @@

Alexandria is a Nostr Knowledge Base (NKB) and a reader for long-form articles. It is produced by GitCitadel.

-

Please submit support issues on the GitWorkshop page.

+

Please submit support issues on the GitWorkshop page and follow us on GitHub.

\ No newline at end of file