This repository was archived by the owner on Jul 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathread-even-more.html
53 lines (42 loc) · 3.22 KB
/
read-even-more.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
<!DOCTYPE html>
<html>
<head>
<title>Ensemble: a php content management framework</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<article>
<h1><a href="index.html">ensemble</a></h1>
<h2>even more information</h2>
<a href="#copyright"><img src="ensemble.png" class="col1"></a>
<p class="col2">
Try ensemble now by installing our <a href="http://github.com/ensemble/SampleApplication">test application</a>. The <a href="https://github.com/ensemble/SampleApplication/blob/master/README.md">README</a> text describes the steps you need to take to install ensemble. You might also look into our <a href="https://github.com/ensemble/EnsembleKernel">kernel</a> and <a href="https://github.com/ensemble/EnsembleAdmin">admin</a> modules since they provide the core of ensemble. A complete list of ensemble modules can you find at our <a href="https://github.com/ensemble/documentation/wiki/List-of-modules">wiki</a>.
</p>
<h3 id="contribute">contribute</h3>
<p class="col2">
If you want to fix a bug or add features to ensemble, please do so! Feel free to fork ensemble and modify it to your needs. It is advised to not touch ensemble's code when building applications, but overwrite the code with your own modules instead. More about that can be found at our <a href="https://github.com/ensemble/documentation/wiki/Using-modules">wiki</a>.
</p>
<p class="col2">
However, bugs need to be fixed and features need to be developed. To do so, create a branch in your clone and give it a descriptive name. For bugfixes you might want to use <code>hotfix/some-description</code> and for features <code>feature/some-description</code>. If you finished your work, feel free to open a Pull Request and let us review your work and merge it back into our repository. More information about this workflow can be found at out <a href="https://github.com/ensemble/documentation/wiki/Contributing">wiki</a>.
</p>
<h3 id="initiators">intiators</h3>
<p class="col2">
The first steps of ensemble are made by <a href="http://juriansluiman.nl">Jurian Sluiman</a>. As a co-founder of <a href="http://soflomo.com">Soflomo</a>, more resources from Soflomo have been gathered to make ensemble to what it is now. And of course many more people from the Zend Framework community have elaborated on the features of ensemble.
</p>
<h3 id="license">license</h3>
<p class="col2">
Ensemble is a New BSD licensed product. In every package of ensemble a LICENSE document is attached in the root directory and contains the New BSD license clausules.
</p>
<p class="col2">
The logo of ensemble, depicted on the left, is released under the <a href="http://creativecommons.org/licenses/by-nd/3.0/">Creative Commons, Attribution, No Derivative Works license version 3.0</a>.
</p>
<ul class="col2">
<li><a href="index.html">Return to the ensemble homepage</a></li>
<li><a href="http://github.com/ensemble">Go to our project page</a></li>
</ul>
<div id="copyright">The ensemble logo is released under the <a href="http://creativecommons.org/licenses/by-nd/3.0/">Create Commons Attribution-NoDerivs 3.0 Unported</a> license
<span><a href="#">X</a></span>
</div>
</article>
</body>
</html>