This file is indexed.

/usr/share/doc/libghc-simple-doc/html/index.html is in libghc-simple-doc 0.11.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>simple-0.11.1: A minimalist web framework for the WAI server interface</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">simple-0.11.1: A minimalist web framework for the WAI server interface</p></div><div id="content"><div id="description"><h1>simple-0.11.1: A minimalist web framework for the WAI server interface</h1><div class="doc"><p>Simple is &quot;framework-less&quot; web framework for Haskell web applications
based on the WAI server interface (e.g. for use with the warp server).
Simple does not enforce a particular structure or paradigm for web
applications. Rather, Simple contains tools to help you create your own
patterns (or re-create existing ones). Simple is minimalist, providing a
lightweight base - the most basic Simple app is little more than a WAI
<code>Application</code> with some routing logic. Everything else (e.g. authentication,
controllers, persistence, caching etc') is provided in composable units, so
you can include only the ones you need in your app, and easily replace
with your own components.</p><p>To get started, create an app skeleton with the <code>smpl</code> utility:</p><pre>$ cabal install simple
$ smpl create my_app_name
$ cd my_app_name
$ smpl
</pre><p>See <a href="Web-Simple.html">Web.Simple</a> for a more detailed introduction.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Web</span><ul id="section.n.1" class="show"><li><span class="module"><a href="Web-Frank.html">Web.Frank</a></span></li><li><span class="module"><a href="Web-REST.html">Web.REST</a></span></li><li><span class="module"><span id="control.n.1.3" class="collapser" onclick="toggleSection('n.1.3')">&nbsp;</span><a href="Web-Simple.html">Web.Simple</a></span><ul id="section.n.1.3" class="show"><li><span class="module"><a href="Web-Simple-Auth.html">Web.Simple.Auth</a></span></li><li><span class="module"><span id="control.n.1.3.2" class="collapser" onclick="toggleSection('n.1.3.2')">&nbsp;</span><a href="Web-Simple-Controller.html">Web.Simple.Controller</a></span><ul id="section.n.1.3.2" class="show"><li><span class="module"><a href="Web-Simple-Controller-Exception.html">Web.Simple.Controller.Exception</a></span></li><li><span class="module"><a href="Web-Simple-Controller-Trans.html">Web.Simple.Controller.Trans</a></span></li></ul></li><li><span class="module"><a href="Web-Simple-Responses.html">Web.Simple.Responses</a></span></li><li><span class="module"><a href="Web-Simple-Static.html">Web.Simple.Static</a></span></li><li><span class="module"><a href="Web-Simple-Templates.html">Web.Simple.Templates</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>