]> Nishi Git Mirror - gwion.git/commitdiff
Change update target to Gwion/Gwion
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 18 Oct 2020 14:23:09 +0000 (16:23 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 18 Oct 2020 14:23:09 +0000 (16:23 +0200)
15 files changed:
README.md
book.toml
docs/404.mdr
docs/Contributing/ContributingCode.mdr
docs/Contributing/ContributingDocumentation.mdr
docs/Contributing/ContributingTranslation.mdr
docs/Contributing/Contributors.mdr
docs/Overview/First_Steps/InstallingGwion.mdr
docs/Overview/Testing.mdr
docs/README.mdr
gwion-benchmark
scripts/list_benchmarks.sh
scripts/mdr2mdbook.sh
scripts/update.sh
theme/highlight.js

index 0772fd28c1086ba5c4eaae0ca17192402255799b..738d4329a59a2cb0844f86e3c5e25564a28f0836 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 <!-- markdownlint-disable -->
 <table>
   <tr>
-    <td align="center"><a href="http://dev.to/amberisvibin"><img src="https://avatars3.githubusercontent.com/u/63863236?v=4" width="100px;" alt=""/><br /><sub><b>Amber</b></sub></a><br /><a href="https://github.com/fennecdjay/gwion-docs/commits?author=amberisvibin" title="Documentation">📖</a></td>
-    <td align="center"><a href="https://github.com/Aleserche"><img src="https://avatars3.githubusercontent.com/u/2920837?v=4" width="100px;" alt=""/><br /><sub><b>aleserche</b></sub></a><br /><a href="https://github.com/fennecdjay/gwion-docs/commits?author=Aleserche" title="Code">💻</a></td>
+    <td align="center"><a href="http://dev.to/amberisvibin"><img src="https://avatars3.githubusercontent.com/u/63863236?v=4" width="100px;" alt=""/><br /><sub><b>Amber</b></sub></a><br /><a href="https://github.com/Gwion/gwion-docs/commits?author=amberisvibin" title="Documentation">📖</a></td>
+    <td align="center"><a href="https://github.com/Aleserche"><img src="https://avatars3.githubusercontent.com/u/2920837?v=4" width="100px;" alt=""/><br /><sub><b>aleserche</b></sub></a><br /><a href="https://github.com/Gwion/gwion-docs/commits?author=Aleserche" title="Code">💻</a></td>
   </tr>
 </table>
 
@@ -35,4 +35,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 <!-- prettier-ignore-end -->
 <!-- ALL-CONTRIBUTORS-LIST:END -->
 
-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!
index 4b53abd20c6ffe33bd103f03db8695312cd0cf56..e1355f1aeb9127558b3176b72e7ee3a152bb94d6 100644 (file)
--- 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]
index 8c24a219c2c542915a11bd06e213bdc290210ebe..f0aade17af332c135176966dfd97b67f77eab095 100644 (file)
@@ -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)?
index ca8e1ab22800333d58848b5487e98ff27d5a22d9..7a775146e804c2d68ac330b11c11986bb635dc5c 100644 (file)
@@ -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
index f23ebc6a9f38a4e15270355a9436ae13d49bf80b..6798ff21252f0cbd3e6fbe9b0ec6f38994363fb7 100644 (file)
@@ -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!
 
index 513efe179e900841017f053af6f80236ae658164..81b7fdd13090c667d658905a115fca50c44cc768 100644 (file)
@@ -55,4 +55,4 @@ make translation-commit TRANSLATION_TARGET=<xxx>
 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).
index e40717964a2a1e02746d4a61548bdebff1073e32..106c8ddce6aee6601d73ff7f47544df3897590db 100644 (file)
@@ -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
 
 <!-- markdownlint-capture -->
 <!-- markdownlint-disable MD033 -->
index 7f7b4da5d17c17db865f3097eb4aeca9f86f95ed..4107a1785c48c812f87fbe3825ab4f012f2ef5b2 100644 (file)
@@ -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
index 45342eaeadb7391f3e63ef3674d9a6e9aa6736c5..0c6d36b014d3e9445394044c462c843274ca34d3 100644 (file)
@@ -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)
index bae71e5d1e9c661ec03a0b52e05ff9b893bd8150..db36e26632fa47c3e75579aba131bcb735b3fc95 100644 (file)
@@ -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
 
index 874b52f13e0b34f9d5e62276ca6de2a748c03116..aed90660a108eefdd89427d6580eb361591dfecf 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 874b52f13e0b34f9d5e62276ca6de2a748c03116
+Subproject commit aed90660a108eefdd89427d6580eb361591dfecf
index 8f1c96fd14d28a9b6b2b3d69dcc42ba250155f48..7755e2f4703d7191d6403ca574e2448eceba9660 100644 (file)
@@ -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 "<a href=\"$test_url\"><img class=\"zoom\" src=\"$png_url\" width=\"352px\"></a>"
 done
index 495c223ac732cad2eee92732cde40979405966c9..4891e41a02f7c106e2f2767e246fe68c9ecb4d67 100644 (file)
@@ -5,7 +5,7 @@ footer() {
 <!-- added by doc2src.sh -->
 <footer>
 built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
-You'll find the source <a href="https://github.com/fennecdjay/Gwion">here</a>, Luke!
+You'll find the source <a href="https://github.com/Gwion/Gwion">here</a>, Luke!
 </footer>
 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
 }
 
index c28a2d71164e8fb9a7a0a3ee3a472eb3eb2a2d6f..0748d0740ef6d7daff24e19e1cb8c1f0aed371d0 100644 (file)
@@ -15,6 +15,6 @@ update() {
   rm $file
 }
 
-update fennecdjay Gwion
+update Gwion Gwion
 update fennecdjay mdr
 update fennecdjay cmojify
index a99313a3f91bef29353401a795665272e7e3848d..382a838f3fc2cdcc508894856ec977db862851f3 100644 (file)
@@ -11999,7 +11999,7 @@ hljs.registerLanguage('gwion', function () {
   Author: Jérémie Astor <astor.jeremie@wanadoo.fr>
   Contributors: 
   Description: A strongly timed musical programming language
-  Website: https://fennecdjay.github.io/Gwion
+  Website: https://Gwion.github.io/Gwion
   */
   function gwion(hljs) {