From: Jérémie Astor Date: Sun, 18 Oct 2020 14:23:09 +0000 (+0200) Subject: Change update target to Gwion/Gwion X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d5ebbfae56d12429ec66997fe3409e0da7d790a2;p=gwion.git Change update target to Gwion/Gwion --- diff --git a/README.md b/README.md index 0772fd28..738d4329 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - + +

Amber

📖

aleserche

💻

Amber

📖

aleserche

💻
@@ -35,4 +35,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/book.toml b/book.toml index 4b53abd2..e1355f1a 100644 --- a/book.toml +++ b/book.toml @@ -7,7 +7,7 @@ language = "en" [output.html] default-theme = "rust" additional-css = ["custom.css", "ansi2html.css"] -git-repository-url ="https://github.com/fennecdjay/Gwion" +git-repository-url ="https://github.com/Gwion/Gwion" site-url = "/Gwion/" [output.html.fold] diff --git a/docs/404.mdr b/docs/404.mdr index 8c24a219..f0aade17 100644 --- a/docs/404.mdr +++ b/docs/404.mdr @@ -1,3 +1,3 @@ # 404 -Page not found. Go back [home](https://fennecdjay.github.io/Gwion/index.html)? +Page not found. Go back [home](https://Gwion/github.io/Gwion/index.html)? diff --git a/docs/Contributing/ContributingCode.mdr b/docs/Contributing/ContributingCode.mdr index ca8e1ab2..7a775146 100644 --- a/docs/Contributing/ContributingCode.mdr +++ b/docs/Contributing/ContributingCode.mdr @@ -2,8 +2,8 @@ > this is a stub for now, this place deserves better -You might be here because you found something you could improve in [Gwion](https://github.com/fennecdjay/gwion). -Please open an [issue](https://github.com/fennecdjay/gwion/issues) describing the problem and how you might address it. +You might be here because you found something you could improve in [Gwion](https://github.com/Gwion/gwion). +Please open an [issue](https://github.com/Gwion/gwion/issues) describing the problem and how you might address it. ## Dependencies - C compiler supporting C99 (ex- `gcc`, `clang`) @@ -64,11 +64,11 @@ git commit -m "Something meaningful about why we are here" git push ``` -It is recommended that you follow [our styleguide](https://github.com/fennecdjay/Gwion/blob/master/.github/CONTRIBUTING.md#git-commit-messages) for commit messages +It is recommended that you follow [our styleguide](https://github.com/Gwion/Gwion/blob/master/.github/CONTRIBUTING.md#git-commit-messages) for commit messages ### Submit a pull request -You can do this through the [github site](https://github.com/fennecdjay/gwion/pulls), or command-line tools like `gh` or `hub`. See **Further Reading**. +You can do this through the [github site](https://github.com/Gwion/gwion/pulls), or command-line tools like `gh` or `hub`. See **Further Reading**. It is recommended you submit a PR to a branch other than master; - If a branch that directly concerns your specific PR is readily available, PR to that diff --git a/docs/Contributing/ContributingDocumentation.mdr b/docs/Contributing/ContributingDocumentation.mdr index f23ebc6a..6798ff21 100644 --- a/docs/Contributing/ContributingDocumentation.mdr +++ b/docs/Contributing/ContributingDocumentation.mdr @@ -2,14 +2,14 @@ > this is a stub for now, this place deserves better -You might be here because you found something you could improve in [Gwion's documentation](https://github.com/fennecdjay/gwion-docs). -Please open an [issue](https://github.com/fennecdjay/gwion-docs/issues) describing the problem and how you might address it. +You might be here because you found something you could improve in [Gwion's documentation](https://github.com/Gwion/gwion-docs). +Please open an [issue](https://github.com/Gwion/gwion-docs/issues) describing the problem and how you might address it. ## Dependencies Technically none of these are *needed*, but they are quite useful: -* [Gwion](https://github.com/fennecdjay/gwion) +* [Gwion](https://github.com/Gwion/gwion) * [mdr](https://github.com/fennecdjay/mdr) * [MdBook](https://github.com/rust-lang/mdBook) @@ -49,7 +49,7 @@ git push ### Submit a pull request -You can do this through the [github site](https://github.com/fennecdjay/gwion-docs/pulls), or command-line tools like `gh` or `hub`. See **Further Reading**. +You can do this through the [github site](https://github.com/Gwion/gwion-docs/pulls), or command-line tools like `gh` or `hub`. See **Further Reading**. You can now sit back and wait for your pull request to be reviewed. If it's accepted, congrats! :tada: You've made a contribution! diff --git a/docs/Contributing/ContributingTranslation.mdr b/docs/Contributing/ContributingTranslation.mdr index 513efe17..81b7fdd1 100644 --- a/docs/Contributing/ContributingTranslation.mdr +++ b/docs/Contributing/ContributingTranslation.mdr @@ -55,4 +55,4 @@ make translation-commit TRANSLATION_TARGET= the `vcs` is the well known [git](https://git-scm.com/), but the `make` recipe makes things simple -Now please submit a [pull request](https://github.com/fennecdjay/Gwion/pulls). +Now please submit a [pull request](https://github.com/Gwion/Gwion/pulls). diff --git a/docs/Contributing/Contributors.mdr b/docs/Contributing/Contributors.mdr index e4071796..106c8ddc 100644 --- a/docs/Contributing/Contributors.mdr +++ b/docs/Contributing/Contributors.mdr @@ -1,6 +1,6 @@ # Contributors -@hide curl "https://raw.githubusercontent.com/fennecdjay/Gwion/master/README.md" -o master_readme.md +@hide curl "https://raw.githubusercontent.com/Gwion.Gwion/master/README.md" -o master_readme.md diff --git a/docs/Overview/First_Steps/InstallingGwion.mdr b/docs/Overview/First_Steps/InstallingGwion.mdr index 7f7b4da5..4107a178 100644 --- a/docs/Overview/First_Steps/InstallingGwion.mdr +++ b/docs/Overview/First_Steps/InstallingGwion.mdr @@ -7,7 +7,7 @@ The source is accessible on [github](https:#!github.com). Provided you have git installed, you can get it with: ``` sh -git clone https://github.com/fennecdjay/gwion +git clone https://github.com/Gwion/gwion ``` then change to the source directory diff --git a/docs/Overview/Testing.mdr b/docs/Overview/Testing.mdr index 45342eae..0c6d36b0 100644 --- a/docs/Overview/Testing.mdr +++ b/docs/Overview/Testing.mdr @@ -1,5 +1,5 @@ # Tests -[test.sh](https:#!github.com/fennecdjay/Gwion/blob/dev/util/test.sh) +[test.sh](https:#!github.com/Gwion/Gwion/blob/dev/util/test.sh) requires [valgrind](http:#!valgrind.org/) there are two kinds of tests: * [gwion](#gwion-tests) diff --git a/docs/README.mdr b/docs/README.mdr index bae71e5d..db36e266 100644 --- a/docs/README.mdr +++ b/docs/README.mdr @@ -5,11 +5,11 @@ It is strongly influenced by [chuck](http://chuck.stanford.edu/), but adds a bunch of high-level features: templating, first-class functions and more. -It aims to be simple, small, [fast](https://fennecdjay.github.io/Gwion/Benchmarks.html), [extendable](https://github.com/fennecdjay/Gwion-plug) and [embeddable](https://github.com/fennecdjay/Gwion/blob/master/src/main.c#L18-L31). +It aims to be simple, small, [fast](https://Gwion.github.io/Gwion/Benchmarks.html), [extendable](https://github.com/Gwion/Gwion-plug) and [embeddable](https://github.com/Gwion/Gwion/blob/master/src/main.c#L18-L31). -gwion was originally designed and created by [Jérémie Astor](https://github.com/fennecdjay). He is a musician, who made it to assist in his shows/compositions. +gwion was originally designed and created by [Jérémie Astor](https://github.com/Gwion)He is a musician, who made it to assist in his shows/compositions. -We are currently looking for contributions, you can learn how to make some [here](https://fennecdjay.github.io/Gwion/Contributing/). +We are currently looking for contributions, you can learn how to make some [here](https://Gwion.github.io/Gwion/Contributing/). ## And now for the hello world diff --git a/gwion-benchmark b/gwion-benchmark index 874b52f1..aed90660 160000 --- a/gwion-benchmark +++ b/gwion-benchmark @@ -1 +1 @@ -Subproject commit 874b52f13e0b34f9d5e62276ca6de2a748c03116 +Subproject commit aed90660a108eefdd89427d6580eb361591dfecf diff --git a/scripts/list_benchmarks.sh b/scripts/list_benchmarks.sh index 8f1c96fd..7755e2f4 100644 --- a/scripts/list_benchmarks.sh +++ b/scripts/list_benchmarks.sh @@ -1,6 +1,6 @@ for a in $(find gwion-benchmark/png -type f -name "*.png") do - png_url="https://raw.githubusercontent.com/fennecdjay/gwion-benchmark/results/png/$(basename $a)" - test_url="https://github.com/fennecdjay/gwion-benchmark/blob/master/src/$(basename $a .png).gw" + png_url="https://raw.githubusercontent.com/Gwion/gwion-benchmark/results/png/$(basename $a)" + test_url="https://github.com/Gwion/gwion-benchmark/blob/master/src/$(basename $a .png).gw" echo "" done diff --git a/scripts/mdr2mdbook.sh b/scripts/mdr2mdbook.sh index 495c223a..4891e41a 100644 --- a/scripts/mdr2mdbook.sh +++ b/scripts/mdr2mdbook.sh @@ -5,7 +5,7 @@ footer() {
built with mdBook
-You'll find the source here, Luke! +You'll find the source here, Luke!
EOF } @@ -13,7 +13,7 @@ EOF mk_target() { cmojify "$(cat $1)" | sed 's/```.*gw/```gw/' | - sed 's#:gwion:#[Gwion](https://github.com/fennecdjay/Gwion)#g' + sed 's#:gwion:#[Gwion](https://github.com/Gwion/Gwion)#g' footer } diff --git a/scripts/update.sh b/scripts/update.sh index c28a2d71..0748d074 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -15,6 +15,6 @@ update() { rm $file } -update fennecdjay Gwion +update Gwion Gwion update fennecdjay mdr update fennecdjay cmojify diff --git a/theme/highlight.js b/theme/highlight.js index a99313a3..382a838f 100644 --- a/theme/highlight.js +++ b/theme/highlight.js @@ -11999,7 +11999,7 @@ hljs.registerLanguage('gwion', function () { Author: Jérémie Astor Contributors: Description: A strongly timed musical programming language - Website: https://fennecdjay.github.io/Gwion + Website: https://Gwion.github.io/Gwion */ function gwion(hljs) {