3253 lines
98 KiB
Diff
3253 lines
98 KiB
Diff
diff -urN dl-0.18.1.old/htdocs/static/guide/de_DE/index.html dl-0.18.1/htdocs/static/guide/de_DE/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/de_DE/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/de_DE/index.html 2017-09-06 17:09:36.000000000 +0100
|
||
@@ -0,0 +1,467 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de_DE" lang="de_DE">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>Download ticket service</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="download-ticket-service">
|
||
+<h1 class="title">Download ticket service</h1>
|
||
+
|
||
+<div class="contents topic" id="inhalt">
|
||
+<p class="topic-title first">Inhalt</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#kurze-schritt-fur-schritt-anleitung-zum-senden-von-anhangen" id="id1">Kurze Schritt-für-Schritt Anleitung zum Senden von Anhängen</a></li>
|
||
+<li><a class="reference internal" href="#kurze-schritt-fur-schritt-anleitung-zum-empfangen-von-anhangen" id="id2">Kurze Schritt-für-Schritt Anleitung zum Empfangen von Anhängen</a></li>
|
||
+<li><a class="reference internal" href="#erweiterte-einstellungen" id="id3">Erweiterte Einstellungen</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="kurze-schritt-fur-schritt-anleitung-zum-senden-von-anhangen">
|
||
+<h1><a class="toc-backref" href="#id1">Kurze Schritt-für-Schritt Anleitung zum Senden von Anhängen</a></h1>
|
||
+<p>Rufen Sie die Webseite <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> auf und melden Sie sich mit
|
||
+Ihrem Benutzernamen und Passwort an. Nach der Anmeldung erscheint die folgende
|
||
+Seite:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Klicken Sie, wie in der Abbildung gezeigt, auf "Durchsuchen" und wählen Sie
|
||
+die zu sendende Datei aus.</li>
|
||
+<li>Klicken Sie auf "Senden" und warten Sie, bis die Datei hochgeladen wurde,
|
||
+siehe folgende Abbildung.</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>Klicken Sie auf "Per E-Mail verschicken", um den Link zur gerade
|
||
+hochgeladenen Datei einem beliebigen Empfänger über Ihr E-Mail Programm zu
|
||
+schicken.</li>
|
||
+</ol>
|
||
+<p>Bei Verwendung der Standardeinstellungen hat der Empfänger eine Woche Zeit, um
|
||
+die Datei herunterzuladen, bevor diese automatisch gelöscht wird. Diese Frist
|
||
+kann jedoch geändert werden indem Sie die entsprechenden Parameter vor dem
|
||
+hochladen anpassen.</p>
|
||
+<p>Durch einen Klick auf "Aktive Tickets" am unteren Ende der Seite, kann die
|
||
+Liste der hochgeladenen Dateien eingesehen und einzelne Tickets verwaltet
|
||
+werden.</p>
|
||
+</div>
|
||
+<div class="section" id="kurze-schritt-fur-schritt-anleitung-zum-empfangen-von-anhangen">
|
||
+<h1><a class="toc-backref" href="#id2">Kurze Schritt-für-Schritt Anleitung zum Empfangen von Anhängen</a></h1>
|
||
+<p>Rufen Sie die Webseite <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> auf und melden Sie sich mit
|
||
+Ihrem Benutzernamen und Passwort an. Nach der Anmeldung erscheint die folgende
|
||
+Seite:</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Klicken Sie auf "Neue Upload-Erlaubnis" am unteren Ende der Seite</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li>Geben Sie Ihre E-Mailadresse an.</li>
|
||
+<li>Klicken Sie auf "Erstellen" um die Erlaubnis zu erstellen.</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>Klicken Sie auf "Per E-Mail verschicken", um die Upload-Erlaubnis an einen
|
||
+beliebigen Empfänger zu schicken.</li>
|
||
+</ol>
|
||
+<p>Der Empfänger braucht nach Erhalt der Upload-Erlaubnis den darin enthaltenen
|
||
+Link lediglich in einem Browser aufzurufen und die Anweisungen am Bildschirm zu
|
||
+befolgen. Sobald der Empfänger die Datei hochgeladen hat, wird Ihnen eine
|
||
+Bestätigungs-E-Mail mit einem Link zur hochgeladenen Datei zugeschickt.</p>
|
||
+</div>
|
||
+<div class="section" id="erweiterte-einstellungen">
|
||
+<h1><a class="toc-backref" href="#id3">Erweiterte Einstellungen</a></h1>
|
||
+<p>Vor dem Versand einer Datei ist es möglich die Verfallsfristen unter dem Abschnitt "Weitere Optionen" anzupassen.</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<p>Wenn Sie möchten, dass die Datei nicht automatisch gelöscht wird, aktivieren
|
||
+Sie die Option "Ticket ohne Verfallsfrist ", die Sie unter "Weitere Optionen"
|
||
+finden. Die Datei wird dann solange zur Verfügung stehen, bis sie manuell
|
||
+gelöscht wird.</p>
|
||
+<p>Wenn Sie für jeden einzelnen Download einer Datei eine Meldung erhalten
|
||
+möchten, geben Sie Ihre E-Mail-Adresse im Feld "Bei Download folgende
|
||
+E-Mailadresse benachrichtigen" ein. Sie finden das Feld unter "Weitere
|
||
+Optionen".</p>
|
||
+<p>Frist in # Tagen:</p>
|
||
+<blockquote>
|
||
+Hier können Sie die maximale Anzahl von Tagen angeben, welche die gesendete
|
||
+Datei auf dem Server erhalten bleibt. Nach Ablauf dieser Frist wird die Datei
|
||
+automatisch gelöscht, unabhängig davon ob sie heruntergeladen wurde oder
|
||
+nicht.</blockquote>
|
||
+<p>Frist in # Stunden, nach dem letzten Download:</p>
|
||
+<blockquote>
|
||
+<p>Hier können Sie die maximale Anzahl von Stunden angeben, für welche die Datei
|
||
+nach dem letzten Download noch auf dem Server verbleiben soll. Jeder weiterer
|
||
+Download legt die Verfallsfrist um die angegebene Stundenanzahl erneut fest.
|
||
+Ist die Frist abgelaufen, wird die Datei automatisch gelöscht.</p>
|
||
+<p>Diese Frist-Angabe ermöglicht Ihnen bei Verwendung von großen Zeiträumen
|
||
+(Tage/Wochen) häufig verwendete Tickets für einen unbestimmten Zeitraum aktiv
|
||
+zu erhalten und sie automatisch zu löschen, sobald sie nicht mehr verwendet
|
||
+werden.</p>
|
||
+<p>Wird die Frist-Angabe hingegen mit kurzen Zeiträumen verwendet (bis zu 24
|
||
+Stunden), wird das Ticket nach dem Herunterladen schnell entfernt, gibt dem
|
||
+Empfänger aber noch einen kleinen Spielraum für weitere Downloads.</p>
|
||
+</blockquote>
|
||
+<p>Frist in # Downloads:</p>
|
||
+<blockquote>
|
||
+Hier können Sie festlegen, wie oft eine Datei insgesamt vom Server
|
||
+heruntergeladen werden kann. Bei Erreichen dieser Anzahl wird die Datei
|
||
+automatisch gelöscht.</blockquote>
|
||
+<p>Wird mindestens eine der oben beschriebenen Fristen überschritten, verfällt das
|
||
+Ticket und wird somit automatisch gelöscht. Sie können eine oder mehrere
|
||
+Fristen deaktivieren, indem Sie den entsprechenden Parameter auf "0" setzen.</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|
||
diff -urN dl-0.18.1.old/htdocs/static/guide/en_EN/index.html dl-0.18.1/htdocs/static/guide/en_EN/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/en_EN/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/en_EN/index.html 2017-09-06 17:09:37.000000000 +0100
|
||
@@ -0,0 +1,464 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_EN" lang="en_EN">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>Download ticket service</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="download-ticket-service">
|
||
+<h1 class="title">Download ticket service</h1>
|
||
+
|
||
+<div class="contents topic" id="contents">
|
||
+<p class="topic-title first">Contents</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#short-step-by-step-guide-to-send-attachments" id="id1">Short Step-by-step guide to send attachments</a></li>
|
||
+<li><a class="reference internal" href="#short-step-by-step-guide-to-receive-attachments" id="id2">Short Step-by-step guide to receive attachments</a></li>
|
||
+<li><a class="reference internal" href="#advanced-upload-parameters" id="id3">Advanced upload parameters</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="short-step-by-step-guide-to-send-attachments">
|
||
+<h1><a class="toc-backref" href="#id1">Short Step-by-step guide to send attachments</a></h1>
|
||
+<p>First, go to <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> and authenticate with your username and
|
||
+password.</p>
|
||
+<p>You should be presented with this page:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Click on the button under "Upload File" (labelled either "Browse" or "Choose
|
||
+File") as outlined in the picture and pick the file you need to send.</li>
|
||
+<li>Click "Upload", and wait until the file is uploaded as shown:</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>Click "Send via E-Mail" to send an e-mail to someone, containing the link
|
||
+to the file you just uploaded.</li>
|
||
+</ol>
|
||
+<p>By default, the recipient has one week to download the file before it is
|
||
+automatically cleaned up. You can change this behavior by setting some
|
||
+parameters before uploading.</p>
|
||
+<p>You can see a list of files you have uploaded and manage them by clicking on
|
||
+the "List active tickets" button, at the bottom of the page.</p>
|
||
+</div>
|
||
+<div class="section" id="short-step-by-step-guide-to-receive-attachments">
|
||
+<h1><a class="toc-backref" href="#id2">Short Step-by-step guide to receive attachments</a></h1>
|
||
+<p>First, go to <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> and authenticate with your username and
|
||
+password.</p>
|
||
+<p>You should be presented with this page:</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Click on the "New grant" link at the bottom of the page to start a new
|
||
+grant:</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li>Enter <em>your</em> email address.</li>
|
||
+<li>Click "Create" to generate an upload grant:</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>Click "Send via E-Mail" to send an e-mail to someone, containing the link
|
||
+that will allow him to send you any file.</li>
|
||
+</ol>
|
||
+<p>Your recipient simply needs to follow the instructions contained in the link
|
||
+itself. Once he uploads the file into the server, you will receive an email
|
||
+containing another link to the file just uploaded.</p>
|
||
+</div>
|
||
+<div class="section" id="advanced-upload-parameters">
|
||
+<h1><a class="toc-backref" href="#id3">Advanced upload parameters</a></h1>
|
||
+<p>Before uploading a file, you can customize how the download and cleanup is
|
||
+performed by setting some "Advanced" parameters:</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<ul class="simple">
|
||
+<li><em>If you want your file to never be deleted</em> please check the "Permanent
|
||
+ticket" checkbox. Your file will always be available until you manually
|
||
+remove it.</li>
|
||
+<li><em>If you want to be notified every time someone downloads the file</em> you can
|
||
+write your e-mail in the "Get notified by email" box. You'll receive
|
||
+notifications every time the file is successfully downloaded or removed from
|
||
+the server. This is great if you want extra confirmation that your email has
|
||
+been acted upon.</li>
|
||
+</ul>
|
||
+<p>Expire in total # of hours:</p>
|
||
+<blockquote>
|
||
+Type the maximal number of hours the uploaded file is allowed to be kept on
|
||
+the server. After this period is passed the file will be deleted from the
|
||
+server whether is was downloaded or not.</blockquote>
|
||
+<p>Expire in # of hours after last dl:</p>
|
||
+<blockquote>
|
||
+<p>Type the number of hours the uploaded file is allowed to be kept on the
|
||
+server after being downloaded. Another download will extend the lifetime of
|
||
+the ticket for the specified number of hours. After this period is passed
|
||
+without activity, the file is be deleted from the server.</p>
|
||
+<p>This feature, when used with a long period (days or weeks), allows "hot"
|
||
+tickets to be kept alive only until used, and be deleted automatically
|
||
+afterward.</p>
|
||
+<p>When used with a short period (24 hours or less), allows to remove the ticket
|
||
+as soon as being downloaded, allowing the recipient some margin to download
|
||
+the file more than once.</p>
|
||
+</blockquote>
|
||
+<p>Expire after # of downloads:</p>
|
||
+<blockquote>
|
||
+Type the number of times the uploaded file is allowed to be downloaded in
|
||
+total. After this amount is reached the file will be deleted from the
|
||
+server. Handy if you need to ensure the file is downloaded just once from a
|
||
+single person.</blockquote>
|
||
+<p>If at least one of these parameters expires the file will be deleted. You can
|
||
+set any parameter to "0" to disable the condition.</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|
||
diff -urN dl-0.18.1.old/htdocs/static/guide/es_ES/index.html dl-0.18.1/htdocs/static/guide/es_ES/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/es_ES/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/es_ES/index.html 2017-09-06 17:09:37.000000000 +0100
|
||
@@ -0,0 +1,465 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es_ES" lang="es_ES">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>Download ticket service</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="download-ticket-service">
|
||
+<h1 class="title">Download ticket service</h1>
|
||
+
|
||
+<div class="contents topic" id="contenido">
|
||
+<p class="topic-title first">Contenido</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#breve-guia-paso-a-paso-para-subir-ficheros" id="id1">Breve guía paso a paso para subir ficheros</a></li>
|
||
+<li><a class="reference internal" href="#breve-guia-paso-a-paso-para-recibir-ficheros" id="id2">Breve guía paso a paso para recibir ficheros</a></li>
|
||
+<li><a class="reference internal" href="#parametros-avanzados-de-subida" id="id3">Parámetros Avanzados de subida</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="breve-guia-paso-a-paso-para-subir-ficheros">
|
||
+<h1><a class="toc-backref" href="#id1">Breve guía paso a paso para subir ficheros</a></h1>
|
||
+<p>Primero, diríjase a <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> y autentíquese usando su usuario y
|
||
+contraseña.</p>
|
||
+<p>Esta página debería ser mostrada:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Cliquee en el botón bajo "Subir fichero" (llamado "Examinar" or "Escoja
|
||
+fichero") como se ve en la imagen y seleccione el fichero que necesita subir.</li>
|
||
+<li>Click en "Subir" y espere mientras el fichero es subido como aquí se muestra:</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>Click en "Enviar vía e-mail" para enviar un e-mail a alguien con el enlace
|
||
+al fichero que acaba de subir.</li>
|
||
+</ol>
|
||
+<p>Por defecto, el receptor tiene una semana para descargar el fichero antes de
|
||
+este sea eliminado automáticamente. Puede cambiar este comportamiento
|
||
+configurando algunos parámetros antes de la subida.</p>
|
||
+<p>Puede ver una lista de ficheros que ha subido y administrarlos cliqueando en el
|
||
+botón "Listar tickets activos" a pie de página.</p>
|
||
+</div>
|
||
+<div class="section" id="breve-guia-paso-a-paso-para-recibir-ficheros">
|
||
+<h1><a class="toc-backref" href="#id2">Breve guía paso a paso para recibir ficheros</a></h1>
|
||
+<p>Primero, diríjase a <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> y autentíquese usando su usuario y
|
||
+contraseña.</p>
|
||
+<p>Esta página debería ser mostrada:</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Click en el enlace "Nueva concesión" al pie de página para empezar una nueva
|
||
+concesión:</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li>Introduzca <em>su</em> dirección de e-mail.</li>
|
||
+<li>Click en "Crear" para generar una concesión de subida:</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>Click en "Enviar vía E-Mail" para enviar un e-mail a alguien con el enlace
|
||
+a quién le permitirá subir un fichero para usted.</li>
|
||
+</ol>
|
||
+<p>El receptor simplemente necesitará seguir las instrucciones contenidas en el
|
||
+propio enlace. Una vez este suba un fichero al servidor, usted recibirá un
|
||
+e-mail que contendrá un enlace a el fichero que ha sido subido.</p>
|
||
+</div>
|
||
+<div class="section" id="parametros-avanzados-de-subida">
|
||
+<h1><a class="toc-backref" href="#id3">Parámetros Avanzados de subida</a></h1>
|
||
+<p>Antes de subir un fichero, puede personalizar cómo se realizará su descarga y
|
||
+su limpieza configurando algunos parámetros "avanzados":</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<ul class="simple">
|
||
+<li><em>Si quiere que su fichero nunca sea eliminado</em>, por favor, marque la casilla
|
||
+"Ticket permanente". Su fichero estará disponible hasta que usted lo elimine
|
||
+manualmente.</li>
|
||
+<li><em>Si quiere ser notificado cada vez que alguien descargue el fichero</em> puede
|
||
+escribir una dirección de e-mail en el campo "Notificar vía e-mail". Recibirá
|
||
+notificaciones cada vez que el fichero sea correctamente descargado o
|
||
+eliminado del servidor. Esto es genial si desea una confirmación extra de que
|
||
+su e-mail actúa en consecuencia.</li>
|
||
+</ul>
|
||
+<p>Expirar en un total de # horas:</p>
|
||
+<blockquote>
|
||
+Introduzca el número máximo de horas que a un fichero subido le está
|
||
+permitido permanecer en el servidor. Pasado este período el fichero será
|
||
+eliminado del servidor independientemente de si fue descargado o no.</blockquote>
|
||
+<p>Expirar en # horas tras la última descarga:</p>
|
||
+<blockquote>
|
||
+<p>Introduzca el número de horas que a un fichero subido se le permite
|
||
+permanecer en el servidor tras haber sido descargado. Una nueva descarga
|
||
+alargará el tiempo de vida del ticket durante el número de horas
|
||
+especificado. Pasado este período sin actividad el fichero será eliminado del
|
||
+servidor.</p>
|
||
+<p>Esta funcionalidad, cuando es usada con un largo período (días o semanas),
|
||
+permite a los "hot" tickets permanecer vivos mientras están en uso y ser
|
||
+elimindos automáticamente cuando ya no son demandados.</p>
|
||
+<p>Cuando es usado en un período corto (24 horas o menos), permite eliminar el
|
||
+ticket tan pronto como sea descargado, permitiendo al receptor algo de margen
|
||
+para descargar el fichero más de una vez.</p>
|
||
+</blockquote>
|
||
+<p>Expirar tras # descargas:</p>
|
||
+<blockquote>
|
||
+Introduce el número total de veces que es permitido descargar un fichero
|
||
+subido. Alcanzado este número el fichero será eliminado del servidor. Útil si
|
||
+quiere asegurarse de que el fichero es descargado sólo una vez por una sola
|
||
+persona.</blockquote>
|
||
+<p>Si al menos uno de estos parámetros expira el fichero será eliminado. Puede
|
||
+configurar cualquier parámetro a "0" para deshabilitar la condición.</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|
||
diff -urN dl-0.18.1.old/htdocs/static/guide/fr_FR/index.html dl-0.18.1/htdocs/static/guide/fr_FR/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/fr_FR/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/fr_FR/index.html 2017-09-06 17:09:37.000000000 +0100
|
||
@@ -0,0 +1,451 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr_FR" lang="fr_FR">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>Service de téléchargement de ticket</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="service-de-telechargement-de-ticket">
|
||
+<h1 class="title">Service de téléchargement de ticket</h1>
|
||
+
|
||
+<div class="contents topic" id="sommaire">
|
||
+<p class="topic-title first">Sommaire</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#guide-rapide-pour-envoyer-des-pieces-jointes" id="id1">Guide rapide pour envoyer des pièces jointes</a></li>
|
||
+<li><a class="reference internal" href="#guide-rapide-pour-recevoir-des-pieces-jointes" id="id2">Guide rapide pour recevoir des pièces jointes</a></li>
|
||
+<li><a class="reference internal" href="#parametres-avances" id="id3">Paramètres avancés</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="guide-rapide-pour-envoyer-des-pieces-jointes">
|
||
+<h1><a class="toc-backref" href="#id1">Guide rapide pour envoyer des pièces jointes</a></h1>
|
||
+<p>Tout d'abord, allez sur <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> et authentifier vous avec votre
|
||
+nom d'utilisateur et votre mot de passe.</p>
|
||
+<p>Vous devriez voir la page ci-dessous:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Sélectionnez le fichier à envoyer avec le bouton "Parcourir"</li>
|
||
+<li>Cliquer sur le bouton "Télécharger" pour envoyer votre fichier.</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>Cliquez sur le bouton "Envoyer par e-mail" pour envoyer par e-mail le lien
|
||
+contenant le fichier que vous venez de télécharger.</li>
|
||
+</ol>
|
||
+<p>Par défaut, le destinataire dispose d'une semaine pour télécharger le fichier
|
||
+avant qu'il ne soit automatiquement supprimé. Vous pouvez modifier ce
|
||
+comportement en définissant certains paramètres avant de le télécharger.</p>
|
||
+<p>Vous pouvez voir la liste des fichiers que vous avez téléchargés et aussi les
|
||
+gérer en cliquant sur "Tickets actifs", au bas de la page.</p>
|
||
+</div>
|
||
+<div class="section" id="guide-rapide-pour-recevoir-des-pieces-jointes">
|
||
+<h1><a class="toc-backref" href="#id2">Guide rapide pour recevoir des pièces jointes</a></h1>
|
||
+<p>Tout d'abord, allez sur <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> et authentifier vous avec votre
|
||
+nom d'utilisateur et votre mot de passe.</p>
|
||
+<p>Vous devriez voir la page ci-dessous:</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Cliquez sur "Nouvelle concession" au bas de la page :</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li>Entrer <em>votre</em> adresse email.</li>
|
||
+<li>Cliquez sur "Créer" pour générer une concession:</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>Cliquez sur "Envoyer par e-mail" pour envoyer par e-mail le lien qui
|
||
+permettra de vous faire parvenir un fichier.</li>
|
||
+</ol>
|
||
+<p>Le destinataire devra simplement suivre les instructions contenues dans le
|
||
+mail. Une fois, le fichier téléchargé sur le serveur, vous recevrez un e-mail
|
||
+contenant un autre lien vers le fichier que vous pourrez télécharger.</p>
|
||
+</div>
|
||
+<div class="section" id="parametres-avances">
|
||
+<h1><a class="toc-backref" href="#id3">Paramètres avancés</a></h1>
|
||
+<p>Avant de télécharger un fichier, vous pouvez personnaliser les paramètres de
|
||
+téléchargement et de supression en modifiant les "Paramètres avancés":</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<ul class="simple">
|
||
+<li><em>Si vous souhaitez que votre fichier ne soit jamais supprimé</em> cocher "Ticket
|
||
+permanent/téléchargement". Ceci rendra votre fichier toujours disponible
|
||
+jusqu'à ce que vous le retiriez manuellement.</li>
|
||
+<li><em>Si vous voulez être averti chaque fois que quelqu'un télécharge le fichier</em>,
|
||
+vous pouvez renseigner votre adresse e-mail dans le champs "Notifier par
|
||
+e-mail". Vous recevrez une notification chaque fois que le fichier sera
|
||
+téléchargé avec succès ou retiré du serveur.</li>
|
||
+</ul>
|
||
+<p>Expirera dans # jours:</p>
|
||
+<blockquote>
|
||
+Indiquer le nombre de jours maximal durant lesquels ce fichier pourra être
|
||
+téléchargé. Passé ce délai ce fichier ne pourra plus être téléchargé et sera
|
||
+automatiquement supprimé.</blockquote>
|
||
+<p>Expirera dans # heures après le dernier téléchargement:</p>
|
||
+<blockquote>
|
||
+Indiquer le nombre d'heures pendant lesquelles ce fichier restera disponible
|
||
+après avoir été téléchargé. Si celui-ci n'est pas téléchargé pendant le délai
|
||
+indiqué, il sera automatiquement supprimé.</blockquote>
|
||
+<p>Expirera après # téléchargement:</p>
|
||
+<blockquote>
|
||
+Indiquer le nombre total de téléchargements autorisé pour ce fichier. Au-delà
|
||
+de cette limite, ce fichier sera automatiquement supprimé.</blockquote>
|
||
+<p>Si au moins un de ces paramètres est appliqué le fichier sera supprimé. Mettre
|
||
+n'importe quel paramètre à "0" pour désactiver son état.</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|
||
diff -urN dl-0.18.1.old/htdocs/static/guide/it_IT/index.html dl-0.18.1/htdocs/static/guide/it_IT/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/it_IT/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/it_IT/index.html 2017-09-06 17:09:37.000000000 +0100
|
||
@@ -0,0 +1,461 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it_IT" lang="it_IT">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>Download ticket service</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="download-ticket-service">
|
||
+<h1 class="title">Download ticket service</h1>
|
||
+
|
||
+<div class="contents topic" id="indice">
|
||
+<p class="topic-title first">Indice</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#guida-rapida-passo-passo-all-invio-degli-allegati" id="id1">Guida rapida passo-passo all'invio degli allegati</a></li>
|
||
+<li><a class="reference internal" href="#guida-rapida-passo-passo-alla-ricezione-degli-allegati" id="id2">Guida rapida passo-passo alla ricezione degli allegati</a></li>
|
||
+<li><a class="reference internal" href="#parametri-avanzati" id="id3">Parametri avanzati</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="guida-rapida-passo-passo-all-invio-degli-allegati">
|
||
+<h1><a class="toc-backref" href="#id1">Guida rapida passo-passo all'invio degli allegati</a></h1>
|
||
+<p>Collegarsi al sito <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> ed autenticarsi col proprio nome
|
||
+utente e password.</p>
|
||
+<p>La schermata iniziale si presenta come segue:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Cliccare su "Sfoglia", come indicato nell'immagine e selezionare il file
|
||
+desiderato da inviare.</li>
|
||
+<li>Cliccare su "Invia" ed attendere fino al completamento dell'operazione,
|
||
+indicata dalla seguente schermata:</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>Cliccare su "Invia per e-mail" per inviare il collegamento al file appena
|
||
+caricato via e-mail ad un qualsiasi destinatario usando il proprio programma
|
||
+di posta elettronica.</li>
|
||
+</ol>
|
||
+<p>Con le impostazioni predefinite, il destinatario avrà una settimana di tempo
|
||
+per scaricare il file prima che venga eliminato automaticamente. È possibile
|
||
+cambiare la scadenza impostando alcuni parametri prima dell'invio del file.</p>
|
||
+<p>La lista dei file caricati è gestibile cliccando sul collegamento "Ticket
|
||
+attivi", disponibile in basso alla pagina.</p>
|
||
+</div>
|
||
+<div class="section" id="guida-rapida-passo-passo-alla-ricezione-degli-allegati">
|
||
+<h1><a class="toc-backref" href="#id2">Guida rapida passo-passo alla ricezione degli allegati</a></h1>
|
||
+<p>Collegarsi al sito <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> ed autenticarsi col proprio nome
|
||
+utente e password.</p>
|
||
+<p>La schermata iniziale si presenta come segue:</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Cliccare su "Nuova concessione", in basso alla pagina.</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li>Inserire il <em>proprio</em> indirizzo e-mail.</li>
|
||
+<li>Cliccare su "Crea" per generare la concessione.</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>Cliccare su "Invia per email" per inviare la concessione e le istruzioni di
|
||
+utilizzo tramite e-mail ad un qualsiasi destinatario.</li>
|
||
+</ol>
|
||
+<p>Il destinatario, una volta ricevuto il collegamento alla concessione, dovrà
|
||
+semplicemente seguire le indicazioni. Quando il destinatario avrà terminato
|
||
+l'invio del file, riceverete immediatamente (tramite e-mail) conferma ed un
|
||
+collegamento al file appena trasferito.</p>
|
||
+</div>
|
||
+<div class="section" id="parametri-avanzati">
|
||
+<h1><a class="toc-backref" href="#id3">Parametri avanzati</a></h1>
|
||
+<p>Prima di procedere all'invio di un file, è possibile impostare la sua
|
||
+scadenza accedendo ai parametri avanzati:</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<ul class="simple">
|
||
+<li><em>Se desiderate che il file non venga mai eliminato</em>, abilitare l'opzione
|
||
+"Nessuna scadenza", disponibile nel pannello "Avanzate".</li>
|
||
+<li><em>Se desiderate ricevere notifica per ogni singolo scaricamento</em>, inserite il
|
||
+vostro indirizzo e-mail nella casella "Notifica via e-mail", disponibile nel
|
||
+pannello avanzate.</li>
|
||
+</ul>
|
||
+<p>Scadenza in # giorni:</p>
|
||
+<blockquote>
|
||
+Inserire il numero massimo di giorni che il file inviato verrà mantenuto nel
|
||
+server. Passato il termine, il file viene eliminato automaticamente, sia che
|
||
+venga scaricato o meno.</blockquote>
|
||
+<p>Scadenza in # ore dopo l'ultimo scaricamento:</p>
|
||
+<blockquote>
|
||
+<p>Inserire il numero ore che il file inviato verrà mantenuto nel server dopo
|
||
+essere stato scaricato. Ogni scaricamento estende il termine del numero di
|
||
+ore specificato. Passato il termine, il file viene eliminato automaticamente.</p>
|
||
+<p>Questa funzionalità, usata insieme ad un lungo periodo (giorni o settimane),
|
||
+permette di mantenere ticket molto utilizzati attivi per un periodo
|
||
+indefinito, e rimuoverli automaticamente alla cessazione di utilizzo.</p>
|
||
+<p>Usata invece con periodi brevi (24 ore o meno), consente di eliminare il
|
||
+ticket rapidamente dopo lo scaricamento, dando al destinatario del margine
|
||
+per effettuarne altri.</p>
|
||
+</blockquote>
|
||
+<p>Scadenza in # scaricamenti</p>
|
||
+<blockquote>
|
||
+Inserire il numero di volte che il file può venire scaricato in totale dal
|
||
+server. Passato il termine, il file viene eliminato automaticamente.</blockquote>
|
||
+<p>La scadenza del ticket viene effettuata alla scadenza di uno qualsiasi dei
|
||
+termini impostati (solitamente del termine che arriva prima). È possibile
|
||
+impostare un parametro a "0" per disabilitarne il relativo termine.</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|
||
diff -urN dl-0.18.1.old/htdocs/static/guide/ja_JP/index.html dl-0.18.1/htdocs/static/guide/ja_JP/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/ja_JP/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/ja_JP/index.html 2017-09-06 17:09:37.000000000 +0100
|
||
@@ -0,0 +1,442 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja_JP" lang="ja_JP">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>ダウンロードチケットサービス</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="id1">
|
||
+<h1 class="title">ダウンロードチケットサービス</h1>
|
||
+
|
||
+<div class="contents topic" id="id2">
|
||
+<p class="topic-title first">目次</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#id3" id="id6">簡易版 添付送信ガイド</a></li>
|
||
+<li><a class="reference internal" href="#id4" id="id7">簡易版 添付受信ガイド</a></li>
|
||
+<li><a class="reference internal" href="#id5" id="id8">詳細アップロードのパラメーター</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="id3">
|
||
+<h1><a class="toc-backref" href="#id6">簡易版 添付送信ガイド</a></h1>
|
||
+<p>はじめに、<a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> をブラウザで開き、ユーザ名とパスワードで認証を行います。</p>
|
||
+<p>このページになります。:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>"ファイルのアップロード" ( "ブラウズ" または "参照..." と書かれている部分) の下のボタンをクリックします。図に書かれているように、送りたいファイルを選択します。</li>
|
||
+<li>"アップロード" をクリックして、図のようにファイルがアップロードが終わるまで待ちます。:</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>"電子メールで送る" をクリックして、今アップロードしたファイルをダウンロードするためのリンクが入ったEメールを特定の人にメールを送ります。</li>
|
||
+</ol>
|
||
+<p>標準設定では、受け手側は、ファイルが自動的に消される前の1週間以内にファイルのダウンロードを行う必要があります。この動作については、アップロードする前にパラメータを変更することができます。</p>
|
||
+<p>このページの一番下の "有効なチケット" ボタンをクリックすることで、アップロードしたファイルリストを見ることができ、それを管理することができます。</p>
|
||
+</div>
|
||
+<div class="section" id="id4">
|
||
+<h1><a class="toc-backref" href="#id7">簡易版 添付受信ガイド</a></h1>
|
||
+<p>最初に、 <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> をブラウザで開き、ユーザ名とパスワードで認証を行います。</p>
|
||
+<p>このページが見えるはずです :</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>このページの一番下の "新規のグラント" のリンクをクリックすると新しいグラントを作ることができます。:</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li><em>あなた自身の</em> Eメールアドレスを入力してください。</li>
|
||
+<li>"作成" をクリックすると、アップロードのグラントが生成されます。:</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>"電子メールで送る" をクリックすると、特定の人がファイルをあなたに送るのを許可するリンクが入ったEメールをその人に送ります。</li>
|
||
+</ol>
|
||
+<p>受け取った人は、メールのリンクに先に書かれている操作に従う必要があります。受け取った人がファイルをサーバにアップロードした後、あなたに別なリンクが入ったメールが自動的に送られます。</p>
|
||
+</div>
|
||
+<div class="section" id="id5">
|
||
+<h1><a class="toc-backref" href="#id8">詳細アップロードのパラメーター</a></h1>
|
||
+<p>"詳細" のパメラーターで、ファイルをアップロードする前に、ダウンロードとその消去の実行がどのようにおこなうかを設定することができます</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<ul class="simple">
|
||
+<li><em>ファイルを自動的に削除したくない場合</em> "永続のチケット" のチェックボックスにチェックをいれてください。 そのファイルは手動で削除するまでいつでも有効となります。</li>
|
||
+<li><em>毎回ダウンロードされる毎に通知をうけとりたい場合</em> "電子メールで通知されます" にあなたのEメールアドレス入力することで受け取ることができます。ファイルのダウンロード、またはサーバからの削除が起きた時ごとに受け取ることができます。あなたのメールが届いているかどうかの追加の確認が必要な場合は、これは有効な機能です。</li>
|
||
+</ul>
|
||
+<p>全体で以下の日で公開満了します:</p>
|
||
+<blockquote>
|
||
+サーバにファイルを保持する最大日数を入力します。この期間が過ぎると、
|
||
+ファイルがダウンロードされていても、されていなくても、そのファイルはサーバ
|
||
+から削除されます。</blockquote>
|
||
+<p>最終ダウンロードから以下の日で公開満了になります:</p>
|
||
+<blockquote>
|
||
+<p>ダウンロードした後、サーバでアップロードされたファイルを保持する時間を入力してください。
|
||
+別なダウンロード操作があればチケットを消すまでの時間が延びます。この期間を何も操作なく超えると、
|
||
+ファイルはサーバから削除されます。</p>
|
||
+<p>この機能は、長い期間(何日とか、何週間とか)で使う時に使うことができ、使われるまで
|
||
+チケットを "有効" にすることができ、その後で自動的に削除されます。</p>
|
||
+<p>短い期間(24時間以内など)で使うときは、ダウンロードされたすぐに、チケットを削除し、
|
||
+ファイルを一度以上ダウンロードするための予備時間となります。</p>
|
||
+</blockquote>
|
||
+<p>以下の回数のダウンロードで公開終了となります:</p>
|
||
+<blockquote>
|
||
+アップロードされたファイルのダウンロードされる全体の回数を入力してください。
|
||
+この回数になると、ファイルは、サーバから削除されます。
|
||
+1人の人から1度ダウンロードされたかどうかを確認するには、便利です。</blockquote>
|
||
+<p>これらのパラメータの1つで公開解除となると、ファイルは削除されます。いくつかの
|
||
+パラメターを "0" にすると、条件は満たさなくなります。</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|
||
diff -urN dl-0.18.1.old/htdocs/static/guide/nl_NL/index.html dl-0.18.1/htdocs/static/guide/nl_NL/index.html
|
||
--- dl-0.18.1.old/htdocs/static/guide/nl_NL/index.html 1970-01-01 01:00:00.000000000 +0100
|
||
+++ dl-0.18.1/htdocs/static/guide/nl_NL/index.html 2017-09-06 17:09:38.000000000 +0100
|
||
@@ -0,0 +1,474 @@
|
||
+<?xml version="1.0" encoding="utf-8" ?>
|
||
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl_NL" lang="nl_NL">
|
||
+<head>
|
||
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
+<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
|
||
+<title>Download ticket service</title>
|
||
+<style type="text/css">
|
||
+
|
||
+/*
|
||
+:Author: David Goodger (goodger@python.org)
|
||
+:Id: $Id: dl-0.18.1-add-in-help-html.patch,v 1.1 2021/10/01 08:56:12 brianr Exp $
|
||
+:Copyright: This stylesheet has been placed in the public domain.
|
||
+
|
||
+Default cascading style sheet for the HTML output of Docutils.
|
||
+
|
||
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||
+customize this style sheet.
|
||
+*/
|
||
+
|
||
+/* used to remove borders from tables and images */
|
||
+.borderless, table.borderless td, table.borderless th {
|
||
+ border: 0 }
|
||
+
|
||
+table.borderless td, table.borderless th {
|
||
+ /* Override padding for "table.docutils td" with "! important".
|
||
+ The right padding separates the table cells. */
|
||
+ padding: 0 0.5em 0 0 ! important }
|
||
+
|
||
+.first {
|
||
+ /* Override more specific margin styles with "! important". */
|
||
+ margin-top: 0 ! important }
|
||
+
|
||
+.last, .with-subtitle {
|
||
+ margin-bottom: 0 ! important }
|
||
+
|
||
+.hidden {
|
||
+ display: none }
|
||
+
|
||
+.subscript {
|
||
+ vertical-align: sub;
|
||
+ font-size: smaller }
|
||
+
|
||
+.superscript {
|
||
+ vertical-align: super;
|
||
+ font-size: smaller }
|
||
+
|
||
+a.toc-backref {
|
||
+ text-decoration: none ;
|
||
+ color: black }
|
||
+
|
||
+blockquote.epigraph {
|
||
+ margin: 2em 5em ; }
|
||
+
|
||
+dl.docutils dd {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||
+ overflow: hidden;
|
||
+}
|
||
+
|
||
+/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||
+dl.docutils dt {
|
||
+ font-weight: bold }
|
||
+*/
|
||
+
|
||
+div.abstract {
|
||
+ margin: 2em 5em }
|
||
+
|
||
+div.abstract p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ text-align: center }
|
||
+
|
||
+div.admonition, div.attention, div.caution, div.danger, div.error,
|
||
+div.hint, div.important, div.note, div.tip, div.warning {
|
||
+ margin: 2em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.admonition p.admonition-title, div.hint p.admonition-title,
|
||
+div.important p.admonition-title, div.note p.admonition-title,
|
||
+div.tip p.admonition-title {
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+div.attention p.admonition-title, div.caution p.admonition-title,
|
||
+div.danger p.admonition-title, div.error p.admonition-title,
|
||
+div.warning p.admonition-title, .code .error {
|
||
+ color: red ;
|
||
+ font-weight: bold ;
|
||
+ font-family: sans-serif }
|
||
+
|
||
+/* Uncomment (and remove this text!) to get reduced vertical space in
|
||
+ compound paragraphs.
|
||
+div.compound .compound-first, div.compound .compound-middle {
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+div.compound .compound-last, div.compound .compound-middle {
|
||
+ margin-top: 0.5em }
|
||
+*/
|
||
+
|
||
+div.dedication {
|
||
+ margin: 2em 5em ;
|
||
+ text-align: center ;
|
||
+ font-style: italic }
|
||
+
|
||
+div.dedication p.topic-title {
|
||
+ font-weight: bold ;
|
||
+ font-style: normal }
|
||
+
|
||
+div.figure {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+div.footer, div.header {
|
||
+ clear: both;
|
||
+ font-size: smaller }
|
||
+
|
||
+div.line-block {
|
||
+ display: block ;
|
||
+ margin-top: 1em ;
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+div.line-block div.line-block {
|
||
+ margin-top: 0 ;
|
||
+ margin-bottom: 0 ;
|
||
+ margin-left: 1.5em }
|
||
+
|
||
+div.sidebar {
|
||
+ margin: 0 0 0.5em 1em ;
|
||
+ border: medium outset ;
|
||
+ padding: 1em ;
|
||
+ background-color: #ffffee ;
|
||
+ width: 40% ;
|
||
+ float: right ;
|
||
+ clear: right }
|
||
+
|
||
+div.sidebar p.rubric {
|
||
+ font-family: sans-serif ;
|
||
+ font-size: medium }
|
||
+
|
||
+div.system-messages {
|
||
+ margin: 5em }
|
||
+
|
||
+div.system-messages h1 {
|
||
+ color: red }
|
||
+
|
||
+div.system-message {
|
||
+ border: medium outset ;
|
||
+ padding: 1em }
|
||
+
|
||
+div.system-message p.system-message-title {
|
||
+ color: red ;
|
||
+ font-weight: bold }
|
||
+
|
||
+div.topic {
|
||
+ margin: 2em }
|
||
+
|
||
+h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||
+h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||
+ margin-top: 0.4em }
|
||
+
|
||
+h1.title {
|
||
+ text-align: center }
|
||
+
|
||
+h2.subtitle {
|
||
+ text-align: center }
|
||
+
|
||
+hr.docutils {
|
||
+ width: 75% }
|
||
+
|
||
+img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||
+ clear: left ;
|
||
+ float: left ;
|
||
+ margin-right: 1em }
|
||
+
|
||
+img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||
+ clear: right ;
|
||
+ float: right ;
|
||
+ margin-left: 1em }
|
||
+
|
||
+img.align-center, .figure.align-center, object.align-center {
|
||
+ display: block;
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+table.align-center {
|
||
+ margin-left: auto;
|
||
+ margin-right: auto;
|
||
+}
|
||
+
|
||
+.align-left {
|
||
+ text-align: left }
|
||
+
|
||
+.align-center {
|
||
+ clear: both ;
|
||
+ text-align: center }
|
||
+
|
||
+.align-right {
|
||
+ text-align: right }
|
||
+
|
||
+/* reset inner alignment in figures */
|
||
+div.align-right {
|
||
+ text-align: inherit }
|
||
+
|
||
+/* div.align-center * { */
|
||
+/* text-align: left } */
|
||
+
|
||
+.align-top {
|
||
+ vertical-align: top }
|
||
+
|
||
+.align-middle {
|
||
+ vertical-align: middle }
|
||
+
|
||
+.align-bottom {
|
||
+ vertical-align: bottom }
|
||
+
|
||
+ol.simple, ul.simple {
|
||
+ margin-bottom: 1em }
|
||
+
|
||
+ol.arabic {
|
||
+ list-style: decimal }
|
||
+
|
||
+ol.loweralpha {
|
||
+ list-style: lower-alpha }
|
||
+
|
||
+ol.upperalpha {
|
||
+ list-style: upper-alpha }
|
||
+
|
||
+ol.lowerroman {
|
||
+ list-style: lower-roman }
|
||
+
|
||
+ol.upperroman {
|
||
+ list-style: upper-roman }
|
||
+
|
||
+p.attribution {
|
||
+ text-align: right ;
|
||
+ margin-left: 50% }
|
||
+
|
||
+p.caption {
|
||
+ font-style: italic }
|
||
+
|
||
+p.credits {
|
||
+ font-style: italic ;
|
||
+ font-size: smaller }
|
||
+
|
||
+p.label {
|
||
+ white-space: nowrap }
|
||
+
|
||
+p.rubric {
|
||
+ font-weight: bold ;
|
||
+ font-size: larger ;
|
||
+ color: maroon ;
|
||
+ text-align: center }
|
||
+
|
||
+p.sidebar-title {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold ;
|
||
+ font-size: larger }
|
||
+
|
||
+p.sidebar-subtitle {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+p.topic-title {
|
||
+ font-weight: bold }
|
||
+
|
||
+pre.address {
|
||
+ margin-bottom: 0 ;
|
||
+ margin-top: 0 ;
|
||
+ font: inherit }
|
||
+
|
||
+pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||
+ margin-left: 2em ;
|
||
+ margin-right: 2em }
|
||
+
|
||
+pre.code .ln { color: grey; } /* line numbers */
|
||
+pre.code, code { background-color: #eeeeee }
|
||
+pre.code .comment, code .comment { color: #5C6576 }
|
||
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||
+pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||
+pre.code .inserted, code .inserted { background-color: #A3D289}
|
||
+
|
||
+span.classifier {
|
||
+ font-family: sans-serif ;
|
||
+ font-style: oblique }
|
||
+
|
||
+span.classifier-delimiter {
|
||
+ font-family: sans-serif ;
|
||
+ font-weight: bold }
|
||
+
|
||
+span.interpreted {
|
||
+ font-family: sans-serif }
|
||
+
|
||
+span.option {
|
||
+ white-space: nowrap }
|
||
+
|
||
+span.pre {
|
||
+ white-space: pre }
|
||
+
|
||
+span.problematic {
|
||
+ color: red }
|
||
+
|
||
+span.section-subtitle {
|
||
+ /* font-size relative to parent (h1..h6 element) */
|
||
+ font-size: 80% }
|
||
+
|
||
+table.citation {
|
||
+ border-left: solid 1px gray;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docinfo {
|
||
+ margin: 2em 4em }
|
||
+
|
||
+table.docutils {
|
||
+ margin-top: 0.5em ;
|
||
+ margin-bottom: 0.5em }
|
||
+
|
||
+table.footnote {
|
||
+ border-left: solid 1px black;
|
||
+ margin-left: 1px }
|
||
+
|
||
+table.docutils td, table.docutils th,
|
||
+table.docinfo td, table.docinfo th {
|
||
+ padding-left: 0.5em ;
|
||
+ padding-right: 0.5em ;
|
||
+ vertical-align: top }
|
||
+
|
||
+table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||
+ font-weight: bold ;
|
||
+ text-align: left ;
|
||
+ white-space: nowrap ;
|
||
+ padding-left: 0 }
|
||
+
|
||
+/* "booktabs" style (no vertical lines) */
|
||
+table.docutils.booktabs {
|
||
+ border: 0px;
|
||
+ border-top: 2px solid;
|
||
+ border-bottom: 2px solid;
|
||
+ border-collapse: collapse;
|
||
+}
|
||
+table.docutils.booktabs * {
|
||
+ border: 0px;
|
||
+}
|
||
+table.docutils.booktabs th {
|
||
+ border-bottom: thin solid;
|
||
+ text-align: left;
|
||
+}
|
||
+
|
||
+h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||
+h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||
+ font-size: 100% }
|
||
+
|
||
+ul.auto-toc {
|
||
+ list-style-type: none }
|
||
+
|
||
+</style>
|
||
+</head>
|
||
+<body>
|
||
+<div class="document" id="download-ticket-service">
|
||
+<h1 class="title">Download ticket service</h1>
|
||
+
|
||
+<div class="contents topic" id="inhoud">
|
||
+<p class="topic-title first">Inhoud</p>
|
||
+<ul class="simple">
|
||
+<li><a class="reference internal" href="#korte-stap-voor-stap-handleiding-om-attachments-te-versturen" id="id1">Korte stap voor stap handleiding om attachments te versturen</a></li>
|
||
+<li><a class="reference internal" href="#korte-stap-voor-stap-handleiding-om-attachments-te-ontvangen" id="id2">Korte stap voor stap handleiding om attachments te ontvangen</a></li>
|
||
+<li><a class="reference internal" href="#geavanceerde-upload-parameters" id="id3">Geavanceerde upload parameters</a></li>
|
||
+</ul>
|
||
+</div>
|
||
+<div class="section" id="korte-stap-voor-stap-handleiding-om-attachments-te-versturen">
|
||
+<h1><a class="toc-backref" href="#id1">Korte stap voor stap handleiding om attachments te versturen</a></h1>
|
||
+<p>Ga alleereerst naar <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> en log in met uw gebruikersnaam en
|
||
+wachtwoord.</p>
|
||
+<p>U ziet nu onderstaande pagina:</p>
|
||
+<img alt="t-step-1.png" src="t-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Klik op de knop "Bestand kiezen" (of "Browse") onder "Een bestand uploaden"
|
||
+zoals aangegeven op bovenstaand figuur. Selecteer vervolgens het bestand
|
||
+dat u wilt versturen.</li>
|
||
+<li>Klik op "Bestand uploaden" en wacht totdat het bestand is geüpload. Als het
|
||
+uploaden is gelukt verschijnt de volgende figuur:</li>
|
||
+</ol>
|
||
+<img alt="t-step-2.png" src="t-step-2.png" />
|
||
+<ol class="arabic simple" start="3">
|
||
+<li>Klik "Verstuurd per e-mail" om de e-mail naar de gewenste persoon te
|
||
+versturen. Deze mail bevat de link naar het bestand dat u zojuist heeft
|
||
+geüpload.</li>
|
||
+</ol>
|
||
+<p>Standaard heeft de ontvanger één week de tijd om het bestand te downloaden
|
||
+voordat dit bestand automatisch verwijderd wordt. U kunt dit gedrag wijzigen
|
||
+door een aantal parameters in te stellen voordat u het bestand upload.</p>
|
||
+<p>U kunt een lijst van bestanden die u heeft geüpload zien en wijzigen door op
|
||
+"Actieve tickets" onderaan de pagina te klikken.</p>
|
||
+</div>
|
||
+<div class="section" id="korte-stap-voor-stap-handleiding-om-attachments-te-ontvangen">
|
||
+<h1><a class="toc-backref" href="#id2">Korte stap voor stap handleiding om attachments te ontvangen</a></h1>
|
||
+<p>Ga alleereerst naar <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> en log in met uw gebruikersnaam en
|
||
+wachtwoord.</p>
|
||
+<p>U ziet nu onderstaande pagina:</p>
|
||
+<img alt="g-step-1.png" src="g-step-1.png" />
|
||
+<ol class="arabic simple">
|
||
+<li>Klik op de "Nieuwe toekenning" link onderaan de pagina om een nieuwe
|
||
+toekenning te maken.</li>
|
||
+</ol>
|
||
+<img alt="g-step-2.png" src="g-step-2.png" />
|
||
+<ol class="arabic simple" start="2">
|
||
+<li>Vul uw eigen e-mail adres in.</li>
|
||
+<li>Klik op "Maak" om een upload toekenning te maken.</li>
|
||
+</ol>
|
||
+<img alt="g-step-3.png" src="g-step-3.png" />
|
||
+<ol class="arabic simple" start="4">
|
||
+<li>Klik op "Verstuurd per e-mail" om een e-mail naar iemand te versturen. Deze
|
||
+e-mail bevat een link die het de ontvanger mogelijk maakt om u een groot
|
||
+bestand terug te sturen.</li>
|
||
+</ol>
|
||
+<p>Uw ontvanger hoeft alleen maar de instructies te volgen zoals aangegeven in de
|
||
+mail. Als de ontvanger van de link zijn bestand heeft geüpload naar de server
|
||
+ontvangt u een notificatie e-mail met daarin een link naar het geüploade
|
||
+bestand.</p>
|
||
+</div>
|
||
+<div class="section" id="geavanceerde-upload-parameters">
|
||
+<h1><a class="toc-backref" href="#id3">Geavanceerde upload parameters</a></h1>
|
||
+<p>Voordat u een bestand upload kunt u met geavancceerde parameters instellen hoe
|
||
+vaak het bestand gedownload kan worden en of en wanneer het bestand automatisch
|
||
+wordt verwijderd.</p>
|
||
+<img alt="t-advanced.png" src="t-advanced.png" />
|
||
+<ul class="simple">
|
||
+<li><em>Als u niet wilt dat uw bestand ooit automatisch wordt verwijderd</em> zet dan
|
||
+een vinkje bij "Ticket permanent maken". Uw bestand zal altijd beschikbaar
|
||
+blijven totdat u het bestand zelf handmatig verwijderd.</li>
|
||
+<li><em>Als u iedere keer als iemand uw bestand download een melding wilt ontvangen</em>
|
||
+vul dan uw e-mail adres in bij "Ontvang een e-mail notificatie nadat het
|
||
+bestand is gedownload". U ontvangt nu iedere keer een melding als uw bestand
|
||
+succesvol is gedownload of wanneer het automatisch van de server is
|
||
+verwijderd. Deze functie is erg handig als u er zeker van wilt zijn dat men
|
||
+gereageerd heeft op de door u verstuurde e-mail.</li>
|
||
+</ul>
|
||
+<p>Vervalt na # dagen:</p>
|
||
+<blockquote>
|
||
+Vul hier het maximaal aantal dagen in dat een geüpload bestand op de server
|
||
+blijft staan. Na deze periode wordt het bestand automatisch van de server
|
||
+verwijderd. Het maakt hierbij niet uit of het bestand wel of niet
|
||
+gedownload was tijdens het ingestelde tijdsinterval.</blockquote>
|
||
+<p>Vervalt na # dagen na de laatste download:</p>
|
||
+<blockquote>
|
||
+<p>Vul hier het maximaal aantal dagen in dat een geüpload bestand op de server
|
||
+blijft staan nadat het gedownload is. Een volgende download zorgt ervoor
|
||
+dat de teller weer wordt gereset. Nadat het ingestelde aantal dagen is
|
||
+verstreken zonder dat er een download van het bestand heeft plaatsgevonden,
|
||
+zal het bestand automatisch van de server verwijderd worden.</p>
|
||
+<p>Deze functie zorgt ervoor dat populaire bestanden bewaard blijven maar
|
||
+nadat deze is gezakt automatisch verwijderd worden. Het is aan
|
||
+te raden om het tijdsinterval in te stellen op meerdere dagen of weken.</p>
|
||
+<p>Zorg er altijd voor dat u het tijdsinterval zodanig instelt dat een
|
||
+ontvanger van uw e-mail het bestand indien nodig twee keer kan downloaden.</p>
|
||
+</blockquote>
|
||
+<p>Vervalt na # downloads:</p>
|
||
+<blockquote>
|
||
+Vul het aantal keer in dat het geüploade bestand gedownload kan worden. Als
|
||
+het ingestelde aantal downloads bereikt is zal het bestand automatisch van
|
||
+de server verwijderd worden. Deze functie is handig als u er bijvoorbeeld
|
||
+zeker van wilt zijn dat uw bestand één keer gedownload wordt door één
|
||
+persoon.</blockquote>
|
||
+<p>Als één van bovenstaande ingestelde parameters verloopt dan zal het bestand
|
||
+verwijderd worden. Als u "0" invult bij een parameter dan zal deze
|
||
+uitgeschakeld worden.</p>
|
||
+</div>
|
||
+</div>
|
||
+</body>
|
||
+</html>
|