-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
62 lines (62 loc) · 3.5 KB
/
about.html
File metadata and controls
62 lines (62 loc) · 3.5 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Edirom Source Manager
- Copyright Benjamin W. Bohl 2014.
- bohl(at)edirom.de
-
- http://www.github.com/edirom/ediromSourceManager
-
- ## Description & License
-
- This file provides the information page for Edirom Source Manager.
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="row">
<div class="col-md-8">
<div class="page-header">
<h1 data-template="config:app-title">Generated page</h1>
</div>
<div class="alert alert-success">
<p>
<a data-template="templates:load-source" href="about.html">This</a> is the about page of Edirom Source Manager. Edirom Source Manager application was generated using the eXist-db application template in eXide. It uses HTML templates for a clean separation of HTML views and application logic.</p>
<h2>License</h2>
<p>Edirom Source Manager is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl-3.0">GNU GPL-3</a> license. A copy of this license is being distributed in this package as <a href="gpl-3.0.txt">gpl-3.0.txt</a>.</p>
<h3>Short summary</h3>
<p>You may copy, distribute and modify the software as long as you track changes/dates of in source files and keep modifications under GPL. You can distribute your application using a GPL library commercially, but you must also provide the source code</p>
</div>
<div class="row">
<div class="col-md-12">
<h2>Help & issue tracking</h2>
<p>If you need help or discover any problems using this software, feel free to file issues on the public repository at <a href="https://github.com/Edirom/sourceManager">https://github.com/Edirom/sourceManager</a>, or to contact <a href="mailto:bohl@edirom.de">bohl@edirom.de</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Twitter Bootstrap</h2>
<p>The page template uses the <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>
CSS library for the page layout in versions 3.0.3 and licensed under the terms of Apache 2 license from the eXist-db shared-resources package. A copy of this license is being distributed in this package as <a href="Apache-2.0.txt">Apache-2.0.txt</a>.</p>
</div>
<div class="col-md-6">
<h2>Test</h2>
<div data-template="app:test"/>
</div>
</div>
</div>
<div class="col-md-4">
<h2>Application Info</h2>
<div data-template="config:app-info"/>
</div>
</div>
</div>