git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/www/vhosts/jango104.domain.de/test
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/var/www/vhosts/jango104.domain.de/test')
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/.htaccess107
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/Makefile6
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/README.html2
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/README.md4
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/WEISSSPASS.html54
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/not_accessible0
-rw-r--r--localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/index.php106
l---------localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/tcpdf_include.php1
l---------localfs/var/www/vhosts/jango104.domain.de/test/theme1
9 files changed, 281 insertions, 0 deletions
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/.htaccess b/localfs/var/www/vhosts/jango104.domain.de/test/.htaccess
new file mode 100644
index 0000000..35fc418
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/.htaccess
@@ -0,0 +1,107 @@
+#
+# Apaxy by @adamwhitcroft
+#
+# For a full breakdown of the mod_autoindex module:
+# http://apache.org/docs/2.4/mod/mod_autoindex.html
+#
+
+# ENABLE INDEXING
+Options +Indexes
+
+# INDEX OPTIONS
+IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* +IconsAreLinks
+
+# META VIEWPORT
+IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"
+
+# HIDE /theme DIRECTORY
+IndexIgnore .htaccess /theme
+
+#
+# GENERAL ICONS (BLANK, DIRECTORY, PARENT DIRECTORY)
+#
+
+#
+# Replace test with your directory URL eg:
+# If your directory is http://mywebsite.com/share/
+# you would change to:
+#
+# AddIcon /share/theme/icons/blank.png ^^BLANKICON^^
+#
+
+AddIcon /test/theme/icons/blank.png ^^BLANKICON^^
+AddIcon /test/theme/icons/folder.png ^^DIRECTORY^^
+AddIcon /test/theme/icons/folder-home.png ..
+
+AddIconByType (TXT,/test/theme/icons/text.png) text/*
+AddIconByType (IMG,/test/theme/icons/image.png) image/*
+AddIconByType (SND,/test/theme/icons/audio.png) audio/*
+AddIconByType (VID,/test/theme/icons/video.png) video/*
+
+#
+# EXTENSION SPECIFIC ICONS
+#
+
+AddIcon /test/theme/icons/archive.png .7z .bz2 .cab .gz .tar
+AddIcon /test/theme/icons/audio.png .aac .aif .aifc .aiff .ape .au .flac .iff .m4a .mid .mp3 .mpa .ra .wav .wma .f4a .f4b .oga .ogg .xm .it .s3m .mod
+AddIcon /test/theme/icons/bin.png .bin .hex
+AddIcon /test/theme/icons/bmp.png .bmp
+AddIcon /test/theme/icons/c.png .c
+AddIcon /test/theme/icons/calc.png .xlsx .xlsm .xltx .xltm .xlam .xlr .xls .csv
+AddIcon /test/theme/icons/cd.png .iso
+AddIcon /test/theme/icons/cpp.png .cpp
+AddIcon /test/theme/icons/css.png .css .sass .scss
+AddIcon /test/theme/icons/deb.png .deb
+AddIcon /test/theme/icons/doc.png .doc .docx .docm .dot .dotx .dotm .log .msg .odt .pages .rtf .tex .wpd .wps
+AddIcon /test/theme/icons/draw.png .svg .svgz
+AddIcon /test/theme/icons/eps.png .ai .eps
+AddIcon /test/theme/icons/exe.png .exe
+AddIcon /test/theme/icons/gif.png .gif
+AddIcon /test/theme/icons/h.png .h
+AddIcon /test/theme/icons/html.png .html .xhtml .shtml .htm .URL .url
+AddIcon /test/theme/icons/ico.png .ico
+AddIcon /test/theme/icons/java.png .jar
+AddIcon /test/theme/icons/jpg.png .jpg .jpeg .jpe
+AddIcon /test/theme/icons/js.png .js .json
+AddIcon /test/theme/icons/markdown.png .md
+AddIcon /test/theme/icons/package.png .pkg .dmg
+AddIcon /test/theme/icons/pdf.png .pdf
+AddIcon /test/theme/icons/php.png .php .phtml
+AddIcon /test/theme/icons/playlist.png .m3u .m3u8 .pls .pls8
+AddIcon /test/theme/icons/png.png .png
+AddIcon /test/theme/icons/ps.png .ps
+AddIcon /test/theme/icons/psd.png .psd
+AddIcon /test/theme/icons/py.png .py
+AddIcon /test/theme/icons/rar.png .rar
+AddIcon /test/theme/icons/rb.png .rb
+AddIcon /test/theme/icons/rpm.png .rpm
+AddIcon /test/theme/icons/rss.png .rss
+AddIcon /test/theme/icons/script.png .bat .cmd .sh
+AddIcon /test/theme/icons/sql.png .sql
+AddIcon /test/theme/icons/tiff.png .tiff .tif
+AddIcon /test/theme/icons/text.png .txt .nfo .epub .mobi .azw
+AddIcon /test/theme/icons/video.png .asf .asx .avi .flv .mkv .mov .mp4 .mpg .rm .srt .swf .vob .wmv .m4v .f4v .f4p .ogv
+AddIcon /test/theme/icons/xml.png .xml
+AddIcon /test/theme/icons/zip.png .zip
+DefaultIcon /test/theme/icons/default.png
+
+#
+# THEME FILES
+#
+HeaderName /test/theme/header.html
+ReadmeName /test/theme/footer.html
+IndexStyleSheet "/test/theme/style.css"
+
+#
+# ERROR PAGES
+#
+
+ErrorDocument 400 /test/theme/400.html
+ErrorDocument 403 /test/theme/403.html
+ErrorDocument 404 /test/theme/404.html
+ErrorDocument 408 /test/theme/408.html
+ErrorDocument 500 /test/theme/500.html
+ErrorDocument 502 /test/theme/502.html
+ ErrorDocument 401 "/errors/401.html"
+ ErrorDocument 403 "/errors/403.html"
+ ErrorDocument 404 "/errors/404.html"
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/Makefile b/localfs/var/www/vhosts/jango104.domain.de/test/Makefile
new file mode 100644
index 0000000..796d72e
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/Makefile
@@ -0,0 +1,6 @@
+VERSION = 3.81
+
+all: readmemd
+
+readmemd:
+ @pandoc -o README.html README.md
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/README.html b/localfs/var/www/vhosts/jango104.domain.de/test/README.html
new file mode 100644
index 0000000..19ebb09
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/README.html
@@ -0,0 +1,2 @@
+<h2 id="content">Content</h2>
+<p>Short and simple: every subfolder is called after tests of $something. This is a test folder on a test server, so no big elaboration.</p>
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/README.md b/localfs/var/www/vhosts/jango104.domain.de/test/README.md
new file mode 100644
index 0000000..c52cadb
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/README.md
@@ -0,0 +1,4 @@
+## Content
+
+Short and simple: every subfolder is called after tests of $something. This is
+a test folder on a test server, so no big elaboration.
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/WEISSSPASS.html b/localfs/var/www/vhosts/jango104.domain.de/test/WEISSSPASS.html
new file mode 100644
index 0000000..3f2c48f
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/WEISSSPASS.html
@@ -0,0 +1,54 @@
+<!DOCTYPE HTML>
+<!--
+ // LICENSE
+ // This well-prepared, sophisticated code was developed and finallised by
+ // REMOVED_LINE.
+ // You can leave this file as is, replace this text by a happy unicorn
+ // frolicking in the woods or do whatever else -
+ // this is WTFPL licensed.
+-->
+<html>
+ <head>
+ <title>EIJOOOOO</title>
+ <style type="text/css">
+ html,body {font-family:Monospace,monospace,serif;}
+ .by00diful tr td:last-child {font-family:'Gentium',Helvetica,serif;}
+ td {padding:0 1em;}
+ header p {margin: 0 0 1em 0;font-size:72.19%;font-style:italic;}
+ </style>
+ </head>
+ <body>
+ <section>
+ <header><h1>&laquo;Pre-formatted&raquo; (white-space:pre*)</h1></header>
+ <table>
+ <tr><th scope="col">Char</th><th scope="col">Demo</th></tr>
+ <tr><td>&amp;thinsp; :</td><td>blah&thinsp;.&thinsp;blah</td></tr>
+ <tr><td>&amp;#9; :</td><td>blah&#9;.&#9;blah</td></tr>
+ <tr><td>&amp;nbsp; :</td><td>blah&nbsp;.&nbsp;blah</td></tr>
+ <tr><td>&amp;ensp; :</td><td>blah&ensp;.&ensp;blah</td></tr>
+ <tr><td>&amp;emsp; :</td><td>blah&emsp;.&emsp;blah</td></tr>
+ </table>
+ </section>
+ <section>
+ <header>
+ <h1>Not &laquo;pre-formatted&raquo; (white-space:no*)</h1>
+ <p>(Gentium, Helvetica, or your default serif, in that order)</p>
+ </header>
+ <table class="by00diful">
+ <tr><th scope="col">Char</th><th scope="col">Demo</th></tr>
+ <tr><td>&amp;thinsp; :</td><td>blah&thinsp;.&thinsp;blah</td></tr>
+ <tr><td>&amp;#9; :</td><td>blah&#9;.&#9;blah</td></tr>
+ <tr><td>&amp;nbsp; :</td><td>blah&nbsp;.&nbsp;blah</td></tr>
+ <tr><td>&amp;ensp; :</td><td>blah&ensp;.&ensp;blah</td></tr>
+ <tr><td>&amp;emsp; :</td><td>blah&emsp;.&emsp;blah</td></tr>
+ </table>
+ <p>
+ <a href="https://en.wikipedia.org/wiki/Concrete_poetry" rel="external">This</a>
+ </p>
+ <p>
+ <a href="https://hea-www.harvard.edu/~fine/Tech/html-sentences.html">More</a>
+ by Tom Fine @ High Energy Astrophysics Harvard
+ </p>
+ </section>
+ </body>
+</html>
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/not_accessible b/localfs/var/www/vhosts/jango104.domain.de/test/not_accessible
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/not_accessible
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/index.php b/localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/index.php
new file mode 100644
index 0000000..482592c
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/index.php
@@ -0,0 +1,106 @@
+<?php
+//============================================================+
+// File name : example_001.php
+// Begin : 2008-03-04
+// Last Update : 2013-05-14
+//
+// Description : Example 001 for TCPDF class
+// Default Header and Footer
+//
+// Author: Nicola Asuni
+//
+// (c) Copyright:
+// Nicola Asuni
+// Tecnick.com LTD
+// www.tecnick.com
+// info@tecnick.com
+//============================================================+
+
+/**
+ * Creates an example PDF TEST document using TCPDF
+ * @package com.tecnick.tcpdf
+ * @abstract TCPDF - Example: Default Header and Footer
+ * @author Nicola Asuni
+ * @since 2008-03-04
+ */
+
+// Include the main TCPDF library (search for installation path).
+require_once('tcpdf_include.php');
+
+// create new PDF document
+$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
+
+// set document information
+$pdf->SetCreator(PDF_CREATOR);
+$pdf->SetAuthor('Nicola Asuni');
+$pdf->SetTitle('TCPDF Example 001');
+$pdf->SetSubject('TCPDF Tutorial');
+$pdf->SetKeywords('TCPDF, PDF, example, test, guide');
+
+// set default header data
+$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 001', PDF_HEADER_STRING, array(0,64,255), array(0,64,128));
+$pdf->setFooterData(array(0,64,0), array(0,64,128));
+
+// set header and footer fonts
+$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN));
+$pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA));
+
+// set default monospaced font
+$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
+
+// set margins
+$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT);
+$pdf->SetHeaderMargin(PDF_MARGIN_HEADER);
+$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
+
+// set auto page breaks
+$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
+
+// set image scale factor
+$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
+
+// set some language-dependent strings (optional)
+if (@file_exists(dirname(__FILE__).'/lang/eng.php')) {
+ require_once(dirname(__FILE__).'/lang/eng.php');
+ $pdf->setLanguageArray($l);
+}
+
+// ---------------------------------------------------------
+
+// set default font subsetting mode
+$pdf->setFontSubsetting(true);
+
+// Set font
+// dejavusans is a UTF-8 Unicode font, if you only need to
+// print standard ASCII chars, you can use core fonts like
+// helvetica or times to reduce file size.
+$pdf->SetFont('dejavusans', '', 14, '', true);
+
+// Add a page
+// This method has several options, check the source code documentation for more information.
+$pdf->AddPage();
+
+// set text shadow effect
+$pdf->setTextShadow(array('enabled'=>true, 'depth_w'=>0.2, 'depth_h'=>0.2, 'color'=>array(196,196,196), 'opacity'=>1, 'blend_mode'=>'Normal'));
+
+// Set some content to print
+$html = <<<EOD
+<h1>Welcome to <a href="http://www.tcpdf.org" style="text-decoration:none;background-color:#CC0000;color:black;">&nbsp;<span style="color:black;">TC</span><span style="color:white;">PDF</span>&nbsp;</a>!</h1>
+<i>This is the first example of TCPDF library.</i>
+<p>This text is printed using the <i>writeHTMLCell()</i> method but you can also use: <i>Multicell(), writeHTML(), Write(), Cell() and Text()</i>.</p>
+<p>Please check the source code documentation and other examples for further information.</p>
+<p style="color:#CC0000;">TO IMPROVE AND EXPAND TCPDF I NEED YOUR SUPPORT, PLEASE <a href="http://sourceforge.net/donate/index.php?group_id=128076">MAKE A DONATION!</a></p>
+EOD;
+
+// Print text using writeHTMLCell()
+$pdf->writeHTMLCell(0, 0, '', '', $html, 0, 1, 0, true, '', true);
+
+// ---------------------------------------------------------
+
+// Close and output PDF document
+// This method has several options, check the source code documentation for more information.
+$pdf->Output('example_001.pdf', 'I');
+
+//============================================================+
+// END OF FILE
+//============================================================+
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/tcpdf_include.php b/localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/tcpdf_include.php
new file mode 120000
index 0000000..e9dd3a0
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/tcpdf/tcpdf_include.php
@@ -0,0 +1 @@
+/usr/share/doc/php-tcpdf/examples/tcpdf_include.php \ No newline at end of file
diff --git a/localfs/var/www/vhosts/jango104.domain.de/test/theme b/localfs/var/www/vhosts/jango104.domain.de/test/theme
new file mode 120000
index 0000000..bedc2f9
--- /dev/null
+++ b/localfs/var/www/vhosts/jango104.domain.de/test/theme
@@ -0,0 +1 @@
+/var/www/apaxy/theme \ No newline at end of file