-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAdvancedDownload.html
65 lines (62 loc) · 2.49 KB
/
AdvancedDownload.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 http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Advanced Download – 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="/"><img src="/img/logo.png" alt="Flourish" /></a>
<span class="tagline">PHP Unframework</span>
<nav class="group">
<a href="/docs">Documentation</a>
<a href="/Download">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">Tests</a>
<a href="http://discussion.flourishlib.com">Discussion</a>
<a href="/blog">Blog</a>
</nav>
</section>
</header>
<section class="main">
<h1 id="AdvancedDownload">Advanced Download</h1>
<p>
This page used to contain a form that allowed users to select specific Flourish classes and download a zip file containing all dependencies. Unfortunately this is no longer since Flourish has moved hosting infrastructure to GitHub.
</p>
<p>
Please see the <a href="/docs/Download">regular download page</a> to get an archive containing all of the classes.
</p>
</section>
<footer>
<section class="main group">
© 2012 Will Bond
</section>
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-688035-5");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>