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

page-outlook.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8473e61043e38d188caaeb1298db80f3b86f9830 (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
<head>
<script>
	require(["require.config"], function() {
		require(["pages/outlook"])
	});
</script>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/assets/css/outlook.css">
<!-- <link type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/redmond/jquery-ui.css" rel="stylesheet"/> -->

</head>

<div class="background outlook-background">
	<div class="container">
		<div class="row">
			<div class="col-md-6 topheader">
				<h1><?php echo $l->t('Nextcloud Outlook Integration');?></h1>
				<h2><?php echo $l->t('Automatically upload files to replace large attachments or integrate Calendars and Contacts in Microsoft Outlook');?></h2>
			</div>
		</div>
	</div>
</div>

<section class="file-sharing">
	<div class="container">
		<div class="featurerow">
			<h2 class="section--heading-1 section--text--center"><?php echo $l->t('Secure File Sharing by email');?></h1>
			<div class="row">
				<div class="col-md-1">
				</div>
<!--				<div class="col-md-10 yt-img-overlay">
					<a class="youtube" href="https://www.youtube.com/watch?v=luWFBBcvkyc" title="Nextcloud Secure Sharing Outlook Add-in">
					<img  src="https://img.youtube.com/vi/luWFBBcvkyc/maxresdefault.jpg" title="Nextcloud Secure Sharing Outlook Add-in" />
					<div class="yt-play-btn">
						<i></i>
					</div>
					</a>
				</div>-->
				<div class="col-md-10">
				<br />
				<iframe width="100%" height="500" src="https://www.youtube.com/embed/PYFdXEyfiUk" frameborder="0" allowfullscreen></iframe>
				</div>
				<div class="col-md-6 col-md-offset-3 text-center">
					<p class="section--paragraph"><?php echo $l->t('The Nextcloud Secure Sharing Outlook Add-in enables Nextcloud customers to easily and securely send files, folders or upload links to others from within Microsoft Outlook. The Add-in can replace attachments, automatically uploading files to Nextcloud and inserting a secure link in the email. It also makes it easy for users to provide others with a secure file upload link.');?></p>
				</div>
			</div>
		</div>

		<div class="featurerow">
			<div class="row">
				<div class="col-md-6 floated revealOnScroll">
					<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/outlook-nw.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/outlook-nw.png" alt="in action" /></a>
				</div>
				<div class="col-md-6 featureblock revealOnScroll">
					<h2 class="section--heading-2"><?php echo $l->t('Secure data and lower costs');?></h2>
					<p class="section--paragraph"><?php echo $l->t('The Secure Sharing Outlook Add-in takes away the IT headache caused by risky attachments.');?></p>
					<p class="section--paragraph"><?php echo $l->t('Storing and sharing files securely through Nextcloud ensures company policies on data availability, retention and safety can be enforced. This enables system administrators for example to make sure attachments are run through the virus scanner, certain file types are protected from being shared outside the company or retention policies are followed.');?></p>
					<p class="section--paragraph"><?php echo $l->t('Another significant advantage for IT departments is the savings in storage space for email servers. The add-in negates the need for storing large amounts of attachments in multiple email boxes and decreases network traffic.');?></p>

				</div>
			</div>
		</div>

		<div class="featurerow">
			<div class="row">
				<div class="col-md-6 revealOnScroll">
					<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/outlook-options-nw.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/outlook-options-nw.png" alt="in action" /></a>
				</div>
				<div class="col-md-6 revealOnScroll featureblock">
					<h2 class="section--heading-1"><?php echo $l->t('Features');?></h2>
					<p class="section--paragraph"><?php echo $l->t('The Nextcloud Secure Sharing Outlook Add-in lets you pick local files and upload them to Nextcloud. It can provide a link where the recipient of the email can upload files to and enables customization (via html) of the inserted information. Admins can optionally enforce passwords which can be custom or auto-generated. A default expiration date can also be set.');?></p>
					<p class="section--paragraph"><?php echo $l->t('In addition, the Add-in supports branding and high DPI resolution. Multi Language support is also available.');?></p>
					<p class="section--paragraph"><?php echo $l->t('New users can enjoy user-friendly setup dialog to get going, and the Upload Files / Share Public Folder option is directly available in the ‘message’ tab "');?></p>
					<p class="section--paragraph"><?php echo $l->t('The plugin works with Microsoft Outlook 2010, 2013 and 2016.');?></p>
				</div>
			</div>
		</div>
	</div>
</section>

<section class="file-sharing">
	<div class="container">
		<div class="featurerow">
<!-- 			<h2 class="section--heading-1 section--text--center"><?php echo $l->t('Free-as-in-beer version');?></h1> -->
			<div class="row">
				<div class="col-md-6 floated revealOnScroll">
					<a href="<?php bloginfo('template_directory'); ?>/assets/img/outlook/fileupload_3.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/fileupload_3.png" alt="in action" /></a>
				</div>
				<div class="col-md-6 featureblock revealOnScroll">
					<h2 class="section--heading-2"><?php echo $l->t('Free-as-in-beer version');?></h2>
					<p class="section--paragraph"><?php echo $l->t('Nextcloud strives to provide private cloud solution for everyone so we worked with our partner to provide a <a href="https://download.nextcloud.com/outlook/20170706/">free version of the Secure Outlook Add-in for home</a>. Note that the free version is only meant for home users and small organizations.');?></p>
					<p class="section--paragraph"><?php echo $l->t('The free Secure Outlook Add-in features the core capabilities: sharing from your Nextcloud instance instead of sending insecure large attachments, with an optional expiration date. Branding is limited, and it only works for less than 50 users detected on the system.');?></p>
				</div>
			</div>
		</div>
	</div>
</section>

<div class="container-fluid quote">
	<div class="container">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 featureblock text-center revealOnScroll">
				<p class=""><?php echo $l->t('Pricing for the Nextcloud Secure Sharing Outlook Add-in starts at USD 5 per user per year with discounts for larger user numbers. It is currently only available as part of a <a class="hyperlink" href="/enterprise">Nextcloud Support Subscription.</a>');?></p>
				<div class="text-center morebuttondiv">
					<a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Request a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
				</div>
			</div>
		</div>
	</div>
</div>

<section class="file-sharing">
	<div class="container">
		<div class="featurerow">
<!-- 			<h2 class="section--heading-1 section--text--center"><?php echo $l->t('Mozilla Thunderbird');?></h1> -->
			<div class="row">
				<div class="col-md-6 floated revealOnScroll">
					<a href="<?php bloginfo('template_directory'); ?>/assets/img/outlook/moztb.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/moztb.png" alt="in action" /></a>
				</div>
				<div class="col-md-6 featureblock revealOnScroll">
					<h2 class="section--heading-2"><?php echo $l->t('Mozilla Thunderbird');?></h2>
					<p class="section--paragraph"><?php echo $l->t('Users of Mozilla Thunderbird will be delighted to hear that <a href="https://github.com/nextcloud/nextcloud-filelink">Nextcloud also develops a Thunderbird Filelink Addon!</a>');?></p>
					<p class="section--paragraph"><?php echo $l->t('"Nextcloud for Filelink" is a Thunderbird extension which makes it easy to send large attachments with Thunderbird by automatically uploading them first to a Nextcloud server and by then inserting the link into the body of your email.');?></p>
				</div>
			</div>
		</div>
	</div>
</section>


<section class="calendas-contacts">
	<div class="container">
		<div class="featurerow">
			<h1 class="section--heading-1 section--text--center revealOnScroll"><?php echo $l->t('Sync Calendars and Contacts');?></h1>
			<div class="row ">
				<div class="col-md-1">
				</div>
				<div class="col-md-10 revealOnScroll">
					<a href="<?php bloginfo('template_directory'); ?>/assets/img/outlook/calendar-header.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/outlook/calendar-header.png" alt="in action" /></a>
				</div>
			</div>
			<div class="row">
				<div class="col-md-6 col-md-offset-3 featureblock text-center revealOnScroll">
					<p class="section--paragraph"><?php echo $l->t('With the Outlook CalDav Synchronizer integration with Nextcloud, 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 floated revealOnScroll">
						<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 revealOnScroll">
					<h2 class="section--heading-1"><?php echo $l->t('What it does');?></h2>
					<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 revealOnScroll">
					<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 revealOnScroll">
					<h2 class="section--heading-2"><?php echo $l->t('Features');?></h2>
					<p class="section--paragraph"><?php echo $l->t('The Outlook CalDav Synchronizer supports:</br>
					SSL/TLS, also with self-signed certificates and proxy;</br>
					Auto discovery of calendars and address books;</br>
					Configurable sync time range filter;</br>
					Time-triggered-sync and sync changes from Outlook immediately;</br>
					and it can use server settings from an Outlook IMAP/POP3 account profile.');?></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>

<script type="text/javascript">
// $(function () {
// });
</script>