- 06 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 19 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 15 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 23 Jun, 2013 2 commits
-
-
Stoned Elipot committed
-
Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 20 Jun, 2013 6 commits
-
-
This replaces double conditional brackets with single ones and gets ris of bashisms, so that the tool should be sourcable from any POSIX shell. Constructs like [ $foo = "$bar"* ] yield filesystem-globbing behaviour according to POSIX. A compliant way is to use case statements. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
In case paths contain spaces, it's better to consistently quote variables, and to use $() instead of `` for external invocations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
dirname/basename do not need an external process, shell variable expansion can be made to do the same a bit faster. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
The env-setup script is not intended to be run directly, so it does not need a shebang line, which might even create the wrong expectations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
Michael DeHaan committed
-
to ansibleworks.com * Fixed a few misspelled words
Joshua Lund committed
-
- 17 Jun, 2013 1 commit
-
-
trbs committed
-
- 14 Jun, 2013 3 commits
-
-
- The html_ify filter now escapes HTML found in module documentation. THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules expecting to use e.g. HTML entities or HTML tags in their documentation. - The markdown_ify filter (used as jpfunc in markdown.j2) escapes at least a few Markdown in-line formatting characters. - Improvements to markdown.j2: - Call jpfunc on the module name heading so that it gets escaped for Markdown (e.g. my_module_name becomes my\_module\_name). - Added paragraph breaks between paragraphs in the description. - Added examples heading, which is consistent with the notes heading below it.
Dale Sedivec committed -
'source' is actually a "bashism" and the POSIX-way of sourcing a file uses the single dot (which is arguably less readable). Both yield the same result, and since the script may now also be sourced from within the hacking directory, this commit expands the usage synopsis accordingly. Signed-off-by: martin f. krafft <madduck@madduck.net> Conflicts: hacking/env-setup
martin f. krafft committed -
Bash needs a special case to determine the dirname of the sourced path (the hacking dir), but in all other cases, using $0 allows the script to be sourced also from within the hacking directory, not only from its parent. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 13 Jun, 2013 1 commit
-
-
trbs committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 23 May, 2013 1 commit
-
-
Nicolas Grilly committed
-
- 11 May, 2013 2 commits
-
-
Michael DeHaan committed
-
tweak position & look of Requirements in rst tweak APT's notes as per anhj's wish
Jan-Piet Mens committed
-
- 02 May, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 25 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Apr, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 12 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 29 Mar, 2013 1 commit
-
-
Fixed error on validation that block javascript documentation generation.
Marco Vito Moscaritolo committed
-
- 26 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 17 Mar, 2013 1 commit
-
-
The text parameter can contain non-ASCII characters, so we'll encode it using UTF-8. For example the DOCUMENTATION of the bzr module has such characters in the name of the author.
Cristian Ciupitu committed
-
- 18 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 11 Mar, 2013 1 commit
-
-
Sam Kottler committed
-
- 27 Feb, 2013 1 commit
-
-
Adding a script to auto-generate an authors file, runnable from 'make authors', which is called from 'make docs/webdocs'.
Michael DeHaan committed
-
- 20 Feb, 2013 1 commit
-
-
Yves Dorfsman committed
-
- 18 Feb, 2013 1 commit
-
-
return DOC and EXAMPLES as a list add moduledev explanation more
Jan-Piet Mens committed
-
- 17 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 02 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Feb, 2013 1 commit
-
-
Les Aker committed
-