overdue
This commit is contained in:
7
.rclone_repo/docs/layouts/404.html
Executable file
7
.rclone_repo/docs/layouts/404.html
Executable file
@@ -0,0 +1,7 @@
|
||||
{{ define "main"}}
|
||||
<main id="main">
|
||||
<div>
|
||||
<h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
21
.rclone_repo/docs/layouts/_default/single.html
Executable file
21
.rclone_repo/docs/layouts/_default/single.html
Executable file
@@ -0,0 +1,21 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<div class="well well-sm">
|
||||
<h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3>
|
||||
<hr>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
11
.rclone_repo/docs/layouts/chrome/footer.copyright.html
Executable file
11
.rclone_repo/docs/layouts/chrome/footer.copyright.html
Executable file
@@ -0,0 +1,11 @@
|
||||
<footer>
|
||||
<div class="row">
|
||||
<hr>
|
||||
<div class="col-sm-12">
|
||||
<p>© <a href="https://www.craig-wood.com/nick/">Nick Craig-Wood</a> 2014-2017<br>
|
||||
Website hosted on a <a href="https://www.memset.com/dedicated-servers/vps/"><span style="font-weight: bold; font-family: arial black, arial, sans-serif; font-style: italic;">MEMSET CLOUD VPS</span></a>,
|
||||
uploaded with <a href="https://rclone.org">rclone</a>
|
||||
and built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
6
.rclone_repo/docs/layouts/chrome/footer.html
Executable file
6
.rclone_repo/docs/layouts/chrome/footer.html
Executable file
@@ -0,0 +1,6 @@
|
||||
|
||||
<script src="/js/jquery.js"></script>
|
||||
<script src="/js/bootstrap.js"></script>
|
||||
<script src="/js/custom.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
9
.rclone_repo/docs/layouts/chrome/header.html
Executable file
9
.rclone_repo/docs/layouts/chrome/header.html
Executable file
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{{ template "chrome/meta.html" . }}
|
||||
<title>{{ .Title }}</title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
{{ template "chrome/header.includes.html" . }}
|
||||
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
||||
</head>
|
||||
3
.rclone_repo/docs/layouts/chrome/header.includes.html
Executable file
3
.rclone_repo/docs/layouts/chrome/header.includes.html
Executable file
@@ -0,0 +1,3 @@
|
||||
<link href="/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/css/font-awesome.css" rel="stylesheet">
|
||||
<link href="/css/custom.css" rel="stylesheet">
|
||||
30
.rclone_repo/docs/layouts/chrome/menu.html
Executable file
30
.rclone_repo/docs/layouts/chrome/menu.html
Executable file
@@ -0,0 +1,30 @@
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading" style="padding: 2px 10px;">
|
||||
<h4>Share and Enjoy.</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<a href="//twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="njcw">Tweet</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
<br><g:plusone size="medium"></g:plusone>
|
||||
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
||||
<br><iframe src="//ghbtns.com/github-btn.html?user=ncw&repo=rclone&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20"></iframe>
|
||||
<br><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Frclone.org%2F&width=110&layout=button_count&action=like&show_faces=true&share=true&height=21&appId=232073720158744" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading" style="padding: 2px 15px;">
|
||||
<h4>Links.</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
<i class="fa fa-comments" aria-hidden="true"></i> <a href="https://forum.rclone.org">Rclone forum.</a><br />
|
||||
<i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/ncw/rclone">Github project.</a><br />
|
||||
<i class="fa fa-google-plus" aria-hidden="true"></i> <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page.</a><br />
|
||||
<i class="fa fa-slack" aria-hidden="true"></i> <a href="https://slack-invite.rclone.org/">Rclone slack chat.</a><br />
|
||||
<i class="fa fa-book" aria-hidden="true"></i> <a href="https://github.com/ncw/rclone/wiki">Rclone Wiki.</a><br />
|
||||
<i class="fa fa-heart" aria-hidden="true"></i> <a href="/donate/">Donate.</a><br />
|
||||
<i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://twitter.com/njcw">@njcw</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
14
.rclone_repo/docs/layouts/chrome/meta.html
Executable file
14
.rclone_repo/docs/layouts/chrome/meta.html
Executable file
@@ -0,0 +1,14 @@
|
||||
<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">
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
<meta name="author" content="Nick Craig-Wood">
|
||||
<link rel="shortcut icon" type="image/png" href="/img/rclone-16x16.png"/>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-51081799-1', 'rclone.org');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
87
.rclone_repo/docs/layouts/chrome/navbar.html
Executable file
87
.rclone_repo/docs/layouts/chrome/navbar.html
Executable file
@@ -0,0 +1,87 @@
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-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="navbar-brand" href="{{ .Site.BaseURL }}"><i class="fa fa-home"></i> {{ .Site.Title }}</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse navbar-ex1-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/downloads/"><i class="fa fa-cloud-download"></i> Downloads</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b class="caret"></b> Docs</a>
|
||||
<ul class="dropdown-menu pre-scrollable">
|
||||
<li><a href="/install/"><i class="fa fa-book"></i> Installation</a></li>
|
||||
<li><a href="/docs/"><i class="fa fa-book"></i> Usage</a></li>
|
||||
<li><a href="/filtering/"><i class="fa fa-book"></i> Filtering</a></li>
|
||||
<li><a href="/rc/"><i class="fa fa-book"></i> Remote Control</a></li>
|
||||
<li><a href="/changelog/"><i class="fa fa-book"></i> Changelog</a></li>
|
||||
<li><a href="/bugs/"><i class="fa fa-book"></i> Bugs</a></li>
|
||||
<li><a href="/faq/"><i class="fa fa-book"></i> FAQ</a></li>
|
||||
<li><a href="/licence/"><i class="fa fa-book"></i> Licence</a></li>
|
||||
<li><a href="/authors/"><i class="fa fa-book"></i> Authors</a></li>
|
||||
<li><a href="/donate/"><i class="fa fa-heart"></i> Donate</a></li>
|
||||
<li><a href="/privacy/"><i class="fa fa-book"></i> Privacy Policy</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b class="caret"></b> Commands</a>
|
||||
<ul class="dropdown-menu pre-scrollable">
|
||||
<li><a href="/commands/rclone_config/"><i class="fa fa-book"></i> rclone config</a></li>
|
||||
<li><a href="/commands/rclone_copy/"><i class="fa fa-book"></i> rclone copy</a></li>
|
||||
<li><a href="/commands/rclone_sync/"><i class="fa fa-book"></i> rclone sync</a></li>
|
||||
<li><a href="/commands/rclone_move/"><i class="fa fa-book"></i> rclone move</a></li>
|
||||
<li><a href="/commands/rclone_purge/"><i class="fa fa-book"></i> rclone purge</a></li>
|
||||
<li><a href="/commands/rclone_mkdir/"><i class="fa fa-book"></i> rclone mkdir</a></li>
|
||||
<li><a href="/commands/rclone_rmdir/"><i class="fa fa-book"></i> rclone rmdir</a></li>
|
||||
<li><a href="/commands/rclone_check/"><i class="fa fa-book"></i> rclone check</a></li>
|
||||
<li><a href="/commands/rclone_ls/"><i class="fa fa-book"></i> rclone ls</a></li>
|
||||
<li><a href="/commands/rclone_lsd/"><i class="fa fa-book"></i> rclone lsd</a></li>
|
||||
<li><a href="/commands/rclone_delete/"><i class="fa fa-book"></i> rclone delete</a></li>
|
||||
<li><a href="/commands/rclone_size/"><i class="fa fa-book"></i> rclone size</a></li>
|
||||
<li><a href="/commands/rclone_mount/"><i class="fa fa-book"></i> rclone mount</a></li>
|
||||
<li><a href="/commands/rclone_ncdu/"><i class="fa fa-book"></i> rclone ncdu</a></li>
|
||||
<li><a href="/commands/rclone_cat/"><i class="fa fa-book"></i> rclone cat</a></li>
|
||||
<li><a href="/commands/rclone_rcat/"><i class="fa fa-book"></i> rclone rcat</a></li>
|
||||
<li><a href="/commands/"><i class="fa fa-book"></i> ...and the rest</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b class="caret"></b> Storage Systems</a>
|
||||
<ul class="dropdown-menu pre-scrollable">
|
||||
<li><a href="/overview/"><i class="fa fa-archive"></i> Overview</a></li>
|
||||
<li><a href="/amazonclouddrive/"><i class="fa fa-amazon"></i> Amazon Drive</a></li>
|
||||
<li><a href="/s3/"><i class="fa fa-amazon"></i> Amazon S3</a></li>
|
||||
<li><a href="/b2/"><i class="fa fa-fire"></i> Backblaze B2</a></li>
|
||||
<li><a href="/box/"><i class="fa fa-archive"></i> Box</a></li>
|
||||
<li><a href="/cache/"><i class="fa fa-archive"></i> Cache</a></li>
|
||||
<li><a href="/crypt/"><i class="fa fa-lock"></i> Crypt (encrypts the others)</a></li>
|
||||
<li><a href="/dropbox/"><i class="fa fa-dropbox"></i> Dropbox</a></li>
|
||||
<li><a href="/ftp/"><i class="fa fa-file"></i> FTP</a></li>
|
||||
<li><a href="/googlecloudstorage/"><i class="fa fa-google"></i> Google Cloud Storage</a></li>
|
||||
<li><a href="/drive/"><i class="fa fa-google"></i> Google Drive</a></li>
|
||||
<li><a href="/http/"><i class="fa fa-globe"></i> HTTP</a></li>
|
||||
<li><a href="/hubic/"><i class="fa fa-space-shuttle"></i> Hubic</a></li>
|
||||
<li><a href="/jottacloud/"><i class="fa fa-cloud"></i> Jottacloud</a></li>
|
||||
<li><a href="/mega/"><i class="fa fa-archive"></i> Mega</a></li>
|
||||
<li><a href="/azureblob/"><i class="fa fa-windows"></i> Microsoft Azure Blob Storage</a></li>
|
||||
<li><a href="/onedrive/"><i class="fa fa-windows"></i> Microsoft OneDrive</a></li>
|
||||
<li><a href="/opendrive/"><i class="fa fa-space-shuttle"></i> OpenDrive</a></li>
|
||||
<li><a href="/qingstor/"><i class="fa fa-hdd-o"></i> QingStor</a></li>
|
||||
<li><a href="/swift/"><i class="fa fa-space-shuttle"></i> Openstack Swift</a></li>
|
||||
<li><a href="/pcloud/"><i class="fa fa-cloud"></i> pCloud</a></li>
|
||||
<li><a href="/sftp/"><i class="fa fa-server"></i> SFTP</a></li>
|
||||
<li><a href="/webdav/"><i class="fa fa-server"></i> WebDAV</a></li>
|
||||
<li><a href="/yandex/"><i class="fa fa-space-shuttle"></i> Yandex Disk</a></li>
|
||||
<li><a href="/local/"><i class="fa fa-file"></i> The local filesystem</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/contact/"><i class="fa fa-envelope"></i> Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
19
.rclone_repo/docs/layouts/index.html
Executable file
19
.rclone_repo/docs/layouts/index.html
Executable file
@@ -0,0 +1,19 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
{{ range $key, $value := .Site.Taxonomies.groups.about.Pages }}
|
||||
{{ $value.Content }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
24
.rclone_repo/docs/layouts/indexes/category.html
Executable file
24
.rclone_repo/docs/layouts/indexes/category.html
Executable file
@@ -0,0 +1,24 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<div class="well well-sm">
|
||||
<strong>Items in category <code>{{ .Title | lower }}</code></strong>
|
||||
<ul class="list-unstyled">
|
||||
{{ range .Data.Pages }}
|
||||
{{ .Render "li" }}
|
||||
{{ end}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
24
.rclone_repo/docs/layouts/indexes/post.html
Executable file
24
.rclone_repo/docs/layouts/indexes/post.html
Executable file
@@ -0,0 +1,24 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<div class="well well-sm">
|
||||
<strong>Blog Post Archive</strong>
|
||||
<ul class="list-unstyled">
|
||||
{{ range .Data.Pages }}
|
||||
{{ .Render "li" }}
|
||||
{{ end}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
24
.rclone_repo/docs/layouts/indexes/tag.html
Executable file
24
.rclone_repo/docs/layouts/indexes/tag.html
Executable file
@@ -0,0 +1,24 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<div class="well well-sm">
|
||||
<strong>Items with tag <code>{{ .Title | lower }}</code></strong>
|
||||
<ul class="list-unstyled">
|
||||
{{ range .Data.Pages }}
|
||||
{{ .Render "li" }}
|
||||
{{ end}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
17
.rclone_repo/docs/layouts/page/single.html
Executable file
17
.rclone_repo/docs/layouts/page/single.html
Executable file
@@ -0,0 +1,17 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
1
.rclone_repo/docs/layouts/partials/version.html
Executable file
1
.rclone_repo/docs/layouts/partials/version.html
Executable file
@@ -0,0 +1 @@
|
||||
v1.43.1
|
||||
4
.rclone_repo/docs/layouts/post/li.html
Executable file
4
.rclone_repo/docs/layouts/post/li.html
Executable file
@@ -0,0 +1,4 @@
|
||||
<li>
|
||||
<h5><a href="{{ .Permalink }}">{{ .Title}}</a><br>
|
||||
<small>posted on {{ .Date.Format "January 2, 2006" }}</small></h5>
|
||||
</li>
|
||||
35
.rclone_repo/docs/layouts/post/single.html
Executable file
35
.rclone_repo/docs/layouts/post/single.html
Executable file
@@ -0,0 +1,35 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<div class="well well-sm">
|
||||
<h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3>
|
||||
<hr>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
<div class="well well-sm"> <!-- Post-specific stats -->
|
||||
<h4>{{ .Date.Format "January 2, 2006" }}<br>
|
||||
<small>{{ .WordCount }} words</small></h4>
|
||||
<hr>
|
||||
<strong>Categories</strong>
|
||||
<ul class="list-unstyled">
|
||||
{{ range .Params.categories }}
|
||||
<li><a href="/categories/{{ . | urlize }}">{{ . }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<hr>
|
||||
<strong>Tags</strong><br>
|
||||
{{ range .Params.tags }}<a class="label label-default" href="/tags/{{ . | urlize }}">{{ . }}</a> {{ end }}
|
||||
</div>
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
9
.rclone_repo/docs/layouts/post/summary.html
Executable file
9
.rclone_repo/docs/layouts/post/summary.html
Executable file
@@ -0,0 +1,9 @@
|
||||
<div class="well well-sm">
|
||||
<h4>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a> <small class="pull-right">Posted on {{ .Date.Format "Jan 2, 2006" }}</small><br>
|
||||
<small>{{ .Description }}</small>
|
||||
</h4>
|
||||
<hr>
|
||||
<p>{{ .Summary }}</p>
|
||||
<a class="btn btn-primary btn-xs" href="{{ .Permalink }}">Read More <span class="fa fa-angle-double-right"></span></a>
|
||||
</div>
|
||||
20
.rclone_repo/docs/layouts/rss.xml
Executable file
20
.rclone_repo/docs/layouts/rss.xml
Executable file
@@ -0,0 +1,20 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>{{ .Title }} on {{ .Site.Title }} </title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<language>en-US</language>
|
||||
<author>Nick Craig-Wood</author>
|
||||
<rights>Copyright (c) 2017, Nick Craig-Wood; all rights reserved.</rights>
|
||||
<updated>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }}</updated>
|
||||
{{ range first 15 .Data.Pages }}
|
||||
<item>
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }}</pubDate>
|
||||
<author>Nick Craig-Wood</author>
|
||||
<guid>{{ .Permalink }}</guid>
|
||||
<description>{{ .Content | html }}</description>
|
||||
</item>
|
||||
{{ end }}
|
||||
</channel>
|
||||
</rss>
|
||||
33
.rclone_repo/docs/layouts/section/commands.html
Executable file
33
.rclone_repo/docs/layouts/section/commands.html
Executable file
@@ -0,0 +1,33 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
<body>
|
||||
{{ template "chrome/navbar.html" . }}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<div class="well well-sm">
|
||||
<h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3>
|
||||
<hr>
|
||||
<!-- FIXME factor this properly -->
|
||||
<body>
|
||||
<h1>Rclone Commands</h1>
|
||||
<p>This is an index of all commands in rclone.</p>
|
||||
<ul>
|
||||
{{ range .Data.Pages }}
|
||||
<li><a href="{{ .URL }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<p>Docs autogenerated by <a href="https://github.com/spf13/cobra">Cobra</a>.</p>
|
||||
<!-- FIXME factor this properly -->
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-md-2">
|
||||
{{ template "chrome/menu.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ template "chrome/footer.copyright.html" . }}
|
||||
</div>
|
||||
{{ template "chrome/footer.html" . }}
|
||||
1
.rclone_repo/docs/layouts/shortcodes/cdownload.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/cdownload.html
Executable file
@@ -0,0 +1 @@
|
||||
<a href="https://downloads.rclone.org/rclone-current-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><span class="fa fa-download fa-lg"></span></a>
|
||||
1
.rclone_repo/docs/layouts/shortcodes/download.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/download.html
Executable file
@@ -0,0 +1 @@
|
||||
<a href="https://downloads.rclone.org/{{ partial "version.html" . }}/rclone-{{ partial "version.html" . }}-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><span class="fa fa-download fa-lg"></span></a>
|
||||
1
.rclone_repo/docs/layouts/shortcodes/provider.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/provider.html
Executable file
@@ -0,0 +1 @@
|
||||
{{ .Get "name" }} <a href="{{ .Get "home" }}" title="{{ .Get "name" }} Home Page"><i class="fa fa-home"></i></a> <a href="{{ .Get "config" }}" title="Rclone Config for {{ .Get "name" }}"><i class="fa fa-book"></i></a>
|
||||
1
.rclone_repo/docs/layouts/shortcodes/version.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/version.html
Executable file
@@ -0,0 +1 @@
|
||||
{{ partial "version.html" . }}
|
||||
10
.rclone_repo/docs/layouts/sitemap.xml
Executable file
10
.rclone_repo/docs/layouts/sitemap.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
{{ range .Data.Pages }}
|
||||
<url>
|
||||
<loc>{{ .Permalink }}</loc>
|
||||
<lastmod>{{ safeHTML ( .Date.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ with .Sitemap.ChangeFreq }}
|
||||
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
|
||||
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}
|
||||
</url>
|
||||
{{ end }}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user