<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    While browsing the Geany website, I found the following<br>
    <br>
            <a class="moz-txt-link-freetext"
      href="http://plugins.geany.org/geanyminiscript.html">http://plugins.geany.org/geanyminiscript.html</a><br>
    <br>
    <quote><br>
    <div class="section" id="usage">
      <h3> Usage </h3>
      <p> After compiling and/or installing gms, start Geany and go to
        menu Tools->Plugin Manager and set checkbox at gms plugin. </p>
      <dl class="docutils">
        <dt> You can configure the following options:: </dt>
        <dd> o Shell path, o Perl path, o Python path, o sed path, o Awk
          path, o user script . </dd>
      </dl>
      <p> After configuring, go to menu Tools->Plugin Manager and
        click to "Mini-script". Geany opens a gms dialog box: </p>
      <div class="system-message">
        <p class="system-message-title"> System Message: ERROR/3 (<tt
            class="docutils">/home/geany/plugins.geany.org/geany-plugins-sources/geanyminiscript/README</tt>,
          line 59) </p>
        Unexpected indentation. </div>
      <pre class="literal-block">o With the combobox, you select the script type,
o In the text view, you write the filter script.
o In the input area, you select the filter input::
                         * current selection
                         * current document
                         * all the session documents
o In the output area, you select the filter output::
                         * current document
                         * new document
o and you click on the apply button.
</pre>
    </div>
    </quote><br>
    <br>
    Attached is a patch. As well as fixing the error on line 59, I fixed
    a general problem with bullet lists, changed the version to match
    the latest version in the changelog, and a few other minor changes.
    <br>
    <br>
    Roger<br>
    <br>
    <br>
  </body>
</html>