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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-10-05 15:18:58 +0300
committerJos Poortvliet <jos@opensuse.org>2017-10-05 16:08:16 +0300
commit0dd1ee3347958f11ffe84496e15b167099d217f7 (patch)
treec1a2b0029b357cdb49f1ca42ee976d3c18630beb /page-migration.php
parent80fcac20c3c3a4109b4a5ebfee52daa54442f308 (diff)
fix migration page quotes
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-migration.php')
-rw-r--r--page-migration.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-migration.php b/page-migration.php
index 47aff3a8..0fd525b4 100644
--- a/page-migration.php
+++ b/page-migration.php
@@ -2,7 +2,7 @@
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/assets/css/pages/migration.css">
<script>
require(["require.config"], function() {
- require(["pages/migration"])
+ require(["pages/migration", "modules/youtubePlayer"])
});
</script>
</head>
@@ -87,7 +87,7 @@
<li>3. Now go to the URL of your ownCloud server in a browser and log in. Then append to the URL this: <em>updater/index.php</em> so it looks like: <code>your.owncloudserver.com/updater/index.php</code></li>
<li>4. Now you should see the migrator and you can just follow the steps! Watch our video below to see how easy it is.</li></ul>');?></p>
- <iframe width="100%" height="720" src="https://www.youtube.com/embed/QKI85Yq01wo" frameborder="0" allowfullscreen></iframe>
+ <div data-type="youtube" data-video-id="QKI85Yq01wo"></div>
<p class="section--paragraph"><?php echo $l->t('In this video we show ownCloud, switch to the terminal, execute the commands to download the migrator and switch back to the browser to run it.');?></p>
<p class="section--paragraph"><?php echo $l->t('You can do the last step manually from the command line, which is adviced on large installations where the time-out on PHP via the web interface can be a problem. Note that <strong>ownCloud 10.0.1 can not yet be migrated to Nextcloud 12</strong>, we are still testing this upgrade path to make sure it is 100% reliable!');?></p>