Skip to content

Instantly share code, notes, and snippets.

View katgirl's full-sized avatar

Kirsten Roschanski katgirl

View GitHub Profile
@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
@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>

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 / 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
<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 / 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
*/
@katgirl
katgirl / iso_reader_default.html5
Created October 21, 2014 09:52
Mikrodaten für Google Shopping
<form action="<?php echo $this->action; ?>" id="<?php echo $this->formId; ?>" name="iso<?php echo rand(); ?>" method="post" enctype="<?php echo $this->enctype; ?>">
<div class="formbody" itemscope itemtype="http://schema.org/Product">
<input type="hidden" name="FORM_SUBMIT" value="<?php echo $this->formSubmit; ?>">
<input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}">
<h2 itemprop="name"><?php echo $this->name; ?></h2>
<?php if ($this->sku): ?>
<meta itemprop="sku" content="<?php echo $this->sku; ?>" />
<?php endif; ?>
<?php
/**
* Contao Open Source CMS
*
* Copyright (C) 2014 Kirsten Roschanski
*
* @package registration_gtc
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
/**
* Save path in file, not a uuid by save dca
*
* @param uuid
*/
public function saveFile($value)
{
if(version_compare(VERSION, '3.2', '>='))
{
return \String::binToUuid($value);
@katgirl
katgirl / contao.conf
Last active August 29, 2015 14:01 — forked from psi-4ward/contao.conf
index index.php index.html index.html;
client_max_body_size 200M;
sendfile on;
error_page 404 /404.html;
location / {
try_files $uri $uri/ /index.php?$args;
}
location = /favicon.ico {