You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
787 B

Asciidoc man page rework (#699) * Add 'tunnel_address' support for json config parser And allow ss-tunnel to use the newly introduced parser. Signed-off-by: Adam Anonymous <anonymous_temp_user@yahoo.co.jp> * Add "mode" support for jconf Now jconf supports "mode" setting, allowed values are "tcp_only", "tcp_and_udp" and "udp_only". Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Use jconf "mode" for server/local/tunnel/manager Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Add per-project vimrc to gitignore As the coding style differs from kernel and other projects, so such project vimrc should be helpful. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Introduce asciidoc based documentation framework Use asciidoc for new documentation framework, which could not only output man pages, but also htmls. And asciidoc documentation is much more human-readable than roff man pages. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert shadowsocks-libev man page to asciidoc The port to asciidoc has some format change compared to old one. The most obvious one is the options listed in SYNOPSIS. Now the options list is not split into 2/3 columns, or we must use asciidoc tables and introduce table frames. Other small change includes the removal of AUTHOR sector, as it's not an expendable method to update AUTHOR sector every time it gets updated. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-local man page to asciidoc Also modify gitignore, since it use too generic rules to ignore such documentation. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-manager man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-nat man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-redir man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-server man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Convert ss-tunnel man page to asciidoc Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Remove old roff man pages Welcome to the new age of asciidoc. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp> * Doc: Add equivalent tables for command line options and config file Now user can get a more clear view of config file and command line options. Signed-off-by: Adam Anonymous <anonymous_temp_mail@yahoo.co.jp>
8 years ago
  1. [tags]
  2. bracket-emphasis={1?[{1}]}<emphasis>&lt;|&gt;</emphasis>
  3. [quotes]
  4. &lt;|&gt;=#bracket-emphasis
  5. [attributes]
  6. asterisk=&#42;
  7. plus=&#43;
  8. caret=&#94;
  9. startsb=&#91;
  10. endsb=&#93;
  11. backslash=&#92;
  12. tilde=&#126;
  13. apostrophe=&#39;
  14. backtick=&#96;
  15. litdd=&#45;&#45;
  16. ifdef::doctype-manpage[]
  17. ifdef::backend-docbook[]
  18. [header]
  19. template::[header-declarations]
  20. <refentry>
  21. <refmeta>
  22. <refentrytitle>{mantitle}</refentrytitle>
  23. <manvolnum>{manvolnum}</manvolnum>
  24. <refmiscinfo class="source">Shadowsocks-libev</refmiscinfo>
  25. <refmiscinfo class="version">{version}</refmiscinfo>
  26. <refmiscinfo class="manual">Shadowsocks-libev Manual</refmiscinfo>
  27. </refmeta>
  28. <refnamediv>
  29. <refname>{manname}</refname>
  30. <refpurpose>{manpurpose}</refpurpose>
  31. </refnamediv>
  32. endif::backend-docbook[]
  33. endif::doctype-manpage[]