forked from premiere/premiere-libtorrent
add epub target for documentation makefile
This commit is contained in:
parent
5a102e3c75
commit
5cd4296914
|
@ -126,12 +126,12 @@ An example of what the payload of a handshake message could look like:
|
||||||
+-------------------+----------------------------------+
|
+-------------------+----------------------------------+
|
||||||
| ``p`` | 6881 |
|
| ``p`` | 6881 |
|
||||||
+-------------------+----------------------------------+
|
+-------------------+----------------------------------+
|
||||||
| ``v`` | "µTorrent 1.2" |
|
| ``v`` | "uTorrent 1.2" |
|
||||||
+-------------------+----------------------------------+
|
+-------------------+----------------------------------+
|
||||||
|
|
||||||
and in the encoded form:
|
and in the encoded form:
|
||||||
|
|
||||||
``d1:md11:LT_metadatai1e6:µT_PEXi2ee1:pi6881e1:v13:\xc2\xb5Torrent 1.2e``
|
``d1:md11:LT_metadatai1e6:ut_pexi2ee1:pi6881e1:v12:uTorrent 1.2e``
|
||||||
|
|
||||||
To make sure the extension names do not collide by mistake, they should be
|
To make sure the extension names do not collide by mistake, they should be
|
||||||
prefixed with the two (or one) character code that is used to identify the
|
prefixed with the two (or one) character code that is used to identify the
|
||||||
|
|
|
@ -31,8 +31,13 @@ html: $(TARGETS:=.html) $(FIGURES:=.png)
|
||||||
|
|
||||||
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
|
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
|
||||||
|
|
||||||
|
epub: $(TARGETS:=.epub) $(FIGURES:=.png)
|
||||||
|
|
||||||
all: html
|
all: html
|
||||||
|
|
||||||
|
%.epub:%.rst
|
||||||
|
rst2epub $? $@
|
||||||
|
|
||||||
%.pdf:%.rst
|
%.pdf:%.rst
|
||||||
rst2pdf $? -o $@ --stylesheets stylesheet
|
rst2pdf $? -o $@ --stylesheets stylesheet
|
||||||
|
|
||||||
|
|
|
@ -6883,7 +6883,7 @@ invalid_request_alert
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
This is a debug alert that is generated by an incoming invalid piece request.
|
This is a debug alert that is generated by an incoming invalid piece request.
|
||||||
``ìp`` is the address of the peer and the ``request`` is the actual incoming
|
``ip`` is the address of the peer and the ``request`` is the actual incoming
|
||||||
request from the peer.
|
request from the peer.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
@ -8167,13 +8167,13 @@ Here's a simple example of how to translate error codes::
|
||||||
static const char const* swedish[] =
|
static const char const* swedish[] =
|
||||||
{
|
{
|
||||||
"inget fel",
|
"inget fel",
|
||||||
"en fil i torrenten kolliderar med en fil från en annan torrent",
|
"en fil i torrenten kolliderar med en fil fran en annan torrent",
|
||||||
"hash check misslyckades",
|
"hash check misslyckades",
|
||||||
"torrent filen är inte en dictionary",
|
"torrent filen ar inte en dictionary",
|
||||||
"'info'-nyckeln saknas eller är korrupt i torrentfilen",
|
"'info'-nyckeln saknas eller ar korrupt i torrentfilen",
|
||||||
"'info'-fältet är inte en dictionary",
|
"'info'-faltet ar inte en dictionary",
|
||||||
"'piece length' fältet saknas eller är korrupt i torrentfilen",
|
"'piece length' faltet saknas eller ar korrupt i torrentfilen",
|
||||||
"torrentfilen saknar namnfältet",
|
"torrentfilen saknar namnfaltet",
|
||||||
"ogiltigt namn i torrentfilen (kan vara en attack)",
|
"ogiltigt namn i torrentfilen (kan vara en attack)",
|
||||||
// ... more strings here
|
// ... more strings here
|
||||||
};
|
};
|
||||||
|
|
|
@ -133,7 +133,7 @@ project listed here, let me_ know.
|
||||||
(ncurses) and one web interface
|
(ncurses) and one web interface
|
||||||
(accessable through a web browser).
|
(accessable through a web browser).
|
||||||
Written by Michael Wojciechowski
|
Written by Michael Wojciechowski
|
||||||
and Johan Ström.
|
and Johan Strom.
|
||||||
|
|
||||||
.. _btg: http://btg.berlios.de//
|
.. _btg: http://btg.berlios.de//
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ project listed here, let me_ know.
|
||||||
**tvblob**
|
**tvblob**
|
||||||
|
|
||||||
The BLOBbox_ represents the ability to harness all of the content available
|
The BLOBbox_ represents the ability to harness all of the content available
|
||||||
on the web, without any filtering or pre-selection by a third party ¿ just
|
on the web, without any filtering or pre-selection by a third party just
|
||||||
like surfing the web.
|
like surfing the web.
|
||||||
|
|
||||||
This means that anyone will have the ability to reach viewers via the Internet
|
This means that anyone will have the ability to reach viewers via the Internet
|
||||||
|
|
Loading…
Reference in New Issue