/[smecontribs]/rpms/dl/contribs10/dl-0.18.1-add-in-help-html.patch
ViewVC logotype

Annotation of /rpms/dl/contribs10/dl-0.18.1-add-in-help-html.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Oct 1 08:56:12 2021 UTC (2 years, 8 months ago) by brianr
Branch: MAIN
CVS Tags: dl-0_18_1-4_el7_sme, HEAD
* Fri Oct 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.18.1-4.sme
- Add in missing help files [SME: 11565]

1 brianr 1.1 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
2     --- dl-0.18.1.old/htdocs/static/guide/de_DE/index.html 1970-01-01 01:00:00.000000000 +0100
3     +++ dl-0.18.1/htdocs/static/guide/de_DE/index.html 2017-09-06 17:09:36.000000000 +0100
4     @@ -0,0 +1,467 @@
5     +<?xml version="1.0" encoding="utf-8" ?>
6     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de_DE" lang="de_DE">
8     +<head>
9     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
11     +<title>Download ticket service</title>
12     +<style type="text/css">
13     +
14     +/*
15     +:Author: David Goodger (goodger@python.org)
16     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
17     +:Copyright: This stylesheet has been placed in the public domain.
18     +
19     +Default cascading style sheet for the HTML output of Docutils.
20     +
21     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
22     +customize this style sheet.
23     +*/
24     +
25     +/* used to remove borders from tables and images */
26     +.borderless, table.borderless td, table.borderless th {
27     + border: 0 }
28     +
29     +table.borderless td, table.borderless th {
30     + /* Override padding for "table.docutils td" with "! important".
31     + The right padding separates the table cells. */
32     + padding: 0 0.5em 0 0 ! important }
33     +
34     +.first {
35     + /* Override more specific margin styles with "! important". */
36     + margin-top: 0 ! important }
37     +
38     +.last, .with-subtitle {
39     + margin-bottom: 0 ! important }
40     +
41     +.hidden {
42     + display: none }
43     +
44     +.subscript {
45     + vertical-align: sub;
46     + font-size: smaller }
47     +
48     +.superscript {
49     + vertical-align: super;
50     + font-size: smaller }
51     +
52     +a.toc-backref {
53     + text-decoration: none ;
54     + color: black }
55     +
56     +blockquote.epigraph {
57     + margin: 2em 5em ; }
58     +
59     +dl.docutils dd {
60     + margin-bottom: 0.5em }
61     +
62     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
63     + overflow: hidden;
64     +}
65     +
66     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
67     +dl.docutils dt {
68     + font-weight: bold }
69     +*/
70     +
71     +div.abstract {
72     + margin: 2em 5em }
73     +
74     +div.abstract p.topic-title {
75     + font-weight: bold ;
76     + text-align: center }
77     +
78     +div.admonition, div.attention, div.caution, div.danger, div.error,
79     +div.hint, div.important, div.note, div.tip, div.warning {
80     + margin: 2em ;
81     + border: medium outset ;
82     + padding: 1em }
83     +
84     +div.admonition p.admonition-title, div.hint p.admonition-title,
85     +div.important p.admonition-title, div.note p.admonition-title,
86     +div.tip p.admonition-title {
87     + font-weight: bold ;
88     + font-family: sans-serif }
89     +
90     +div.attention p.admonition-title, div.caution p.admonition-title,
91     +div.danger p.admonition-title, div.error p.admonition-title,
92     +div.warning p.admonition-title, .code .error {
93     + color: red ;
94     + font-weight: bold ;
95     + font-family: sans-serif }
96     +
97     +/* Uncomment (and remove this text!) to get reduced vertical space in
98     + compound paragraphs.
99     +div.compound .compound-first, div.compound .compound-middle {
100     + margin-bottom: 0.5em }
101     +
102     +div.compound .compound-last, div.compound .compound-middle {
103     + margin-top: 0.5em }
104     +*/
105     +
106     +div.dedication {
107     + margin: 2em 5em ;
108     + text-align: center ;
109     + font-style: italic }
110     +
111     +div.dedication p.topic-title {
112     + font-weight: bold ;
113     + font-style: normal }
114     +
115     +div.figure {
116     + margin-left: 2em ;
117     + margin-right: 2em }
118     +
119     +div.footer, div.header {
120     + clear: both;
121     + font-size: smaller }
122     +
123     +div.line-block {
124     + display: block ;
125     + margin-top: 1em ;
126     + margin-bottom: 1em }
127     +
128     +div.line-block div.line-block {
129     + margin-top: 0 ;
130     + margin-bottom: 0 ;
131     + margin-left: 1.5em }
132     +
133     +div.sidebar {
134     + margin: 0 0 0.5em 1em ;
135     + border: medium outset ;
136     + padding: 1em ;
137     + background-color: #ffffee ;
138     + width: 40% ;
139     + float: right ;
140     + clear: right }
141     +
142     +div.sidebar p.rubric {
143     + font-family: sans-serif ;
144     + font-size: medium }
145     +
146     +div.system-messages {
147     + margin: 5em }
148     +
149     +div.system-messages h1 {
150     + color: red }
151     +
152     +div.system-message {
153     + border: medium outset ;
154     + padding: 1em }
155     +
156     +div.system-message p.system-message-title {
157     + color: red ;
158     + font-weight: bold }
159     +
160     +div.topic {
161     + margin: 2em }
162     +
163     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
164     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
165     + margin-top: 0.4em }
166     +
167     +h1.title {
168     + text-align: center }
169     +
170     +h2.subtitle {
171     + text-align: center }
172     +
173     +hr.docutils {
174     + width: 75% }
175     +
176     +img.align-left, .figure.align-left, object.align-left, table.align-left {
177     + clear: left ;
178     + float: left ;
179     + margin-right: 1em }
180     +
181     +img.align-right, .figure.align-right, object.align-right, table.align-right {
182     + clear: right ;
183     + float: right ;
184     + margin-left: 1em }
185     +
186     +img.align-center, .figure.align-center, object.align-center {
187     + display: block;
188     + margin-left: auto;
189     + margin-right: auto;
190     +}
191     +
192     +table.align-center {
193     + margin-left: auto;
194     + margin-right: auto;
195     +}
196     +
197     +.align-left {
198     + text-align: left }
199     +
200     +.align-center {
201     + clear: both ;
202     + text-align: center }
203     +
204     +.align-right {
205     + text-align: right }
206     +
207     +/* reset inner alignment in figures */
208     +div.align-right {
209     + text-align: inherit }
210     +
211     +/* div.align-center * { */
212     +/* text-align: left } */
213     +
214     +.align-top {
215     + vertical-align: top }
216     +
217     +.align-middle {
218     + vertical-align: middle }
219     +
220     +.align-bottom {
221     + vertical-align: bottom }
222     +
223     +ol.simple, ul.simple {
224     + margin-bottom: 1em }
225     +
226     +ol.arabic {
227     + list-style: decimal }
228     +
229     +ol.loweralpha {
230     + list-style: lower-alpha }
231     +
232     +ol.upperalpha {
233     + list-style: upper-alpha }
234     +
235     +ol.lowerroman {
236     + list-style: lower-roman }
237     +
238     +ol.upperroman {
239     + list-style: upper-roman }
240     +
241     +p.attribution {
242     + text-align: right ;
243     + margin-left: 50% }
244     +
245     +p.caption {
246     + font-style: italic }
247     +
248     +p.credits {
249     + font-style: italic ;
250     + font-size: smaller }
251     +
252     +p.label {
253     + white-space: nowrap }
254     +
255     +p.rubric {
256     + font-weight: bold ;
257     + font-size: larger ;
258     + color: maroon ;
259     + text-align: center }
260     +
261     +p.sidebar-title {
262     + font-family: sans-serif ;
263     + font-weight: bold ;
264     + font-size: larger }
265     +
266     +p.sidebar-subtitle {
267     + font-family: sans-serif ;
268     + font-weight: bold }
269     +
270     +p.topic-title {
271     + font-weight: bold }
272     +
273     +pre.address {
274     + margin-bottom: 0 ;
275     + margin-top: 0 ;
276     + font: inherit }
277     +
278     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
279     + margin-left: 2em ;
280     + margin-right: 2em }
281     +
282     +pre.code .ln { color: grey; } /* line numbers */
283     +pre.code, code { background-color: #eeeeee }
284     +pre.code .comment, code .comment { color: #5C6576 }
285     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
286     +pre.code .literal.string, code .literal.string { color: #0C5404 }
287     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
288     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
289     +pre.code .inserted, code .inserted { background-color: #A3D289}
290     +
291     +span.classifier {
292     + font-family: sans-serif ;
293     + font-style: oblique }
294     +
295     +span.classifier-delimiter {
296     + font-family: sans-serif ;
297     + font-weight: bold }
298     +
299     +span.interpreted {
300     + font-family: sans-serif }
301     +
302     +span.option {
303     + white-space: nowrap }
304     +
305     +span.pre {
306     + white-space: pre }
307     +
308     +span.problematic {
309     + color: red }
310     +
311     +span.section-subtitle {
312     + /* font-size relative to parent (h1..h6 element) */
313     + font-size: 80% }
314     +
315     +table.citation {
316     + border-left: solid 1px gray;
317     + margin-left: 1px }
318     +
319     +table.docinfo {
320     + margin: 2em 4em }
321     +
322     +table.docutils {
323     + margin-top: 0.5em ;
324     + margin-bottom: 0.5em }
325     +
326     +table.footnote {
327     + border-left: solid 1px black;
328     + margin-left: 1px }
329     +
330     +table.docutils td, table.docutils th,
331     +table.docinfo td, table.docinfo th {
332     + padding-left: 0.5em ;
333     + padding-right: 0.5em ;
334     + vertical-align: top }
335     +
336     +table.docutils th.field-name, table.docinfo th.docinfo-name {
337     + font-weight: bold ;
338     + text-align: left ;
339     + white-space: nowrap ;
340     + padding-left: 0 }
341     +
342     +/* "booktabs" style (no vertical lines) */
343     +table.docutils.booktabs {
344     + border: 0px;
345     + border-top: 2px solid;
346     + border-bottom: 2px solid;
347     + border-collapse: collapse;
348     +}
349     +table.docutils.booktabs * {
350     + border: 0px;
351     +}
352     +table.docutils.booktabs th {
353     + border-bottom: thin solid;
354     + text-align: left;
355     +}
356     +
357     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
358     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
359     + font-size: 100% }
360     +
361     +ul.auto-toc {
362     + list-style-type: none }
363     +
364     +</style>
365     +</head>
366     +<body>
367     +<div class="document" id="download-ticket-service">
368     +<h1 class="title">Download ticket service</h1>
369     +
370     +<div class="contents topic" id="inhalt">
371     +<p class="topic-title first">Inhalt</p>
372     +<ul class="simple">
373     +<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>
374     +<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>
375     +<li><a class="reference internal" href="#erweiterte-einstellungen" id="id3">Erweiterte Einstellungen</a></li>
376     +</ul>
377     +</div>
378     +<div class="section" id="kurze-schritt-fur-schritt-anleitung-zum-senden-von-anhangen">
379     +<h1><a class="toc-backref" href="#id1">Kurze Schritt-für-Schritt Anleitung zum Senden von Anhängen</a></h1>
380     +<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
381     +Ihrem Benutzernamen und Passwort an. Nach der Anmeldung erscheint die folgende
382     +Seite:</p>
383     +<img alt="t-step-1.png" src="t-step-1.png" />
384     +<ol class="arabic simple">
385     +<li>Klicken Sie, wie in der Abbildung gezeigt, auf &quot;Durchsuchen&quot; und wählen Sie
386     +die zu sendende Datei aus.</li>
387     +<li>Klicken Sie auf &quot;Senden&quot; und warten Sie, bis die Datei hochgeladen wurde,
388     +siehe folgende Abbildung.</li>
389     +</ol>
390     +<img alt="t-step-2.png" src="t-step-2.png" />
391     +<ol class="arabic simple" start="3">
392     +<li>Klicken Sie auf &quot;Per E-Mail verschicken&quot;, um den Link zur gerade
393     +hochgeladenen Datei einem beliebigen Empfänger über Ihr E-Mail Programm zu
394     +schicken.</li>
395     +</ol>
396     +<p>Bei Verwendung der Standardeinstellungen hat der Empfänger eine Woche Zeit, um
397     +die Datei herunterzuladen, bevor diese automatisch gelöscht wird. Diese Frist
398     +kann jedoch geändert werden indem Sie die entsprechenden Parameter vor dem
399     +hochladen anpassen.</p>
400     +<p>Durch einen Klick auf &quot;Aktive Tickets&quot; am unteren Ende der Seite, kann die
401     +Liste der hochgeladenen Dateien eingesehen und einzelne Tickets verwaltet
402     +werden.</p>
403     +</div>
404     +<div class="section" id="kurze-schritt-fur-schritt-anleitung-zum-empfangen-von-anhangen">
405     +<h1><a class="toc-backref" href="#id2">Kurze Schritt-für-Schritt Anleitung zum Empfangen von Anhängen</a></h1>
406     +<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
407     +Ihrem Benutzernamen und Passwort an. Nach der Anmeldung erscheint die folgende
408     +Seite:</p>
409     +<img alt="g-step-1.png" src="g-step-1.png" />
410     +<ol class="arabic simple">
411     +<li>Klicken Sie auf &quot;Neue Upload-Erlaubnis&quot; am unteren Ende der Seite</li>
412     +</ol>
413     +<img alt="g-step-2.png" src="g-step-2.png" />
414     +<ol class="arabic simple" start="2">
415     +<li>Geben Sie Ihre E-Mailadresse an.</li>
416     +<li>Klicken Sie auf &quot;Erstellen&quot; um die Erlaubnis zu erstellen.</li>
417     +</ol>
418     +<img alt="g-step-3.png" src="g-step-3.png" />
419     +<ol class="arabic simple" start="4">
420     +<li>Klicken Sie auf &quot;Per E-Mail verschicken&quot;, um die Upload-Erlaubnis an einen
421     +beliebigen Empfänger zu schicken.</li>
422     +</ol>
423     +<p>Der Empfänger braucht nach Erhalt der Upload-Erlaubnis den darin enthaltenen
424     +Link lediglich in einem Browser aufzurufen und die Anweisungen am Bildschirm zu
425     +befolgen. Sobald der Empfänger die Datei hochgeladen hat, wird Ihnen eine
426     +Bestätigungs-E-Mail mit einem Link zur hochgeladenen Datei zugeschickt.</p>
427     +</div>
428     +<div class="section" id="erweiterte-einstellungen">
429     +<h1><a class="toc-backref" href="#id3">Erweiterte Einstellungen</a></h1>
430     +<p>Vor dem Versand einer Datei ist es möglich die Verfallsfristen unter dem Abschnitt &quot;Weitere Optionen&quot; anzupassen.</p>
431     +<img alt="t-advanced.png" src="t-advanced.png" />
432     +<p>Wenn Sie möchten, dass die Datei nicht automatisch gelöscht wird, aktivieren
433     +Sie die Option &quot;Ticket ohne Verfallsfrist &quot;, die Sie unter &quot;Weitere Optionen&quot;
434     +finden. Die Datei wird dann solange zur Verfügung stehen, bis sie manuell
435     +gelöscht wird.</p>
436     +<p>Wenn Sie für jeden einzelnen Download einer Datei eine Meldung erhalten
437     +möchten, geben Sie Ihre E-Mail-Adresse im Feld &quot;Bei Download folgende
438     +E-Mailadresse benachrichtigen&quot; ein. Sie finden das Feld unter &quot;Weitere
439     +Optionen&quot;.</p>
440     +<p>Frist in # Tagen:</p>
441     +<blockquote>
442     +Hier können Sie die maximale Anzahl von Tagen angeben, welche die gesendete
443     +Datei auf dem Server erhalten bleibt. Nach Ablauf dieser Frist wird die Datei
444     +automatisch gelöscht, unabhängig davon ob sie heruntergeladen wurde oder
445     +nicht.</blockquote>
446     +<p>Frist in # Stunden, nach dem letzten Download:</p>
447     +<blockquote>
448     +<p>Hier können Sie die maximale Anzahl von Stunden angeben, für welche die Datei
449     +nach dem letzten Download noch auf dem Server verbleiben soll. Jeder weiterer
450     +Download legt die Verfallsfrist um die angegebene Stundenanzahl erneut fest.
451     +Ist die Frist abgelaufen, wird die Datei automatisch gelöscht.</p>
452     +<p>Diese Frist-Angabe ermöglicht Ihnen bei Verwendung von großen Zeiträumen
453     +(Tage/Wochen) häufig verwendete Tickets für einen unbestimmten Zeitraum aktiv
454     +zu erhalten und sie automatisch zu löschen, sobald sie nicht mehr verwendet
455     +werden.</p>
456     +<p>Wird die Frist-Angabe hingegen mit kurzen Zeiträumen verwendet (bis zu 24
457     +Stunden), wird das Ticket nach dem Herunterladen schnell entfernt, gibt dem
458     +Empfänger aber noch einen kleinen Spielraum für weitere Downloads.</p>
459     +</blockquote>
460     +<p>Frist in # Downloads:</p>
461     +<blockquote>
462     +Hier können Sie festlegen, wie oft eine Datei insgesamt vom Server
463     +heruntergeladen werden kann. Bei Erreichen dieser Anzahl wird die Datei
464     +automatisch gelöscht.</blockquote>
465     +<p>Wird mindestens eine der oben beschriebenen Fristen überschritten, verfällt das
466     +Ticket und wird somit automatisch gelöscht. Sie können eine oder mehrere
467     +Fristen deaktivieren, indem Sie den entsprechenden Parameter auf &quot;0&quot; setzen.</p>
468     +</div>
469     +</div>
470     +</body>
471     +</html>
472     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
473     --- dl-0.18.1.old/htdocs/static/guide/en_EN/index.html 1970-01-01 01:00:00.000000000 +0100
474     +++ dl-0.18.1/htdocs/static/guide/en_EN/index.html 2017-09-06 17:09:37.000000000 +0100
475     @@ -0,0 +1,464 @@
476     +<?xml version="1.0" encoding="utf-8" ?>
477     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
478     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_EN" lang="en_EN">
479     +<head>
480     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
481     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
482     +<title>Download ticket service</title>
483     +<style type="text/css">
484     +
485     +/*
486     +:Author: David Goodger (goodger@python.org)
487     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
488     +:Copyright: This stylesheet has been placed in the public domain.
489     +
490     +Default cascading style sheet for the HTML output of Docutils.
491     +
492     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
493     +customize this style sheet.
494     +*/
495     +
496     +/* used to remove borders from tables and images */
497     +.borderless, table.borderless td, table.borderless th {
498     + border: 0 }
499     +
500     +table.borderless td, table.borderless th {
501     + /* Override padding for "table.docutils td" with "! important".
502     + The right padding separates the table cells. */
503     + padding: 0 0.5em 0 0 ! important }
504     +
505     +.first {
506     + /* Override more specific margin styles with "! important". */
507     + margin-top: 0 ! important }
508     +
509     +.last, .with-subtitle {
510     + margin-bottom: 0 ! important }
511     +
512     +.hidden {
513     + display: none }
514     +
515     +.subscript {
516     + vertical-align: sub;
517     + font-size: smaller }
518     +
519     +.superscript {
520     + vertical-align: super;
521     + font-size: smaller }
522     +
523     +a.toc-backref {
524     + text-decoration: none ;
525     + color: black }
526     +
527     +blockquote.epigraph {
528     + margin: 2em 5em ; }
529     +
530     +dl.docutils dd {
531     + margin-bottom: 0.5em }
532     +
533     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
534     + overflow: hidden;
535     +}
536     +
537     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
538     +dl.docutils dt {
539     + font-weight: bold }
540     +*/
541     +
542     +div.abstract {
543     + margin: 2em 5em }
544     +
545     +div.abstract p.topic-title {
546     + font-weight: bold ;
547     + text-align: center }
548     +
549     +div.admonition, div.attention, div.caution, div.danger, div.error,
550     +div.hint, div.important, div.note, div.tip, div.warning {
551     + margin: 2em ;
552     + border: medium outset ;
553     + padding: 1em }
554     +
555     +div.admonition p.admonition-title, div.hint p.admonition-title,
556     +div.important p.admonition-title, div.note p.admonition-title,
557     +div.tip p.admonition-title {
558     + font-weight: bold ;
559     + font-family: sans-serif }
560     +
561     +div.attention p.admonition-title, div.caution p.admonition-title,
562     +div.danger p.admonition-title, div.error p.admonition-title,
563     +div.warning p.admonition-title, .code .error {
564     + color: red ;
565     + font-weight: bold ;
566     + font-family: sans-serif }
567     +
568     +/* Uncomment (and remove this text!) to get reduced vertical space in
569     + compound paragraphs.
570     +div.compound .compound-first, div.compound .compound-middle {
571     + margin-bottom: 0.5em }
572     +
573     +div.compound .compound-last, div.compound .compound-middle {
574     + margin-top: 0.5em }
575     +*/
576     +
577     +div.dedication {
578     + margin: 2em 5em ;
579     + text-align: center ;
580     + font-style: italic }
581     +
582     +div.dedication p.topic-title {
583     + font-weight: bold ;
584     + font-style: normal }
585     +
586     +div.figure {
587     + margin-left: 2em ;
588     + margin-right: 2em }
589     +
590     +div.footer, div.header {
591     + clear: both;
592     + font-size: smaller }
593     +
594     +div.line-block {
595     + display: block ;
596     + margin-top: 1em ;
597     + margin-bottom: 1em }
598     +
599     +div.line-block div.line-block {
600     + margin-top: 0 ;
601     + margin-bottom: 0 ;
602     + margin-left: 1.5em }
603     +
604     +div.sidebar {
605     + margin: 0 0 0.5em 1em ;
606     + border: medium outset ;
607     + padding: 1em ;
608     + background-color: #ffffee ;
609     + width: 40% ;
610     + float: right ;
611     + clear: right }
612     +
613     +div.sidebar p.rubric {
614     + font-family: sans-serif ;
615     + font-size: medium }
616     +
617     +div.system-messages {
618     + margin: 5em }
619     +
620     +div.system-messages h1 {
621     + color: red }
622     +
623     +div.system-message {
624     + border: medium outset ;
625     + padding: 1em }
626     +
627     +div.system-message p.system-message-title {
628     + color: red ;
629     + font-weight: bold }
630     +
631     +div.topic {
632     + margin: 2em }
633     +
634     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
635     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
636     + margin-top: 0.4em }
637     +
638     +h1.title {
639     + text-align: center }
640     +
641     +h2.subtitle {
642     + text-align: center }
643     +
644     +hr.docutils {
645     + width: 75% }
646     +
647     +img.align-left, .figure.align-left, object.align-left, table.align-left {
648     + clear: left ;
649     + float: left ;
650     + margin-right: 1em }
651     +
652     +img.align-right, .figure.align-right, object.align-right, table.align-right {
653     + clear: right ;
654     + float: right ;
655     + margin-left: 1em }
656     +
657     +img.align-center, .figure.align-center, object.align-center {
658     + display: block;
659     + margin-left: auto;
660     + margin-right: auto;
661     +}
662     +
663     +table.align-center {
664     + margin-left: auto;
665     + margin-right: auto;
666     +}
667     +
668     +.align-left {
669     + text-align: left }
670     +
671     +.align-center {
672     + clear: both ;
673     + text-align: center }
674     +
675     +.align-right {
676     + text-align: right }
677     +
678     +/* reset inner alignment in figures */
679     +div.align-right {
680     + text-align: inherit }
681     +
682     +/* div.align-center * { */
683     +/* text-align: left } */
684     +
685     +.align-top {
686     + vertical-align: top }
687     +
688     +.align-middle {
689     + vertical-align: middle }
690     +
691     +.align-bottom {
692     + vertical-align: bottom }
693     +
694     +ol.simple, ul.simple {
695     + margin-bottom: 1em }
696     +
697     +ol.arabic {
698     + list-style: decimal }
699     +
700     +ol.loweralpha {
701     + list-style: lower-alpha }
702     +
703     +ol.upperalpha {
704     + list-style: upper-alpha }
705     +
706     +ol.lowerroman {
707     + list-style: lower-roman }
708     +
709     +ol.upperroman {
710     + list-style: upper-roman }
711     +
712     +p.attribution {
713     + text-align: right ;
714     + margin-left: 50% }
715     +
716     +p.caption {
717     + font-style: italic }
718     +
719     +p.credits {
720     + font-style: italic ;
721     + font-size: smaller }
722     +
723     +p.label {
724     + white-space: nowrap }
725     +
726     +p.rubric {
727     + font-weight: bold ;
728     + font-size: larger ;
729     + color: maroon ;
730     + text-align: center }
731     +
732     +p.sidebar-title {
733     + font-family: sans-serif ;
734     + font-weight: bold ;
735     + font-size: larger }
736     +
737     +p.sidebar-subtitle {
738     + font-family: sans-serif ;
739     + font-weight: bold }
740     +
741     +p.topic-title {
742     + font-weight: bold }
743     +
744     +pre.address {
745     + margin-bottom: 0 ;
746     + margin-top: 0 ;
747     + font: inherit }
748     +
749     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
750     + margin-left: 2em ;
751     + margin-right: 2em }
752     +
753     +pre.code .ln { color: grey; } /* line numbers */
754     +pre.code, code { background-color: #eeeeee }
755     +pre.code .comment, code .comment { color: #5C6576 }
756     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
757     +pre.code .literal.string, code .literal.string { color: #0C5404 }
758     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
759     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
760     +pre.code .inserted, code .inserted { background-color: #A3D289}
761     +
762     +span.classifier {
763     + font-family: sans-serif ;
764     + font-style: oblique }
765     +
766     +span.classifier-delimiter {
767     + font-family: sans-serif ;
768     + font-weight: bold }
769     +
770     +span.interpreted {
771     + font-family: sans-serif }
772     +
773     +span.option {
774     + white-space: nowrap }
775     +
776     +span.pre {
777     + white-space: pre }
778     +
779     +span.problematic {
780     + color: red }
781     +
782     +span.section-subtitle {
783     + /* font-size relative to parent (h1..h6 element) */
784     + font-size: 80% }
785     +
786     +table.citation {
787     + border-left: solid 1px gray;
788     + margin-left: 1px }
789     +
790     +table.docinfo {
791     + margin: 2em 4em }
792     +
793     +table.docutils {
794     + margin-top: 0.5em ;
795     + margin-bottom: 0.5em }
796     +
797     +table.footnote {
798     + border-left: solid 1px black;
799     + margin-left: 1px }
800     +
801     +table.docutils td, table.docutils th,
802     +table.docinfo td, table.docinfo th {
803     + padding-left: 0.5em ;
804     + padding-right: 0.5em ;
805     + vertical-align: top }
806     +
807     +table.docutils th.field-name, table.docinfo th.docinfo-name {
808     + font-weight: bold ;
809     + text-align: left ;
810     + white-space: nowrap ;
811     + padding-left: 0 }
812     +
813     +/* "booktabs" style (no vertical lines) */
814     +table.docutils.booktabs {
815     + border: 0px;
816     + border-top: 2px solid;
817     + border-bottom: 2px solid;
818     + border-collapse: collapse;
819     +}
820     +table.docutils.booktabs * {
821     + border: 0px;
822     +}
823     +table.docutils.booktabs th {
824     + border-bottom: thin solid;
825     + text-align: left;
826     +}
827     +
828     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
829     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
830     + font-size: 100% }
831     +
832     +ul.auto-toc {
833     + list-style-type: none }
834     +
835     +</style>
836     +</head>
837     +<body>
838     +<div class="document" id="download-ticket-service">
839     +<h1 class="title">Download ticket service</h1>
840     +
841     +<div class="contents topic" id="contents">
842     +<p class="topic-title first">Contents</p>
843     +<ul class="simple">
844     +<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>
845     +<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>
846     +<li><a class="reference internal" href="#advanced-upload-parameters" id="id3">Advanced upload parameters</a></li>
847     +</ul>
848     +</div>
849     +<div class="section" id="short-step-by-step-guide-to-send-attachments">
850     +<h1><a class="toc-backref" href="#id1">Short Step-by-step guide to send attachments</a></h1>
851     +<p>First, go to <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> and authenticate with your username and
852     +password.</p>
853     +<p>You should be presented with this page:</p>
854     +<img alt="t-step-1.png" src="t-step-1.png" />
855     +<ol class="arabic simple">
856     +<li>Click on the button under &quot;Upload File&quot; (labelled either &quot;Browse&quot; or &quot;Choose
857     +File&quot;) as outlined in the picture and pick the file you need to send.</li>
858     +<li>Click &quot;Upload&quot;, and wait until the file is uploaded as shown:</li>
859     +</ol>
860     +<img alt="t-step-2.png" src="t-step-2.png" />
861     +<ol class="arabic simple" start="3">
862     +<li>Click &quot;Send via E-Mail&quot; to send an e-mail to someone, containing the link
863     +to the file you just uploaded.</li>
864     +</ol>
865     +<p>By default, the recipient has one week to download the file before it is
866     +automatically cleaned up. You can change this behavior by setting some
867     +parameters before uploading.</p>
868     +<p>You can see a list of files you have uploaded and manage them by clicking on
869     +the &quot;List active tickets&quot; button, at the bottom of the page.</p>
870     +</div>
871     +<div class="section" id="short-step-by-step-guide-to-receive-attachments">
872     +<h1><a class="toc-backref" href="#id2">Short Step-by-step guide to receive attachments</a></h1>
873     +<p>First, go to <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> and authenticate with your username and
874     +password.</p>
875     +<p>You should be presented with this page:</p>
876     +<img alt="g-step-1.png" src="g-step-1.png" />
877     +<ol class="arabic simple">
878     +<li>Click on the &quot;New grant&quot; link at the bottom of the page to start a new
879     +grant:</li>
880     +</ol>
881     +<img alt="g-step-2.png" src="g-step-2.png" />
882     +<ol class="arabic simple" start="2">
883     +<li>Enter <em>your</em> email address.</li>
884     +<li>Click &quot;Create&quot; to generate an upload grant:</li>
885     +</ol>
886     +<img alt="g-step-3.png" src="g-step-3.png" />
887     +<ol class="arabic simple" start="4">
888     +<li>Click &quot;Send via E-Mail&quot; to send an e-mail to someone, containing the link
889     +that will allow him to send you any file.</li>
890     +</ol>
891     +<p>Your recipient simply needs to follow the instructions contained in the link
892     +itself. Once he uploads the file into the server, you will receive an email
893     +containing another link to the file just uploaded.</p>
894     +</div>
895     +<div class="section" id="advanced-upload-parameters">
896     +<h1><a class="toc-backref" href="#id3">Advanced upload parameters</a></h1>
897     +<p>Before uploading a file, you can customize how the download and cleanup is
898     +performed by setting some &quot;Advanced&quot; parameters:</p>
899     +<img alt="t-advanced.png" src="t-advanced.png" />
900     +<ul class="simple">
901     +<li><em>If you want your file to never be deleted</em> please check the &quot;Permanent
902     +ticket&quot; checkbox. Your file will always be available until you manually
903     +remove it.</li>
904     +<li><em>If you want to be notified every time someone downloads the file</em> you can
905     +write your e-mail in the &quot;Get notified by email&quot; box. You'll receive
906     +notifications every time the file is successfully downloaded or removed from
907     +the server. This is great if you want extra confirmation that your email has
908     +been acted upon.</li>
909     +</ul>
910     +<p>Expire in total # of hours:</p>
911     +<blockquote>
912     +Type the maximal number of hours the uploaded file is allowed to be kept on
913     +the server. After this period is passed the file will be deleted from the
914     +server whether is was downloaded or not.</blockquote>
915     +<p>Expire in # of hours after last dl:</p>
916     +<blockquote>
917     +<p>Type the number of hours the uploaded file is allowed to be kept on the
918     +server after being downloaded. Another download will extend the lifetime of
919     +the ticket for the specified number of hours. After this period is passed
920     +without activity, the file is be deleted from the server.</p>
921     +<p>This feature, when used with a long period (days or weeks), allows &quot;hot&quot;
922     +tickets to be kept alive only until used, and be deleted automatically
923     +afterward.</p>
924     +<p>When used with a short period (24 hours or less), allows to remove the ticket
925     +as soon as being downloaded, allowing the recipient some margin to download
926     +the file more than once.</p>
927     +</blockquote>
928     +<p>Expire after # of downloads:</p>
929     +<blockquote>
930     +Type the number of times the uploaded file is allowed to be downloaded in
931     +total. After this amount is reached the file will be deleted from the
932     +server. Handy if you need to ensure the file is downloaded just once from a
933     +single person.</blockquote>
934     +<p>If at least one of these parameters expires the file will be deleted. You can
935     +set any parameter to &quot;0&quot; to disable the condition.</p>
936     +</div>
937     +</div>
938     +</body>
939     +</html>
940     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
941     --- dl-0.18.1.old/htdocs/static/guide/es_ES/index.html 1970-01-01 01:00:00.000000000 +0100
942     +++ dl-0.18.1/htdocs/static/guide/es_ES/index.html 2017-09-06 17:09:37.000000000 +0100
943     @@ -0,0 +1,465 @@
944     +<?xml version="1.0" encoding="utf-8" ?>
945     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
946     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es_ES" lang="es_ES">
947     +<head>
948     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
949     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
950     +<title>Download ticket service</title>
951     +<style type="text/css">
952     +
953     +/*
954     +:Author: David Goodger (goodger@python.org)
955     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
956     +:Copyright: This stylesheet has been placed in the public domain.
957     +
958     +Default cascading style sheet for the HTML output of Docutils.
959     +
960     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
961     +customize this style sheet.
962     +*/
963     +
964     +/* used to remove borders from tables and images */
965     +.borderless, table.borderless td, table.borderless th {
966     + border: 0 }
967     +
968     +table.borderless td, table.borderless th {
969     + /* Override padding for "table.docutils td" with "! important".
970     + The right padding separates the table cells. */
971     + padding: 0 0.5em 0 0 ! important }
972     +
973     +.first {
974     + /* Override more specific margin styles with "! important". */
975     + margin-top: 0 ! important }
976     +
977     +.last, .with-subtitle {
978     + margin-bottom: 0 ! important }
979     +
980     +.hidden {
981     + display: none }
982     +
983     +.subscript {
984     + vertical-align: sub;
985     + font-size: smaller }
986     +
987     +.superscript {
988     + vertical-align: super;
989     + font-size: smaller }
990     +
991     +a.toc-backref {
992     + text-decoration: none ;
993     + color: black }
994     +
995     +blockquote.epigraph {
996     + margin: 2em 5em ; }
997     +
998     +dl.docutils dd {
999     + margin-bottom: 0.5em }
1000     +
1001     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
1002     + overflow: hidden;
1003     +}
1004     +
1005     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
1006     +dl.docutils dt {
1007     + font-weight: bold }
1008     +*/
1009     +
1010     +div.abstract {
1011     + margin: 2em 5em }
1012     +
1013     +div.abstract p.topic-title {
1014     + font-weight: bold ;
1015     + text-align: center }
1016     +
1017     +div.admonition, div.attention, div.caution, div.danger, div.error,
1018     +div.hint, div.important, div.note, div.tip, div.warning {
1019     + margin: 2em ;
1020     + border: medium outset ;
1021     + padding: 1em }
1022     +
1023     +div.admonition p.admonition-title, div.hint p.admonition-title,
1024     +div.important p.admonition-title, div.note p.admonition-title,
1025     +div.tip p.admonition-title {
1026     + font-weight: bold ;
1027     + font-family: sans-serif }
1028     +
1029     +div.attention p.admonition-title, div.caution p.admonition-title,
1030     +div.danger p.admonition-title, div.error p.admonition-title,
1031     +div.warning p.admonition-title, .code .error {
1032     + color: red ;
1033     + font-weight: bold ;
1034     + font-family: sans-serif }
1035     +
1036     +/* Uncomment (and remove this text!) to get reduced vertical space in
1037     + compound paragraphs.
1038     +div.compound .compound-first, div.compound .compound-middle {
1039     + margin-bottom: 0.5em }
1040     +
1041     +div.compound .compound-last, div.compound .compound-middle {
1042     + margin-top: 0.5em }
1043     +*/
1044     +
1045     +div.dedication {
1046     + margin: 2em 5em ;
1047     + text-align: center ;
1048     + font-style: italic }
1049     +
1050     +div.dedication p.topic-title {
1051     + font-weight: bold ;
1052     + font-style: normal }
1053     +
1054     +div.figure {
1055     + margin-left: 2em ;
1056     + margin-right: 2em }
1057     +
1058     +div.footer, div.header {
1059     + clear: both;
1060     + font-size: smaller }
1061     +
1062     +div.line-block {
1063     + display: block ;
1064     + margin-top: 1em ;
1065     + margin-bottom: 1em }
1066     +
1067     +div.line-block div.line-block {
1068     + margin-top: 0 ;
1069     + margin-bottom: 0 ;
1070     + margin-left: 1.5em }
1071     +
1072     +div.sidebar {
1073     + margin: 0 0 0.5em 1em ;
1074     + border: medium outset ;
1075     + padding: 1em ;
1076     + background-color: #ffffee ;
1077     + width: 40% ;
1078     + float: right ;
1079     + clear: right }
1080     +
1081     +div.sidebar p.rubric {
1082     + font-family: sans-serif ;
1083     + font-size: medium }
1084     +
1085     +div.system-messages {
1086     + margin: 5em }
1087     +
1088     +div.system-messages h1 {
1089     + color: red }
1090     +
1091     +div.system-message {
1092     + border: medium outset ;
1093     + padding: 1em }
1094     +
1095     +div.system-message p.system-message-title {
1096     + color: red ;
1097     + font-weight: bold }
1098     +
1099     +div.topic {
1100     + margin: 2em }
1101     +
1102     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
1103     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
1104     + margin-top: 0.4em }
1105     +
1106     +h1.title {
1107     + text-align: center }
1108     +
1109     +h2.subtitle {
1110     + text-align: center }
1111     +
1112     +hr.docutils {
1113     + width: 75% }
1114     +
1115     +img.align-left, .figure.align-left, object.align-left, table.align-left {
1116     + clear: left ;
1117     + float: left ;
1118     + margin-right: 1em }
1119     +
1120     +img.align-right, .figure.align-right, object.align-right, table.align-right {
1121     + clear: right ;
1122     + float: right ;
1123     + margin-left: 1em }
1124     +
1125     +img.align-center, .figure.align-center, object.align-center {
1126     + display: block;
1127     + margin-left: auto;
1128     + margin-right: auto;
1129     +}
1130     +
1131     +table.align-center {
1132     + margin-left: auto;
1133     + margin-right: auto;
1134     +}
1135     +
1136     +.align-left {
1137     + text-align: left }
1138     +
1139     +.align-center {
1140     + clear: both ;
1141     + text-align: center }
1142     +
1143     +.align-right {
1144     + text-align: right }
1145     +
1146     +/* reset inner alignment in figures */
1147     +div.align-right {
1148     + text-align: inherit }
1149     +
1150     +/* div.align-center * { */
1151     +/* text-align: left } */
1152     +
1153     +.align-top {
1154     + vertical-align: top }
1155     +
1156     +.align-middle {
1157     + vertical-align: middle }
1158     +
1159     +.align-bottom {
1160     + vertical-align: bottom }
1161     +
1162     +ol.simple, ul.simple {
1163     + margin-bottom: 1em }
1164     +
1165     +ol.arabic {
1166     + list-style: decimal }
1167     +
1168     +ol.loweralpha {
1169     + list-style: lower-alpha }
1170     +
1171     +ol.upperalpha {
1172     + list-style: upper-alpha }
1173     +
1174     +ol.lowerroman {
1175     + list-style: lower-roman }
1176     +
1177     +ol.upperroman {
1178     + list-style: upper-roman }
1179     +
1180     +p.attribution {
1181     + text-align: right ;
1182     + margin-left: 50% }
1183     +
1184     +p.caption {
1185     + font-style: italic }
1186     +
1187     +p.credits {
1188     + font-style: italic ;
1189     + font-size: smaller }
1190     +
1191     +p.label {
1192     + white-space: nowrap }
1193     +
1194     +p.rubric {
1195     + font-weight: bold ;
1196     + font-size: larger ;
1197     + color: maroon ;
1198     + text-align: center }
1199     +
1200     +p.sidebar-title {
1201     + font-family: sans-serif ;
1202     + font-weight: bold ;
1203     + font-size: larger }
1204     +
1205     +p.sidebar-subtitle {
1206     + font-family: sans-serif ;
1207     + font-weight: bold }
1208     +
1209     +p.topic-title {
1210     + font-weight: bold }
1211     +
1212     +pre.address {
1213     + margin-bottom: 0 ;
1214     + margin-top: 0 ;
1215     + font: inherit }
1216     +
1217     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
1218     + margin-left: 2em ;
1219     + margin-right: 2em }
1220     +
1221     +pre.code .ln { color: grey; } /* line numbers */
1222     +pre.code, code { background-color: #eeeeee }
1223     +pre.code .comment, code .comment { color: #5C6576 }
1224     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
1225     +pre.code .literal.string, code .literal.string { color: #0C5404 }
1226     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
1227     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
1228     +pre.code .inserted, code .inserted { background-color: #A3D289}
1229     +
1230     +span.classifier {
1231     + font-family: sans-serif ;
1232     + font-style: oblique }
1233     +
1234     +span.classifier-delimiter {
1235     + font-family: sans-serif ;
1236     + font-weight: bold }
1237     +
1238     +span.interpreted {
1239     + font-family: sans-serif }
1240     +
1241     +span.option {
1242     + white-space: nowrap }
1243     +
1244     +span.pre {
1245     + white-space: pre }
1246     +
1247     +span.problematic {
1248     + color: red }
1249     +
1250     +span.section-subtitle {
1251     + /* font-size relative to parent (h1..h6 element) */
1252     + font-size: 80% }
1253     +
1254     +table.citation {
1255     + border-left: solid 1px gray;
1256     + margin-left: 1px }
1257     +
1258     +table.docinfo {
1259     + margin: 2em 4em }
1260     +
1261     +table.docutils {
1262     + margin-top: 0.5em ;
1263     + margin-bottom: 0.5em }
1264     +
1265     +table.footnote {
1266     + border-left: solid 1px black;
1267     + margin-left: 1px }
1268     +
1269     +table.docutils td, table.docutils th,
1270     +table.docinfo td, table.docinfo th {
1271     + padding-left: 0.5em ;
1272     + padding-right: 0.5em ;
1273     + vertical-align: top }
1274     +
1275     +table.docutils th.field-name, table.docinfo th.docinfo-name {
1276     + font-weight: bold ;
1277     + text-align: left ;
1278     + white-space: nowrap ;
1279     + padding-left: 0 }
1280     +
1281     +/* "booktabs" style (no vertical lines) */
1282     +table.docutils.booktabs {
1283     + border: 0px;
1284     + border-top: 2px solid;
1285     + border-bottom: 2px solid;
1286     + border-collapse: collapse;
1287     +}
1288     +table.docutils.booktabs * {
1289     + border: 0px;
1290     +}
1291     +table.docutils.booktabs th {
1292     + border-bottom: thin solid;
1293     + text-align: left;
1294     +}
1295     +
1296     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
1297     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
1298     + font-size: 100% }
1299     +
1300     +ul.auto-toc {
1301     + list-style-type: none }
1302     +
1303     +</style>
1304     +</head>
1305     +<body>
1306     +<div class="document" id="download-ticket-service">
1307     +<h1 class="title">Download ticket service</h1>
1308     +
1309     +<div class="contents topic" id="contenido">
1310     +<p class="topic-title first">Contenido</p>
1311     +<ul class="simple">
1312     +<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>
1313     +<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>
1314     +<li><a class="reference internal" href="#parametros-avanzados-de-subida" id="id3">Parámetros Avanzados de subida</a></li>
1315     +</ul>
1316     +</div>
1317     +<div class="section" id="breve-guia-paso-a-paso-para-subir-ficheros">
1318     +<h1><a class="toc-backref" href="#id1">Breve guía paso a paso para subir ficheros</a></h1>
1319     +<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
1320     +contraseña.</p>
1321     +<p>Esta página debería ser mostrada:</p>
1322     +<img alt="t-step-1.png" src="t-step-1.png" />
1323     +<ol class="arabic simple">
1324     +<li>Cliquee en el botón bajo &quot;Subir fichero&quot; (llamado &quot;Examinar&quot; or &quot;Escoja
1325     +fichero&quot;) como se ve en la imagen y seleccione el fichero que necesita subir.</li>
1326     +<li>Click en &quot;Subir&quot; y espere mientras el fichero es subido como aquí se muestra:</li>
1327     +</ol>
1328     +<img alt="t-step-2.png" src="t-step-2.png" />
1329     +<ol class="arabic simple" start="3">
1330     +<li>Click en &quot;Enviar vía e-mail&quot; para enviar un e-mail a alguien con el enlace
1331     +al fichero que acaba de subir.</li>
1332     +</ol>
1333     +<p>Por defecto, el receptor tiene una semana para descargar el fichero antes de
1334     +este sea eliminado automáticamente. Puede cambiar este comportamiento
1335     +configurando algunos parámetros antes de la subida.</p>
1336     +<p>Puede ver una lista de ficheros que ha subido y administrarlos cliqueando en el
1337     +botón &quot;Listar tickets activos&quot; a pie de página.</p>
1338     +</div>
1339     +<div class="section" id="breve-guia-paso-a-paso-para-recibir-ficheros">
1340     +<h1><a class="toc-backref" href="#id2">Breve guía paso a paso para recibir ficheros</a></h1>
1341     +<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
1342     +contraseña.</p>
1343     +<p>Esta página debería ser mostrada:</p>
1344     +<img alt="g-step-1.png" src="g-step-1.png" />
1345     +<ol class="arabic simple">
1346     +<li>Click en el enlace &quot;Nueva concesión&quot; al pie de página para empezar una nueva
1347     +concesión:</li>
1348     +</ol>
1349     +<img alt="g-step-2.png" src="g-step-2.png" />
1350     +<ol class="arabic simple" start="2">
1351     +<li>Introduzca <em>su</em> dirección de e-mail.</li>
1352     +<li>Click en &quot;Crear&quot; para generar una concesión de subida:</li>
1353     +</ol>
1354     +<img alt="g-step-3.png" src="g-step-3.png" />
1355     +<ol class="arabic simple" start="4">
1356     +<li>Click en &quot;Enviar vía E-Mail&quot; para enviar un e-mail a alguien con el enlace
1357     +a quién le permitirá subir un fichero para usted.</li>
1358     +</ol>
1359     +<p>El receptor simplemente necesitará seguir las instrucciones contenidas en el
1360     +propio enlace. Una vez este suba un fichero al servidor, usted recibirá un
1361     +e-mail que contendrá un enlace a el fichero que ha sido subido.</p>
1362     +</div>
1363     +<div class="section" id="parametros-avanzados-de-subida">
1364     +<h1><a class="toc-backref" href="#id3">Parámetros Avanzados de subida</a></h1>
1365     +<p>Antes de subir un fichero, puede personalizar cómo se realizará su descarga y
1366     +su limpieza configurando algunos parámetros &quot;avanzados&quot;:</p>
1367     +<img alt="t-advanced.png" src="t-advanced.png" />
1368     +<ul class="simple">
1369     +<li><em>Si quiere que su fichero nunca sea eliminado</em>, por favor, marque la casilla
1370     +&quot;Ticket permanente&quot;. Su fichero estará disponible hasta que usted lo elimine
1371     +manualmente.</li>
1372     +<li><em>Si quiere ser notificado cada vez que alguien descargue el fichero</em> puede
1373     +escribir una dirección de e-mail en el campo &quot;Notificar vía e-mail&quot;. Recibirá
1374     +notificaciones cada vez que el fichero sea correctamente descargado o
1375     +eliminado del servidor. Esto es genial si desea una confirmación extra de que
1376     +su e-mail actúa en consecuencia.</li>
1377     +</ul>
1378     +<p>Expirar en un total de # horas:</p>
1379     +<blockquote>
1380     +Introduzca el número máximo de horas que a un fichero subido le está
1381     +permitido permanecer en el servidor. Pasado este período el fichero será
1382     +eliminado del servidor independientemente de si fue descargado o no.</blockquote>
1383     +<p>Expirar en # horas tras la última descarga:</p>
1384     +<blockquote>
1385     +<p>Introduzca el número de horas que a un fichero subido se le permite
1386     +permanecer en el servidor tras haber sido descargado. Una nueva descarga
1387     +alargará el tiempo de vida del ticket durante el número de horas
1388     +especificado. Pasado este período sin actividad el fichero será eliminado del
1389     +servidor.</p>
1390     +<p>Esta funcionalidad, cuando es usada con un largo período (días o semanas),
1391     +permite a los &quot;hot&quot; tickets permanecer vivos mientras están en uso y ser
1392     +elimindos automáticamente cuando ya no son demandados.</p>
1393     +<p>Cuando es usado en un período corto (24 horas o menos), permite eliminar el
1394     +ticket tan pronto como sea descargado, permitiendo al receptor algo de margen
1395     +para descargar el fichero más de una vez.</p>
1396     +</blockquote>
1397     +<p>Expirar tras # descargas:</p>
1398     +<blockquote>
1399     +Introduce el número total de veces que es permitido descargar un fichero
1400     +subido. Alcanzado este número el fichero será eliminado del servidor. Útil si
1401     +quiere asegurarse de que el fichero es descargado sólo una vez por una sola
1402     +persona.</blockquote>
1403     +<p>Si al menos uno de estos parámetros expira el fichero será eliminado. Puede
1404     +configurar cualquier parámetro a &quot;0&quot; para deshabilitar la condición.</p>
1405     +</div>
1406     +</div>
1407     +</body>
1408     +</html>
1409     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
1410     --- dl-0.18.1.old/htdocs/static/guide/fr_FR/index.html 1970-01-01 01:00:00.000000000 +0100
1411     +++ dl-0.18.1/htdocs/static/guide/fr_FR/index.html 2017-09-06 17:09:37.000000000 +0100
1412     @@ -0,0 +1,451 @@
1413     +<?xml version="1.0" encoding="utf-8" ?>
1414     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1415     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr_FR" lang="fr_FR">
1416     +<head>
1417     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1418     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
1419     +<title>Service de téléchargement de ticket</title>
1420     +<style type="text/css">
1421     +
1422     +/*
1423     +:Author: David Goodger (goodger@python.org)
1424     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
1425     +:Copyright: This stylesheet has been placed in the public domain.
1426     +
1427     +Default cascading style sheet for the HTML output of Docutils.
1428     +
1429     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
1430     +customize this style sheet.
1431     +*/
1432     +
1433     +/* used to remove borders from tables and images */
1434     +.borderless, table.borderless td, table.borderless th {
1435     + border: 0 }
1436     +
1437     +table.borderless td, table.borderless th {
1438     + /* Override padding for "table.docutils td" with "! important".
1439     + The right padding separates the table cells. */
1440     + padding: 0 0.5em 0 0 ! important }
1441     +
1442     +.first {
1443     + /* Override more specific margin styles with "! important". */
1444     + margin-top: 0 ! important }
1445     +
1446     +.last, .with-subtitle {
1447     + margin-bottom: 0 ! important }
1448     +
1449     +.hidden {
1450     + display: none }
1451     +
1452     +.subscript {
1453     + vertical-align: sub;
1454     + font-size: smaller }
1455     +
1456     +.superscript {
1457     + vertical-align: super;
1458     + font-size: smaller }
1459     +
1460     +a.toc-backref {
1461     + text-decoration: none ;
1462     + color: black }
1463     +
1464     +blockquote.epigraph {
1465     + margin: 2em 5em ; }
1466     +
1467     +dl.docutils dd {
1468     + margin-bottom: 0.5em }
1469     +
1470     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
1471     + overflow: hidden;
1472     +}
1473     +
1474     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
1475     +dl.docutils dt {
1476     + font-weight: bold }
1477     +*/
1478     +
1479     +div.abstract {
1480     + margin: 2em 5em }
1481     +
1482     +div.abstract p.topic-title {
1483     + font-weight: bold ;
1484     + text-align: center }
1485     +
1486     +div.admonition, div.attention, div.caution, div.danger, div.error,
1487     +div.hint, div.important, div.note, div.tip, div.warning {
1488     + margin: 2em ;
1489     + border: medium outset ;
1490     + padding: 1em }
1491     +
1492     +div.admonition p.admonition-title, div.hint p.admonition-title,
1493     +div.important p.admonition-title, div.note p.admonition-title,
1494     +div.tip p.admonition-title {
1495     + font-weight: bold ;
1496     + font-family: sans-serif }
1497     +
1498     +div.attention p.admonition-title, div.caution p.admonition-title,
1499     +div.danger p.admonition-title, div.error p.admonition-title,
1500     +div.warning p.admonition-title, .code .error {
1501     + color: red ;
1502     + font-weight: bold ;
1503     + font-family: sans-serif }
1504     +
1505     +/* Uncomment (and remove this text!) to get reduced vertical space in
1506     + compound paragraphs.
1507     +div.compound .compound-first, div.compound .compound-middle {
1508     + margin-bottom: 0.5em }
1509     +
1510     +div.compound .compound-last, div.compound .compound-middle {
1511     + margin-top: 0.5em }
1512     +*/
1513     +
1514     +div.dedication {
1515     + margin: 2em 5em ;
1516     + text-align: center ;
1517     + font-style: italic }
1518     +
1519     +div.dedication p.topic-title {
1520     + font-weight: bold ;
1521     + font-style: normal }
1522     +
1523     +div.figure {
1524     + margin-left: 2em ;
1525     + margin-right: 2em }
1526     +
1527     +div.footer, div.header {
1528     + clear: both;
1529     + font-size: smaller }
1530     +
1531     +div.line-block {
1532     + display: block ;
1533     + margin-top: 1em ;
1534     + margin-bottom: 1em }
1535     +
1536     +div.line-block div.line-block {
1537     + margin-top: 0 ;
1538     + margin-bottom: 0 ;
1539     + margin-left: 1.5em }
1540     +
1541     +div.sidebar {
1542     + margin: 0 0 0.5em 1em ;
1543     + border: medium outset ;
1544     + padding: 1em ;
1545     + background-color: #ffffee ;
1546     + width: 40% ;
1547     + float: right ;
1548     + clear: right }
1549     +
1550     +div.sidebar p.rubric {
1551     + font-family: sans-serif ;
1552     + font-size: medium }
1553     +
1554     +div.system-messages {
1555     + margin: 5em }
1556     +
1557     +div.system-messages h1 {
1558     + color: red }
1559     +
1560     +div.system-message {
1561     + border: medium outset ;
1562     + padding: 1em }
1563     +
1564     +div.system-message p.system-message-title {
1565     + color: red ;
1566     + font-weight: bold }
1567     +
1568     +div.topic {
1569     + margin: 2em }
1570     +
1571     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
1572     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
1573     + margin-top: 0.4em }
1574     +
1575     +h1.title {
1576     + text-align: center }
1577     +
1578     +h2.subtitle {
1579     + text-align: center }
1580     +
1581     +hr.docutils {
1582     + width: 75% }
1583     +
1584     +img.align-left, .figure.align-left, object.align-left, table.align-left {
1585     + clear: left ;
1586     + float: left ;
1587     + margin-right: 1em }
1588     +
1589     +img.align-right, .figure.align-right, object.align-right, table.align-right {
1590     + clear: right ;
1591     + float: right ;
1592     + margin-left: 1em }
1593     +
1594     +img.align-center, .figure.align-center, object.align-center {
1595     + display: block;
1596     + margin-left: auto;
1597     + margin-right: auto;
1598     +}
1599     +
1600     +table.align-center {
1601     + margin-left: auto;
1602     + margin-right: auto;
1603     +}
1604     +
1605     +.align-left {
1606     + text-align: left }
1607     +
1608     +.align-center {
1609     + clear: both ;
1610     + text-align: center }
1611     +
1612     +.align-right {
1613     + text-align: right }
1614     +
1615     +/* reset inner alignment in figures */
1616     +div.align-right {
1617     + text-align: inherit }
1618     +
1619     +/* div.align-center * { */
1620     +/* text-align: left } */
1621     +
1622     +.align-top {
1623     + vertical-align: top }
1624     +
1625     +.align-middle {
1626     + vertical-align: middle }
1627     +
1628     +.align-bottom {
1629     + vertical-align: bottom }
1630     +
1631     +ol.simple, ul.simple {
1632     + margin-bottom: 1em }
1633     +
1634     +ol.arabic {
1635     + list-style: decimal }
1636     +
1637     +ol.loweralpha {
1638     + list-style: lower-alpha }
1639     +
1640     +ol.upperalpha {
1641     + list-style: upper-alpha }
1642     +
1643     +ol.lowerroman {
1644     + list-style: lower-roman }
1645     +
1646     +ol.upperroman {
1647     + list-style: upper-roman }
1648     +
1649     +p.attribution {
1650     + text-align: right ;
1651     + margin-left: 50% }
1652     +
1653     +p.caption {
1654     + font-style: italic }
1655     +
1656     +p.credits {
1657     + font-style: italic ;
1658     + font-size: smaller }
1659     +
1660     +p.label {
1661     + white-space: nowrap }
1662     +
1663     +p.rubric {
1664     + font-weight: bold ;
1665     + font-size: larger ;
1666     + color: maroon ;
1667     + text-align: center }
1668     +
1669     +p.sidebar-title {
1670     + font-family: sans-serif ;
1671     + font-weight: bold ;
1672     + font-size: larger }
1673     +
1674     +p.sidebar-subtitle {
1675     + font-family: sans-serif ;
1676     + font-weight: bold }
1677     +
1678     +p.topic-title {
1679     + font-weight: bold }
1680     +
1681     +pre.address {
1682     + margin-bottom: 0 ;
1683     + margin-top: 0 ;
1684     + font: inherit }
1685     +
1686     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
1687     + margin-left: 2em ;
1688     + margin-right: 2em }
1689     +
1690     +pre.code .ln { color: grey; } /* line numbers */
1691     +pre.code, code { background-color: #eeeeee }
1692     +pre.code .comment, code .comment { color: #5C6576 }
1693     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
1694     +pre.code .literal.string, code .literal.string { color: #0C5404 }
1695     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
1696     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
1697     +pre.code .inserted, code .inserted { background-color: #A3D289}
1698     +
1699     +span.classifier {
1700     + font-family: sans-serif ;
1701     + font-style: oblique }
1702     +
1703     +span.classifier-delimiter {
1704     + font-family: sans-serif ;
1705     + font-weight: bold }
1706     +
1707     +span.interpreted {
1708     + font-family: sans-serif }
1709     +
1710     +span.option {
1711     + white-space: nowrap }
1712     +
1713     +span.pre {
1714     + white-space: pre }
1715     +
1716     +span.problematic {
1717     + color: red }
1718     +
1719     +span.section-subtitle {
1720     + /* font-size relative to parent (h1..h6 element) */
1721     + font-size: 80% }
1722     +
1723     +table.citation {
1724     + border-left: solid 1px gray;
1725     + margin-left: 1px }
1726     +
1727     +table.docinfo {
1728     + margin: 2em 4em }
1729     +
1730     +table.docutils {
1731     + margin-top: 0.5em ;
1732     + margin-bottom: 0.5em }
1733     +
1734     +table.footnote {
1735     + border-left: solid 1px black;
1736     + margin-left: 1px }
1737     +
1738     +table.docutils td, table.docutils th,
1739     +table.docinfo td, table.docinfo th {
1740     + padding-left: 0.5em ;
1741     + padding-right: 0.5em ;
1742     + vertical-align: top }
1743     +
1744     +table.docutils th.field-name, table.docinfo th.docinfo-name {
1745     + font-weight: bold ;
1746     + text-align: left ;
1747     + white-space: nowrap ;
1748     + padding-left: 0 }
1749     +
1750     +/* "booktabs" style (no vertical lines) */
1751     +table.docutils.booktabs {
1752     + border: 0px;
1753     + border-top: 2px solid;
1754     + border-bottom: 2px solid;
1755     + border-collapse: collapse;
1756     +}
1757     +table.docutils.booktabs * {
1758     + border: 0px;
1759     +}
1760     +table.docutils.booktabs th {
1761     + border-bottom: thin solid;
1762     + text-align: left;
1763     +}
1764     +
1765     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
1766     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
1767     + font-size: 100% }
1768     +
1769     +ul.auto-toc {
1770     + list-style-type: none }
1771     +
1772     +</style>
1773     +</head>
1774     +<body>
1775     +<div class="document" id="service-de-telechargement-de-ticket">
1776     +<h1 class="title">Service de téléchargement de ticket</h1>
1777     +
1778     +<div class="contents topic" id="sommaire">
1779     +<p class="topic-title first">Sommaire</p>
1780     +<ul class="simple">
1781     +<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>
1782     +<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>
1783     +<li><a class="reference internal" href="#parametres-avances" id="id3">Paramètres avancés</a></li>
1784     +</ul>
1785     +</div>
1786     +<div class="section" id="guide-rapide-pour-envoyer-des-pieces-jointes">
1787     +<h1><a class="toc-backref" href="#id1">Guide rapide pour envoyer des pièces jointes</a></h1>
1788     +<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
1789     +nom d'utilisateur et votre mot de passe.</p>
1790     +<p>Vous devriez voir la page ci-dessous:</p>
1791     +<img alt="t-step-1.png" src="t-step-1.png" />
1792     +<ol class="arabic simple">
1793     +<li>Sélectionnez le fichier à envoyer avec le bouton &quot;Parcourir&quot;</li>
1794     +<li>Cliquer sur le bouton &quot;Télécharger&quot; pour envoyer votre fichier.</li>
1795     +</ol>
1796     +<img alt="t-step-2.png" src="t-step-2.png" />
1797     +<ol class="arabic simple" start="3">
1798     +<li>Cliquez sur le bouton &quot;Envoyer par e-mail&quot; pour envoyer par e-mail le lien
1799     +contenant le fichier que vous venez de télécharger.</li>
1800     +</ol>
1801     +<p>Par défaut, le destinataire dispose d'une semaine pour télécharger le fichier
1802     +avant qu'il ne soit automatiquement supprimé. Vous pouvez modifier ce
1803     +comportement en définissant certains paramètres avant de le télécharger.</p>
1804     +<p>Vous pouvez voir la liste des fichiers que vous avez téléchargés et aussi les
1805     +gérer en cliquant sur &quot;Tickets actifs&quot;, au bas de la page.</p>
1806     +</div>
1807     +<div class="section" id="guide-rapide-pour-recevoir-des-pieces-jointes">
1808     +<h1><a class="toc-backref" href="#id2">Guide rapide pour recevoir des pièces jointes</a></h1>
1809     +<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
1810     +nom d'utilisateur et votre mot de passe.</p>
1811     +<p>Vous devriez voir la page ci-dessous:</p>
1812     +<img alt="g-step-1.png" src="g-step-1.png" />
1813     +<ol class="arabic simple">
1814     +<li>Cliquez sur &quot;Nouvelle concession&quot; au bas de la page :</li>
1815     +</ol>
1816     +<img alt="g-step-2.png" src="g-step-2.png" />
1817     +<ol class="arabic simple" start="2">
1818     +<li>Entrer <em>votre</em> adresse email.</li>
1819     +<li>Cliquez sur &quot;Créer&quot; pour générer une concession:</li>
1820     +</ol>
1821     +<img alt="g-step-3.png" src="g-step-3.png" />
1822     +<ol class="arabic simple" start="4">
1823     +<li>Cliquez sur &quot;Envoyer par e-mail&quot; pour envoyer par e-mail le lien qui
1824     +permettra de vous faire parvenir un fichier.</li>
1825     +</ol>
1826     +<p>Le destinataire devra simplement suivre les instructions contenues dans le
1827     +mail. Une fois, le fichier téléchargé sur le serveur, vous recevrez un e-mail
1828     +contenant un autre lien vers le fichier que vous pourrez télécharger.</p>
1829     +</div>
1830     +<div class="section" id="parametres-avances">
1831     +<h1><a class="toc-backref" href="#id3">Paramètres avancés</a></h1>
1832     +<p>Avant de télécharger un fichier, vous pouvez personnaliser les paramètres de
1833     +téléchargement et de supression en modifiant les &quot;Paramètres avancés&quot;:</p>
1834     +<img alt="t-advanced.png" src="t-advanced.png" />
1835     +<ul class="simple">
1836     +<li><em>Si vous souhaitez que votre fichier ne soit jamais supprimé</em> cocher &quot;Ticket
1837     +permanent/téléchargement&quot;. Ceci rendra votre fichier toujours disponible
1838     +jusqu'à ce que vous le retiriez manuellement.</li>
1839     +<li><em>Si vous voulez être averti chaque fois que quelqu'un télécharge le fichier</em>,
1840     +vous pouvez renseigner votre adresse e-mail dans le champs &quot;Notifier par
1841     +e-mail&quot;. Vous recevrez une notification chaque fois que le fichier sera
1842     +téléchargé avec succès ou retiré du serveur.</li>
1843     +</ul>
1844     +<p>Expirera dans # jours:</p>
1845     +<blockquote>
1846     +Indiquer le nombre de jours maximal durant lesquels ce fichier pourra être
1847     +téléchargé. Passé ce délai ce fichier ne pourra plus être téléchargé et sera
1848     +automatiquement supprimé.</blockquote>
1849     +<p>Expirera dans # heures après le dernier téléchargement:</p>
1850     +<blockquote>
1851     +Indiquer le nombre d'heures pendant lesquelles ce fichier restera disponible
1852     +après avoir été téléchargé. Si celui-ci n'est pas téléchargé pendant le délai
1853     +indiqué, il sera automatiquement supprimé.</blockquote>
1854     +<p>Expirera après # téléchargement:</p>
1855     +<blockquote>
1856     +Indiquer le nombre total de téléchargements autorisé pour ce fichier. Au-delà
1857     +de cette limite, ce fichier sera automatiquement supprimé.</blockquote>
1858     +<p>Si au moins un de ces paramètres est appliqué le fichier sera supprimé. Mettre
1859     +n'importe quel paramètre à &quot;0&quot; pour désactiver son état.</p>
1860     +</div>
1861     +</div>
1862     +</body>
1863     +</html>
1864     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
1865     --- dl-0.18.1.old/htdocs/static/guide/it_IT/index.html 1970-01-01 01:00:00.000000000 +0100
1866     +++ dl-0.18.1/htdocs/static/guide/it_IT/index.html 2017-09-06 17:09:37.000000000 +0100
1867     @@ -0,0 +1,461 @@
1868     +<?xml version="1.0" encoding="utf-8" ?>
1869     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1870     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it_IT" lang="it_IT">
1871     +<head>
1872     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1873     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
1874     +<title>Download ticket service</title>
1875     +<style type="text/css">
1876     +
1877     +/*
1878     +:Author: David Goodger (goodger@python.org)
1879     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
1880     +:Copyright: This stylesheet has been placed in the public domain.
1881     +
1882     +Default cascading style sheet for the HTML output of Docutils.
1883     +
1884     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
1885     +customize this style sheet.
1886     +*/
1887     +
1888     +/* used to remove borders from tables and images */
1889     +.borderless, table.borderless td, table.borderless th {
1890     + border: 0 }
1891     +
1892     +table.borderless td, table.borderless th {
1893     + /* Override padding for "table.docutils td" with "! important".
1894     + The right padding separates the table cells. */
1895     + padding: 0 0.5em 0 0 ! important }
1896     +
1897     +.first {
1898     + /* Override more specific margin styles with "! important". */
1899     + margin-top: 0 ! important }
1900     +
1901     +.last, .with-subtitle {
1902     + margin-bottom: 0 ! important }
1903     +
1904     +.hidden {
1905     + display: none }
1906     +
1907     +.subscript {
1908     + vertical-align: sub;
1909     + font-size: smaller }
1910     +
1911     +.superscript {
1912     + vertical-align: super;
1913     + font-size: smaller }
1914     +
1915     +a.toc-backref {
1916     + text-decoration: none ;
1917     + color: black }
1918     +
1919     +blockquote.epigraph {
1920     + margin: 2em 5em ; }
1921     +
1922     +dl.docutils dd {
1923     + margin-bottom: 0.5em }
1924     +
1925     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
1926     + overflow: hidden;
1927     +}
1928     +
1929     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
1930     +dl.docutils dt {
1931     + font-weight: bold }
1932     +*/
1933     +
1934     +div.abstract {
1935     + margin: 2em 5em }
1936     +
1937     +div.abstract p.topic-title {
1938     + font-weight: bold ;
1939     + text-align: center }
1940     +
1941     +div.admonition, div.attention, div.caution, div.danger, div.error,
1942     +div.hint, div.important, div.note, div.tip, div.warning {
1943     + margin: 2em ;
1944     + border: medium outset ;
1945     + padding: 1em }
1946     +
1947     +div.admonition p.admonition-title, div.hint p.admonition-title,
1948     +div.important p.admonition-title, div.note p.admonition-title,
1949     +div.tip p.admonition-title {
1950     + font-weight: bold ;
1951     + font-family: sans-serif }
1952     +
1953     +div.attention p.admonition-title, div.caution p.admonition-title,
1954     +div.danger p.admonition-title, div.error p.admonition-title,
1955     +div.warning p.admonition-title, .code .error {
1956     + color: red ;
1957     + font-weight: bold ;
1958     + font-family: sans-serif }
1959     +
1960     +/* Uncomment (and remove this text!) to get reduced vertical space in
1961     + compound paragraphs.
1962     +div.compound .compound-first, div.compound .compound-middle {
1963     + margin-bottom: 0.5em }
1964     +
1965     +div.compound .compound-last, div.compound .compound-middle {
1966     + margin-top: 0.5em }
1967     +*/
1968     +
1969     +div.dedication {
1970     + margin: 2em 5em ;
1971     + text-align: center ;
1972     + font-style: italic }
1973     +
1974     +div.dedication p.topic-title {
1975     + font-weight: bold ;
1976     + font-style: normal }
1977     +
1978     +div.figure {
1979     + margin-left: 2em ;
1980     + margin-right: 2em }
1981     +
1982     +div.footer, div.header {
1983     + clear: both;
1984     + font-size: smaller }
1985     +
1986     +div.line-block {
1987     + display: block ;
1988     + margin-top: 1em ;
1989     + margin-bottom: 1em }
1990     +
1991     +div.line-block div.line-block {
1992     + margin-top: 0 ;
1993     + margin-bottom: 0 ;
1994     + margin-left: 1.5em }
1995     +
1996     +div.sidebar {
1997     + margin: 0 0 0.5em 1em ;
1998     + border: medium outset ;
1999     + padding: 1em ;
2000     + background-color: #ffffee ;
2001     + width: 40% ;
2002     + float: right ;
2003     + clear: right }
2004     +
2005     +div.sidebar p.rubric {
2006     + font-family: sans-serif ;
2007     + font-size: medium }
2008     +
2009     +div.system-messages {
2010     + margin: 5em }
2011     +
2012     +div.system-messages h1 {
2013     + color: red }
2014     +
2015     +div.system-message {
2016     + border: medium outset ;
2017     + padding: 1em }
2018     +
2019     +div.system-message p.system-message-title {
2020     + color: red ;
2021     + font-weight: bold }
2022     +
2023     +div.topic {
2024     + margin: 2em }
2025     +
2026     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
2027     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
2028     + margin-top: 0.4em }
2029     +
2030     +h1.title {
2031     + text-align: center }
2032     +
2033     +h2.subtitle {
2034     + text-align: center }
2035     +
2036     +hr.docutils {
2037     + width: 75% }
2038     +
2039     +img.align-left, .figure.align-left, object.align-left, table.align-left {
2040     + clear: left ;
2041     + float: left ;
2042     + margin-right: 1em }
2043     +
2044     +img.align-right, .figure.align-right, object.align-right, table.align-right {
2045     + clear: right ;
2046     + float: right ;
2047     + margin-left: 1em }
2048     +
2049     +img.align-center, .figure.align-center, object.align-center {
2050     + display: block;
2051     + margin-left: auto;
2052     + margin-right: auto;
2053     +}
2054     +
2055     +table.align-center {
2056     + margin-left: auto;
2057     + margin-right: auto;
2058     +}
2059     +
2060     +.align-left {
2061     + text-align: left }
2062     +
2063     +.align-center {
2064     + clear: both ;
2065     + text-align: center }
2066     +
2067     +.align-right {
2068     + text-align: right }
2069     +
2070     +/* reset inner alignment in figures */
2071     +div.align-right {
2072     + text-align: inherit }
2073     +
2074     +/* div.align-center * { */
2075     +/* text-align: left } */
2076     +
2077     +.align-top {
2078     + vertical-align: top }
2079     +
2080     +.align-middle {
2081     + vertical-align: middle }
2082     +
2083     +.align-bottom {
2084     + vertical-align: bottom }
2085     +
2086     +ol.simple, ul.simple {
2087     + margin-bottom: 1em }
2088     +
2089     +ol.arabic {
2090     + list-style: decimal }
2091     +
2092     +ol.loweralpha {
2093     + list-style: lower-alpha }
2094     +
2095     +ol.upperalpha {
2096     + list-style: upper-alpha }
2097     +
2098     +ol.lowerroman {
2099     + list-style: lower-roman }
2100     +
2101     +ol.upperroman {
2102     + list-style: upper-roman }
2103     +
2104     +p.attribution {
2105     + text-align: right ;
2106     + margin-left: 50% }
2107     +
2108     +p.caption {
2109     + font-style: italic }
2110     +
2111     +p.credits {
2112     + font-style: italic ;
2113     + font-size: smaller }
2114     +
2115     +p.label {
2116     + white-space: nowrap }
2117     +
2118     +p.rubric {
2119     + font-weight: bold ;
2120     + font-size: larger ;
2121     + color: maroon ;
2122     + text-align: center }
2123     +
2124     +p.sidebar-title {
2125     + font-family: sans-serif ;
2126     + font-weight: bold ;
2127     + font-size: larger }
2128     +
2129     +p.sidebar-subtitle {
2130     + font-family: sans-serif ;
2131     + font-weight: bold }
2132     +
2133     +p.topic-title {
2134     + font-weight: bold }
2135     +
2136     +pre.address {
2137     + margin-bottom: 0 ;
2138     + margin-top: 0 ;
2139     + font: inherit }
2140     +
2141     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
2142     + margin-left: 2em ;
2143     + margin-right: 2em }
2144     +
2145     +pre.code .ln { color: grey; } /* line numbers */
2146     +pre.code, code { background-color: #eeeeee }
2147     +pre.code .comment, code .comment { color: #5C6576 }
2148     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
2149     +pre.code .literal.string, code .literal.string { color: #0C5404 }
2150     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
2151     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
2152     +pre.code .inserted, code .inserted { background-color: #A3D289}
2153     +
2154     +span.classifier {
2155     + font-family: sans-serif ;
2156     + font-style: oblique }
2157     +
2158     +span.classifier-delimiter {
2159     + font-family: sans-serif ;
2160     + font-weight: bold }
2161     +
2162     +span.interpreted {
2163     + font-family: sans-serif }
2164     +
2165     +span.option {
2166     + white-space: nowrap }
2167     +
2168     +span.pre {
2169     + white-space: pre }
2170     +
2171     +span.problematic {
2172     + color: red }
2173     +
2174     +span.section-subtitle {
2175     + /* font-size relative to parent (h1..h6 element) */
2176     + font-size: 80% }
2177     +
2178     +table.citation {
2179     + border-left: solid 1px gray;
2180     + margin-left: 1px }
2181     +
2182     +table.docinfo {
2183     + margin: 2em 4em }
2184     +
2185     +table.docutils {
2186     + margin-top: 0.5em ;
2187     + margin-bottom: 0.5em }
2188     +
2189     +table.footnote {
2190     + border-left: solid 1px black;
2191     + margin-left: 1px }
2192     +
2193     +table.docutils td, table.docutils th,
2194     +table.docinfo td, table.docinfo th {
2195     + padding-left: 0.5em ;
2196     + padding-right: 0.5em ;
2197     + vertical-align: top }
2198     +
2199     +table.docutils th.field-name, table.docinfo th.docinfo-name {
2200     + font-weight: bold ;
2201     + text-align: left ;
2202     + white-space: nowrap ;
2203     + padding-left: 0 }
2204     +
2205     +/* "booktabs" style (no vertical lines) */
2206     +table.docutils.booktabs {
2207     + border: 0px;
2208     + border-top: 2px solid;
2209     + border-bottom: 2px solid;
2210     + border-collapse: collapse;
2211     +}
2212     +table.docutils.booktabs * {
2213     + border: 0px;
2214     +}
2215     +table.docutils.booktabs th {
2216     + border-bottom: thin solid;
2217     + text-align: left;
2218     +}
2219     +
2220     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
2221     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
2222     + font-size: 100% }
2223     +
2224     +ul.auto-toc {
2225     + list-style-type: none }
2226     +
2227     +</style>
2228     +</head>
2229     +<body>
2230     +<div class="document" id="download-ticket-service">
2231     +<h1 class="title">Download ticket service</h1>
2232     +
2233     +<div class="contents topic" id="indice">
2234     +<p class="topic-title first">Indice</p>
2235     +<ul class="simple">
2236     +<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>
2237     +<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>
2238     +<li><a class="reference internal" href="#parametri-avanzati" id="id3">Parametri avanzati</a></li>
2239     +</ul>
2240     +</div>
2241     +<div class="section" id="guida-rapida-passo-passo-all-invio-degli-allegati">
2242     +<h1><a class="toc-backref" href="#id1">Guida rapida passo-passo all'invio degli allegati</a></h1>
2243     +<p>Collegarsi al sito <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> ed autenticarsi col proprio nome
2244     +utente e password.</p>
2245     +<p>La schermata iniziale si presenta come segue:</p>
2246     +<img alt="t-step-1.png" src="t-step-1.png" />
2247     +<ol class="arabic simple">
2248     +<li>Cliccare su &quot;Sfoglia&quot;, come indicato nell'immagine e selezionare il file
2249     +desiderato da inviare.</li>
2250     +<li>Cliccare su &quot;Invia&quot; ed attendere fino al completamento dell'operazione,
2251     +indicata dalla seguente schermata:</li>
2252     +</ol>
2253     +<img alt="t-step-2.png" src="t-step-2.png" />
2254     +<ol class="arabic simple" start="3">
2255     +<li>Cliccare su &quot;Invia per e-mail&quot; per inviare il collegamento al file appena
2256     +caricato via e-mail ad un qualsiasi destinatario usando il proprio programma
2257     +di posta elettronica.</li>
2258     +</ol>
2259     +<p>Con le impostazioni predefinite, il destinatario avrà una settimana di tempo
2260     +per scaricare il file prima che venga eliminato automaticamente. È possibile
2261     +cambiare la scadenza impostando alcuni parametri prima dell'invio del file.</p>
2262     +<p>La lista dei file caricati è gestibile cliccando sul collegamento &quot;Ticket
2263     +attivi&quot;, disponibile in basso alla pagina.</p>
2264     +</div>
2265     +<div class="section" id="guida-rapida-passo-passo-alla-ricezione-degli-allegati">
2266     +<h1><a class="toc-backref" href="#id2">Guida rapida passo-passo alla ricezione degli allegati</a></h1>
2267     +<p>Collegarsi al sito <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> ed autenticarsi col proprio nome
2268     +utente e password.</p>
2269     +<p>La schermata iniziale si presenta come segue:</p>
2270     +<img alt="g-step-1.png" src="g-step-1.png" />
2271     +<ol class="arabic simple">
2272     +<li>Cliccare su &quot;Nuova concessione&quot;, in basso alla pagina.</li>
2273     +</ol>
2274     +<img alt="g-step-2.png" src="g-step-2.png" />
2275     +<ol class="arabic simple" start="2">
2276     +<li>Inserire il <em>proprio</em> indirizzo e-mail.</li>
2277     +<li>Cliccare su &quot;Crea&quot; per generare la concessione.</li>
2278     +</ol>
2279     +<img alt="g-step-3.png" src="g-step-3.png" />
2280     +<ol class="arabic simple" start="4">
2281     +<li>Cliccare su &quot;Invia per email&quot; per inviare la concessione e le istruzioni di
2282     +utilizzo tramite e-mail ad un qualsiasi destinatario.</li>
2283     +</ol>
2284     +<p>Il destinatario, una volta ricevuto il collegamento alla concessione, dovrà
2285     +semplicemente seguire le indicazioni. Quando il destinatario avrà terminato
2286     +l'invio del file, riceverete immediatamente (tramite e-mail) conferma ed un
2287     +collegamento al file appena trasferito.</p>
2288     +</div>
2289     +<div class="section" id="parametri-avanzati">
2290     +<h1><a class="toc-backref" href="#id3">Parametri avanzati</a></h1>
2291     +<p>Prima di procedere all'invio di un file, è possibile impostare la sua
2292     +scadenza accedendo ai parametri avanzati:</p>
2293     +<img alt="t-advanced.png" src="t-advanced.png" />
2294     +<ul class="simple">
2295     +<li><em>Se desiderate che il file non venga mai eliminato</em>, abilitare l'opzione
2296     +&quot;Nessuna scadenza&quot;, disponibile nel pannello &quot;Avanzate&quot;.</li>
2297     +<li><em>Se desiderate ricevere notifica per ogni singolo scaricamento</em>, inserite il
2298     +vostro indirizzo e-mail nella casella &quot;Notifica via e-mail&quot;, disponibile nel
2299     +pannello avanzate.</li>
2300     +</ul>
2301     +<p>Scadenza in # giorni:</p>
2302     +<blockquote>
2303     +Inserire il numero massimo di giorni che il file inviato verrà mantenuto nel
2304     +server. Passato il termine, il file viene eliminato automaticamente, sia che
2305     +venga scaricato o meno.</blockquote>
2306     +<p>Scadenza in # ore dopo l'ultimo scaricamento:</p>
2307     +<blockquote>
2308     +<p>Inserire il numero ore che il file inviato verrà mantenuto nel server dopo
2309     +essere stato scaricato. Ogni scaricamento estende il termine del numero di
2310     +ore specificato. Passato il termine, il file viene eliminato automaticamente.</p>
2311     +<p>Questa funzionalità, usata insieme ad un lungo periodo (giorni o settimane),
2312     +permette di mantenere ticket molto utilizzati attivi per un periodo
2313     +indefinito, e rimuoverli automaticamente alla cessazione di utilizzo.</p>
2314     +<p>Usata invece con periodi brevi (24 ore o meno), consente di eliminare il
2315     +ticket rapidamente dopo lo scaricamento, dando al destinatario del margine
2316     +per effettuarne altri.</p>
2317     +</blockquote>
2318     +<p>Scadenza in # scaricamenti</p>
2319     +<blockquote>
2320     +Inserire il numero di volte che il file può venire scaricato in totale dal
2321     +server. Passato il termine, il file viene eliminato automaticamente.</blockquote>
2322     +<p>La scadenza del ticket viene effettuata alla scadenza di uno qualsiasi dei
2323     +termini impostati (solitamente del termine che arriva prima). È possibile
2324     +impostare un parametro a &quot;0&quot; per disabilitarne il relativo termine.</p>
2325     +</div>
2326     +</div>
2327     +</body>
2328     +</html>
2329     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
2330     --- dl-0.18.1.old/htdocs/static/guide/ja_JP/index.html 1970-01-01 01:00:00.000000000 +0100
2331     +++ dl-0.18.1/htdocs/static/guide/ja_JP/index.html 2017-09-06 17:09:37.000000000 +0100
2332     @@ -0,0 +1,442 @@
2333     +<?xml version="1.0" encoding="utf-8" ?>
2334     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2335     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja_JP" lang="ja_JP">
2336     +<head>
2337     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2338     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
2339     +<title>ダウンロードチケットサービス</title>
2340     +<style type="text/css">
2341     +
2342     +/*
2343     +:Author: David Goodger (goodger@python.org)
2344     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
2345     +:Copyright: This stylesheet has been placed in the public domain.
2346     +
2347     +Default cascading style sheet for the HTML output of Docutils.
2348     +
2349     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
2350     +customize this style sheet.
2351     +*/
2352     +
2353     +/* used to remove borders from tables and images */
2354     +.borderless, table.borderless td, table.borderless th {
2355     + border: 0 }
2356     +
2357     +table.borderless td, table.borderless th {
2358     + /* Override padding for "table.docutils td" with "! important".
2359     + The right padding separates the table cells. */
2360     + padding: 0 0.5em 0 0 ! important }
2361     +
2362     +.first {
2363     + /* Override more specific margin styles with "! important". */
2364     + margin-top: 0 ! important }
2365     +
2366     +.last, .with-subtitle {
2367     + margin-bottom: 0 ! important }
2368     +
2369     +.hidden {
2370     + display: none }
2371     +
2372     +.subscript {
2373     + vertical-align: sub;
2374     + font-size: smaller }
2375     +
2376     +.superscript {
2377     + vertical-align: super;
2378     + font-size: smaller }
2379     +
2380     +a.toc-backref {
2381     + text-decoration: none ;
2382     + color: black }
2383     +
2384     +blockquote.epigraph {
2385     + margin: 2em 5em ; }
2386     +
2387     +dl.docutils dd {
2388     + margin-bottom: 0.5em }
2389     +
2390     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
2391     + overflow: hidden;
2392     +}
2393     +
2394     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
2395     +dl.docutils dt {
2396     + font-weight: bold }
2397     +*/
2398     +
2399     +div.abstract {
2400     + margin: 2em 5em }
2401     +
2402     +div.abstract p.topic-title {
2403     + font-weight: bold ;
2404     + text-align: center }
2405     +
2406     +div.admonition, div.attention, div.caution, div.danger, div.error,
2407     +div.hint, div.important, div.note, div.tip, div.warning {
2408     + margin: 2em ;
2409     + border: medium outset ;
2410     + padding: 1em }
2411     +
2412     +div.admonition p.admonition-title, div.hint p.admonition-title,
2413     +div.important p.admonition-title, div.note p.admonition-title,
2414     +div.tip p.admonition-title {
2415     + font-weight: bold ;
2416     + font-family: sans-serif }
2417     +
2418     +div.attention p.admonition-title, div.caution p.admonition-title,
2419     +div.danger p.admonition-title, div.error p.admonition-title,
2420     +div.warning p.admonition-title, .code .error {
2421     + color: red ;
2422     + font-weight: bold ;
2423     + font-family: sans-serif }
2424     +
2425     +/* Uncomment (and remove this text!) to get reduced vertical space in
2426     + compound paragraphs.
2427     +div.compound .compound-first, div.compound .compound-middle {
2428     + margin-bottom: 0.5em }
2429     +
2430     +div.compound .compound-last, div.compound .compound-middle {
2431     + margin-top: 0.5em }
2432     +*/
2433     +
2434     +div.dedication {
2435     + margin: 2em 5em ;
2436     + text-align: center ;
2437     + font-style: italic }
2438     +
2439     +div.dedication p.topic-title {
2440     + font-weight: bold ;
2441     + font-style: normal }
2442     +
2443     +div.figure {
2444     + margin-left: 2em ;
2445     + margin-right: 2em }
2446     +
2447     +div.footer, div.header {
2448     + clear: both;
2449     + font-size: smaller }
2450     +
2451     +div.line-block {
2452     + display: block ;
2453     + margin-top: 1em ;
2454     + margin-bottom: 1em }
2455     +
2456     +div.line-block div.line-block {
2457     + margin-top: 0 ;
2458     + margin-bottom: 0 ;
2459     + margin-left: 1.5em }
2460     +
2461     +div.sidebar {
2462     + margin: 0 0 0.5em 1em ;
2463     + border: medium outset ;
2464     + padding: 1em ;
2465     + background-color: #ffffee ;
2466     + width: 40% ;
2467     + float: right ;
2468     + clear: right }
2469     +
2470     +div.sidebar p.rubric {
2471     + font-family: sans-serif ;
2472     + font-size: medium }
2473     +
2474     +div.system-messages {
2475     + margin: 5em }
2476     +
2477     +div.system-messages h1 {
2478     + color: red }
2479     +
2480     +div.system-message {
2481     + border: medium outset ;
2482     + padding: 1em }
2483     +
2484     +div.system-message p.system-message-title {
2485     + color: red ;
2486     + font-weight: bold }
2487     +
2488     +div.topic {
2489     + margin: 2em }
2490     +
2491     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
2492     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
2493     + margin-top: 0.4em }
2494     +
2495     +h1.title {
2496     + text-align: center }
2497     +
2498     +h2.subtitle {
2499     + text-align: center }
2500     +
2501     +hr.docutils {
2502     + width: 75% }
2503     +
2504     +img.align-left, .figure.align-left, object.align-left, table.align-left {
2505     + clear: left ;
2506     + float: left ;
2507     + margin-right: 1em }
2508     +
2509     +img.align-right, .figure.align-right, object.align-right, table.align-right {
2510     + clear: right ;
2511     + float: right ;
2512     + margin-left: 1em }
2513     +
2514     +img.align-center, .figure.align-center, object.align-center {
2515     + display: block;
2516     + margin-left: auto;
2517     + margin-right: auto;
2518     +}
2519     +
2520     +table.align-center {
2521     + margin-left: auto;
2522     + margin-right: auto;
2523     +}
2524     +
2525     +.align-left {
2526     + text-align: left }
2527     +
2528     +.align-center {
2529     + clear: both ;
2530     + text-align: center }
2531     +
2532     +.align-right {
2533     + text-align: right }
2534     +
2535     +/* reset inner alignment in figures */
2536     +div.align-right {
2537     + text-align: inherit }
2538     +
2539     +/* div.align-center * { */
2540     +/* text-align: left } */
2541     +
2542     +.align-top {
2543     + vertical-align: top }
2544     +
2545     +.align-middle {
2546     + vertical-align: middle }
2547     +
2548     +.align-bottom {
2549     + vertical-align: bottom }
2550     +
2551     +ol.simple, ul.simple {
2552     + margin-bottom: 1em }
2553     +
2554     +ol.arabic {
2555     + list-style: decimal }
2556     +
2557     +ol.loweralpha {
2558     + list-style: lower-alpha }
2559     +
2560     +ol.upperalpha {
2561     + list-style: upper-alpha }
2562     +
2563     +ol.lowerroman {
2564     + list-style: lower-roman }
2565     +
2566     +ol.upperroman {
2567     + list-style: upper-roman }
2568     +
2569     +p.attribution {
2570     + text-align: right ;
2571     + margin-left: 50% }
2572     +
2573     +p.caption {
2574     + font-style: italic }
2575     +
2576     +p.credits {
2577     + font-style: italic ;
2578     + font-size: smaller }
2579     +
2580     +p.label {
2581     + white-space: nowrap }
2582     +
2583     +p.rubric {
2584     + font-weight: bold ;
2585     + font-size: larger ;
2586     + color: maroon ;
2587     + text-align: center }
2588     +
2589     +p.sidebar-title {
2590     + font-family: sans-serif ;
2591     + font-weight: bold ;
2592     + font-size: larger }
2593     +
2594     +p.sidebar-subtitle {
2595     + font-family: sans-serif ;
2596     + font-weight: bold }
2597     +
2598     +p.topic-title {
2599     + font-weight: bold }
2600     +
2601     +pre.address {
2602     + margin-bottom: 0 ;
2603     + margin-top: 0 ;
2604     + font: inherit }
2605     +
2606     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
2607     + margin-left: 2em ;
2608     + margin-right: 2em }
2609     +
2610     +pre.code .ln { color: grey; } /* line numbers */
2611     +pre.code, code { background-color: #eeeeee }
2612     +pre.code .comment, code .comment { color: #5C6576 }
2613     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
2614     +pre.code .literal.string, code .literal.string { color: #0C5404 }
2615     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
2616     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
2617     +pre.code .inserted, code .inserted { background-color: #A3D289}
2618     +
2619     +span.classifier {
2620     + font-family: sans-serif ;
2621     + font-style: oblique }
2622     +
2623     +span.classifier-delimiter {
2624     + font-family: sans-serif ;
2625     + font-weight: bold }
2626     +
2627     +span.interpreted {
2628     + font-family: sans-serif }
2629     +
2630     +span.option {
2631     + white-space: nowrap }
2632     +
2633     +span.pre {
2634     + white-space: pre }
2635     +
2636     +span.problematic {
2637     + color: red }
2638     +
2639     +span.section-subtitle {
2640     + /* font-size relative to parent (h1..h6 element) */
2641     + font-size: 80% }
2642     +
2643     +table.citation {
2644     + border-left: solid 1px gray;
2645     + margin-left: 1px }
2646     +
2647     +table.docinfo {
2648     + margin: 2em 4em }
2649     +
2650     +table.docutils {
2651     + margin-top: 0.5em ;
2652     + margin-bottom: 0.5em }
2653     +
2654     +table.footnote {
2655     + border-left: solid 1px black;
2656     + margin-left: 1px }
2657     +
2658     +table.docutils td, table.docutils th,
2659     +table.docinfo td, table.docinfo th {
2660     + padding-left: 0.5em ;
2661     + padding-right: 0.5em ;
2662     + vertical-align: top }
2663     +
2664     +table.docutils th.field-name, table.docinfo th.docinfo-name {
2665     + font-weight: bold ;
2666     + text-align: left ;
2667     + white-space: nowrap ;
2668     + padding-left: 0 }
2669     +
2670     +/* "booktabs" style (no vertical lines) */
2671     +table.docutils.booktabs {
2672     + border: 0px;
2673     + border-top: 2px solid;
2674     + border-bottom: 2px solid;
2675     + border-collapse: collapse;
2676     +}
2677     +table.docutils.booktabs * {
2678     + border: 0px;
2679     +}
2680     +table.docutils.booktabs th {
2681     + border-bottom: thin solid;
2682     + text-align: left;
2683     +}
2684     +
2685     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
2686     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
2687     + font-size: 100% }
2688     +
2689     +ul.auto-toc {
2690     + list-style-type: none }
2691     +
2692     +</style>
2693     +</head>
2694     +<body>
2695     +<div class="document" id="id1">
2696     +<h1 class="title">ダウンロードチケットサービス</h1>
2697     +
2698     +<div class="contents topic" id="id2">
2699     +<p class="topic-title first">目次</p>
2700     +<ul class="simple">
2701     +<li><a class="reference internal" href="#id3" id="id6">簡易版 添付送信ガイド</a></li>
2702     +<li><a class="reference internal" href="#id4" id="id7">簡易版 添付受信ガイド</a></li>
2703     +<li><a class="reference internal" href="#id5" id="id8">詳細アップロードのパラメーター</a></li>
2704     +</ul>
2705     +</div>
2706     +<div class="section" id="id3">
2707     +<h1><a class="toc-backref" href="#id6">簡易版 添付送信ガイド</a></h1>
2708     +<p>はじめに、<a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> をブラウザで開き、ユーザ名とパスワードで認証を行います。</p>
2709     +<p>このページになります。:</p>
2710     +<img alt="t-step-1.png" src="t-step-1.png" />
2711     +<ol class="arabic simple">
2712     +<li>&quot;ファイルのアップロード&quot; ( &quot;ブラウズ&quot; または &quot;参照...&quot; と書かれている部分) の下のボタンをクリックします。図に書かれているように、送りたいファイルを選択します。</li>
2713     +<li>&quot;アップロード&quot; をクリックして、図のようにファイルがアップロードが終わるまで待ちます。:</li>
2714     +</ol>
2715     +<img alt="t-step-2.png" src="t-step-2.png" />
2716     +<ol class="arabic simple" start="3">
2717     +<li>&quot;電子メールで送る&quot; をクリックして、今アップロードしたファイルをダウンロードするためのリンクが入ったEメールを特定の人にメールを送ります。</li>
2718     +</ol>
2719     +<p>標準設定では、受け手側は、ファイルが自動的に消される前の1週間以内にファイルのダウンロードを行う必要があります。この動作については、アップロードする前にパラメータを変更することができます。</p>
2720     +<p>このページの一番下の &quot;有効なチケット&quot; ボタンをクリックすることで、アップロードしたファイルリストを見ることができ、それを管理することができます。</p>
2721     +</div>
2722     +<div class="section" id="id4">
2723     +<h1><a class="toc-backref" href="#id7">簡易版 添付受信ガイド</a></h1>
2724     +<p>最初に、 <a class="reference external" href="https://dl.example.com/">https://dl.example.com/</a> をブラウザで開き、ユーザ名とパスワードで認証を行います。</p>
2725     +<p>このページが見えるはずです :</p>
2726     +<img alt="g-step-1.png" src="g-step-1.png" />
2727     +<ol class="arabic simple">
2728     +<li>このページの一番下の &quot;新規のグラント&quot; のリンクをクリックすると新しいグラントを作ることができます。:</li>
2729     +</ol>
2730     +<img alt="g-step-2.png" src="g-step-2.png" />
2731     +<ol class="arabic simple" start="2">
2732     +<li><em>あなた自身の</em> Eメールアドレスを入力してください。</li>
2733     +<li>&quot;作成&quot; をクリックすると、アップロードのグラントが生成されます。:</li>
2734     +</ol>
2735     +<img alt="g-step-3.png" src="g-step-3.png" />
2736     +<ol class="arabic simple" start="4">
2737     +<li>&quot;電子メールで送る&quot; をクリックすると、特定の人がファイルをあなたに送るのを許可するリンクが入ったEメールをその人に送ります。</li>
2738     +</ol>
2739     +<p>受け取った人は、メールのリンクに先に書かれている操作に従う必要があります。受け取った人がファイルをサーバにアップロードした後、あなたに別なリンクが入ったメールが自動的に送られます。</p>
2740     +</div>
2741     +<div class="section" id="id5">
2742     +<h1><a class="toc-backref" href="#id8">詳細アップロードのパラメーター</a></h1>
2743     +<p>&quot;詳細&quot; のパメラーターで、ファイルをアップロードする前に、ダウンロードとその消去の実行がどのようにおこなうかを設定することができます</p>
2744     +<img alt="t-advanced.png" src="t-advanced.png" />
2745     +<ul class="simple">
2746     +<li><em>ファイルを自動的に削除したくない場合</em> &quot;永続のチケット&quot; のチェックボックスにチェックをいれてください。 そのファイルは手動で削除するまでいつでも有効となります。</li>
2747     +<li><em>毎回ダウンロードされる毎に通知をうけとりたい場合</em> &quot;電子メールで通知されます&quot; にあなたのEメールアドレス入力することで受け取ることができます。ファイルのダウンロード、またはサーバからの削除が起きた時ごとに受け取ることができます。あなたのメールが届いているかどうかの追加の確認が必要な場合は、これは有効な機能です。</li>
2748     +</ul>
2749     +<p>全体で以下の日で公開満了します:</p>
2750     +<blockquote>
2751     +サーバにファイルを保持する最大日数を入力します。この期間が過ぎると、
2752     +ファイルがダウンロードされていても、されていなくても、そのファイルはサーバ
2753     +から削除されます。</blockquote>
2754     +<p>最終ダウンロードから以下の日で公開満了になります:</p>
2755     +<blockquote>
2756     +<p>ダウンロードした後、サーバでアップロードされたファイルを保持する時間を入力してください。
2757     +別なダウンロード操作があればチケットを消すまでの時間が延びます。この期間を何も操作なく超えると、
2758     +ファイルはサーバから削除されます。</p>
2759     +<p>この機能は、長い期間(何日とか、何週間とか)で使う時に使うことができ、使われるまで
2760     +チケットを &quot;有効&quot; にすることができ、その後で自動的に削除されます。</p>
2761     +<p>短い期間(24時間以内など)で使うときは、ダウンロードされたすぐに、チケットを削除し、
2762     +ファイルを一度以上ダウンロードするための予備時間となります。</p>
2763     +</blockquote>
2764     +<p>以下の回数のダウンロードで公開終了となります:</p>
2765     +<blockquote>
2766     +アップロードされたファイルのダウンロードされる全体の回数を入力してください。
2767     +この回数になると、ファイルは、サーバから削除されます。
2768     +1人の人から1度ダウンロードされたかどうかを確認するには、便利です。</blockquote>
2769     +<p>これらのパラメータの1つで公開解除となると、ファイルは削除されます。いくつかの
2770     +パラメターを &quot;0&quot; にすると、条件は満たさなくなります。</p>
2771     +</div>
2772     +</div>
2773     +</body>
2774     +</html>
2775     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
2776     --- dl-0.18.1.old/htdocs/static/guide/nl_NL/index.html 1970-01-01 01:00:00.000000000 +0100
2777     +++ dl-0.18.1/htdocs/static/guide/nl_NL/index.html 2017-09-06 17:09:38.000000000 +0100
2778     @@ -0,0 +1,474 @@
2779     +<?xml version="1.0" encoding="utf-8" ?>
2780     +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2781     +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl_NL" lang="nl_NL">
2782     +<head>
2783     +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2784     +<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
2785     +<title>Download ticket service</title>
2786     +<style type="text/css">
2787     +
2788     +/*
2789     +:Author: David Goodger (goodger@python.org)
2790     +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
2791     +:Copyright: This stylesheet has been placed in the public domain.
2792     +
2793     +Default cascading style sheet for the HTML output of Docutils.
2794     +
2795     +See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
2796     +customize this style sheet.
2797     +*/
2798     +
2799     +/* used to remove borders from tables and images */
2800     +.borderless, table.borderless td, table.borderless th {
2801     + border: 0 }
2802     +
2803     +table.borderless td, table.borderless th {
2804     + /* Override padding for "table.docutils td" with "! important".
2805     + The right padding separates the table cells. */
2806     + padding: 0 0.5em 0 0 ! important }
2807     +
2808     +.first {
2809     + /* Override more specific margin styles with "! important". */
2810     + margin-top: 0 ! important }
2811     +
2812     +.last, .with-subtitle {
2813     + margin-bottom: 0 ! important }
2814     +
2815     +.hidden {
2816     + display: none }
2817     +
2818     +.subscript {
2819     + vertical-align: sub;
2820     + font-size: smaller }
2821     +
2822     +.superscript {
2823     + vertical-align: super;
2824     + font-size: smaller }
2825     +
2826     +a.toc-backref {
2827     + text-decoration: none ;
2828     + color: black }
2829     +
2830     +blockquote.epigraph {
2831     + margin: 2em 5em ; }
2832     +
2833     +dl.docutils dd {
2834     + margin-bottom: 0.5em }
2835     +
2836     +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
2837     + overflow: hidden;
2838     +}
2839     +
2840     +/* Uncomment (and remove this text!) to get bold-faced definition list terms
2841     +dl.docutils dt {
2842     + font-weight: bold }
2843     +*/
2844     +
2845     +div.abstract {
2846     + margin: 2em 5em }
2847     +
2848     +div.abstract p.topic-title {
2849     + font-weight: bold ;
2850     + text-align: center }
2851     +
2852     +div.admonition, div.attention, div.caution, div.danger, div.error,
2853     +div.hint, div.important, div.note, div.tip, div.warning {
2854     + margin: 2em ;
2855     + border: medium outset ;
2856     + padding: 1em }
2857     +
2858     +div.admonition p.admonition-title, div.hint p.admonition-title,
2859     +div.important p.admonition-title, div.note p.admonition-title,
2860     +div.tip p.admonition-title {
2861     + font-weight: bold ;
2862     + font-family: sans-serif }
2863     +
2864     +div.attention p.admonition-title, div.caution p.admonition-title,
2865     +div.danger p.admonition-title, div.error p.admonition-title,
2866     +div.warning p.admonition-title, .code .error {
2867     + color: red ;
2868     + font-weight: bold ;
2869     + font-family: sans-serif }
2870     +
2871     +/* Uncomment (and remove this text!) to get reduced vertical space in
2872     + compound paragraphs.
2873     +div.compound .compound-first, div.compound .compound-middle {
2874     + margin-bottom: 0.5em }
2875     +
2876     +div.compound .compound-last, div.compound .compound-middle {
2877     + margin-top: 0.5em }
2878     +*/
2879     +
2880     +div.dedication {
2881     + margin: 2em 5em ;
2882     + text-align: center ;
2883     + font-style: italic }
2884     +
2885     +div.dedication p.topic-title {
2886     + font-weight: bold ;
2887     + font-style: normal }
2888     +
2889     +div.figure {
2890     + margin-left: 2em ;
2891     + margin-right: 2em }
2892     +
2893     +div.footer, div.header {
2894     + clear: both;
2895     + font-size: smaller }
2896     +
2897     +div.line-block {
2898     + display: block ;
2899     + margin-top: 1em ;
2900     + margin-bottom: 1em }
2901     +
2902     +div.line-block div.line-block {
2903     + margin-top: 0 ;
2904     + margin-bottom: 0 ;
2905     + margin-left: 1.5em }
2906     +
2907     +div.sidebar {
2908     + margin: 0 0 0.5em 1em ;
2909     + border: medium outset ;
2910     + padding: 1em ;
2911     + background-color: #ffffee ;
2912     + width: 40% ;
2913     + float: right ;
2914     + clear: right }
2915     +
2916     +div.sidebar p.rubric {
2917     + font-family: sans-serif ;
2918     + font-size: medium }
2919     +
2920     +div.system-messages {
2921     + margin: 5em }
2922     +
2923     +div.system-messages h1 {
2924     + color: red }
2925     +
2926     +div.system-message {
2927     + border: medium outset ;
2928     + padding: 1em }
2929     +
2930     +div.system-message p.system-message-title {
2931     + color: red ;
2932     + font-weight: bold }
2933     +
2934     +div.topic {
2935     + margin: 2em }
2936     +
2937     +h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
2938     +h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
2939     + margin-top: 0.4em }
2940     +
2941     +h1.title {
2942     + text-align: center }
2943     +
2944     +h2.subtitle {
2945     + text-align: center }
2946     +
2947     +hr.docutils {
2948     + width: 75% }
2949     +
2950     +img.align-left, .figure.align-left, object.align-left, table.align-left {
2951     + clear: left ;
2952     + float: left ;
2953     + margin-right: 1em }
2954     +
2955     +img.align-right, .figure.align-right, object.align-right, table.align-right {
2956     + clear: right ;
2957     + float: right ;
2958     + margin-left: 1em }
2959     +
2960     +img.align-center, .figure.align-center, object.align-center {
2961     + display: block;
2962     + margin-left: auto;
2963     + margin-right: auto;
2964     +}
2965     +
2966     +table.align-center {
2967     + margin-left: auto;
2968     + margin-right: auto;
2969     +}
2970     +
2971     +.align-left {
2972     + text-align: left }
2973     +
2974     +.align-center {
2975     + clear: both ;
2976     + text-align: center }
2977     +
2978     +.align-right {
2979     + text-align: right }
2980     +
2981     +/* reset inner alignment in figures */
2982     +div.align-right {
2983     + text-align: inherit }
2984     +
2985     +/* div.align-center * { */
2986     +/* text-align: left } */
2987     +
2988     +.align-top {
2989     + vertical-align: top }
2990     +
2991     +.align-middle {
2992     + vertical-align: middle }
2993     +
2994     +.align-bottom {
2995     + vertical-align: bottom }
2996     +
2997     +ol.simple, ul.simple {
2998     + margin-bottom: 1em }
2999     +
3000     +ol.arabic {
3001     + list-style: decimal }
3002     +
3003     +ol.loweralpha {
3004     + list-style: lower-alpha }
3005     +
3006     +ol.upperalpha {
3007     + list-style: upper-alpha }
3008     +
3009     +ol.lowerroman {
3010     + list-style: lower-roman }
3011     +
3012     +ol.upperroman {
3013     + list-style: upper-roman }
3014     +
3015     +p.attribution {
3016     + text-align: right ;
3017     + margin-left: 50% }
3018     +
3019     +p.caption {
3020     + font-style: italic }
3021     +
3022     +p.credits {
3023     + font-style: italic ;
3024     + font-size: smaller }
3025     +
3026     +p.label {
3027     + white-space: nowrap }
3028     +
3029     +p.rubric {
3030     + font-weight: bold ;
3031     + font-size: larger ;
3032     + color: maroon ;
3033     + text-align: center }
3034     +
3035     +p.sidebar-title {
3036     + font-family: sans-serif ;
3037     + font-weight: bold ;
3038     + font-size: larger }
3039     +
3040     +p.sidebar-subtitle {
3041     + font-family: sans-serif ;
3042     + font-weight: bold }
3043     +
3044     +p.topic-title {
3045     + font-weight: bold }
3046     +
3047     +pre.address {
3048     + margin-bottom: 0 ;
3049     + margin-top: 0 ;
3050     + font: inherit }
3051     +
3052     +pre.literal-block, pre.doctest-block, pre.math, pre.code {
3053     + margin-left: 2em ;
3054     + margin-right: 2em }
3055     +
3056     +pre.code .ln { color: grey; } /* line numbers */
3057     +pre.code, code { background-color: #eeeeee }
3058     +pre.code .comment, code .comment { color: #5C6576 }
3059     +pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
3060     +pre.code .literal.string, code .literal.string { color: #0C5404 }
3061     +pre.code .name.builtin, code .name.builtin { color: #352B84 }
3062     +pre.code .deleted, code .deleted { background-color: #DEB0A1}
3063     +pre.code .inserted, code .inserted { background-color: #A3D289}
3064     +
3065     +span.classifier {
3066     + font-family: sans-serif ;
3067     + font-style: oblique }
3068     +
3069     +span.classifier-delimiter {
3070     + font-family: sans-serif ;
3071     + font-weight: bold }
3072     +
3073     +span.interpreted {
3074     + font-family: sans-serif }
3075     +
3076     +span.option {
3077     + white-space: nowrap }
3078     +
3079     +span.pre {
3080     + white-space: pre }
3081     +
3082     +span.problematic {
3083     + color: red }
3084     +
3085     +span.section-subtitle {
3086     + /* font-size relative to parent (h1..h6 element) */
3087     + font-size: 80% }
3088     +
3089     +table.citation {
3090     + border-left: solid 1px gray;
3091     + margin-left: 1px }
3092     +
3093     +table.docinfo {
3094     + margin: 2em 4em }
3095     +
3096     +table.docutils {
3097     + margin-top: 0.5em ;
3098     + margin-bottom: 0.5em }
3099     +
3100     +table.footnote {
3101     + border-left: solid 1px black;
3102     + margin-left: 1px }
3103     +
3104     +table.docutils td, table.docutils th,
3105     +table.docinfo td, table.docinfo th {
3106     + padding-left: 0.5em ;
3107     + padding-right: 0.5em ;
3108     + vertical-align: top }
3109     +
3110     +table.docutils th.field-name, table.docinfo th.docinfo-name {
3111     + font-weight: bold ;
3112     + text-align: left ;
3113     + white-space: nowrap ;
3114     + padding-left: 0 }
3115     +
3116     +/* "booktabs" style (no vertical lines) */
3117     +table.docutils.booktabs {
3118     + border: 0px;
3119     + border-top: 2px solid;
3120     + border-bottom: 2px solid;
3121     + border-collapse: collapse;
3122     +}
3123     +table.docutils.booktabs * {
3124     + border: 0px;
3125     +}
3126     +table.docutils.booktabs th {
3127     + border-bottom: thin solid;
3128     + text-align: left;
3129     +}
3130     +
3131     +h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3132     +h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3133     + font-size: 100% }
3134     +
3135     +ul.auto-toc {
3136     + list-style-type: none }
3137     +
3138     +</style>
3139     +</head>
3140     +<body>
3141     +<div class="document" id="download-ticket-service">
3142     +<h1 class="title">Download ticket service</h1>
3143     +
3144     +<div class="contents topic" id="inhoud">
3145     +<p class="topic-title first">Inhoud</p>
3146     +<ul class="simple">
3147     +<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>
3148     +<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>
3149     +<li><a class="reference internal" href="#geavanceerde-upload-parameters" id="id3">Geavanceerde upload parameters</a></li>
3150     +</ul>
3151     +</div>
3152     +<div class="section" id="korte-stap-voor-stap-handleiding-om-attachments-te-versturen">
3153     +<h1><a class="toc-backref" href="#id1">Korte stap voor stap handleiding om attachments te versturen</a></h1>
3154     +<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
3155     +wachtwoord.</p>
3156     +<p>U ziet nu onderstaande pagina:</p>
3157     +<img alt="t-step-1.png" src="t-step-1.png" />
3158     +<ol class="arabic simple">
3159     +<li>Klik op de knop &quot;Bestand kiezen&quot; (of &quot;Browse&quot;) onder &quot;Een bestand uploaden&quot;
3160     +zoals aangegeven op bovenstaand figuur. Selecteer vervolgens het bestand
3161     +dat u wilt versturen.</li>
3162     +<li>Klik op &quot;Bestand uploaden&quot; en wacht totdat het bestand is geüpload. Als het
3163     +uploaden is gelukt verschijnt de volgende figuur:</li>
3164     +</ol>
3165     +<img alt="t-step-2.png" src="t-step-2.png" />
3166     +<ol class="arabic simple" start="3">
3167     +<li>Klik &quot;Verstuurd per e-mail&quot; om de e-mail naar de gewenste persoon te
3168     +versturen. Deze mail bevat de link naar het bestand dat u zojuist heeft
3169     +geüpload.</li>
3170     +</ol>
3171     +<p>Standaard heeft de ontvanger één week de tijd om het bestand te downloaden
3172     +voordat dit bestand automatisch verwijderd wordt. U kunt dit gedrag wijzigen
3173     +door een aantal parameters in te stellen voordat u het bestand upload.</p>
3174     +<p>U kunt een lijst van bestanden die u heeft geüpload zien en wijzigen door op
3175     +&quot;Actieve tickets&quot; onderaan de pagina te klikken.</p>
3176     +</div>
3177     +<div class="section" id="korte-stap-voor-stap-handleiding-om-attachments-te-ontvangen">
3178     +<h1><a class="toc-backref" href="#id2">Korte stap voor stap handleiding om attachments te ontvangen</a></h1>
3179     +<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
3180     +wachtwoord.</p>
3181     +<p>U ziet nu onderstaande pagina:</p>
3182     +<img alt="g-step-1.png" src="g-step-1.png" />
3183     +<ol class="arabic simple">
3184     +<li>Klik op de &quot;Nieuwe toekenning&quot; link onderaan de pagina om een nieuwe
3185     +toekenning te maken.</li>
3186     +</ol>
3187     +<img alt="g-step-2.png" src="g-step-2.png" />
3188     +<ol class="arabic simple" start="2">
3189     +<li>Vul uw eigen e-mail adres in.</li>
3190     +<li>Klik op &quot;Maak&quot; om een upload toekenning te maken.</li>
3191     +</ol>
3192     +<img alt="g-step-3.png" src="g-step-3.png" />
3193     +<ol class="arabic simple" start="4">
3194     +<li>Klik op &quot;Verstuurd per e-mail&quot; om een e-mail naar iemand te versturen. Deze
3195     +e-mail bevat een link die het de ontvanger mogelijk maakt om u een groot
3196     +bestand terug te sturen.</li>
3197     +</ol>
3198     +<p>Uw ontvanger hoeft alleen maar de instructies te volgen zoals aangegeven in de
3199     +mail. Als de ontvanger van de link zijn bestand heeft geüpload naar de server
3200     +ontvangt u een notificatie e-mail met daarin een link naar het geüploade
3201     +bestand.</p>
3202     +</div>
3203     +<div class="section" id="geavanceerde-upload-parameters">
3204     +<h1><a class="toc-backref" href="#id3">Geavanceerde upload parameters</a></h1>
3205     +<p>Voordat u een bestand upload kunt u met geavancceerde parameters instellen hoe
3206     +vaak het bestand gedownload kan worden en of en wanneer het bestand automatisch
3207     +wordt verwijderd.</p>
3208     +<img alt="t-advanced.png" src="t-advanced.png" />
3209     +<ul class="simple">
3210     +<li><em>Als u niet wilt dat uw bestand ooit automatisch wordt verwijderd</em> zet dan
3211     +een vinkje bij &quot;Ticket permanent maken&quot;. Uw bestand zal altijd beschikbaar
3212     +blijven totdat u het bestand zelf handmatig verwijderd.</li>
3213     +<li><em>Als u iedere keer als iemand uw bestand download een melding wilt ontvangen</em>
3214     +vul dan uw e-mail adres in bij &quot;Ontvang een e-mail notificatie nadat het
3215     +bestand is gedownload&quot;. U ontvangt nu iedere keer een melding als uw bestand
3216     +succesvol is gedownload of wanneer het automatisch van de server is
3217     +verwijderd. Deze functie is erg handig als u er zeker van wilt zijn dat men
3218     +gereageerd heeft op de door u verstuurde e-mail.</li>
3219     +</ul>
3220     +<p>Vervalt na # dagen:</p>
3221     +<blockquote>
3222     +Vul hier het maximaal aantal dagen in dat een geüpload bestand op de server
3223     +blijft staan. Na deze periode wordt het bestand automatisch van de server
3224     +verwijderd. Het maakt hierbij niet uit of het bestand wel of niet
3225     +gedownload was tijdens het ingestelde tijdsinterval.</blockquote>
3226     +<p>Vervalt na # dagen na de laatste download:</p>
3227     +<blockquote>
3228     +<p>Vul hier het maximaal aantal dagen in dat een geüpload bestand op de server
3229     +blijft staan nadat het gedownload is. Een volgende download zorgt ervoor
3230     +dat de teller weer wordt gereset. Nadat het ingestelde aantal dagen is
3231     +verstreken zonder dat er een download van het bestand heeft plaatsgevonden,
3232     +zal het bestand automatisch van de server verwijderd worden.</p>
3233     +<p>Deze functie zorgt ervoor dat populaire bestanden bewaard blijven maar
3234     +nadat deze is gezakt automatisch verwijderd worden. Het is aan
3235     +te raden om het tijdsinterval in te stellen op meerdere dagen of weken.</p>
3236     +<p>Zorg er altijd voor dat u het tijdsinterval zodanig instelt dat een
3237     +ontvanger van uw e-mail het bestand indien nodig twee keer kan downloaden.</p>
3238     +</blockquote>
3239     +<p>Vervalt na # downloads:</p>
3240     +<blockquote>
3241     +Vul het aantal keer in dat het geüploade bestand gedownload kan worden. Als
3242     +het ingestelde aantal downloads bereikt is zal het bestand automatisch van
3243     +de server verwijderd worden. Deze functie is handig als u er bijvoorbeeld
3244     +zeker van wilt zijn dat uw bestand één keer gedownload wordt door één
3245     +persoon.</blockquote>
3246     +<p>Als één van bovenstaande ingestelde parameters verloopt dan zal het bestand
3247     +verwijderd worden. Als u &quot;0&quot; invult bij een parameter dan zal deze
3248     +uitgeschakeld worden.</p>
3249     +</div>
3250     +</div>
3251     +</body>
3252     +</html>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed