-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
65 lines (56 loc) · 4.5 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Chapterboard by BlakeLucchesi</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>ChapterBoard</h1>
<p>Fraternity and Sorority communication and organization tools. The official repository of the open-sourced code from www.chapterboard.com</p>
<p class="view"><a href="https://github.com/BlakeLucchesi/chapterboard">View the Project on GitHub</a></p>
<ul>
<li><a href="https://github.com/BlakeLucchesi/chapterboard/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/BlakeLucchesi/chapterboard/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/BlakeLucchesi/chapterboard">View On <strong>GitHub</strong></a></li>
</ul>
<img src="logo.png" />
</header>
<section>
<h3>Credits</h3>
<p>ChapterBoard was created and operated by Blake Lucchesi and Alexandra Harris. The logo and iPhone application icons were designed by our good friend Lance Alton Troxel of <a href="http://thisbythem.com">This By Them</a>.</p>
<p>The ChapterBoard web application was built upon the <a href="http://kohanaframework.org/">Kohana PHP MVC Framework</a> (version 2.3.x). It was hosted on a server running <a href="http://www.ubuntu.com/business/server/overview">Ubuntu Linux</a> with the <a href="http://wiki.nginx.org/Main">nginx web server</a> and <a href="http://www.mysql.com/">MySQL database server</a>.</p>
<h3>Requirements</h3>
<ul>
<li>Apache or Nginx</li>
<li>PHP 5.2+</li>
<li>MySQL 5.x</li>
</ul>
<p>For additional setup and installation please read the <a href="https://github.com/BlakeLucchesi/chapterboard/wiki">project wiki on GitHub</a>.</p>
<h3>Support or Contact</h3>
<p>Having trouble? Please check out the <a href="https://github.com/BlakeLucchesi/chapterboard/issues">issue queue on GitHub</a>, but do keep in mind that the source code is released as is, without any guarantee or support. If the project maintainers have time, they'll do their best to help you out.</p>
<h3>License</h3>
<p>By obtaining the Software you agree to comply with the terms and conditions of this license.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
<li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li>
<li>Neither the name of the Kohana nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</li>
</ul>
<p><small>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</small></p>
<p>NOTE: This license is modeled after the BSD software license.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
</body>
</html>