From 6fe7f69c023a24c364ff233316cd6fd6cbbcc2d5 Mon Sep 17 00:00:00 2001 From: Jackz Date: Wed, 16 Apr 2025 17:24:29 -0500 Subject: [PATCH] Add more credits, docs --- README.md | 9 ++++++++- templates/about.html.hbs | 24 +++++++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac13d02..521a2ac 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Overview -This project takes heavily inspiration from [Seafile](https://www.seafile.com/) in its functionality and UI design. File hosting service with performance, ease of use, and being lightweight. +This project takes heavily inspiration from [Seafile](https://www.seafile.com/) in its functionality and UI design. File hosting service with performance, ease of use, and being lightweight. Key features include: @@ -56,6 +56,13 @@ cargo run --release Todo, will be available at https://git.jackz.me/jackz/storage/wiki +## Development + +The server is written in Rust, using the [Rocket](https://rocket.rs/) framework and [handlebars](https://github.com/sunng87/handlebars-rust) for HTML templating. +The frontend is just HTML and CSS, using the [Bulma CSS framework](https://bulma.io). As little javascript as possible should be done for frontend work. + +Contributions are welcome + # License Available under the AGPL-3.0 license. [LICENSE](LICENSE) \ No newline at end of file diff --git a/templates/about.html.hbs b/templates/about.html.hbs index fe50df1..800d6e3 100644 --- a/templates/about.html.hbs +++ b/templates/about.html.hbs @@ -4,11 +4,25 @@

Open source project {{ meta.app_name }} (source code)

Credits