~ubuntu-branches/debian/sid/bittornado/sid

« back to all changes in this revision

Viewing changes to debian/btcopyannounce.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Cameron Dale
  • Date: 2006-10-27 15:46:48 UTC
  • Revision ID: james.westby@ubuntu.com-20061027154648-1ylnpnjdl401otda
* New upstream release (Closes: #395326)
  . Fixes BitTorrent engine error (Closes: #385721)
  . Fixes problem with super-seeding
* Fix the ipv6 in SocketHandler.py (Closes: #305388)
  (thanks to Tobias Diedrich for this fix)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
4
  <!ENTITY dhfirstname "<firstname>Cameron</firstname>">
 
5
  <!ENTITY dhsurname   "<surname>Dale</surname>">
 
6
  <!-- Please adjust the date whenever revising the manpage. -->
 
7
  <!ENTITY dhdate      "<date>April 17, 2005</date>">
 
8
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
9
       allowed: see man(7), man(1). -->
 
10
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
11
  <!ENTITY dhemail     "<email>camrdale@gmail.com</email>">
 
12
  <!ENTITY dhusername  "Cameron Dale">
 
13
  <!ENTITY dhucpackage "<refentrytitle>btcopyannounce</refentrytitle>">
 
14
  <!ENTITY dhpackage   "btcopyannounce">
 
15
 
 
16
  <!ENTITY debian      "<productname>Debian</productname>">
 
17
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
18
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
19
]>
 
20
 
 
21
<refentry>
 
22
  <refentryinfo>
 
23
    <address>
 
24
      &dhemail;
 
25
    </address>
 
26
    <author>
 
27
      &dhfirstname;
 
28
      &dhsurname;
 
29
    </author>
 
30
    <copyright>
 
31
      <year>2006</year>
 
32
      <holder>&dhusername;</holder>
 
33
    </copyright>
 
34
    &dhdate;
 
35
  </refentryinfo>
 
36
  <refmeta>
 
37
    &dhucpackage;
 
38
 
 
39
    &dhsection;
 
40
  </refmeta>
 
41
 
 
42
  <refnamediv>
 
43
    <refname>&dhpackage;</refname>
 
44
 
 
45
    <refpurpose>copy torrent announce information to other torrents</refpurpose>
 
46
  </refnamediv>
 
47
  <refsynopsisdiv>
 
48
    <cmdsynopsis>
 
49
      <command>&dhpackage;</command>
 
50
 
 
51
      <arg choice="req"> <replaceable>source.torrent</replaceable</arg>
 
52
      <arg choice="req"><replaceable>destination1.torrent</replaceable</arg>
 
53
      <arg rep="Repeat"><replaceable>destination2.torrent</replaceable</arg>
 
54
    </cmdsynopsis>
 
55
  </refsynopsisdiv>
 
56
  <refsect1>
 
57
    <title>DESCRIPTION</title>
 
58
 
 
59
    <para>This manual page documents briefly the
 
60
      <command>&dhpackage;</command> command.</para>
 
61
 
 
62
    <para>This manual page was written for the &debian; distribution
 
63
      because the original program does not have a manual page.</para>
 
64
 
 
65
    <para><command>&dhpackage;</command> copies the "announce" information from
 
66
      the source torrent to all specified destination torrents.</para>
 
67
 
 
68
  </refsect1>
 
69
 
 
70
  <refsect1>
 
71
    <title>SEE ALSO</title>
 
72
    <para>
 
73
      <citerefentry><refentrytitle>btreannounce</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
 
74
      <citerefentry><refentrytitle>btrename</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
 
75
      <citerefentry><refentrytitle>btsethttpseeds</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
 
76
      <citerefentry><refentrytitle>btshowmetainfo</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
 
77
      <citerefentry><refentrytitle>bittorrent-downloader</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
 
78
     </para>
 
79
  </refsect1>
 
80
  <refsect1>
 
81
    <title>AUTHOR</title>
 
82
    <para>This manual page was written by &dhusername; &lt;&dhemail;> (based on the original man pages written by Micah Anderson &lt;micah@debian.org>) for
 
83
      the &debian; system (but may be used by others).  Permission is
 
84
      granted to copy, distribute and/or modify this document under
 
85
      the terms of the &gnu; General Public License, Version 2 or any
 
86
      later version published by the Free Software Foundation.
 
87
    </para>
 
88
    <para>
 
89
      On Debian systems, the complete text of the GNU General Public
 
90
      License can be found in /usr/share/common-licenses/GPL.
 
91
    </para>
 
92
  </refsect1>
 
93
</refentry>
 
94
 
 
95
<!-- Keep this comment at the end of the file
 
96
Local variables:
 
97
mode: sgml
 
98
sgml-omittag:t
 
99
sgml-shorttag:t
 
100
sgml-minimize-attributes:nil
 
101
sgml-always-quote-attributes:t
 
102
sgml-indent-step:2
 
103
sgml-indent-data:t
 
104
sgml-parent-document:nil
 
105
sgml-default-dtd-file:nil
 
106
sgml-exposed-tags:nil
 
107
sgml-local-catalogs:nil
 
108
sgml-local-ecat-files:nil
 
109
End:
 
110
-->