/pasteur

WebSite who synthesize all the knowledge about the autism

Primary LanguageRustApache License 2.0Apache-2.0

Pasteur

travis-badge coverage-badge clippy-badge docs-badge license-badge gitter-badge

CLI:

See command help:

Pasteur
adjivas <adjivas@users.noreply.github.com>
A WebSite who synthesize all the knowledge about the autism

USAGE:
	pasteur [FLAGS] [OPTIONS] [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -a, --address <address>             Defines the ip's address.
    -c, --ca-cert <cert>                Defines the cert.pem's certificat.
    -k, --ca-key <key>                  Defines the key.pem's certificat.
    -l, --source-locale <locale>        Defines the locale's directory.
    -p, --protocol <protocol>           Defines the protocol. [values: http, https]
    -s, --socket <socket>               Defines the port.
    -y, --style-locale <style>          Defines the style's directory.
    -t, --source-template <template>    Defines the template's directory.

SUBCOMMANDS:
    help    Prints this message
    test    controls testing features

Directory-Tree:

.
|__ Cargo.lock
|__ Cargo.toml
|__ LICENSE_APACHE
|__ LICENSE_MIT
|__ etc
|   |__ ca
|   |   |__ cert.pem
|   |   \__ key.pem
|   |__ locales
|   |   |__ en_US.l20n
|   |   \__ fr_FR.l20n
|   |__ stylesheets
|   |   |__ index.scss
|   |   |__ book.scss
|   |   \__ nav.scss
|   \__ templates
|       |__ index.hbs
|       |__ book
|       |   \__ prologue.hbs
|       \__ nav/...
|__ graph.png
|__ rustfmt.toml
\__ src
    |__ cli.yml
    |__ lib.rs
    |__ main.rs
    |__ middlewares
    |   |__ mod.rs
    |   |__ lang.rs
    |   \__ style.rs
    |__ protocol.rs
    \__ views
        |__ mod.rs
        |__ index.rs
        |__ book/prologue.rs
        \__ nav/...

GraphShot-Dependency:

Many thanks goes to: GraphShot

License:

pasteur's code in this repo is licensed under either of:

uses the APACHE and MIT license.

at your option.

Contribution:

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.