-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (55 loc) · 3.44 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>NordApp Project by nordapp</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">NordApp Project</h1>
<h2 class="project-tagline">OSGi bundles for the Internet-of-things</h2>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-the-nordapp-project" class="anchor" href="#welcome-to-the-nordapp-project" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to the NordApp Project</h3>
<p>We create software to support the use of the Internet-of-Things.</p>
<p>There are great, stable OSGi Projects available. We like them very much and use some of them by ourself too. This project has a special intent. Software often has dependencies to other projects. This doesn't matter because there is so much disk space and RAM everywhere. A dependency to an open source project claims no additional cost. There is no need to install such projects because there are tools like Maven that does the job for you.</p>
<p>But, if you want to install a small footprint only or you have the need for a few well-known services, there must be a construction kit that supports this.</p>
<h3>
<a id="util" class="anchor" href="#util" aria-hidden="true"><span class="octicon octicon-link"></span></a>Util</h3>
<p>Some basic concepts to avoid dependencies.</p>
<h3>
<a id="step" class="anchor" href="#step" aria-hidden="true"><span class="octicon octicon-link"></span></a>Step</h3>
<p>A multi tenant and serverside scriptable platform to develop and test prototypes. The prototypes are quick and easily realized in JavaScript. There is access to other OSGi bundles from JavaScript.</p>
<p>Step can be used in production environment as server to support data driven WebApps.</p>
<h3>
<a id="webpage" class="anchor" href="#webpage" aria-hidden="true"><span class="octicon octicon-link"></span></a>WebPage</h3>
<p>A REST based web service to build WebApps on top of Step. The WebApps can be used as user interface of the services.</p>
<h3>
<a id="impressum" class="anchor" href="#impressum" aria-hidden="true"><span class="octicon octicon-link"></span></a>Impressum</h3>
<p>I.D.S DialogSysteme GmbH
Fraunhoferstrasse 3
25524 Itzehoe</p>
<p>Telefon: 040/5247 1816-0
Telefax: 040/5247 1816-1
E-Mail: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Vertreten durch:
Geschäftsführer Stefan Hauptmann</p>
<p>Registereintrag:
Eingetragen im Handelsregister.
Registergericht: Itzehoe
Registernummer: HRB 1914</p>
<p>Umsatzsteuer-ID:
Umsatzsteuer-Identifikationsnummer nach §27a Umsatzsteuergesetz:
DE206532634</p>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>