Ports Search

Results 751760 of 8,048 for /www/.(0.005 seconds)
www/cgi-3001.2.2.2 (Score: 0.056974534)
Library for writing CGI programs
This is a Haskell library for writing CGI programs.
www/authenticate-1.3.2.11 (Score: 0.056974534)
Authentication methods for Haskell web applications
Focus is on third-party authentication methods, such as OpenID, rpxnow and Facebook.
www/cookie-0.4.1.6 (Score: 0.056974534)
HTTP cookie parsing and rendering
HTTP cookie parsing and rendering.
www/gitit-0.11.1 (Score: 0.056974534)
Wiki using happstack, git or darcs, and pandoc
Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages and uploaded files can be modified either directly via the VCS's command-line tools or through the wiki's web interface. Pandoc is used for markup processing, so pages may be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice ODT, and MediaWiki markup. Notable features include: * plugins: dynamically loaded page transformations written in Haskell. * conversion of TeX math to MathML for display in web browsers. * syntax highlighting of source code files and code snippets. * Atom feeds (site-wide and per-page). * a library, Network.Gitit, that makes it simple to include a gitit wiki in any happstack application.
www/hS3-0.5.9 (Score: 0.056974534)
Interface to Amazon's Simple Storage Service (S3)
This is the Haskell S3 library. It provides an interface to Amazon's Simple Storage Service (S3), allowing Haskell developers to reliably store and retrieve arbitrary amounts of data from anywhere on the Internet.
www/happstack-server-7.4.4 (Score: 0.056974534)
Web-related tools and services
Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more.
www/happstack-7.0.2 (Score: 0.056974534)
The haskell application server stack + code generation
The Haskell application server stack.
www/heist-0.14.1.1 (Score: 0.056974534)
Haskell template system supporting both HTML5 and XML
Heist is a powerful template system that supports both HTML5 and XML. Some of Heist's features are: * Designer-friendly HTML5 (or XML) syntax * Templates can be reloaded to make changes visible without recompiling your Haskell code * Enforces near-perfect separation of business logic and view * Powerful abstraction primitives allowing you to eliminate repetition * Easy creation of domain-specific markup languages * Built-in support for including JSON and Markdown content in templates * Simple mechanism for designer-specified template caching * Optional merging of multiple <head> tags defined anywhere in the document
www/hjsmin-0.1.5.0 (Score: 0.056974534)
Haskell implementation of a javascript minifier
Reduces size of javascript files by stripping out extraneous whitespace and other syntactic elements, without changing the semantics.
www/http-client-tls-0.2.2 (Score: 0.056974534)
http-client backend using the connection package and tls library
Intended for use by higher-level libraries, such as http-conduit.