summaryrefslogtreecommitdiff
path: root/docs/usage.xsl
Commit message (Collapse)AuthorAgeFilesLines
* docs: Convert manpages from DocBook to mdoc(7)Jean-Sébastien Pédron2017-04-261-82/+0
| | | | | | | | | | | | | | | | | | | Writing those manpages directly in the target markup language allows to use its full expressiveness, unlike the generated output from DocBook. To create their HTML versions, we use mandoc(1), plus a small awk script to adapt the generated HTML to our needs. I tried groff(1) and man2html(1) but the former transforms nearly everything to simple <p> and the later tries to reproduce the rendering of a manpage in a terminal. Manpages in section 1 are moved to section 8 because they are commands to manage a system service, not general purpose commands. This commits requires a change in the website to integrate the new generated HTML manpages. [#143563295]
* Add support for listing only local queuesAlexey Lebedeff2016-08-121-1/+9
| | | | | | | | | | | Partially implements https://github.com/rabbitmq/rabbitmq-server/issues/851 - Made old `--online`/`--offline` options mutually exclusive between themselves and the new `--local` option - Added documentation both for the old and the new option - Fixed some ugly indentation in generated usage (only `set_policy` wrapped line remains unfixed) - Added integration test suite for `rabbitmqctl list_queues`
* What on earth were those namespaces imported for? They're not used for ↵Simon MacMullen2011-05-261-4/+0
| | | | anything, and they help the build to fail if we can't contact docbook.org.
* cosmetic: remove trailing whitespace from doc templatesMatthias Radestock2010-04-271-5/+5
|
* Merging heads of defaultMatthew Sackman2010-03-291-2/+0
|\
| * A couple more cosmetic fixes to the usage messages.Simon MacMullen2010-03-291-2/+0
| |
* | Merging bug 22559 onto defaultMatthew Sackman2010-03-291-2/+2
|\ \ | |/ |/|
| * Make the generated usage functions just return a string, not print and halt.Simon MacMullen2010-03-241-2/+2
| |
* | Reinstate whitespace and [] in usage message broken in 600668c4da36.Simon MacMullen2010-03-291-2/+2
|/
* Move the prefix / suffix to the XSL file, cleaner and works with echo from ↵Simon MacMullen2010-03-021-1/+7
| | | | lenny.
* Fix breakage of usage introduced in 600668c4da36.Simon MacMullen2010-03-021-1/+1
|
* Add some extra paras from the usage message, and make sure they get through. ↵Simon MacMullen2010-02-261-8/+15
| | | | Try harder to control white space in the usage message.
* Further tweaks to usage messages: only show subcommand option lists, not ↵Simon MacMullen2010-02-251-12/+14
| | | | descriptions, make a couple of corrections, explain <regexp>, rearrange, etc.
* Convert all the other man pages to DocBook, fix rabbitmq-multi usage message.Simon MacMullen2010-02-251-3/+3
|
* Rewrite rabbitmqctl man page as DocBook XML taken from the website admin ↵Simon MacMullen2010-02-241-0/+65
guide. Generate man pages, usage guides and a web page from man pages.