diff options
author | rekado <rekado@elephly.net> | 2015-03-20 09:12:17 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2015-03-20 09:12:17 +0100 |
commit | 9d679c3517b48726f61396285898eb2fb95bad19 (patch) | |
tree | 8fbafe59ac797b1248ceaa6b86ceaf92b4c60133 /posts | |
parent | 6a06061ccbeeba053444e0c7d5d2abbef48bf088 (diff) |
replace gitorious links with links to git.elephly.net
Diffstat (limited to 'posts')
4 files changed, 15 insertions, 13 deletions
diff --git a/posts/2010-10-14-chinese-tune-mda-epiano.markdown b/posts/2010-10-14-chinese-tune-mda-epiano.markdown index 80cc87f..9b8b984 100644 --- a/posts/2010-10-14-chinese-tune-mda-epiano.markdown +++ b/posts/2010-10-14-chinese-tune-mda-epiano.markdown @@ -21,4 +21,4 @@ the plugin to your favorite synthesizer, you can [download the midi file here](/downies/music/chinese-tune.mid). The LV2 port can be -[downloaded from my git repository](https://gitorious.org/lv2-synths/lv2-mdametapiano). +[downloaded from my git repository](http://git.elephly.net/software/lv2-mdametapiano.git). diff --git a/posts/2013-01-27-preamp-board-arrived.markdown b/posts/2013-01-27-preamp-board-arrived.markdown index 0f6676b..aee96d9 100644 --- a/posts/2013-01-27-preamp-board-arrived.markdown +++ b/posts/2013-01-27-preamp-board-arrived.markdown @@ -18,12 +18,14 @@ and melody), two buffered outputs (both signals mixed down to mono or dual mono), and a tuner output (which could be used for an on-stage monitor). The circuit and the board were designed using the -[free](http://www.fsf.org/about/what-is-free-software) programs `gschem` and -`pcb` of the excellent [gEDA suite](http://www.geda-project.org). (For some odd -reason `pcb` is not available through the official Archlinux repositories; I +[free](http://www.fsf.org/about/what-is-free-software) programs +`gschem` and `pcb` of the excellent +[gEDA suite](http://www.geda-project.org). (For some odd reason `pcb` +is not available through the official Archlinux repositories; I installed it through the Arch User Repository.) You can get my circuit -diagrams, the PCB layout, and custom footprints through the [git -repository](https://gitorious.org/stick-preamp/) I set up for this project. +diagrams, the PCB layout, and custom footprints through the +[git repository](http://git.elephly.net/hardware/stick-preamp.git) I +set up for this project. ![Oops.](/images/posts/pcb-2.jpg) diff --git a/posts/2013-08-11-hacking-the-wavedrum.markdown b/posts/2013-08-11-hacking-the-wavedrum.markdown index a44c2bb..0046386 100644 --- a/posts/2013-08-11-hacking-the-wavedrum.markdown +++ b/posts/2013-08-11-hacking-the-wavedrum.markdown @@ -323,9 +323,9 @@ taking up 108 bytes. I'm currently writing a Haskell library to parse / build progammes and parameters. The code is available for -[free](https://www.fsf.org/about/what-is-free-software) [on -gitorious](https://gitorious.org/wavedrum/wavedrum-lib) under the [GNU -GPLv3](https://gnu.org/licenses/gpl.html). +[free](https://www.fsf.org/about/what-is-free-software) +[here](http://git.elephly.net/wavedrum/wavedrum-lib.git) under the +[GNU GPLv3](https://gnu.org/licenses/gpl.html). The parameters are stored in this order: diff --git a/posts/2014-09-18-wavedrum-firmware-disassembler.markdown b/posts/2014-09-18-wavedrum-firmware-disassembler.markdown index d51f85e..af8d043 100644 --- a/posts/2014-09-18-wavedrum-firmware-disassembler.markdown +++ b/posts/2014-09-18-wavedrum-firmware-disassembler.markdown @@ -89,10 +89,10 @@ i.e. only the boot kernel. Before I can parse the remainder I need to figure out the memory layout. The code is freely available under the -[GPL](http://www.gnu.org/licenses/#GPL) and can be downloaded from -[gitorious](https://gitorious.org/wavedrum/sharc-disassembler). See -the included instructions for assistance in compiling and using the -disassembler. +[GPL](http://www.gnu.org/licenses/#GPL) and can be +[downloaded here](http://git.elephly.net/wavedrum/sharc-disassembler.git). +See the included instructions for assistance in compiling and using +the disassembler. # Next steps |