Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 268

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jssearchfield (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
jssearchfield (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: jssearchfield<br />
Author: <span class="createlink">rubykat</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<p>IkiWiki::Plugin::jssearchfield - Create a search form to search page field data.</p>

<p>This plugin provides the <a href="./ikiwiki/directive/jssearchfield.html">jssearchfield</a> directive.  This
enables one to search the structured data ("field" values) of multiple pages.
This uses Javascript for the searching, which means that the entire thing
is self-contained and does not require a server or CGI access, unlike
the default IkiWiki search. This means that it can be used in places such
as ebook readers.  The disadvantage is that because Javascript runs
in the browser, the searching is only as fast as the machine your browser
is running on.</p>

<p>Because this uses Javascript, the htmlscrubber must be turned off for any page where the directive is used.</p>

<p>This plugin depends on the <a href="http://ikiwiki.info/plugins/contrib/field/">plugins/contrib/field</a> plugin.</p>

<h2>Activate the plugin</h2>

<pre><code># activate the plugin
add_plugins =&gt; [qw{goodstuff field jssearchfield ....}],

# disable scrubbing for search page
htmlscrubber_skip =&gt; 'mysearchpage',
</code></pre>

<h2>PREREQUISITES</h2>

<pre><code>IkiWiki
IkiWiki::Plugin::field
HTML::Template
</code></pre>

<h2>DOWNLOAD</h2>

<ul>
<li>browse at GitHub: <a href="http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/jssearchfield.pm">http://github.com/rubykat/ikiplugins/blob/master/IkiWiki/Plugin/jssearchfield.pm</a></li>
<li>git repo at git://github.com/rubykat/ikiplugins.git</li>
</ul>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<span class="createlink">type/search</span>

</div>








<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>