-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (137 loc) · 6.41 KB
/
index.html
File metadata and controls
149 lines (137 loc) · 6.41 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
build_type: Alpha
version_number: 0.9.3
build_number: 47
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="./css/site.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="./css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="./css/blueprint/print.css" type="text/css" media="print">
<link rel="stylesheet" href="./css/pygments.css" type="text/css" media="screen, projection">
<link rel="icon" type="image/png" href="../images/favicon.png" />
<link rel="fluid-icon" href="../images/fluidicon.png" title="Robotlegs Sharp" />
<!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" /><![endif]-->
<!--[if lt IE 8]><link rel="stylesheet" href="./css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<title>Robotlegs C# Micro-Architecture - Home</title>
</head>
<body>
<div class="container">
<!-- PAGE HEADER -->
<div class="span-24 last" style="background-color:#000000">
<hr class="space">
<hr class="space">
<div class="span-8 prepend-8 append-8 last">
<img src="./images/rl-header-logo-310-253.png">
</div>
<hr class="space">
<hr class="space">
</div>
<!-- END PAGE HEADER -->
<!--CONTENT-->
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework"><img style="position: absolute; top: 0; left: 0; border: 0;" src="./images/left-cerulean.png" alt="Fork me on GitHub" /></a>
<hr class="space">
<div class="download">
<a href="./downloads/robotlegs-sharp-framework-v{{ page.version_number }}_b{{ page.build_number }}.zip">
<img class="up" src="./images/rl-download-btn-up.png">
<img class="over" src="./images/rl-download-btn-over.png">
<span class="footerbtn">Robotlegs {{ page.version_number }} {{ page.build_type }}</span>
</a>
</div>
<hr class="space">
<hr class="space">
<div class="span-22 prepend-2 last">
<h1 class="section">Overview</h1>
</div>
<div class="span-18 append-3 prepend-3 last">
Robotlegs is an Application Framework. It offers: Dependency, Module, Command and View management.
</div>
<hr class="space">
<hr />
<div class="span-22 prepend-2 last">
<h1 class="section">Robotlegs Sharp</h1>
</div>
<div class="span-18 append-3 prepend-3 last">
<p>Robotlegs sharp is a port of the orignal <a href="https://github.com/robotlegs/robotlegs-framework/">Robotlegs for Actionscript 3.0</a>. It's goal is to say as close to the orignal framework only to be expanded in order to fit the new language and platforms.</p>
It should stay true to the original framework by being clean, programmer friendly, testable and expandable.
</div>
<hr class="space">
<hr />
<div class="span-22 prepend-2 last">
<h1 class="section">Getting Started</h1>
</div>
<div class="span-21 prepend-3 last">
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/master/readme.md">Readme</a><br/>
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/master/docs/ABriefOverview.md">A Brief Overview</a><br/>
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/master/docs/Features.md">Features</a><br/>
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/master/docs/Platforms.md">Platforms</a><br/>
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/master/docs/CommonProblems.md">Common Problems</a><br/>
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/master/docs/TheInternals.md">The Internals (how it all works)</a>
</div>
<hr class="space">
<hr />
<div class="span-22 prepend-2 last">
<h1 class="section">Help and Support</h1>
</div>
<div class="span-21 prepend-3 last">
<p><a href="http://knowledge.robotlegs.org">Knowledgebase</a></p>
</div>
<hr class="space">
<hr />
<div class="span-22 prepend-2 last">
<h1 class="section">Further Reading</h1>
</div>
<div class="span-18 append-3 prepend-3 last">
There have been some other robotlegs-like frameworks that have been made for C# that are worth looking into.
<hr class="space">
<a href="http://strangeioc.github.io/strangeioc/">Strange IOC</a> - A Robotlegs inspired framework for Unity<br/>
<a href="https://github.com/benbishop/MonkeyArms">MonkeyArms</a> - A Robotlegs 1.0 adaptation for C#<br/>
<a href="https://github.com/grumpydev/TinyIoC">Tiny IOC</a> - An Inversion of Control framework for C#
</div>
<hr class="space">
<hr class="space">
<hr class="space">
<!--END CONTENT-->
<!--FOOTER-->
<hr class="space">
<hr class="space">
<div class="span-24 last" style="background-color:#000000">
<div class="span-8">
<div class="span-3">
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework"><img src="./images/github-badge.png"></a>
</div>
<div class="span-4 append-1 last">
<hr class="space">
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework"><span class="footerbtn"><strong>FORK</strong> ON <strong>GITHUB</strong></span><br /></a>
<span class="footertext">Robotlegs proudly uses GITHUB for collaborative development.</span>
</div>
</div>
<div class="span-8">
<div class="span-3">
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/issues"><img src="./images/github-badge.png"></a>
</div>
<div class="span-4 append-1 last">
<hr class="space">
<a href="http://github.com/robotlegs-sharp/robotlegs-sharp-framework/issues"><span class="footerbtn">REPORT <strong>ISSUES</strong></span><br /></a>
<span class="footertext">Robotlegs tracks bugs and issues on GitHub.</span>
</div>
</div>
<div class="span-8 last">
<div class="span-3">
<a href="http://knowledge.robotlegs.org"><img src="./images/tender-badge.png"></a>
</div>
<div class="span-4 append-1 last">
<hr class="space">
<a href="http://knowledge.robotlegs.org"><span class="footerbtn">SHARE <strong>KNOWLEDGE</strong></span><br /></a>
<span class="footertext">Search the knowledge base, read the FAQ, or start a discussion on Tender.</span>
</div>
</div>
</div>
</div>
<!--END FOOTER-->
</div>
</body>
</html>