forked from flourishlib/flourishlib.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Download.html
103 lines (91 loc) · 3.95 KB
/
Download.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>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"><script src="/js/newest_tag.js"></script>
<h1 id="Download">Download</h1>
<div class="sidebar">
<h2 id="Updating">Updating?</h2>
<ul>
<li>View <a href="/docs/BackwardsCompatibilityBreak">backwards compatibility issues</a></li>
</ul>
</div>
<p><a href="https://github.com/flourishlib/flourish-classes/tags" class="newest-tag-href action"><span class="de-em">Download: </span>v<span class="newest-tag">–</span></a></p>
<p>
If you are new to Flourish, be sure to check out <a href="/docs/GettingStarted">Getting
Started</a> and <a href="/docs/HowDoI">How Do I?</a>.
</p>
<h2 id="Git">Git</h2>
<p>
If you are just interested in using Flourish as part of another project, it can be obtained from the <code>flourish-classes</code> repository on GitHub:
</p>
<p>
<strong>Git Repository:</strong> git://github.com/flourishlib/flourish-classes.git
</p>
<p>
<strong>Clone Command:</strong> <code>git clone git://github.com/flourishlib/flourish-classes.git</code>
</p>
<p>
<strong>GitHub Project:</strong> <a href="https://github.com/flourishlib/flourish-classes">https://github.com/flourishlib/flourish-classes</a>
</p>
<h3 id="Development">Development</h3>
<p>
Primary Flourish development happens in git using GitHub as a central hub. The main <a href="https://github.com/flourishlib/flourish">flourish</a> repository contains submodules for the various parts of the Flourish infrastructure.
</p>
<h2 id="SVNMercurialOthers">SVN, Mercurial, Others</h2>
<p>
Flourish used to be developed in an SVN repository and synced to a number of other version control systems. In early 2012 this system was migrated to GitHub to allow for easier collaboration.
</p>
<p>
GitHub offers ways to checkout git repositories via <a href="https://github.com/blog/966-improved-subversion-client-support">SVN</a> and <a href="http://hg-git.github.com/">Mercurial</a>. Unfortunately the Darcs and Bazaar systems are no longer supported.
</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>