[web] Support runtime configuration using commandline args + config file
Maybe return an error here since there server didn't actually start.
[web] Support runtime configuration using commandline args + config file
This should maybe contain the serde error so we can print what was wrong in the config file.
[web] Support runtime configuration using commandline args + config file
The user should be able to specify a full socket address.
[web] Support runtime configuration using commandline args + config file
Don't use Strings for paths. Use PathBuf instead.
6378adba7a
web: Added startup message
45c6eb39bb
web: Revert back to Rust 2018
af85dc7dcf
web: rename crate to up dashes instead of underscores.
0fa50fad47
web: Remove debug comments
b6182eb317
web: Push name in title
63e4f2b8fc
lib: Make pref_strings lowercase
680bbd5b2d
web: Added example sentences
5aa00e052e
web: Add web page explantation message
82fc7fc10f
Basic web app working
601f239d76
Added create_preferences method to InstanceSettings
fccbef27ee
Fixed UserPreferencesV0::as_prefstring_bytes
63dd63c230
Impl select_pronouns and add parse_prefstring to InstanceSettings
71e979e023
Add the select_pronoun method to UserPreferencesV0 & impl Default for UserPreferences
a927e9010b
Impl into_prefstring_bytes for UserPreferencesV0
2233cf5a15
Fix typo in user pref spec