-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (41 loc) · 2.25 KB
/
index.html
File metadata and controls
52 lines (41 loc) · 2.25 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Aeste Code by aeste</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<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 class="header">Aeste Code</h1>
<p class="header">Code Home</p>
<ul>
<li><a class="buttons github" href="https://github.com/aeste">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a name="aestecode" class="anchor" href="#aestecode"><span class="octicon octicon-link"></span></a>Aeste:Code</h3>
<p>Our code repository on github serves as a public repository for our product codes. The code available here can be forked and worked upon by the public. If there are any improvements, just send us a <em>pull request</em> to integrate the changes back into the main-line code.</p>
<h3>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h3>
<p>Most of our software code is released under the <a href="http://www.gnu.org/licenses/gpl.html">GPL3</a> license or better. Some of our hardware code is released under the <a href="http://www.gnu.org/licenses/lgpl.html">LGPL3</a> or better.</p>
<h3>
<a name="git-flow" class="anchor" href="#git-flow"><span class="octicon octicon-link"></span></a>Git Flow</h3>
<p>We use the popular 'git flow' workflow processes in-house. Actual code used in products can be found in the <em>master</em> branch, while all development work happens on the <em>development</em> branch. More information on the <a href="http://www.atlassian.com/git/workflows#!workflow-gitflow">process</a>.</p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>