forked from Communote/communote.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
63 lines (63 loc) · 4.19 KB
/
about.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
---
layout: default
search: exclude
title: Project
---
<section id="teaser">
<div class="container">
<h1>About Communote</h1>
<div class="description">
<p>Communote offers a web-based <strong>open source</strong> communication platform for enterprises, institutions, NGOs and communities.
The Communote project was initiated by <a href="http://www.communardo.de" title="Communardo Website">Communardo</a>, a leading social business and collaboration solution provider.</p>
</div>
</div>
</section>
<div id="about">
<section id="contribute">
<h2>Download and Contribute</h2>
<div class="github-links">
<a class="github-button" href="https://github.com/communote/communote-server" data-icon="octicon-star" data-style="mega" data-count-href="/communote/communote-server/stargazers" data-count-api="/repos/communote/communote-server#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star communote/communote-server on GitHub">Star</a>
<a class="github-button" href="https://github.com/communote/communote-server/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/communote/communote-server/network" data-count-api="/repos/communote/communote-server#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork communote/communote-server on GitHub">Fork</a>
<a class="github-button" href="https://github.com/communote/communote-server/issues" data-icon="octicon-issue-opened" data-style="mega" data-count-api="/repos/communote/communote-server#open_issues_count" data-count-aria-label="# issues on GitHub" aria-label="Issue communote/communote-server on GitHub">Issue</a>
<a class="github-button" href="https://github.com/communote/communote-server/archive/master.zip" data-icon="octicon-cloud-download" data-style="mega" aria-label="Download Communote on GitHub">Download</a>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
</div>
<p>Communote is an open source project. The code is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" title="License Information">Apache License, Version 2.0</a>.</p>
<h3>Try and tell</h3>
<p>Download and try Communote. Feel free to let the team know your <a href="https://github.com/communote/communote-server/issues" title="Github Issues">feature suggestions and bug reports</a>. Your participation in the further development of the software will be highly welcomed by the user community.</p>
<h3>Test and file bug reports</h3>
<p>Help testing new Communote releases on different platforms and databases and <a href="https://github.com/communote/communote-server/issues" title="GitHub Issues">create good bug reports</a>.</p>
<h3>Develop plugins</h3>
<p><a href="doc/dev_how_plugin.html">Develop cool plugins</a> and share them with other Communote users.</p>
<h3>Ask questions</h3>
<p>Let us know about your problems with plugin development or answer questions of other developers in our <a href="https://www.communote.com/microblog/development" title="Link to the Communote Developer Community">Communote Developer Community</a>.</p>
<h3>Fix bugs</h3>
<p>Help fixing bugs in <a href="https://github.com/communote/communote-server">Communote's core</a> and implement new core features or extension points for plugins.
You may also edit the <a href="https://github.com/Communote/communote.github.io">documentation</a> to contribute own code and to deepen topics.</p>
</section>
<section id="imprint">
<h2>Legal Notice</h2>
<dl>
<dt>Company</dt>
<dd>Communardo Products GmbH</dd>
<dt>Contact</dt>
<dd>Kleiststraße 10a, D-01129 Dresden/Germany</dd>
<dt>Telephone</dt>
<dd>+49 (351) 833 82-0</dd>
<dt>Fax</dt>
<dd>+49 (351) 833 82-199</dd>
<dt>E-Mail</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
<dt>Internet</dt>
<dd>www.communote.com</dd>
<dt>Represented by</dt>
<dd>Dirk Röhrborn</dd>
<dt>Office</dt>
<dd>Dresden</dd>
<dt>Register entry</dt>
<dd>Amtsgericht Dresden, HRB 30639</dd>
<dt>VAT number</dt>
<dd>DE280819620</dd>
</dl>
</section>
</div>