-
Notifications
You must be signed in to change notification settings - Fork 0
/
Support.html
102 lines (89 loc) · 3.97 KB
/
Support.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Support – Flourish</title>
<link href='http://fonts.googleapis.com/css?family=Arimo:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css" type="text/css" media="all">
<link rel="stylesheet" href="js/codemirror.css" type="text/css">
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/codemirror.js"></script>
<script src="js/util/runmode.js"></script>
<script src="js/mode/xml/xml.js"></script>
<script src="js/mode/clike/clike.js"></script>
<script src="js/mode/javascript/javascript.js"></script>
<script src="js/mode/css/css.js"></script>
<script src="js/mode/php/php.js"></script>
<script src="js/mode/mysql/mysql.js"></script>
<script src="js/mode/htmlmixed/htmlmixed.js"></script>
<script src="js/highlight.js"></script>
<script src="js/site.js"></script>
</head>
<body>
<header>
<section class="main group">
<a href="index.html"><img src="img/logo.png" alt="Flourish" /></a>
<span class="tagline">PHP Unframework</span>
<nav class="group">
<a href="docs.html">Documentation</a>
<a href="download/index.html">Download</a>
<a href="https://github.com/flourishlib/flourish-classes">Code</a>
<a href="https://github.com/flourishlib/flourish-classes/issues">Issues</a>
<a href="Tests.html">Tests</a>
<a href="discussion/index.html">Discussion</a>
<a href="blog.html">Blog</a>
</nav>
</section>
</header>
<section class="main">
<h1 id="Support">Support</h1>
<h2 id="LookingforSupport">Looking for Support?</h2>
<ul>
<li>There is an IRC channel, #flourishlib on Freenode accessible via any IRC client or a simple <a href="http://webchat.freenode.net/?channels=#flourishlib">web
interface</a></li>
<li>The <a href="discussion/index.html">discussion forum</a> allows your questions to be seen by lots of people</li>
<li>If youve found a bug or want to request a feature, you can create an issue in the appropriate repository on GitHub:
<ul>
<li><a href="https://github.com/flourishlib/flourish-classes/issues">https://github.com/flourishlib/flourish-classes/issues</a></li>
<li><a href="https://github.com/flourishlib/flourish-tests/issues">https://github.com/flourishlib/flourish-tests/issues</a></li>
<li><a href="https://github.com/flourishlib/flourish-docs/issues">https://github.com/flourishlib/flourish-docs/issues</a></li>
</ul>
</li>
</ul>
<p>
If you are interested in custom development, consulting or paid support/help, please feel free to <a href="mailto:[email protected]">email me</a>.
</p>
<h2 id="WanttoSupportFlourish">Want to Support Flourish?</h2>
<p>
Below are some useful ways that you can help encourage the growth of Flourish, or just say thanks.
</p>
<ul>
<li>Help others in the <a href="discussion/index.html">discussion forum</a></li>
<li><a href="https://github.com/flourishlib">Open issues or submit pull requests</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=will%%40flourishlib%%2ecom&item_name=Flourish&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%%2dDonationsBF&charset=UTF%%2d8">Donate money</a> via PayPal</li>
<li><a href="http://www.amazon.com/gp/registry/wishlist/2OLC10BQEZZMV/ref=wl_web">Buy a
gift</a> from Amazon</li>
</ul>
<h2 id="ThankYou">Thank You!</h2>
<p>
While support comes from many people in many ways, Id like to extends a special thanks to those who've given their time, code, translations or money to help out:
</p>
<ul>
<li><a href="http://www.imarc.net">iMarc</a></li>
<li>Patrick McPhail of <a href="http://blackfishinteractive.com">Black Fish Interactive</a></li>
<li>Justin Noel</li>
<li>Martin Santangelo</li>
<li>Luke Foreman</li>
<li>Nick Trew</li>
<li><a href="http://gruppoambita.com">Gruppo Ambita</a></li>
</ul>
<p>
</section>
<footer>
<section class="main group">
© 2012 Will Bond
</section>
</footer>
</body>
</html>
</p>