Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 22 Mar 2017 21:56:49 UTC Commit: e9c4201943e671148c80d8fcec18e8739ee86320 https://github.com/geany/geany-plugins/commit/e9c4201943e671148c80d8fcec18e8...
Log Message: ----------- geniuspaste: Fix small typos in the documentation
Modified Paths: -------------- geniuspaste/README
Modified: geniuspaste/README 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -67,7 +67,7 @@ Placeholders
Values from the `[format] section`_ and the *replace* key in the `[parse] section`_ can contain references to placeholders with the syntax ``%name%`` -(i.e. ``%contents%``). +(e.g. ``%contents%``). Custom placeholders can be defined in the `[defaults] section`_.
The builtin placeholders are: @@ -121,7 +121,7 @@ enable response body parsing, and it will use the default *search* and *search* A regular expression (PCRE) pattern to match against the pastebin service's raw response data. - Defaults to ``^[[:space:]]*(.+?)[[:space:]]*$``, e.g. capture everything + Defaults to ``^[[:space:]]*(.+?)[[:space:]]*$``, i.e. capture everything but the leading and trailing whitespaces. *replace* The final URL, with regular expression capture groups from *search*
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).