Human BeatboxEinfach nur LOL! Flutebox?!? Flutebox 2 Und hier ein lebendiger Plattenspieler Die Media Variante Irgendein Belgisches Starsearch oder so: Und zu guter letzt: Drum and Base Eingestellt von dunkelstern |
||
0 Kommentare Labels: fun , internet , musik , video |
How to get an atom feed from svn logsNow a small but cool thing. How to get an Atom feed out of a svn commit log? That's pretty easy because svn may output logfiles as XML and because Atom is valid XML too we may use a simple XSLT script to do the job <?xml version="1.0" encoding="UTF-8" standalone="yes"?> It's output not very pretty but it does it's work (you may change it as you want, just be sure to write valid XML). Call it as cron job like that: svn log -v --xml http://kdemod.ath.cx/svn/ | sabcmd svn2atom.xsl >svn.xml I am using the sablotron xslt processor here but every other one should do as well. (for example on my server I use xsltproc) Eingestellt von dunkelstern |
||
0 Kommentare Labels: computer , english , internet , programmieren , technisch |
Icon Execute Feedback in KubuntuHi there Kubuntu users and developers! I recently read the Herd5 Release announcement of Kubuntu Feisty Fawn and now what? They included my icon execute Ffeedback patch for KDE. But they didn't only include it silently but use it as some kind of marketing instrument and hilight it directly on the release page :) Thanks Kubuntu developers PS: If any of the Kubuntu developers read my Blog (which i doubt) please download the current version of the patch as I will improve it a little bit soon. (New release will happen today or tomorrow.) Update: I just uploaded a slightly revised patch to fix some speed issues some people had (was too fast) Eingestellt von dunkelstern |
||
0 Kommentare Labels: english , KDE , kdemod , Kubuntu , linux , programmieren , technisch |
Archlinux 64Bit KDEmodI am currently building KDEmod for Archlinux 64Bit Version (arch64). It seems there are no further bugs to fix for the base packages and it compiles relatively fast. I think I will start uploading packages today evening. But please be patient because there are 400MB that have to go upstream through my DSL connection *g* Have fun stranger! Update: Eingestellt von dunkelstern |
||
0 Kommentare Labels: archlinux , english , internet , kdemod , linux |