Skip to content

Commit b964cf5

Browse files
committed
first version
1 parent 9f707da commit b964cf5

38 files changed

+40231
-16
lines changed

LICENSE

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
MIT License
22

3-
Copyright (c) 2019
3+
Copyright (c) 2017-2019 Martin Zima
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
116

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

android-chrome-192x192.png

3.04 KB
Loading

android-chrome-384x384.png

7.55 KB
Loading

apple-touch-icon.png

2.47 KB
Loading

browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

css/small-business.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*!
2+
* Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
3+
* Copyright 2013-2017 Start Bootstrap
4+
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
5+
*/
6+
7+
body {
8+
padding-top: 54px;
9+
}
10+
11+
@media (min-width: 992px) {
12+
body {
13+
padding-top: 56px;
14+
}
15+
}

favicon-16x16.png

493 Bytes
Loading

favicon-32x32.png

755 Bytes
Loading

favicon.ico

14.7 KB
Binary file not shown.

index.html

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta name="description" content="">
9+
<meta name="author" content="">
10+
11+
<title>Revo Framework - Event Sourcing, CQRS and DDD for C#/.NET.</title>
12+
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom styles for this template -->
17+
<link href="css/small-business.css" rel="stylesheet">
18+
19+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
20+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
21+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
22+
<link rel="manifest" href="/site.webmanifest">
23+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#444444">
24+
<meta name="msapplication-TileColor" content="#da532c">
25+
<meta name="theme-color" content="#ffffff">
26+
27+
</head>
28+
29+
<body>
30+
31+
<!-- Navigation -->
32+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
33+
<div class="container">
34+
<h1><a class="navbar-brand" href="./"><img src="./revo-logo-inv.png" alt="Revo framework" width="36" height="36" class="mr-4" />Revo Framework</a></h1>
35+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
36+
<span class="navbar-toggler-icon"></span>
37+
</button>
38+
<div class="collapse navbar-collapse" id="navbarResponsive">
39+
<ul class="navbar-nav ml-auto">
40+
<li class="nav-item active">
41+
<a class="nav-link" href="./">About
42+
<span class="sr-only">(current)</span>
43+
</a>
44+
</li>
45+
<li class="nav-item">
46+
<a class="nav-link" href="https://github.com/revoframework/Revo">GitHub</a>
47+
</li>
48+
<li class="nav-item">
49+
<a class="nav-link" href="https://docs.revoframework.net/">Documentation</a>
50+
</li>
51+
<li class="nav-item">
52+
<a class="nav-link" href="https://docs.revoframework.net/general/super-short-example">Short example</a>
53+
</li>
54+
<li class="nav-item">
55+
<a class="nav-link" href="./license.html">License</a>
56+
</li>
57+
</ul>
58+
</div>
59+
</div>
60+
</nav>
61+
62+
<!-- Page Content -->
63+
<div class="container">
64+
65+
<!-- Heading Row -->
66+
<div class="row my-4">
67+
<div class="col-6 text-center m-auto">
68+
<img class="img-fluid rounded" src="./revo.png" alt="Revo framework">
69+
</div>
70+
</div>
71+
<!-- /.row -->
72+
73+
<!-- Call to Action Well -->
74+
<div class="card text-white bg-secondary my-4 text-center">
75+
<div class="card-body">
76+
<p class="text-white m-0">Revo is a flexible application framework for modern C#/.NET applications built with <em>event sourcing</em>, <em><abbr title="Command-Query Responsibility Segregation">CQRS</abbr></em> and <em><abbr title="Domain-Driven Design">DDD</a></em>, released under open MIT license.</p>
77+
</div>
78+
</div>
79+
80+
<!-- Content Row -->
81+
<div class="row">
82+
<div class="col-md-4 mb-4">
83+
<div class="card h-100">
84+
<div class="card-body">
85+
<h2 class="card-title">Getting started</h2>
86+
<p class="card-text">Get started by browsing examples, downloading the framework and reading the guide.</p>
87+
</div>
88+
<div class="card-footer">
89+
<a href="https://docs.revoframework.net/general/getting-started" class="btn btn-primary">Get started</a>
90+
</div>
91+
</div>
92+
</div>
93+
<!-- /.col-md-4 -->
94+
<div class="col-md-4 mb-4">
95+
<div class="card h-100">
96+
<div class="card-body">
97+
<h2 class="card-title">GitHub</h2>
98+
<p class="card-text">Browse the source code or get involved in the development and contribute on GitHub.</p>
99+
</div>
100+
<div class="card-footer">
101+
<a href="https://github.com/revoframework/Revo" class="btn btn-primary">Browse source</a>
102+
</div>
103+
</div>
104+
</div>
105+
<!-- /.col-md-4 -->
106+
<div class="col-md-4 mb-4">
107+
<div class="card h-100">
108+
<div class="card-body">
109+
<h2 class="card-title">Documentation</h2>
110+
<p class="card-text">Read the framework documentation and reference guide.</p>
111+
</div>
112+
<div class="card-footer">
113+
<a href="https://docs.revoframework.net/" class="btn btn-primary">Read documentation</a>
114+
</div>
115+
</div>
116+
</div>
117+
<!-- /.col-md-4 -->
118+
119+
</div>
120+
<!-- /.row -->
121+
122+
</div>
123+
<!-- /.container -->
124+
125+
<!-- Footer -->
126+
<footer class="py-3 bg-dark">
127+
<div class="container">
128+
<p class="m-0 text-center text-white">Copyright &copy; 2017-2019 Martin Zima</p>
129+
</div>
130+
<!-- /.container -->
131+
</footer>
132+
133+
<!-- Bootstrap core JavaScript -->
134+
<script src="vendor/jquery/jquery.min.js"></script>
135+
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
136+
137+
</body>
138+
139+
</html>

license.html

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta name="description" content="">
9+
<meta name="author" content="">
10+
11+
<title>License - Revo Framework - Event Sourcing, CQRS and DDD for C#/.NET.</title>
12+
13+
<!-- Bootstrap core CSS -->
14+
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
15+
16+
<!-- Custom styles for this template -->
17+
<link href="css/small-business.css" rel="stylesheet">
18+
19+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
20+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
21+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
22+
<link rel="manifest" href="/site.webmanifest">
23+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#444444">
24+
<meta name="msapplication-TileColor" content="#da532c">
25+
<meta name="theme-color" content="#ffffff">
26+
27+
</head>
28+
29+
<body>
30+
31+
<!-- Navigation -->
32+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
33+
<div class="container">
34+
<h1><a class="navbar-brand" href="./"><img src="./revo-logo-inv.png" alt="Revo framework" width="36" height="36" class="mr-4" />Revo Framework</a></h1>
35+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
36+
<span class="navbar-toggler-icon"></span>
37+
</button>
38+
<div class="collapse navbar-collapse" id="navbarResponsive">
39+
<ul class="navbar-nav ml-auto">
40+
<li class="nav-item">
41+
<a class="nav-link" href="./">About
42+
</a>
43+
</li>
44+
<li class="nav-item">
45+
<a class="nav-link" href="https://github.com/revoframework/Revo">GitHub</a>
46+
</li>
47+
<li class="nav-item">
48+
<a class="nav-link" href="https://docs.revoframework.net/">Documentation</a>
49+
</li>
50+
<li class="nav-item">
51+
<a class="nav-link" href="https://docs.revoframework.net/general/super-short-example">Short example</a>
52+
</li>
53+
<li class="nav-item active">
54+
<a class="nav-link" href="./license.html">
55+
License
56+
<span class="sr-only">(current)</span>
57+
</a>
58+
</li>
59+
</ul>
60+
</div>
61+
</div>
62+
</nav>
63+
64+
<!-- Page Content -->
65+
<div class="container">
66+
67+
<!-- Heading Row -->
68+
<div class="row my-4">
69+
<div class="col">
70+
<h2 class="pt-4 d-block">Revo Framework license</h2>
71+
72+
<p>MIT License</p>
73+
74+
<p>Copyright (c) 2017-2019 Martin Zima</p>
75+
76+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
77+
78+
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
79+
80+
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH > THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
81+
</div>
82+
</div>
83+
<!-- /.row -->
84+
85+
</div>
86+
<!-- /.container -->
87+
88+
<!-- Footer -->
89+
<footer class="py-3 bg-dark">
90+
<div class="container">
91+
<p class="m-0 text-center text-white">Copyright &copy; 2017-2019 Martin Zima</p>
92+
</div>
93+
<!-- /.container -->
94+
</footer>
95+
96+
<!-- Bootstrap core JavaScript -->
97+
<script src="vendor/jquery/jquery.min.js"></script>
98+
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
99+
100+
</body>
101+
102+
</html>

mstile-150x150.png

2.08 KB
Loading

revo-logo-inv.png

18.1 KB
Loading

revo.png

25.5 KB
Loading

safari-pinned-tab.svg

+1
Loading

site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-384x384.png",
12+
"sizes": "384x384",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)