{"id":15675358,"url":"https://github.com/adjivas/pasteur","last_synced_at":"2025-03-30T06:14:55.336Z","repository":{"id":83023354,"uuid":"53756425","full_name":"adjivas/pasteur","owner":"adjivas","description":"WebSite who synthesize all the knowledge about the autism","archived":false,"fork":false,"pushed_at":"2020-09-03T17:27:24.000Z","size":2162,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T08:16:38.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://adjivas.github.io/pasteur-presentation","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adjivas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-12T22:31:20.000Z","updated_at":"2024-06-26T19:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"18fe786e-c9b2-4322-8a41-a443a8f9153b","html_url":"https://github.com/adjivas/pasteur","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fpasteur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fpasteur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fpasteur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fpasteur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adjivas","download_url":"https://codeload.github.com/adjivas/pasteur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281312,"owners_count":20752213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T15:58:54.232Z","updated_at":"2025-03-30T06:14:55.314Z","avatar_url":"https://github.com/adjivas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pasteur\n\n[![travis-badge][]][travis] [![coverage-badge][]][coverage] [![clippy-badge][]][clippy] [![docs-badge][]][docs] [![license-badge][]][license] [![gitter-badge][]][gitter]\n\n[license-badge]: https://img.shields.io/crates/l/cublas.svg?style=flat-square\n[license]: https://github.com/adjivas/pasteur/blob/master/README.md#license\n[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square\n[docs]: http://adjivas.github.io/pasteur/pasteur\n[gitter-badge]: https://badges.gitter.im/adjivas/pasteur.svg?style=flat-square\n[gitter]: https://gitter.im/adjivas/pasteur?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n[travis-badge]: https://travis-ci.org/adjivas/pasteur.svg?branch=master\u0026style=flat-square\n[travis]: https://travis-ci.org/adjivas/pasteur\n[coverage-badge]: https://coveralls.io/repos/github/adjivas/pasteur/badge.svg?branch=master\u0026style=flat-square\n[coverage]: https://coveralls.io/github/adjivas/pasteur?branch=master\n[clippy-badge]: https://clippy.bashy.io/github/adjivas/pasteur/master/badge.svg?style=flat-square\n[clippy]: https://clippy.bashy.io/github/adjivas/pasteur/master/log\n\n#### CLI:\nSee command **help**:\n```\nPasteur\nadjivas \u003cadjivas@users.noreply.github.com\u003e\nA WebSite who synthesize all the knowledge about the autism\n\nUSAGE:\n\tpasteur [FLAGS] [OPTIONS] [SUBCOMMAND]\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -a, --address \u003caddress\u003e             Defines the ip's address.\n    -c, --ca-cert \u003ccert\u003e                Defines the cert.pem's certificat.\n    -k, --ca-key \u003ckey\u003e                  Defines the key.pem's certificat.\n    -l, --source-locale \u003clocale\u003e        Defines the locale's directory.\n    -p, --protocol \u003cprotocol\u003e           Defines the protocol. [values: http, https]\n    -s, --socket \u003csocket\u003e               Defines the port.\n    -y, --style-locale \u003cstyle\u003e          Defines the style's directory.\n    -t, --source-template \u003ctemplate\u003e    Defines the template's directory.\n\nSUBCOMMANDS:\n    help    Prints this message\n    test    controls testing features\n```\n\n#### Directory-Tree:\n```\n.\n|__ Cargo.lock\n|__ Cargo.toml\n|__ LICENSE_APACHE\n|__ LICENSE_MIT\n|__ etc\n|   |__ ca\n|   |   |__ cert.pem\n|   |   \\__ key.pem\n|   |__ locales\n|   |   |__ en_US.l20n\n|   |   \\__ fr_FR.l20n\n|   |__ stylesheets\n|   |   |__ index.scss\n|   |   |__ book.scss\n|   |   \\__ nav.scss\n|   \\__ templates\n|       |__ index.hbs\n|       |__ book\n|       |   \\__ prologue.hbs\n|       \\__ nav/...\n|__ graph.png\n|__ rustfmt.toml\n\\__ src\n    |__ cli.yml\n    |__ lib.rs\n    |__ main.rs\n    |__ middlewares\n    |   |__ mod.rs\n    |   |__ lang.rs\n    |   \\__ style.rs\n    |__ protocol.rs\n    \\__ views\n        |__ mod.rs\n        |__ index.rs\n        |__ book/prologue.rs\n        \\__ nav/...\n```\n\n#### GraphShot-Dependency:\nMany thanks goes to:\n![GraphShot](graph.png)\n\n[graph]: graph.png\n\n#### License:\n**pasteur**'s code in this repo is licensed under either of:\n\nuses the [APACHE][license-mit] and [MIT][license-apache] license.\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0).\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT).\n\n[license-apache]: https://github.com/adjivas/pasteur/blob/master/LICENSE-APACHE\n[license-mit]: https://github.com/adjivas/pasteur/blob/master/LICENSE-MIT\n\nat your option.\n\n#### Contribution:\n\nUnless 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjivas%2Fpasteur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadjivas%2Fpasteur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjivas%2Fpasteur/lists"}