Compare commits

...

2 commits

Author SHA1 Message Date
ea586013c9
bump to 0.2.0 2019-12-22 18:26:33 -05:00
67215324df
update defaults, readme 2019-12-22 18:25:41 -05:00
4 changed files with 10 additions and 12 deletions

2
Cargo.lock generated
View file

@ -358,7 +358,7 @@ dependencies = [
[[package]]
name = "bunbun"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
"handlebars 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "bunbun"
version = "0.1.1"
version = "0.2.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
description = "Re-implementation of bunny1 in Rust"

View file

@ -30,17 +30,14 @@ not exist. You should model your own custom routes after the provided ones.
If configuring for development, no further configuration is required. If running
this for production, you should edit the `public_address` field.
the config file is watched, so updates are immediate unless invalid, or if
you're using certain programs such as nvim, which performs updating a file via
swapping rather than directly updating the file.
### Adding bunbun as a search engine
bunbun supports the [OpenSearch Description Format][osdf].
For Chrome, simply visiting the index page will auto add bunbun as a search
engine. You simply need to set it as a default in your preferences.
For Firefox, you need to explicitly add bunbun as a search engine. This can be
done by clicking the three dots next to the star button on the url box, and
clicking on "Add Search Engine". Then, you can set it as your default search
engine.
bunbun supports the [OpenSearch Description Format][osdf]. Visit the root page
of your desired instance of bunbun to learn more.
[rust-lang]: https://www.rust-lang.org/
[bunny1]: http://www.bunny1.org/

View file

@ -1,4 +1,5 @@
# The location which your server is listening on and binds to
# The location which your server is listening on and binds to. You must restart
# bunbun for changes to take effect for this config option.
bind_address: "127.0.0.1:8080"
# The root location where people can access your instance of bunbun