general
MediaWiki with Google Code Prettify
Oct 27th
To add Googles prettify.js for syntax highlighting to MediaWiki follow the instructions below:
- Download google code prettify
- Rename the containing src folder to code-prettify
- Upload the code-prettify folder (not only the content!) to your MediaWiki installation to the folder “skins”.
-
Edit the file MonoBook.php (if you use another skin, edit the corresponding file) and add the following lines anywhere within the <head>-Element.
<script type="text/javascript" src="<?php $this->text('stylepath') ?>/code-prettify/prettify.js"></script> -
Find the <body>-Element. Usually you will find the following line in the opening tag of the <body>-Element:
<?php if($this->data['body_onload']) { ?> onload="<?php $this->text('body_onload') ?>;"<?php ?>change it to:
<?php if($this->data['body_onload']) { ?> onload="<?php $this->text('body_onload') ?>;prettyPrint();"<?php } else { ?> onload="prettyPrint();" <?php } ?>
Inspired by Richard Nichols How-to: Add Code Syntax Highlighting to MediaWiki
Update: Simyo Login erneut gestört
Aug 22nd
Seit mehreren Tagen ist die Verbindungsübersicht von Simyo
nicht mehr im Betrieb, bzw. zeigt keine Werte an. Dementsprechend
werden in Kosten leider auch keine Details angezeigt. Sobald die
Wartungsarbeiten abgeschlossen sind und die Verbindungsübersicht
auf der Homepage wieder Daten anzeigt, wird auch Kosten wieder
korrekte Werte anzeigen. Ich bitte um Verständnis und hoffe, dass
das Problem möglichst bald behoben ist und wir die detaillierten
Informationen von Simyo wieder bereit gestellt bekommen. Vielen
Dank für die Rückmeldung bei Problemen- es hilft die App stetig
weiter zu verbessern. Ich bin bemüht die Probleme, die in meiner
Macht stehen, umgehend zu beheben. Über das
href="http://www.joachimschuster.de/contact/">Kontaktformular
können Probleme ganz einfach gemeldet werden.
Mehrere Absenderadressen in einem Account unter Apple Mail
Jun 18th
Google sammelt auf meinen Wunsch hin einen Großteil meiner Mailaccounts ein. Diese einzelnen Accounts konnte ich daher auch aus Mail entfernen. Würde man den Account weiter in Mail lassen, so würde die Mail einmal im Originalpostfach und einmal im Googlepostfach angezeigt – unschön.
Daraus ergibt sich aber ein Problem. Wie sendet man nun unter der entsprechenden Mailadresse? Eine Mail an z.B. foo@bar.de wird von Google Mail sauber im Postfach noch als Emfänger foo@bar.de geführt (nicht etwa foo@googlemail.com). Über die Weboberfläche von Google Mail kann man auch dem Sender über die Adresse foo@bar.de antworten. In Mail steht einem zunächst nur das Google Konto, also foo@googlemail.com zur Verfügung.
Die Lösung besteht nun darin, die weiteren Mailadressen einfach in das Feld “E-Mail-Adresse:” im Google Account in den Einstellungen von Mail per Komma getrennt anzugeben:
foo@googlemail.com,foo@bar.de,foo2@bar.com
Der Tipp stammt von Jonathan Tron.
