Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-groupware.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3e32e30e5fe90629e53fd9b8657fa2bfa99f41f (plain)
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/groupware.css?v=2" rel="stylesheet">
<meta itemprop="image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/groupware-video.png">
<meta name="twitter:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/groupware-video.png">
<meta name="twitter:image:src" content="<?php bloginfo('template_directory'); ?>/assets/img/features/groupware-video.png">
<meta property="og:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/groupware-video.png">
<meta name=”Description” content="Integrated communication, collaboration and planning capabilities for Nextcloud.">
</head>
<div class="background groupware-background">
	<div class="container">
		<div class="row">
			<div class="col-md-6 topheader">
				<h1><?php echo $l->t('Nextcloud Groupware');?></h1>
				<h2><?php echo $l->t('Team planning and email made easy');?></p>
			</div>
		</div>
	</div>
</div>

<section class="section--intro">
<div class="container">
	<div class="row">
        <div class="col-md-10 col-md-offset-1 video">
			<stream src="3e135d59fff771d1909c4b8d588d5800" controls poster="<?php bloginfo('template_directory'); ?>/assets/img/features/groupware-video.png"></stream>
            <script data-cfasync="false" defer type="text/javascript" src="https://embed.videodelivery.net/embed/r4xu.fla9.latest.js?video=3e135d59fff771d1909c4b8d588d5800"></script>
		</div>
    </div>
	<div class="row">
		<div class="col-md-8 col-md-offset-2">
<!-- 			<p class="section--paragraph text-center"><?php echo $l->t('Modern organizations rely on always-available access to communication and planning through browser and mobile applications to improve productivity in their teams.');?></p> -->
			<p class="section--paragraph text-center"><?php echo $l->t('Nextcloud Groupware offers easy-to-use web mail, calendaring and contacts that helps your team get things done quicker and easier, integrated with Nextcloud Files.');?></p>
		</div>
	</div>
</div>
</section>

<section class="section--overview">
<div class="container">
	<div class="row">
		<div class="col-md-4">
			<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/mobile.svg" /></div>
			<h3 class="section--paragraph__title text-center"><?php echo $l->t('Easy access, anywhere');?></h3>
			<p class="section--paragraph text-center"><?php echo $l->t('An efficient, modern and easy-to-use web interface for small or large teams.');?></p>
			<p class="section--paragraph text-center"><?php echo $l->t('Less distractions and deep integration in other Nextcloud products means more productivity, wherever you are!');?></p>
		</div>
		<div class="col-md-4">
			<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/permissions.svg" /></div>
			<h3 class="section--paragraph__title text-center"><?php echo $l->t('Ultimate security');?></h3>
			<p class="section--paragraph text-center"><?php echo $l->t('An open source, self-hosted product.');?></p>
			<p class="section--paragraph text-center"><?php echo $l->t('Emails, calendars and contacts are stored on your own infrastructure, without any third party ever gaining access.');?></p>
		</div>
		<div class="col-md-4">
			<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/storage.svg" /></div>
			<h3 class="section--paragraph__title text-center"><?php echo $l->t('Deep integration');?></h3>
			<p class="section--paragraph text-center"><?php echo $l->t('Native integration into iOS, Android, macOS, Windows, Linux, Outlook and Thunderbird.');?></p>
			<p class="section--paragraph text-center"><?php echo $l->t('Simple deployment, configuration and integration lower costs and decrease risk while leveraging your existing IT investments.');?></p>
		</div>
	</div>
	<div class="row">
        <div class="col-md-6 col-md-offset-3">
            <p class="text-center"><?php echo $l->t('Improve team productivity now with the leading content collaboration platform.');?></p>
            <div class="text-center morebuttondiv">
                <a href="<?php echo home_url('buy') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Contact us');?> <i class="icon-arrow-circle-o-right icon"></i></a>
            </div>
        </div>
    </div>
</div>
</section>

<section class="section--keyfeatures">
<div class="container">
    <div class="row">
        <h2 class="text-center"><?php echo $l->t('Key features');?></h2>
    </div>
	<div class="row">
		<div class="col-md-6 image--feature new-img">
			<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/mail.png"><img alt="screenshot of mail in action" class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/mail.png" /></a>
        </div>
        <div class="col-md-6"><h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud Mail');?></h3>
			<p class="section--paragraph"><?php echo $l->t('Send and receive emails in a breeze');?></p>
			<p class="section--paragraph"><?php echo $l->t('<ul>
			<li>Multiple accounts with unified inbox</li>
			<li>Recognizes travel itineraries and adds them to calendar</li>
			<li>Supports end-to-end encryption using OpenPGP</li>
			</ul>
			<br>
			<small><strong>Note:</strong> Nextcloud Mail is a client for POP or IMAP servers;<br>Nextcloud does not include a mail server.</small>
			');?></p>
        </div>
	</div>
	<div class="row">
		<div class="col-md-6 image--floated image--feature new-img">
			<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/calendar.png"><img class="img-responsive featureimg" alt="pic of calendar in action" src="<?php bloginfo('template_directory'); ?>/assets/img/features/calendar.png" /></a>
        </div>
        <div class="col-md-6"><h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud Calendar');?></h3>
			<p class="section--paragraph"><?php echo $l->t('Schedule work and meetings online');?></p>
			<p class="section--paragraph"><?php echo $l->t('<ul>
			<li>Create and share multiple calendars</li>
            <li>Integrate external calendar resources (WebCal)</li>
			<li>Book resources through a busy view or plan a Talk meeting</li>
			</ul>
			');?></p>
        </div>
	</div>
	<div class="row">
		<div class="col-md-6">
			<img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/features/contacts-nw.png" />
        </div>
        <div class="col-md-6"><h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud Contacts');?></h3>
			<p class="section--paragraph"><?php echo $l->t('Keep your relations organized');?></p>
			<p class="section--paragraph"><?php echo $l->t('<ul>
			<li>Track birthdays of your contacts</li>
			<li>Share your address books with your team</li>
			<li>Sync your contacts with phones and other devices</li>
			</ul>
			');?></p>
        </div>
	</div>
	<div class="row">
		<div class="col-md-6 image--feature new-img image--floated">
			<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/deck-projects.png"><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/deck-projects.png" alt="a project in deck" /></a>
        </div>
        <div class="col-md-6"><h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud Deck');?></h3>
			<p class="section--paragraph"><?php echo $l->t('Manage your work with others');?></p>
			<p class="section--paragraph"><?php echo $l->t('<ul>
			<li>Create any number of private or shared Kanban-style task boards</li>
			<li>Drag\'n\'drop cards, assign them to team members and set due dates</li>
			<li>Use checklists, attach files & export boards</li>
			</ul>
			');?></p>
        </div>
	</div>	<div class="row">
        <div class="col-sm-8 col-sm-offset-2">
            <p class="section--paragraph text-center"><?php echo $l->t('Nextcloud fluently integrates into your existing infrastructure while also providing its own. Note that Nextcloud Mail is a client for POP and/or IMAP-infrastructure; Nextcloud does not include a mail server.');?></p>
        </div>
	</div>
</div>
</section>

<section class="section--advantages">
<div class="container-fluid quote">
    <div class="row">
        <h2 class="text-center"><?php echo $l->t('Unique advantages');?></h2>
    </div>
    <div class="row">
        <div class="col-sm-4">
            <h3 class="section--paragraph__title"><?php echo $l->t('Integration');?></h3>
            <p class="section--paragraph"><?php echo sprintf($l->t('
            Nextcloud Groupware is designed to deeply integrate in your infrastructure, using existing user directories and file storage systems.<br>
            <a class="hyperlink" href="%s">Learn more about user management</a><br>
            <a class="hyperlink" href="%s">Learn more about storage technologies</a>
            '), home_url('usermanagement'), home_url('storage'));?></p>
        </div>
        <div class="col-sm-4">
            <h3 class="section--paragraph__title"><?php echo $l->t('Security');?></h3>
            <p class="section--paragraph"><?php echo $l->t('
            Nextcloud Groupware is engineered from the ground up to be secure with the latest web protections and secure login technologies like Brute Force Protection and 2-factor authentication.') ?><br>
            <a class="hyperlink" href="<?php echo home_url('secure') ?>"><?php echo $l->t('Learn more about security</a>
            ');?></p>
        </div>
        <div class="col-sm-4">
            <h3 class="section--paragraph__title"><?php echo $l->t('Control');?></h3>
            <p class="section--paragraph"><?php echo $l->t('
            Nextcloud Groupware is built to host yourself and work with existing SMTP and IMAP/POP3 servers. This simplifies compliance by putting you in control. Nextcloud supports you with excellent monitoring and audit-ready logging functionality.') ?><br>
            <a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><?php echo $l->t('Learn more about monitoring and logging</a>
            ');?></p>
        </div>
    </div>
    <div class="row">
         <p class="section--paragraph text-center"><a class="button button-medium" href="#pricing"><?php echo $l->t('See pricing');?></a></p>
    </div>
</div>
</section>

<section class="section--outlook">
	<div class="container">
		<div class="featurerow">
			<h2 class="text-center"><?php echo $l->t('Sync Calendars and Contacts<br>with Microsoft Outlook');?></h1>
			<div class="row ">
				<div class="col-md-1">
				</div>
				<div class="col-md-10 image--feature">
					<img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/integration.png" alt="in action" />
				</div>
			</div>
			<div class="row">
				<div class="col-md-6 col-md-offset-3 featureblock">
					<p class="text-center section--paragraph"><?php echo $l->t('With the Outlook CalDav Synchronizer, Outlook users can easily sync their events, tasks and contacts between Microsoft Outlook and their Nextcloud server.');?></p>
				</div>
			</div>
		</div>

		<div class="featurerow">
			<div class="row ">
				<div class="col-md-6 image--floated image--feature">
						<a href="<?php bloginfo('template_directory'); ?>/assets/img/outlook/calendar-settings.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/calendar-settings.png" alt="in action" /></a>
				</div>

				<div class="col-md-6 featureblock">
					<h3 class="section--paragraph__title"><?php echo $l->t('Full Outlook synchronization');?></h3>
					<p class="section--paragraph"><?php echo $l->t('The CalDAV and CardDAV plugin offers two-way sync for CalDAV calendars and tasks, CardDAV contacts and can also handle the Google native Contacts and Tasks API.');?></p>
					<p class="section--paragraph"><?php echo $l->t('The plugin handles Outlook categories, mapping CalDAV server colors to Outlook category colors and syncing calendars and tasks to the categories. The plugin also handles timezones and recurring events with exceptions and can deal with Outlook custom properties.');?></p>
				</div>
			</div>
		</div>

		<div class="featurerow">
			<div class="row ">
				<div class="col-md-6 image--feature">
					<a href="<?php bloginfo('template_directory'); ?>/assets/img/outlook/calendar-about.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/calendar-about.png" alt="in action" /></a>
				</div>
				<div class="col-md-6 featureblock">
					<h3 class="section--paragraph__title"><?php echo $l->t('Features');?></h3>
					<p class="section--paragraph"><?php echo $l->t('The Outlook CalDav Synchronizer supports:
					<ul>
					<li>SSL/TLS, also with self-signed certificates and proxy;</li>
					<li>Auto discovery of calendars and address books;</li>
					<li>Configurable sync time range filter;</li>
					<li>Time-triggered-sync and sync changes from Outlook immediately;</li>
					<li>and it can use server settings from an Outlook IMAP/POP3 account profile.</li>
					</ul>');?></p>
<!--					<div class="row">
						<div class="wrapper--buttons">
							<a href="https://nextcloud.com/blog/nextcloud-offers-caldav-synchronizer-for-outlook-users/" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
							<a href="https://github.com/aluxnimm/outlookcaldavsynchronizer/releases" class="button button--blue button--arrow button--large"><?php echo $l->t('Get it');?></a>
							</div>
						</div>
					</div>-->
				</div>
			</div>
		</div>
	</div>
</section>

<section class="file-sharing">
	<div class="container">
		<div class="featurerow">
<!-- 			<h1 class="section--heading-1 section--text--center"><?php echo $l->t('Mozilla Thunderbird');?></h1> -->
			<div class="row">
				<div class="col-md-6 image--feature image--floated">
					<img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/moztb-2.png" alt="in action" />
				</div>
				<div class="col-md-6 featureblock">
					<h3 class="section--paragraph__title"><?php echo $l->t('Mozilla Thunderbird');?></h3>
					<p class="section--paragraph"><?php echo $l->t('Thanks to the Mozilla Thunderbird Lightning Calendar add-in and the Cardbook Thunderbird Contacts add-in, Nextcloud Groupware integrates great into Thunderbird.');?></p>
					<p class="section--paragraph"><a class="hyperlink" href="<?php echo $DOCUMENTATION_USER; ?>pim/sync_thunderbird.html"><?php echo $l->t('Learn more in our documentation.');?></a></p>
				</div>
			</div>
		</div>
	</div>
</section>

<a name="pricing">
<section class="section--contact quote">
<div class="container">
    <div class="row">
        <div class="col-md-8 col-md-offset-2">
            <p class="section--paragraph text-center"><?php echo $l->t('
            Nextcloud Groupware starts at EUR 750/year for 50 users with volume discounts.
            ');?></p>
        </div>
        <div class="text-center morebuttondiv">
            <a href="<?php echo home_url('buy') ?>" class="button button-button--large button--arrow"><?php echo $l->t('Contact sales for a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
        </div>
    </div>
</div>
</section>

<?php
include get_template_directory() . '/verticals.php';