https://github.com/adjivas/pasteur
WebSite who synthesize all the knowledge about the autism
https://github.com/adjivas/pasteur
Last synced: about 1 year ago
JSON representation
WebSite who synthesize all the knowledge about the autism
- Host: GitHub
- URL: https://github.com/adjivas/pasteur
- Owner: adjivas
- License: apache-2.0
- Created: 2016-03-12T22:31:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T17:27:24.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T08:16:38.362Z (over 1 year ago)
- Language: Rust
- Homepage: http://adjivas.github.io/pasteur-presentation
- Size: 2.06 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Pasteur
[![travis-badge][]][travis] [![coverage-badge][]][coverage] [![clippy-badge][]][clippy] [![docs-badge][]][docs] [![license-badge][]][license] [![gitter-badge][]][gitter]
[license-badge]: https://img.shields.io/crates/l/cublas.svg?style=flat-square
[license]: https://github.com/adjivas/pasteur/blob/master/README.md#license
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://adjivas.github.io/pasteur/pasteur
[gitter-badge]: https://badges.gitter.im/adjivas/pasteur.svg?style=flat-square
[gitter]: https://gitter.im/adjivas/pasteur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[travis-badge]: https://travis-ci.org/adjivas/pasteur.svg?branch=master&style=flat-square
[travis]: https://travis-ci.org/adjivas/pasteur
[coverage-badge]: https://coveralls.io/repos/github/adjivas/pasteur/badge.svg?branch=master&style=flat-square
[coverage]: https://coveralls.io/github/adjivas/pasteur?branch=master
[clippy-badge]: https://clippy.bashy.io/github/adjivas/pasteur/master/badge.svg?style=flat-square
[clippy]: https://clippy.bashy.io/github/adjivas/pasteur/master/log
#### CLI:
See command **help**:
```
Pasteur
adjivas
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
Defines the ip's address.
-c, --ca-cert Defines the cert.pem's certificat.
-k, --ca-key Defines the key.pem's certificat.
-l, --source-locale Defines the locale's directory.
-p, --protocol Defines the protocol. [values: http, https]
-s, --socket Defines the port.
-y, --style-locale 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:

[graph]: graph.png
#### License:
**pasteur**'s code in this repo is licensed under either of:
uses the [APACHE][license-mit] and [MIT][license-apache] license.
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT).
[license-apache]: https://github.com/adjivas/pasteur/blob/master/LICENSE-APACHE
[license-mit]: https://github.com/adjivas/pasteur/blob/master/LICENSE-MIT
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.