Bläddra i källkod

fix some absolute links

Thomas B 3 veckor sedan
förälder
incheckning
ec1d39660a

+ 1
- 1
input/blog/2013/2013_05_09_itunes.md Visa fil

@@ -26,5 +26,5 @@ fi
26 26
 
27 27
 Es kriegt also den Songnamen, Interpreten und Albumtitel als Parameter und schreibt per SSH die Seite auf meinem Server neu. Nicht hübsch, funktioniert aber... :D
28 28
 
29
- [musik]: http://xythobuz.de/lastmusic
29
+ [musik]: lastmusic
30 30
  [geektool]: http://projects.tynsoe.org/en/geektool/

+ 2
- 2
input/blog/2013/2013_05_17_itunes.md Visa fil

@@ -40,5 +40,5 @@ if [ "$1" != "$lasttrack" ]; then
40 40
 fi
41 41
 </pre>
42 42
 
43
- [musik]: http://xythobuz.de/lastmusic
44
- [s]: http://xythobuz.de/2013_05_09_itunes.html
43
+ [musik]: lastmusic
44
+ [s]: 2013_05_09_itunes.html

+ 1
- 1
input/blog/2013/2013_07_30_itunes.md Visa fil

@@ -16,7 +16,7 @@ Now, open the System Preferences, go to Keyboard, Keyboard Shortcuts, Services.
16 16
 
17 17
 [![Screenshot System Preferences][small2]][big2]
18 18
 
19
- [tex]: http://xythobuz.de/tex_beetle.html
19
+ [tex]: tex_beetle.html
20 20
  [small]: img/automator_small.png
21 21
  [big]: img/automator.png
22 22
  [small2]: img/preferences_small.png

+ 1
- 1
input/blog/2013/2013_10_18_server.md Visa fil

@@ -7,7 +7,7 @@ comments: true
7 7
 Viel passiert bei mir neben dem frisch begonnenen Studium ja nicht... Ein bisschen was neues gibts aber trotzdem:
8 8
 
9 9
  * Statistiken wieder über [Piwik](http://xythobuz.de/piwik/index.php)
10
- * [Weboberfläche](http://xythobuz.de/git/) für meine Git Repos
10
+ * [Weboberfläche](http://git.xythobuz.de/) für meine Git Repos
11 11
  * [OpenVPN Access Server](http://openvpn.net/index.php/access-server/overview.html) funktioniert [auch](https://xythobuz.de:943)
12 12
 
13 13
  Ausserdem hab [ich](http://mail.xythobuz.de) die selbe Webmail Software wie die [Hochschule](https://webmail.hs-weingarten.de) :)

+ 1
- 1
input/blog/2015/2015_02_18_pwm_fan_mod.md Visa fil

@@ -5,7 +5,7 @@ comments: true
5 5
 flattr: true
6 6
 ---
7 7
 
8
-One of the last remaining problems with my [Hackintosh build](http://xythobuz.de/2015_01_31_hackintosh.html) were the case fans. After a quick glance in the Mainboard manual I decided that I could control three PWM fans and one non-PWM fan using the on-board hardware.
8
+One of the last remaining problems with my [Hackintosh build](2015_01_31_hackintosh.html) were the case fans. After a quick glance in the Mainboard manual I decided that I could control three PWM fans and one non-PWM fan using the on-board hardware.
9 9
 
10 10
 So I bought three Silent Wings 2 140mm PWM fans and one Thermaltake Pure 200mm fan. The 200mm fan additionally got a small temperature-sensing PCB mounted directly on it.
11 11
 

+ 1
- 1
input/blog/2015/2015_08_31_otaclock.md Visa fil

@@ -45,7 +45,7 @@ I haven’t implemented the sound output for the alarm feature yet, but you can
45 45
 
46 46
 I used [these](http://www.spriters-resource.com/playstation_2/mgs2/sheet/6789/) [two](http://spritedatabase.net/file/455) sprite sheets to extract most sprites, except for the AM/PM marker that was missing from both. I got them from a screenshot made using Wine.
47 47
 
48
-You can find the code on [GitHub](https://github.com/xythobuz/OtaClock) and [my server](http://xythobuz.de/git/otaclock). There is also [a pre-built binary](https://github.com/xythobuz/OtaClock/releases) on GitHub.
48
+You can find the code on [GitHub](https://github.com/xythobuz/OtaClock) and [my server](https://git.xythobuz.de/thomas/OtaClock). There is also [a pre-built binary](https://github.com/xythobuz/OtaClock/releases) on GitHub.
49 49
 
50 50
 [OtaClock has been reviewed on Softpedia!](http://mac.softpedia.com/get/Wallpapers/OtaClock.shtml)
51 51
 

+ 2
- 2
input/blog/2015/2015_12_30_caselights.md Visa fil

@@ -14,13 +14,13 @@ update: 2020-06-07
14 14
 
15 15
 I’ve recently (accidentally) bought a dead-simple [12V RGB LED strip](http://www.hobbyking.com/hobbyking/store/__28515__LED_Red_Green_Blue_RGB_Strip_50cm_w_Flying_Lead.html), aiming to mount it on my Quadcopter, thinking it would be made of individually addressable LEDs. Of course, I didn’t read the description and was wrong. So, what to do?
16 16
 
17
-As you [may remember](http://xythobuz.de/2015_01_31_hackintosh.html), I’ve built a new computer in January with a very spacious case. It already had [two UV lights](http://www.aquatuning.de/modding/kathoden/13168/revoltec-kaltlicht-kathode-30cm-twin-set-uv-rev.-2) that were controlled manually using a switch in a PCI slot. Both the RGB LED strip and my computer seem to be a match made in heaven :P
17
+As you [may remember](2015_01_31_hackintosh.html), I’ve built a new computer in January with a very spacious case. It already had [two UV lights](http://www.aquatuning.de/modding/kathoden/13168/revoltec-kaltlicht-kathode-30cm-twin-set-uv-rev.-2) that were controlled manually using a switch in a PCI slot. Both the RGB LED strip and my computer seem to be a match made in heaven :P
18 18
 
19 19
 Incidentally, there’s still a unused RS232 port directly on my Motherboard that I never wired to the outside. That could be used to talk to an Arduino controlling the RGB LEDs and the UV lights. And there are plenty of free 12V rails of course.
20 20
 
21 21
 ### Hardware
22 22
 
23
-So I bought a five-pack of cheap [Arduino Pro Mini](https://www.arduino.cc/en/Main/ArduinoBoardProMini) clones from china. I still had some [IRF530 N-Channel MOSFETS](https://arduinodiy.wordpress.com/2012/05/02/using-mosfets-with-ttl-levels/) left over from the [LED-Cube](http://xythobuz.de/ledcube.html) that can be used for this. And I needed to build a small [RS232-TTL converter](http://picprojects.org.uk/projects/simpleSIO/ssio.htm) (using 2N3904 and 2N3906 as Transistors).
23
+So I bought a five-pack of cheap [Arduino Pro Mini](https://www.arduino.cc/en/Main/ArduinoBoardProMini) clones from china. I still had some [IRF530 N-Channel MOSFETS](https://arduinodiy.wordpress.com/2012/05/02/using-mosfets-with-ttl-levels/) left over from the [LED-Cube](ledcube.html) that can be used for this. And I needed to build a small [RS232-TTL converter](http://picprojects.org.uk/projects/simpleSIO/ssio.htm) (using 2N3904 and 2N3906 as Transistors).
24 24
 
25 25
 <div class="lightgallery">
26 26
     <a href="img/CaseLights-schem.png">

+ 1
- 1
input/blog/2016/2016_02_13_buildroot.md Visa fil

@@ -22,7 +22,7 @@ Buildroot supports the OLinuXino out-of-the-box, but is using the Freescale-Prov
22 22
 
23 23
 ## Result
24 24
 
25
-You can get the results [from GitHub](https://github.com/xythobuz/camcorder-buildroot) or [my Server](http://xythobuz.de/git/camcorder-buildroot/). Follow the instructions in the README.md to create your own Image using the current 4.4.x mainline Linux Kernel and flash it.
25
+You can get the results [from GitHub](https://github.com/xythobuz/camcorder-buildroot) or [my Server](https://git.xythobuz.de/thomas/camcorder-buildroot). Follow the instructions in the README.md to create your own Image using the current 4.4.x mainline Linux Kernel and flash it.
26 26
 
27 27
 <div class="lightgallery">
28 28
     <a href="img/olinuxino.jpg">

+ 1
- 1
input/blog/2016/2016_05_25_spacenav_plus.md Visa fil

@@ -14,7 +14,7 @@ I've now switched to using Arch Linux full-time, so I'm no longer using my port
14 14
 Fortunately, a spacenav-plus package has recently [appeared in the AUR](https://aur.archlinux.org/packages/spacenav-plus/) and works just fine.
15 15
 Also, Blender, FreeCAD and OpenSCAD now all support spacenav out-of-the-box without any patches required!
16 16
 
17
-Since I've got my [Fabrikator Mini 3D printer](http://xythobuz.de/2016_03_24_marlin_fabrikator_mini.html), I've spent some timer [creating things](http://www.thingiverse.com/xythobuz/designs), mainly with [OpenSCAD](http://www.openscad.org).
17
+Since I've got my [Fabrikator Mini 3D printer](2016_03_24_marlin_fabrikator_mini.html), I've spent some timer [creating things](http://www.thingiverse.com/xythobuz/designs), mainly with [OpenSCAD](http://www.openscad.org).
18 18
 
19 19
 I've still got an old [Spacemouse Classic](http://spacemice.org/index.php?title=Spacemouse_Classic) laying around. It's 20 years old at this point and my model connects to a computer using a RS232 serial connection.
20 20
 

+ 1
- 1
input/blog/2022/2022_07_29_MCH2022.md Visa fil

@@ -113,7 +113,7 @@ lightgallery([
113 113
 
114 114
 ## UbaBot Cocktail Machine
115 115
 
116
-Of course [we](http://drinkrobotics.de) also brought our [UbaBot Cocktail Machine](https://www.xythobuz.de/drinkrobotics.html) and ran it at Frubar over the whole event.
116
+Of course [we](http://drinkrobotics.de) also brought our [UbaBot Cocktail Machine](drinkrobotics.html) and ran it at Frubar over the whole event.
117 117
 Operations were slightly hindered by an unbelievable amount of wasps while the sun was out.
118 118
 They really loved the sugary sirups and for a considerable part of the day you could not get a drink without having to fish out at least one wasp that fell in while dispensing.
119 119
 

Laddar…
Avbryt
Spara