diff --git a/CHANGELOG.md b/CHANGELOG.md index 92546b7..a10bfaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,26 @@ -## [v0.3.4](https://github.com/Kogia-sima/sailfish/compare/v0.3.3...v0.3.4) (2021-02-13) +## [v0.3.4](https://github.com/rust-sailfish/sailfish/compare/v0.3.3...v0.3.4) (2021-02-13) ## Fix * Update some dependencies -## [v0.3.3](https://github.com/Kogia-sima/sailfish/compare/v0.3.2...v0.3.3) (2021-04-06) +## [v0.3.3](https://github.com/rust-sailfish/sailfish/compare/v0.3.2...v0.3.3) (2021-04-06) ## Fix * Improve error message for missing semicolon in code blocks -## [v0.3.2](https://github.com/Kogia-sima/sailfish/compare/v0.3.1...v0.3.2) (2021-03-29) +## [v0.3.2](https://github.com/rust-sailfish/sailfish/compare/v0.3.1...v0.3.2) (2021-03-29) ## Fix * Avoid sable/nightly mismatch error caused by proc-macro2 crate -## [v0.3.1](https://github.com/Kogia-sima/sailfish/compare/v0.3.0...v0.3.1) (2021-01-23) +## [v0.3.1](https://github.com/rust-sailfish/sailfish/compare/v0.3.0...v0.3.1) (2021-01-23) ## New Features @@ -31,7 +31,7 @@ * Workaround for incorrect cargo fingerprints -## [v0.3.0](https://github.com/Kogia-sima/sailfish/compare/v0.2.2...v0.3.0) (2020-12-20) +## [v0.3.0](https://github.com/rust-sailfish/sailfish/compare/v0.2.2...v0.3.0) (2020-12-20) ## Breaking changes @@ -54,21 +54,21 @@ * Properly handle slices with size greater than `isize::MAX` -## [v0.2.3](https://github.com/Kogia-sima/sailfish/compare/v0.2.2...v0.2.3) (2020-11-29) +## [v0.2.3](https://github.com/rust-sailfish/sailfish/compare/v0.2.2...v0.2.3) (2020-11-29) ## Fix * Use `std::result::Result` in derive macro to allow custom Result types (#34) -## [v0.2.2](https://github.com/Kogia-sima/sailfish/compare/v0.2.1...v0.2.2) (2020-11-11) +## [v0.2.2](https://github.com/rust-sailfish/sailfish/compare/v0.2.1...v0.2.2) (2020-11-11) ## Fix * Update proc-macro2 version (#32) -## [v0.2.1](https://github.com/Kogia-sima/sailfish/compare/v0.2.0...v0.2.1) (2020-08-04) +## [v0.2.1](https://github.com/rust-sailfish/sailfish/compare/v0.2.0...v0.2.1) (2020-08-04) ### Features @@ -83,7 +83,7 @@ * Search rustfmt command along all toolchains -## [v0.2.0](https://github.com/Kogia-sima/sailfish/compare/v0.1.3...v0.2.0) (2020-07-17) +## [v0.2.0](https://github.com/rust-sailfish/sailfish/compare/v0.1.3...v0.2.0) (2020-07-17) ### Breaking Changes diff --git a/README.md b/README.md index 7a943c1..2c0c783 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Simple, small, and extremely fast template engine for Rust -[![Tests](https://github.com/Kogia-sima/sailfish/workflows/Tests/badge.svg)](https://github.com/Kogia-sima/sailfish/actions?query=workflow%3ATests) +[![Tests](https://github.com/rust-sailfish/sailfish/workflows/Tests/badge.svg)](https://github.com/rust-sailfish/sailfish/actions?query=workflow%3ATests) [![Version](https://img.shields.io/crates/v/sailfish)](https://crates.io/crates/sailfish) -[![dependency status](https://deps.rs/repo/github/Kogia-sima/sailfish/status.svg)](https://deps.rs/repo/github/Kogia-sima/sailfish) +[![dependency status](https://deps.rs/repo/github/rust-sailfish/sailfish/status.svg)](https://deps.rs/repo/github/rust-sailfish/sailfish) [![Rust 1.42](https://img.shields.io/badge/rust-1.42+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Kogia-sima/sailfish/blob/master/LICENSE) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/rust-sailfish/sailfish/blob/master/LICENSE) [User Guide](https://sailfish.netlify.app/en/) | [API Docs](https://docs.rs/sailfish) | [Examples](./examples) @@ -69,7 +69,7 @@ You can find more examples in [examples](./examples) directory. ## 🐾 Roadmap -- `Template` trait ([RFC](https://github.com/Kogia-sima/sailfish/issues/3)) +- `Template` trait ([RFC](https://github.com/rust-sailfish/sailfish/issues/3)) - Template inheritance (block, partials, etc.) ## 👤 Author @@ -82,9 +82,9 @@ You can find more examples in [examples](./examples) directory. Contributions, issues and feature requests are welcome! -Since sailfish is an immature library, there are many [planned features](https://github.com/Kogia-sima/sailfish/labels/Type%3A%20RFC) that is on a stage of RFC. Please leave a comment if you have an idea about its design! +Since sailfish is an immature library, there are many [planned features](https://github.com/rust-sailfish/sailfish/labels/Type%3A%20RFC) that is on a stage of RFC. Please leave a comment if you have an idea about its design! -Also I welcome any pull requests to improve sailfish! Find issue with [Status: PR Welcome](https://github.com/Kogia-sima/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Status%3A+PR+Welcome%22) label, and [let's create a new pull request](https://github.com/Kogia-sima/sailfish/pulls)! +Also I welcome any pull requests to improve sailfish! Find issue with [Status: PR Welcome](https://github.com/rust-sailfish/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Status%3A+PR+Welcome%22) label, and [let's create a new pull request](https://github.com/rust-sailfish/sailfish/pulls)! ## Show your support @@ -94,7 +94,7 @@ Give a ⭐️ if this project helped you! Copyright © 2020 [Ryohei Machida](https://github.com/Kogia-sima). -This project is [MIT](https://github.com/Kogia-sima/sailfish/blob/master/LICENSE) licensed. +This project is [MIT](https://github.com/rust-sailfish/sailfish/blob/master/LICENSE) licensed. *** _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ diff --git a/docs/en/docs/getting-started.md b/docs/en/docs/getting-started.md index 1337b22..d6bc09e 100644 --- a/docs/en/docs/getting-started.md +++ b/docs/en/docs/getting-started.md @@ -58,4 +58,4 @@ fn main() { That's it! -You can find more examples in the [example](https://github.com/Kogia-sima/sailfish/tree/master/examples) directory in the sailfish repository. +You can find more examples in the [example](https://github.com/rust-sailfish/sailfish/tree/master/examples) directory in the sailfish repository. diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 3935a05..0f24a58 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -13,11 +13,11 @@ There are many libraries for template rendering in Rust. Among those libraries, - Minimal dependencies (<15 crates in total) - Extremely fast (See [benchmarks](https://github.com/djc/template-benchmarks-rs)) - Template rendering is always type-safe because templates are statically compiled. -- Syntax highlighting ([vscode](http://github.com/Kogia-sima/sailfish/blob/master/syntax/vscode), [vim](http://github.com/Kogia-sima/sailfish/blob/master/syntax/vim)) +- Syntax highlighting ([vscode](http://github.com/rust-sailfish/sailfish/blob/master/syntax/vscode), [vim](http://github.com/rust-sailfish/sailfish/blob/master/syntax/vim)) ## Upcoming features -Since sailfish is on early stage of development, there are many upcoming features that is not supported yet. You can find many [RFC](https://github.com/Kogia-sima/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+RFC%22)s in my repository. These RFC include: +Since sailfish is on early stage of development, there are many upcoming features that is not supported yet. You can find many [RFC](https://github.com/rust-sailfish/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+RFC%22)s in my repository. These RFC include: - `Template` trait (which does not consume itself) - Template inheritance (block, partials, etc.) @@ -28,4 +28,4 @@ If you have any idea about them or want to implement that feature, please send a Copyright © 2020 Ryohei Machida -This project is [MIT](https://github.com/Kogia-sima/sailfish/blob/master/LICENSE) licensed +This project is [MIT](https://github.com/rust-sailfish/sailfish/blob/master/LICENSE) licensed diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index e9c527f..b3edf1c 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -8,8 +8,8 @@ site_author: 'Ryohei Machida' copyright: '© 2020 Ryohei Machida' # Repository -repo_name: 'Kogia-sima/sailfish' -repo_url: 'https://github.com/Kogia-sima/sailfish' +repo_name: 'rust-sailfish/sailfish' +repo_url: 'https://github.com/rust-sailfish/sailfish' # Configuration theme: @@ -44,7 +44,7 @@ extra_css: extra: social: - icon: 'fontawesome/brands/github-alt' - link: 'https://github.com/Kogia-sima' + link: 'https://github.com/rust-sailfish' # Page tree nav: diff --git a/sailfish-compiler/Cargo.toml b/sailfish-compiler/Cargo.toml index 2e6d08b..9df1166 100644 --- a/sailfish-compiler/Cargo.toml +++ b/sailfish-compiler/Cargo.toml @@ -3,8 +3,8 @@ name = "sailfish-compiler" version = "0.3.4" authors = ["Ryohei Machida "] description = "Simple, small, and extremely fast template engine for Rust" -homepage = "https://github.com/Kogia-sima/sailfish" -repository = "https://github.com/Kogia-sima/sailfish" +homepage = "https://github.com/rust-sailfish/sailfish" +repository = "https://github.com/rust-sailfish/sailfish" readme = "../README.md" keywords = ["markup", "template", "html"] categories = ["template-engine"] diff --git a/sailfish-macros/Cargo.toml b/sailfish-macros/Cargo.toml index b014682..6f7f426 100644 --- a/sailfish-macros/Cargo.toml +++ b/sailfish-macros/Cargo.toml @@ -3,8 +3,8 @@ name = "sailfish-macros" version = "0.3.4" authors = ["Ryohei Machida "] description = "Simple, small, and extremely fast template engine for Rust" -homepage = "https://github.com/Kogia-sima/sailfish" -repository = "https://github.com/Kogia-sima/sailfish" +homepage = "https://github.com/rust-sailfish/sailfish" +repository = "https://github.com/rust-sailfish/sailfish" readme = "../README.md" keywords = ["markup", "template", "html"] categories = ["template-engine"] diff --git a/sailfish-tests/integration-tests/Cargo.toml b/sailfish-tests/integration-tests/Cargo.toml index fc68163..4775a67 100644 --- a/sailfish-tests/integration-tests/Cargo.toml +++ b/sailfish-tests/integration-tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "integration-tests" version = "0.3.4" -authors = ["Kogia-sima "] +authors = ["Ryohei Machida "] edition = "2018" publish = false diff --git a/sailfish/Cargo.toml b/sailfish/Cargo.toml index 8bc4f4d..7b5f389 100644 --- a/sailfish/Cargo.toml +++ b/sailfish/Cargo.toml @@ -3,8 +3,8 @@ name = "sailfish" version = "0.3.4" authors = ["Ryohei Machida "] description = "Simple, small, and extremely fast template engine for Rust" -homepage = "https://github.com/Kogia-sima/sailfish" -repository = "https://github.com/Kogia-sima/sailfish" +homepage = "https://github.com/rust-sailfish/sailfish" +repository = "https://github.com/rust-sailfish/sailfish" readme = "../README.md" keywords = ["markup", "template", "html"] categories = ["template-engine"] diff --git a/sailfish/src/lib.rs b/sailfish/src/lib.rs index e305d32..7ad652c 100644 --- a/sailfish/src/lib.rs +++ b/sailfish/src/lib.rs @@ -29,7 +29,7 @@ //! ``` #![doc( - html_logo_url = "https://raw.githubusercontent.com/Kogia-sima/sailfish/master/resources/icon.png" + html_logo_url = "https://raw.githubusercontent.com/rust-sailfish/sailfish/master/resources/icon.png" )] #![cfg_attr(sailfish_nightly, feature(core_intrinsics))] #![cfg_attr(docsrs, feature(doc_cfg))] diff --git a/scripts/travis.sh b/scripts/travis.sh index b3ac039..5a7fd0d 100644 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -10,7 +10,7 @@ if [ "$TRAVIS_RUST_VERSION" = "nightly" ] && [ -z "$TRAVIS_TAG" ]; then wget https://github.com/mozilla/grcov/releases/download/v0.5.5/grcov-linux-x86_64.tar.bz2 tar xvf grcov-linux-x86_64.tar.bz2 - wget https://github.com/Kogia-sima/rust-covfix/releases/download/v0.2.1/rust-covfix-linux-x86_64.tar.xz + wget https://github.com/rust-sailfish/rust-covfix/releases/download/v0.2.1/rust-covfix-linux-x86_64.tar.xz tar xvf rust-covfix-linux-x86_64.tar.xz mv rust-covfix-linux-x86_64/rust-covfix ./ fi diff --git a/syntax/vim/README.md b/syntax/vim/README.md index c08d8f3..63cbfd8 100644 --- a/syntax/vim/README.md +++ b/syntax/vim/README.md @@ -5,13 +5,13 @@ ### Using dein.vim ``` -call dein#add('Kogia-sima/sailfish', {'rtp': 'syntax/vim'}) +call dein#add('rust-sailfish/sailfish', {'rtp': 'syntax/vim'}) ``` ### Using vim-plug ``` -Plug 'Kogia-sima/sailfish', { 'rtp': 'syntax/vim' } +Plug 'rust-sailfish/sailfish', { 'rtp': 'syntax/vim' } ``` ## Screenshot diff --git a/syntax/vim/ftdetect/sailfish.vim b/syntax/vim/ftdetect/sailfish.vim index 04a0884..61bd0db 100644 --- a/syntax/vim/ftdetect/sailfish.vim +++ b/syntax/vim/ftdetect/sailfish.vim @@ -1,6 +1,6 @@ " Detect sailfish template files and set filetype " Maintainer: Ryohei Machida -" URL: http://github.com/Kogia-sima/sailfish +" URL: http://github.com/rust-sailfish/sailfish " License: MIT autocmd BufNewFile,BufRead *.stpl set filetype=sailfish diff --git a/syntax/vscode/package.json b/syntax/vscode/package.json index 4e817d1..424a86f 100644 --- a/syntax/vscode/package.json +++ b/syntax/vscode/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Ryohei Machida ", "publisher": "kogia-sima", - "repository": "Kogia-sima/sailfish", + "repository": "rust-sailfish/sailfish", "license": "MIT", "engines": { "vscode": "^1.45.0"