Skip to content

Instantly share code, notes, and snippets.

View katgirl's full-sized avatar

Kirsten Roschanski katgirl

View GitHub Profile
@katgirl
katgirl / cgi-bruecke.php
Last active August 29, 2015 14:13
TYPO3 Installation auf ALL-INK-Server mit DB via CRON-PHP sichern
<?php
/**
* PHP version 5
* @copyright Copyright (C) 2015 Kirsten Roschanski
* @author Kirsten Roschanski <kirsten@kirsten-roschanski.de>
* @license http://opensource.org/licenses/lgpl-3.0.html
* @package Backup CGI
* @filesource https://github.com/katgirl/backup_cgi
*/
<table>
<tbody>
<tr>
<td width="15%" ><strong><?php echo $GLOBALS['TL_LANG']['isoDocument']['sku']; ?></strong></td>
<td width="50%" ><strong><?php echo $GLOBALS['TL_LANG']['isoDocument']['item']; ?></strong></td>
<td width="10%" ><strong><?php echo $GLOBALS['TL_LANG']['isoDocument']['quantity']; ?></strong></td>
<td width="15%" ><strong><?php echo $GLOBALS['TL_LANG']['isoDocument']['unitPrice']; ?></strong></td>
<td width="10%" ><strong><?php echo $GLOBALS['TL_LANG']['isoDocument']['price']; ?></strong></td>
<td width="10%" ><strong><?php echo $GLOBALS['TL_LANG']['isoDocument']['tax']; ?></strong></td>
</tr>
@katgirl
katgirl / install.php
Created June 9, 2016 06:34 — forked from richardhj/install.php
Extract the contao zip archive with this script.
<?php
/**
* PHP version 5
*
* Extracts the Contao archive (downloaded from contao.org) and redirects to the install tool.
*
* Usage:
* * Upload this file and the Contao archive in the desired folder
* * Run this script

Ist ein Verein zur Unterstützung von OpenSource-Software gemeinnützig?

Der größte deutscher Joomla-Verein, J&Beyond e.V., zieht vor den Bundesfinanzhof für seine Gemeinnützigkeit und die OpenSource-Community unterstützt dies.

2012 hat das zuständige Finanzamt in Aachen die Steuererklärung von J&Beyond e.V. für das Jahr 2010 nicht anerkannt und dem Verein die reduzierte Besteuerung verweigert.
Der J&Beyond e.V. hat als Vereinsziel die "Förderung der Volks-,

@katgirl
katgirl / Bootstrap-Overlay.html
Created July 20, 2016 10:04
Ein Overlay zum prüfen ob die Abstände alle passen beim Bootstrap
<div id="grid-overlay-kirsten-roschanski" class="container">
<button type="button" id="button-overlay-kirsten-roschanski">Overlay</button>
<div class="row">
<div class="col-xs-1"><span></span></div>
<div class="col-xs-1"><span></span></div>
<div class="col-xs-1"><span></span></div>
<div class="col-xs-1"><span></span></div>
<div class="col-xs-1"><span></span></div>
<div class="col-xs-1"><span></span></div>
<div class="col-xs-1"><span></span></div>
@katgirl
katgirl / IsotopeOrderExport.php
Last active September 13, 2017 16:36
Vorname und Name in einem Feld
<?php
/**
* IsotopeOrderExport
*
* @copyright inszenium 2016 <https://inszenium.de>
* @author Kirsten Roschanski <kirsten.roschanski@inszenium.de>
* @package IsotopeOrderExport
* @license LGPL
* @link https://github.com/inszenium/isotope-export