
Bündnis 90 / Die Grünen veranstalten eine Diskussionsrunde mit ihrem rechtspolitischen Sprecher im Europaparlament, Jerzy Montag, kommenden Montag 11.10. um 19:30.
Weiterhin teilnehmen werden voraussichtlich Vertreter der Stadt München, von Siemens, Microsoft, dem Linux-Verband LIVE, der IHK und MySQL.
Es wäre toll, wenn eine große Zahl an Softwarepatent-Gegnern zu dieser Diskussionsrunde erscheinen würde.
Mehr Informationen findet ihr beim FFII München oder auf der Homepage des Abgeordneten
(en: German Greens in Munich are doing a debate on software patents)
Debian GNU/Linux wird auch auf der Systems durch einen Stand vertreten sein. Die Betreuung des Standes wird großteils durch Debian-Entwickler aus der Region gemacht.
Wir hoffen auf dem Stand demonstrieren zu können, wo die Stärken von Debian liegen: Portabilität und Wartbarkeit
(en: Debian will be present with a booth on the Systems in Munich)
When checking out one of my favourite webdesign sites, A list apart (which i can really recommend for their CSS articles) i found there an article on the topic of image linking by other sites.
He brings up an issue i forgot to mention:
You cannot tell the difference of someone linking you via an <img> tag, or by using an <a href> tag. While you might not allow your images to be embedded in a foreign site, you may still want to allow normal links.
They present a php script and a rewrite rule to solve this: whenever the image is "hotlinked" from a different site, it is rewritten to a PHP script which then generates a HTML page presenting the real image. Since you can't - for now - use a HTML page in an img tag this will cause a broken-image icon to be displayed. But when someone follows a link to the image, he will be able to see it.
This probably is a good solution for image galleries. Instead of generating a "wrapper html page" you could probably also write a temporary redirect to the correct gallery page. (I don't know about the no-cache pragma effects for this... you might need to use meta refresh. and you'll need to write logic how to redirect users to the proper gallery page)
They also explicitely allow google to refer to your images. Which is especially nice for google cache. (And you can probably block google an other image search engines better using robots.txt)