This commit is contained in:
Jean-Francois Dockes 2018-02-09 09:30:08 +01:00
parent a9ac274f6c
commit 77a3cc2e01
2 changed files with 11 additions and 4 deletions

View File

@ -9657,8 +9657,11 @@ for i in range(nres):
<em class="replaceable"><code>rclblob</code></em>
indexing script later):</p>
<pre class="programlisting">
application/x-blobapp = exec rclblob
</pre>
application/x-blobapp = exec rclblob</pre>
<p>Or if the files are mostly text and you don't
need to process them for indexing:</p>
<pre class="programlisting">
application/x-blobapp = internal text/plain</pre>
</li>
<li class="listitem">
<p>Under the <code class="literal">[icons]</code>

View File

@ -6596,8 +6596,11 @@ for i in range(nres):
section, add the following line (more about the
<replaceable>rclblob</replaceable> indexing script
later):<programlisting>
application/x-blobapp = exec rclblob
</programlisting></para>
application/x-blobapp = exec rclblob</programlisting>
Or if the files are mostly text and you don't need to process them
for indexing:<programlisting>
application/x-blobapp = internal text/plain</programlisting>
</para>
</listitem>
<listitem><para>Under the <literal>[icons]</literal>
section, you should choose an icon to be displayed for the
@ -6622,6 +6625,7 @@ for i in range(nres):
programming</link> section describes in more detail how
to write an input handler.</para>
</sect3>
</sect2>
</sect1>