mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
224 lines
12 KiB
HTML
224 lines
12 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Nextcloud Documentation</title>
|
|
|
|
<link rel="stylesheet" href="https://docs.nextcloud.org/server/9/user_manual/_static/main.min.css" type="text/css" />
|
|
<link rel="stylesheet" href="https://docs.nextcloud.org/server/9/user_manual/_static/styles.css" type="text/css" />
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: './',
|
|
VERSION: '9',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/jquery.js"></script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/underscore.js"></script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/doctools.js"></script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/js/jquery-1.11.0.min.js"></script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/js/jquery-fix.js"></script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/bootstrap-3.1.0/js/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="https://docs.nextcloud.org/server/9/user_manual/_static/bootstrap-sphinx.js"></script>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="theme-color" content="#1d2d44">
|
|
<link rel="shortcut icon" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png" />
|
|
<link rel="apple-touch-icon-precomposed" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png" />
|
|
<!-- Piwik -->
|
|
<script type="text/javascript">
|
|
var _paq = _paq || [];
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//stats.nextcloud.com/";
|
|
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
|
_paq.push(['setSiteId', 3]);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<noscript><p><img src="//stats.nextcloud.com/piwik.php?idsite=3" style="border:0;" alt="" /></p></noscript>
|
|
<!-- End Piwik Code -->
|
|
</head>
|
|
<body role="document">
|
|
|
|
<header class="banner navbar navbar-default navbar-static-top" role="banner">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="brand" href="http://nextcloud.com/" rel="home" title="Nextcloud.com"><img class="logo" src="https://docs.nextcloud.org/server/9/user_manual/_static/img/logo.svg" itemprop="logo"></a>
|
|
</div>
|
|
|
|
<nav class="collapse navbar-collapse" role="navigation">
|
|
<ul id="menu-header" class="nav navbar-nav">
|
|
<li><a href="https://demo.nextcloud.com/">Demo</a></li>
|
|
<li><a href="https://nextcloud.com/news/">News</a></li>
|
|
<li><a href="https://nextcloud.com/features/">Features</a></li>
|
|
<li><a href="https://nextcloud.com/about/">About us</a></li>
|
|
<li><a href="https://nextcloud.com/contribute/">Get involved</a></li>
|
|
<li><a href="https://nextcloud.com/support/">Support</a></li>
|
|
<li><a href="https://nextcloud.com/enterprise/">Enterprise</a></li>
|
|
<li class="menu-install"><a href="https://nextcloud.com/install/">Download</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="wrap container not-front">
|
|
<div class="content row">
|
|
<main class="main">
|
|
|
|
|
|
|
|
<div class="col-md-12">
|
|
<div class="page-content">
|
|
<div class="section" id="nextcloud-documentation-overview">
|
|
<h1>Nextcloud Documentation Overview<a class="headerlink" href="#nextcloud-documentation-overview" title="Permalink to this headline">¶</a></h1>
|
|
<div class="section" id="getting-Nextcloud">
|
|
<h2>Getting Nextcloud<a class="headerlink" href="#getting-nextcloud" title="Permalink to this headline">¶</a></h2>
|
|
<p>You can download and install Nextcloud on your own Linux server, use the Web
|
|
Installer to install it on shared Web hosting, try some prefab cloud or virtual
|
|
machine images, or sign up for hosted Nextcloud services. See the <a class="reference external" href="https://nextcloud.com/install/">Get Started</a> page for more information.</p>
|
|
</div>
|
|
<div class="section" id="reporting-documentation-bugs-how-to-contribute">
|
|
<h2>Reporting Documentation Bugs & How to Contribute<a class="headerlink" href="#reporting-documentation-bugs-how-to-contribute" title="Permalink to this headline">¶</a></h2>
|
|
<p>If you find an error or omission in any of the manuals, we welcome your bug
|
|
reports and contributions.</p>
|
|
</div>
|
|
|
|
<div class="section" id="nextcloud-13">
|
|
<h2>Nextcloud 13<a class="headerlink" href="#nextcloud-13" title="Permalink to this headline">¶</a></h2>
|
|
<p>This documents the <em>latest production</em> version of Nextcloud.</p>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/13/user_manual/">User Manual</a>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/13/admin_manual/">Administration Manual</a>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/13/developer_manual/">Developer Manual</a>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section" id="nextcloud-12">
|
|
<h2>Nextcloud 12<a class="headerlink" href="#nextcloud-12" title="Permalink to this headline">¶</a></h2>
|
|
<p>This documents the <em>previous production</em> version of Nextcloud.</p>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/12/user_manual/">User Manual</a>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/12/admin_manual/">Administration Manual</a>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/12/developer_manual/">Developer Manual</a>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section" id="nextcloud-older">
|
|
<h1>Older Nextcloud server releases</h1>
|
|
<p>This documents the <em>older</em> versions of Nextcloud. Users are strongly encouraged to upgrade to the latest production release.</p>
|
|
|
|
<div class="section" id="nextcloud-11">
|
|
<h2>Nextcloud 11<a class="headerlink" href="#nextcloud-11" title="Permalink to this headline">¶</a></h2>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/11/user_manual/">User Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/11/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/11/admin_manual/">Administration Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/11/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/11/developer_manual/">Developer Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/11/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section" id="nextcloud-10">
|
|
<h2>Nextcloud 10<a class="headerlink" href="#nextcloud-10" title="Permalink to this headline">¶</a></h2>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/10/user_manual/">User Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/10/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/10/admin_manual/">Administration Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/10/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/10/developer_manual/">Developer Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/10/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<div class="section" id="nextcloud-9">
|
|
<h2>Nextcloud 9<a class="headerlink" href="#nextcloud-9" title="Permalink to this headline">¶</a></h2>
|
|
<ul class="simple">
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/9/user_manual/">User Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/9/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/9/admin_manual/">Administration Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/9/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
|
<li><a class="reference external" href="https://docs.nextcloud.org/server/9/developer_manual/">Developer Manual</a>
|
|
(<a class="reference external" href="https://docs.nextcloud.org/server/9/NextcloudDeveloperManual.pdf">Download PDF</a>)</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 footer-social-icons">
|
|
<p class="text-center"><a target="_blank" href="https://plus.google.com/104036748063781940910/about"><img width=50 src="https://docs.nextcloud.org/server/9/user_manual/_static/img/social/googleplus.svg" title="Follow us on Google Plus!" alt="Follow us on Google Plus!"></img></a>
|
|
<a target="_blank" style="margin: 0 7px 0 14px;" href="https://www.facebook.com/Nextclouders"><img width=50 src="https://docs.nextcloud.org/server/9/user_manual/_static/img/social/facebook.svg" title="Like our facebook page!" alt="Like our facebook page!"></img></a>
|
|
<a target="_blank" style="margin: 0 14px 0 7px;" href="https://twitter.com/Nextclouders"><img width=50 src="https://docs.nextcloud.org/server/9/user_manual/_static/img/social/twitter.svg" title="Subscribe to our twitter channel!" alt="Subscribe to our twitter channel!"></img></a>
|
|
<a target="_blank" href="https://nextcloud.com/blogfeed"><img class="img-circle" width=50 src="https://docs.nextcloud.org/server/9/user_manual/_static/img/social/rss.svg" title="Subscribe to our news feed!" alt="Subscribe to our news feed!"></img></a>
|
|
<a target="_blank" href="https://newsletter.nextcloud.com/"><img class="img-circle" width=50 src="https://docs.nextcloud.org/server/9/user_manual/_static/img/social/mail.svg" title="Subscribe to our newsletter!" alt="Subscribe to our newsletter!"></img></a></p>
|
|
</div>
|
|
<div class="text-center">
|
|
All documentation licensed under the <a href="https://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 Unported license</a>.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="content-info" role="contentinfo">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-2 col-sm-offset-1">
|
|
<div class="footer-nav">
|
|
<h4>About Nextcloud</h4>
|
|
<ul id="menu-about" class="menu">
|
|
<li><a href="https://nextcloud.com/about/">About us</a></li>
|
|
<li><a href="https://nextcloud.com/contact/">Contact us</a></li>
|
|
<li><a href="https://nextcloud.com/press/">Press</a></li>
|
|
<li><a href="https://nextcloud.com/privacy/">Privacy policy</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-2 col-sm-offset-2">
|
|
</div>
|
|
<div class="col-sm-2 col-sm-offset-2">
|
|
<div class="footer-nav">
|
|
<h4>Interact</h4>
|
|
<ul id="menu-interact" class="menu">
|
|
<li class="menu-irc-channel"><a href="https://webchat.freenode.net/?channels=nextcloud">IRC Channel</a></li>
|
|
<li class="menu-forums"><a href="https://help.nextcloud.com/">Forums</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-12 footer-text">
|
|
<p>
|
|
© Copyright 2017, The Nextcloud developers. <small><a href="https://nextcloud.com/impressum">Legal Notice</a></small><br/>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|