<!-- 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>
<!-- 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!
[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]
# 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)?
> 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`)
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
> 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)
### 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!
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).
# 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 -->
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
# 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)
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
-Subproject commit 874b52f13e0b34f9d5e62276ca6de2a748c03116
+Subproject commit aed90660a108eefdd89427d6580eb361591dfecf
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
<!-- 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
}
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
}
rm $file
}
-update fennecdjay Gwion
+update Gwion Gwion
update fennecdjay mdr
update fennecdjay cmojify
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) {