wiki:ShellExampleMacro

Version 3 (modified by Nathaniel Madura, 13 years ago) (diff)

--

ShellExample

Description

Wiki Formatter for command line shell examples.

Bugs/Feature Requests

Existing bugs and feature requests for ShellExampleMacro are here.

If you have any issues, create a new ticket.

Download

Download the current source (0.12.0) from here.

Source

You can check out ShellExampleMacro from here using Subversion, or browse the source with Trac.

Example

{{{

#!ShellExample
(full example showing how to use openssl to connect to a pops mail server)
$ openssl s_client -connect mail.foo.com:995
CONNECTED(00000003)
depth=0 /C=US/ST=Nowhere/O=Foo/OU=bar/CN=mail.foo.com
$$---
---
+OK Dovecot ready. <1c32.1a611.4c4859c2.BEuUvAEtnt0du+msvFig0w==@mail.foo.com>
$$ user {username}
+OK
$$ pass {password}
+OK Logged in.
$$ stat
+OK 509 15659197
$$ quit
+OK Logging out.
closed
}}}

Recent Changes

11485 by rjollos on 2012-04-14 00:37:00
Fixes #9900: get_templates_dirs needs to return an empty list, but it was returning None. This should fix a reported instance of the AnnouncerPlugin throwing an error.
11484 by rjollos on 2012-04-14 00:26:50
Removed empty directory.
10269 by nmadura on 2011-06-08 19:48:59
tagged 0.12.2 release
(more)

Author/Contributors

Author: nmadura
Maintainer: nmadura
Contributors:

Attachments (1)

Download all attachments as: .zip