diff --git a/Cargo.lock b/Cargo.lock index 13dbd7c..3c9ddeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,22 +436,6 @@ dependencies = [ "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "pinboard" -version = "1.0.1" -dependencies = [ - "Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "comrak 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rocket_codegen 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rocket_contrib 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "proc-macro2" version = "0.2.3" @@ -572,6 +556,22 @@ dependencies = [ "yansi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rocket-pinboard" +version = "1.0.1" +dependencies = [ + "Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", + "comrak 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rocket_codegen 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rocket_contrib 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rocket_codegen" version = "0.3.6" diff --git a/Cargo.toml b/Cargo.toml index deda6dc..4f2fd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "pinboard" +name = "rocket-pinboard" version = "1.0.1" authors = ["Paul van Tilburg "] description = """ -A web application for maintaining a pinboard of notes for a family or group -of friends. +A web application (based on Rocket) for maintaining a pinboard of notes for +a family or group of friends. """ readme = "README.md" license = "MIT" diff --git a/README.md b/README.md index ffd5072..65a53ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pinboard +# Rocket Pinboard A [Rocket](https://rocket.rs) based web application written in Rust for maintaining a pinboard of notes for a family or group of friends. @@ -7,11 +7,12 @@ physical notes would also allow. ## Building -Because Rocket still requires a nightly version of Rust, Pinboard also -requires it. The application has been tested with `nightly-2017-12-21`. +Because Rocket still requires a nightly version of Rust, Rocket Pinboard +also requires it. The application has been tested with +`nightly-2018-01-13`. -Pinboard uses a customized Bootstrap-style, to compile this, the -Ruby implementation of Sass +Rocket Pinboard uses a customized Bootstrap-style, to compile this, use the +Ruby implementation of Sass: ``` $ gem install sass diff --git a/templates/index.html.tera b/templates/index.html.tera index c932122..642688c 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -106,7 +106,7 @@ Horizontale lijn
">
 {% block footer %}
 
 {% endblock footer %}