diff --git a/src/routes/start/+page.svelte b/src/routes/start/+page.svelte index 520d472..e3a7cec 100644 --- a/src/routes/start/+page.svelte +++ b/src/routes/start/+page.svelte @@ -18,11 +18,11 @@ Alexandria opens up to the , where the user can: login (top-right), select whether to only view the - publications hosted on the thecitadel document relay or add in their own relays, and scroll/search the publications. + >, where the user can see the publications found on their own relays and the app's default relays. + The user can also search the publications by title, author, or content. + The relays can be viewed on the page.

@@ -32,19 +32,7 @@ class="image-border rounded-lg" width="400" /> - Relay selection -
- -

- There is also the ability to view the publications as a diagram, if you - click on "Visualize", and to publish an e-book or other document (coming - soon). -

+

If you click on a card, which represents a 30040 index event, the @@ -58,8 +46,7 @@ contents, which can be accessed from the floating icon top-left in the reading view. This allows for navigation within the publication. Publications of type "blog" have a ToC which emphasizes that each entry is - a blog post. (This functionality has been temporarily disabled, but the - TOC is visible.) + a blog post.

@@ -77,6 +64,23 @@ />
+ +

+ There is the ability to view and navigate the publications as a diagram, if you + click on . +

+ +
+ Visualization page +
+ Typical use cases For e-books @@ -107,23 +111,12 @@ For scientific papers

- Alexandria will also display research papers with Asciimath and LaTeX + Alexandria displays research papers with Asciimath and LaTeX embedding, and the normal advanced formatting options available for Asciidoc. In addition, we will be implementing special citation events, which will serve as an alternative or addition to the normal footnotes.

-

- Correctly displaying such papers, integrating citations, and allowing them - to be reviewed (with kind 1111 comments), and annotated (with highlights) - by users, is the focus of the second minor version, Euler. -

- -

- Euler will also pioneer the HTTP-based (rather than websocket-based) - e-paper compatible version of the web app. -

-

An example of a research paper is - + + For long-form articles + +

+ We also display long-form articles (kind 30023), which are stand-alone documents. An example is + the article that launched this project's concept, . + Long-form articles utilize simple Markdown formatting. +

+ + Additional features + +

+ The app also has a powerful search interface, a composition form, and a universal publisher. +

+ +

+ Thank you for your time. Feel free to explore the app and see how it works, and make sure to ! +

+ + GitCitadel Logo + +

+ If you have any questions or feedback, please feel free to . +

+ + diff --git a/static/screenshots/JaneEyre.png b/static/screenshots/JaneEyre.png index 46b414c..2769a41 100644 Binary files a/static/screenshots/JaneEyre.png and b/static/screenshots/JaneEyre.png differ diff --git a/static/screenshots/LandingPage.png b/static/screenshots/LandingPage.png index 3d71c2d..6bf7636 100644 Binary files a/static/screenshots/LandingPage.png and b/static/screenshots/LandingPage.png differ diff --git a/static/screenshots/ToC_blog.png b/static/screenshots/ToC_blog.png index 8e1c6e9..a62a976 100644 Binary files a/static/screenshots/ToC_blog.png and b/static/screenshots/ToC_blog.png differ diff --git a/static/screenshots/ToC_normal.png b/static/screenshots/ToC_normal.png index 297a503..43ac842 100644 Binary files a/static/screenshots/ToC_normal.png and b/static/screenshots/ToC_normal.png differ diff --git a/static/screenshots/Visualization.png b/static/screenshots/Visualization.png new file mode 100644 index 0000000..32ae043 Binary files /dev/null and b/static/screenshots/Visualization.png differ diff --git a/static/screenshots/YourRelays.png b/static/screenshots/YourRelays.png deleted file mode 100644 index 18917c1..0000000 Binary files a/static/screenshots/YourRelays.png and /dev/null differ