-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathabout.html
106 lines (100 loc) · 3.27 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<div class="well">
<h1 id="einkaufsliste">Einkaufsliste</h1>
<p>Dieses kleine Tool löst das "Ewige-Einkaufsliste-für-mehr-Personen-Problem". Kein Whatsapp, E-Mail und
Co., keine Medienbrüche und keine oversized Google Docs-Lösungen mit Overhead, scheiss-Bedienung und fremdem
Cloud-Zeugs.</p>
<h2 id="anforderung">Anforderung</h2>
<h3 id="server">Server</h3>
<ol>
<li>PHP >= 5.3.4 mit SQLite</li>
<li>ggf. <code>bower</code></li>
</ol>
<h3 id="clients">Clients</h3>
<ul>
<li>Halbwegs aktueller Browser (Bootstrap und Angular müssen laufen...)</li>
<li>Internet</li>
<li>ggf. <code>bower</code></li>
</ul>
<h2 id="installation">Installation</h2>
<ol>
<li>In einen Ordner auf einem öffentlichen Server kopieren</li>
<li><code>bower install</code> laufen lassen (kann man auch lokal machen und alles hochladen)</li>
<li>ggf. <code>.htaccess</code>-Schutz vergeben</li>
</ol>
<h2 id="versionen">Versionen</h2>
<h2 id="0-8-3">0.8.3</h2>
<ul>
<li>Läuft jetzt auch mit PHP 5.3</li>
<li>AnguarJS Update auf 1.4.2</li>
<li>Bootstrap Update auf 3.3.5</li>
<li>jQuery Update auf 2.1.4</li>
</ul>
<h2 id="0-8-2">0.8.2</h2>
<ul>
<li>Lizenz in der bower.json-Datei korrigiert</li>
</ul>
<h2 id="0-8-1">0.8.1</h2>
<ul>
<li>About-Dokument überarbeitet</li>
<li>Button-Größen beim Hinzufügen zurückgeändert</li>
</ul>
<h2 id="0-8-0">0.8.0</h2>
<ul>
<li>Bootstrap Update</li>
<li>Angular Update</li>
<li>Option zum Mehrfach-Hinzufügen (#9)</li>
<li>Hinzufügen-Bug behoben (#8)</li>
<li>Zoom-Bug behoben</li>
</ul>
<h3 id="0-7-0">0.7.0</h3>
<ul>
<li>Restful API mit Slim-Framework</li>
<li>SQLite mit RedBeanPHP</li>
<li>kleine Usability-Enhancements</li>
<li>Serverseitige Hash-Generierung für Daten</li>
<li>Hinweise für Fehler im Ajax</li>
<li>Android-Chrome-Homescreen-Icon</li>
</ul>
<h3 id="0-6-0">0.6.0</h3>
<ul>
<li>Neuer Header</li>
<li>ICON!</li>
<li>bessere Usability</li>
<li>Navi-Bug gefixed</li>
</ul>
<h3 id="0-5-1">0.5.1</h3>
<ul>
<li>Mobile fix</li>
</ul>
<h3 id="0-5-0">0.5.0</h3>
<ul>
<li>Erstes Release</li>
</ul>
<h2 id="roadmap">Roadmap</h2>
<ul>
<li>Das PHP besser machen</li>
<li>Login nativ</li>
</ul>
<h2 id="lizenz">Lizenz</h2>
<p>GPLv2</p>
<h2 id="libraries">Libraries</h2>
<ul>
<li>Bootstrap</li>
<li>jQuery</li>
<li>Angular.JS
<ul>
<li>Angular-Route</li>
<li>Angular-Animate</li>
</ul>
</li>
</ul>
<h2 id="danksagungen">Danksagungen</h2>
<ol>
<li>Meine Frau, ohne die ich nie auf die Idee gekommen wäre.</li>
<li>CodeSchool für das coole Angular-Tutorial</li>
<li><a href="https://openclipart.org/detail/182735/check-list-by-crisg-182735">crisg von OpenClipart</a> für das
Logo
</li>
<li>Christian Nielebock (@Ravetracer) für Inspiration und Hilfe bei der API</li>
</ol>
</div>