tomk32
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Domain RedirectingWhat you need is mod_rewrite but not every hoster has enabled it.
Forum: Themes and Templates
In reply to: new theme: Green Quartersorry typo. 2.0 for 3.0-de is not available yet afaik
Forum: Themes and Templates
In reply to: Theme licensingmatt: there’s a “we believe they form a single program” and the paragraph below ends with “that is a borderline case”. So I wouldn’t count too much on the FSF’s opinion on court.
Just to a point clear: I prefer CreativeCommons (or public domain) for my work cuz GPL/GFDL just sucks and they are unable to fit it to european law as CreativeCommons did.
Forum: Themes and Templates
In reply to: Theme licensingThe issue is analog to the (still disputed) issue wether or not a non-GPL software (here theme) can dynamically link (themes are normally distributed without WordPress) to a GPL software (here wordpress). So, if you want to know it for sure, sue someone who did a non-GPL theme and find out.
Additionally you can use GPL-software (let’s say gcc) to generate non-GPL software/content.
Forum: Fixing WordPress
In reply to: using HTML in a description/tagline; can it be done?it’s even more simple
<?php echo get_bloginfo(‘description’); ?>