forked from airdcpp-web/airdcpp-web.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (191 loc) · 6.74 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
layout: default
---
<div id="home">
<div class="ui large vertical masthead center aligned">
<div class="ui text container">
<h1 class="ui large inverted header content">
<span>
AirDC++ Web Client
</span>
<div class="sub header">
Communal peer-to-peer file sharing application for file servers/NAS devices
</div>
</h1>
</div>
</div>
<div class="main-content">
<div class="ui center aligned text container">
<div class="ui basic segment">
<h1>
Introduction
</h1>
<p>
AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
</p>
<p>
The daemon application can be installed on different types of systems, such as on file servers and NAS devices, while the responsive Web UI scales from mobile phones to desktop PCs.
</p>
<p>
The file sharing communities scale from a few users to thousands of users, while a single client can be used to share millions of files or more than one petabyte (1000 terabytes) of data.
</p>
</div>
<div class="ui demo basic segment">
<a class="ui large blue button" href="http://webdemo.airdcpp.net/login" target="_blank">
<i class="external icon"></i>
Try demo
</a>
</div>
</div>
<div class="ui basic features segment container">
<h1 class="ui center aligned header">
Main features
</h1>
<div class="ui feature equal width stackable grid">
<div class="aligned row">
<div class="column">
<div class="ui segment">
<i class="huge blue tasks icon"></i>
<div class="description">
<h3 class="ui aligned header">
Share
</h3>
<p>
You may freely choose the directories to share to other users. Shared directories are checked regularly by the client for changed content.
</p>
</div>
</div>
</div>
<div class="column">
<div class="ui segment">
<i class="huge grey search icon"></i>
<div class="description">
<h3 class="ui aligned header">
Search
</h3>
<p>
Perform global searches to find content shared by other users.
</p>
</div>
</div>
</div>
</div>
<div class="aligned row">
<div class="column">
<div class="ui segment">
<i class="huge grey browser icon"></i>
<div class="description">
<h3 class="ui aligned header">
Browse
</h3>
<p>
Content shared by other users can be browsed on per-user basis via a simple file browser interface.
</p>
</div>
</div>
</div>
<div class="column">
<div class="ui segment">
<i class="huge green download icon"></i>
<div class="description">
<h3 class="ui aligned header">
Download
</h3>
<p>
Files and directories can be downloaded on disk. It's also possible to view text, audio and video files directly in the web browser.
</p>
</div>
</div>
</div>
</div>
<div class="aligned row">
<div class="column">
<div class="ui segment">
<i class="huge teal comments outline icon"></i>
<div class="description">
<h3 class="ui aligned header">
Chat
</h3>
<p>
Users are able to send public chat messages in the hub and private messages directly to other users.
</p>
</div>
</div>
</div>
<div class="column">
<div class="ui segment">
<i class="huge grey settings icon"></i>
<div class="description">
<h3 class="ui aligned header">
Extend
</h3>
<p>
<a href="/docs/advanced/scripting.html">Installable extensions and Web API</a> can be used to automate various tasks, such as searches and downloads.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="ui center aligned basic segment">
<a class="ui button" href="/docs/general/features.html">
<i class="file text outline icon"></i>
Read more about the features
</a>
</div>
</div>
<div class="ui center aligned text container">
<div class="ui basic segment">
<h1>
Install
</h1>
<p>
Select your operating system from below for installation instructions.
</p>
<div class="ui styled fluid accordion">
<div class="title">
<i class="dropdown icon"></i>
<i class="black linux icon"></i>
Linux/other
</div>
<div class="content ui secondary">
<p>
<a class="ui blue button" href="/docs/installation/installation.html">
<i class="file text outline icon"></i>
Installation instructions
</a>
</p>
</div>
<div class="title">
<i class="dropdown icon"></i>
<i class="blue windows icon"></i>
Windows
</div>
<div class="content ui secondary">
<p>Web functionality is included in the regular AirDC++ desktop application</p>
<p>
<a class="ui blue button" href="http://www.airdcpp.net/download">
<i class="download icon"></i>
Download AirDC++ for Windows
</a>
</p>
</div>
<div class="title">
<i class="dropdown icon"></i>
<i class="apple icon"></i>macOS
</div>
<div class="content ui secondary">
<p>There is no version available for macOS yet.</p>
<p>
If you are a developer and want to help with making one available, please see
<a class="" href="https://github.com/airdcpp-web/airdcpp-webclient/issues/37" target="_blank">
this tracker item
</a>
on Github.
</p>
</div>
</div>
</div>
</div>
</div>
</div>