-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
287 lines (260 loc) · 15.3 KB
/
index.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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="shemaspy.org, Rafał Kasa">
<title>SchemaSpy • Database Documentation Built Easy.</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- Theme CSS -->
<link href="css/agency.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><i class="fa fa-database"></i> SchemaSpy</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#getstarted">Get Started</a>
</li>
<li>
<a class="page-scroll" href="#sample">Sample</a>
</li>
<li>
<a class="page-scroll" href="#documentation">Documentation</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To <p class="logo-text"><i class="fa fa-database"></i> SchemaSpy 6.2</p></div>
<div class="intro-heading">Document your database simply and easily</div>
<div class="row center-block">
<a href="#getstarted" class="page-scroll btn btn-xl" style="margin: 5px;">Get Started</a>
<a href="sample/index.html" class="page-scroll btn btn-xl">Sample Output</a>
</div>
<div class="row margin-top-50">
<a href="https://github.com/schemaspy/schemaspy/releases/latest" style="margin-right: 60px; color: white;" title="Download SchemaSpy"><i class="fa fa-download fa-5x"></i><span id="downloads_number" class="badge badge-notify"></span></a>
<a href="https://github.com/schemaspy/schemaspy" style="margin-right: 60px; color: white;" title="GitHub for SchemaSpy"><i class="fa fa-github-square fa-5x"></i><span id="stars_number" class="badge badge-notify"></span></a>
<a href="https://hub.docker.com/r/schemaspy/schemaspy/" style="margin-right: 60px; color: white;" title="Docker for SchemaSpy"><span class="iconify" data-icon="fa-brands:docker" style="font-size: 5em; padding-top: 8px"></span></i><span id="docker_pull_number" class="badge badge-notify"></span></a>
<a href="http://schemaspy.readthedocs.io/en/latest/" style="margin-right: 60px; color: white;" title="Read the Docs for SchemaSpy"><i class="fa fa-book fa-5x"></i></a>
<a href="http://stackoverflow.com/questions/tagged/schemaspy" style="color: white;" title="StackOverflow for SchemaSpy"><i class="fa fa-stack-overflow fa-5x"></i></a>
</div>
</div>
</div>
</header>
<!-- Services Section -->
<section id="getstarted">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Get Started</h2>
<h3 class="section-subheading text-muted">Welcome in SchemaSpy we will do the best to simplify documentation process of your database. </br> When you start using SchemaSpy you can build your documentation in continuous process</h3>
<pre class="console text-left"><span>></span> java -jar schemaspy.jar -t mssql05 -dp C:/sqljdbc4-3.0.jar -db DATABASE -host SERVER -port 1433 -s dbo -u USER -p PASSWORD -o DIRECTORY</pre>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-download fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Installation</h4>
<p class="text-muted">Process of installation is very simple because SchemaSpy is only one Java .jar application. You can learn more read the <a href="http://schemaspy.readthedocs.io/en/latest/installation.html">installation</a> doc.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cogs fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Configuration</h4>
<p class="text-muted">When you environment will be ready, and you can start using SchemaSpy you can read more about the <a href="http://schemaspy.readthedocs.io/en/latest/started.html#configuration">configuration.</a></p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-leanpub fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Tutorial</h4>
<p class="text-muted">This is short description about the tool and how to use it. Please read more <a href="https://schemaspy.readthedocs.io/en/latest/installation.html">here</a>.</p>
</div>
</div>
</div>
</section>
<section id="sample" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Sample output for Chinook database</h2>
<h3 class="section-subheading text-muted">SchemaSpy is generating your database to HTML documentation, including Entity Relationship diagrams.</br>
Using HTML version of documentation you can easliy share with your team or community.</h3>
<p>Browse some sample pages generated by SchemaSpy.</br>
Note that this was run against an extremely limited schema so it doesn't show the full power of the tool.</p>
<div>
<a href="samples/chinook" class="img">
<img class="img-responsive center-block" src="img/example_page.png">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="documentation" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Documentation</h2>
<h3 class="section-subheading text-muted">Here you will find more details about SchemaSpy option and configuration</h3>
<p>How many times you are putting off for later preparation of the documentation database ?
How many times have you had to do it but never enough time ? Building documentation to be effective must be a continuous process,
like writing application code. SchemaSpy changes this process by allowing the generation of documentation including diagrams,
based on an existing database. Consider how much time you are able to save thanks to the documentation for your software developers,
consultants support, data warehouse developers and data analysts.</p>
If you want to know more about SchemaSpy installation and configuration please read the documentation on <a href="http://schemaspy.readthedocs.io/en/latest/">Read the Docs</a> site.
</div>
</div>
<div class="row">
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h2><p class="logo-text-dark"><i class="fa fa-database text-primary"></i> SchemaSpy</p></h2>
<h3 class="section-subheading text-muted">This project continues the work began by John Currier in 2004 and has improved over the years with great support from our community.</br>
You can find out more about the initial project on <a href="http://schemaspy.sourceforge.net">Source Forge</a>
</h3>
<p>I would like to continuously improve SchemaSpy and to release a new version of this great tool because we haven't had any releases since version 5.0.0 was released in 2010.</br>
I personally believe that work on SchemaSpy should be continued and a lot of the still-existing issues should be resolved.</br>
I would like to say a BIG thank you to John Currier for inventing this database entity-relationship (ER) diagram generator.</p>
</div>
</div>
<div class="row margin-top-50">
<div class="col-lg-2 text-center">
<a href="https://www.jetbrains.com/" target="_blank">
<img src="img/logos/jetbrains.png" width="75%" height="75%" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-lg-8 text-center">
<h3 class="section-subheading">SchemaSpy Team would like inform that JetBrains is helping by provided IDE to develop the application.
Thanks to its support program for an Open Source projects !</h3>
</div>
</div>
</div>
</section>
<!-- Technology Aside -->
<aside class="technology">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="https://www.java.com" target="_blank">
<img src="img/logos/java.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="http://www.graphviz.org" target="_blank">
<img src="img/logos/graphviz.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="https://github.com/schemaspy/schemaspy" target="_blank">
<img src="img/logos/github.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="https://maven.apache.org" target="_blank">
<img src="img/logos/maven.png" class="img-responsive img-centered" alt="">
</a>
</div>
</div>
</div>
</aside>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Do you need help or you find the bug?</h2>
<h3 class="section-heading"><a href="https://github.com/schemaspy/schemaspy/issues">Open a new issue</a> here on <i class="fa fa-github" aria-hidden="true"></i> GitHub </h3>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © schemaspy.org 2023</span>
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
<!--<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Terms of Use</a>
</li>
</ul>-->
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!--<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?lang=css&skin=desert"></script>-->
<!-- Theme JavaScript -->
<script src="js/numeral.min.js"></script>
<script src="js/agency.min.js"></script>
<script src="js/iconify.min.js"></script>
</body>
</html>