-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 1.9 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
---
layout: base
title: NitroShare on GitHub®
---
<!-- Announcements -->
<div class="jumbotron" style="position: relative;">
<!-- Fork me HTML -->
<a href="https://github.com/nitroshare">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
alt="Fork me on GitHub">
</a>
<h1>We're Moving Our Code!</h1>
<p class="lead">
Our code is being moved from Launchpad to GitHub. Instead of a single project that builds all of the shared libraries and the GUI client, we will soon have separate projects - each with their own version numbers.
</p>
<p><a class="btn btn-lg btn-success" href="#">Read More</a></p>
</div>
<!-- Description of components -->
<h2>Components</h2>
<p>The entire NitroShare project consists of the following components:</p>
<br>
<div class="row">
<div class="col-sm-6">
<h4>
<a href="https://snap-ci.com/nitroshare/qhttpengine/branch/master" title="Build Status" class="pull-right">
<img src="https://snap-ci.com/nitroshare/qhttpengine/branch/master/build_image">
</a>
<a href="https://github.com/nitroshare/qhttpengine">
<span class="glyphicon glyphicon-file"></span>
QHttpEngine
</a>
</h4>
<p>Provides a simple set of classes for developing HTTP server applications in Qt.</p>
</div>
<div class="col-sm-6">
<h4>
<a href="https://github.com/nitroshare/qdiscovery">
<span class="glyphicon glyphicon-file"></span>
QDiscovery
</a>
</h4>
<p>Simplifies the process of developing network applications that discover other peers on a local network and exchange data.</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h4>
<a href="https://github.com/nitroshare/nitroshare-daemon">
<span class="glyphicon glyphicon-file"></span>
NitroShare Daemon
</a>
</h4>
<p>The CLI client that runs on client devices.</p>
</div>
</div>