guaka: great !drupal module to tweak theme CSS http://drupal.org/project/sweaver
tag:
great !drupal module to tweak theme CSS http://drupal.org/project/sweaver
great !drupal module to tweak theme CSS http://drupal.org/project/sweaver
I'm working on a project to convert a big ASP website into Drupal. On Windows OSes there is not really a distinction between upper and lower case characters in filenames. At first I thought to just leave the capitals, but on web pages links were sometimes with capitals and sometimes lowercase. So I added some stuff to the Apache configuration, usually inside the VirtualHost directive (this does not work in .htaccess):
<
pre>
RewriteEngine on
RewriteMap lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
#drupal #i18n sucks at times - decoupled http://teaktisch.com/ from https://teaktafels.nl/
For my little project site about swimming pool construction I decided I needed some way to spread links better over Dutch sites. So I hacked around a little bit in Drupal's Service Links module and I just uploaded some files to support nujij en eKudos. I want to add some more Dutch sites, but there ain't that many it seems.