If you would like to have a language switch like I have, that can be done.
It’s now available on wordpress.org: Multilingual Text
Update 2011-09-21: Version 1.4 Released
Continue reading ‘WordPress: Multiple Languages’
A blog about Retrocomputing‎ and more
If you would like to have a language switch like I have, that can be done.
It’s now available on wordpress.org: Multilingual Text
Update 2011-09-21: Version 1.4 Released
Continue reading ‘WordPress: Multiple Languages’
I don’t like php’s getopt function, because it’s too crippled.
I’ve started a write a replacement function.
It has more options, is easier to handle and returns all non parameter arguments.
Fell free to use or improve it:
Code / Docs: https://github.com/alexkazik/getopts
Update 2011-04-19: Added License and a small improvement.
This Zero-Mailer is even less than a nullmailer. It is a sendmail replacement which (basic configuration) send all mails to a single email address (ignoring the destination address).
It’s desigend for servers, which are no mail servers, and only sends logs, notices and such things. So all other software (may be scripts, used from the web-server) have to use a SMTP server for outgoing mail (e.g. forum).
It can be configred that when sendmail is invoked by a user, that all those mails are going to another address. (the users which calls sendmail is important, not the destination).