-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_man.html
67 lines (61 loc) · 3.44 KB
/
user_man.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
<!DOCTYPE html>
<html>
<head>
<title>skarphed - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
<link href="static/mainsite.css" rel="stylesheet" type="text/css">
<style type="text/css">
.section {
margin-left:40px;
}
</style>
</head>
<body>
<div id="body_overlay" >
<header>
<div id="headercontent">
<a class="bclink" href="http://skarphed.org">
<img src="static/logo_32.png" alt="skarphed" style="float:left; margin-right: 10px;"></a>
<a class="bclink" href="index.html">Documentation
</a>
<a class="bclink" href="user_man.html">
→ Users Manual
</a>
</div>
</header>
<div id="space_content">
<span class="headerlink_nohover"><h2> Users Manual </h2></span>
<h3>Hello skarphed</h3>
<p class="section">
This section will show you the user interface of skarphed and how to use it:<br>
<a class="headerlink" href="um_introduction.html">Introduction</a><br>
<a class="headerlink" href="um_profiles.html">Profiles</a><br>
<a class="headerlink" href="um_ui.html">The User Interface</a>
</p>
<h3>Getting started</h3>
<p class="section">
In this section you will learn how to set up a web-environment with skarphed.<br>
<a class="headerlink" href="um_overview.html">Overview</a><br>
<a class="headerlink" href="um_servers.html">Servers</a><br>
<a class="headerlink" href="um_databases.html">Databases</a><br>
<a class="headerlink" href="um_repositories.html">Repositories</a><br>
<a class="headerlink" href="um_coreinstances.html">Instances of <em>skarphed-core</em></a><br>
</p>
<h3>Inside skarphed</h3>
<p class="section">
This section is dedicated to the contentmanagement part of skarphed, the <em>skarphed-core</em><br>
<a class="headerlink" href="um_core.html">The Core-object</a><br>
<a class="headerlink" href="um_users.html">Users and Roles</a><br>
<a class="headerlink" href="um_templates.html">Templates</a><br>
<a class="headerlink" href="um_pages_menus.html">Pages and Menus</a><br>
<a class="headerlink" href="um_modules.html">Modules and Widgets</a><br>
<a class="headerlink" href="um_views.html">Views</a>
</p>
</div>
<footer id="space_footer"></p><a href="../imprint.html">Imprint / Impressum</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</footer>
</div>
</body>
</html>