commit 59478a35819b1e5aac8303c0a3f7525646decfbb Author: Jesús Pérez Date: Wed Jul 19 03:57:37 2023 +0100 init repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88731af --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +sitehome +config +target +Cargo.lock +.DS_Store +workspace.code-workspace +shunit2 +._.DS_Store +.VSCodeCounter +wrks +tmp +local_bin diff --git a/README.md b/README.md new file mode 100644 index 0000000..48cf1f9 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +[Doc Server](./) is a **Web Server** in [Rust](https://www.rust-lang.org) for [static content](./static_content.md) +with **Control access** via [authorizations](./auths.md), fully customizable with [settings](./settings.md). + +