[tor-commits] [flashproxy/master] Add asciidoc file for flashproxy-reg-http man page.

dcf at torproject.org dcf at torproject.org
Tue Nov 13 04:21:40 UTC 2012


commit 809d1733f52abbf6e87af948a2339a7f39aae22e
Author: Alexandre Allaire <alexandre.allaire at mail.mcgill.ca>
Date:   Sun Nov 11 22:20:47 2012 -0500

    Add asciidoc file for flashproxy-reg-http man page.
    
    Add asciidoc file for flashproxy-reg-http man page.
    a2x can be used to generate the man page, however
    since the title is large, a DocBook parameter needs
    or the title will be truncated. Use:
    
    a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 23" \
    -d manpage -f manpage flashproxy-reg-http.1.txt
    
    The style is similar to the tor and asciidoc man pages.
---
 doc/flashproxy-reg-http.1.txt |   45 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/doc/flashproxy-reg-http.1.txt b/doc/flashproxy-reg-http.1.txt
new file mode 100644
index 0000000..a81e143
--- /dev/null
+++ b/doc/flashproxy-reg-http.1.txt
@@ -0,0 +1,45 @@
+// This file is asciidoc source code.
+// To generate manpages, use the a2x command.
+// This one has a long name, if you don't change the 
+// default length parameter it will be truncated, use:
+// a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 22" -d manpage -f manpage flashproxy-reg-http.1.txt
+:man source: Flashproxy Register HTTP
+:man manual: Flashproxy Manual
+
+FLASHPROXY-REG-HTTP(1)
+======================
+
+NAME
+----
+flashproxy-reg-http - Register with a facilitator using the http method
+
+SYNOPSIS
+--------
+**flashproxy-reg-http** [__OPTIONS__] [__REMOTE__][:__PORT__]
+
+DESCRIPTION
+-----------
+Register with a flash proxy facilitator using an HTTP POST. By default the
+remote address registered is ":9000".
+
+OPTIONS
+-------
+**-f**, **--facilitator**::
+    Register with the given facilitator (by default "https://tor-facilitator.bamsoftware.com/").
+
+**-h**, **--help**::
+    Display help message and exit.
+
+SEE ALSO
+--------
+**http://crypto.stanford.edu/flashproxy/**
+
+**https://www.torproject.org/docs/pluggable-transports.html.en**
+
+BUGS
+----
+Please report using **https://trac.torproject.org/projects/tor**.
+
+AUTHORS
+-------
+David Fifield [dcf at torproject.org].





More information about the tor-commits mailing list