Ports Search

Results 621630 of 8,048 for /www/.(0.003 seconds)
www/phoenix_html-2.6.2 (Score: 0.056974534)
Functions for working with HTML from Phoenix
Phoenix.HTML functions for working with HTML strings and templates.
www/lml-2.5.7 (Score: 0.056974534)
Lisp Markup Language
A Common Lisp package for generating HTML and XHTML documents.
www/phoenix_pubsub-1.0.0 (Score: 0.056974534)
Distributed PubSub for Phoenix
Distributed PubSub and Presence platform for the Phoenix Framework.
www/clearsilver-0.10.5 (Score: 0.056974534)
Fast, powerful, and language-neutral template system
www/webassembly-0.6.1 (Score: 0.056974534)
DSL for creating HTML structure straight with Elixir blocks.
DSL for creating HTML structure straight with Elixir blocks.
www/encode-6.3 (Score: 0.056974534)
PHP script to browse, create folders, upload files etc
Encode Explorer is an easy-to-use php script to use as an index file. It shows files in the server and lets you browse through folders, upload files etc. It is kept small and neat so that the source can be used for learning.
www/mod_webauth-4.7.0 (Score: 0.056974534)
Apache module for authenticating users with Kerberos v5
WebAuth is an authentication system for web pages and web applications. The first time a user attempts to access a web page protected by WebAuth, they will be sent to a central login server (weblogin.stanford.edu at Stanford) and prompted to authenticate. Normally, they will be asked for a username and password, although other authentication methods are possible. Once the user has logged in, the weblogin server will send their encrypted identity back to the original web page they were trying to access. Their identity will also be stored in a cookie set by the weblogin server and they will not need to authenticate again until their credentials expire, even if they visit multiple protected web sites. WebAuth works with any browser that supports cookies, requires no agents or other software installed on the client web browser systems, and works with an existing Kerberos v5 authentication realm. It can also be used as the SSO provider for a Shibboleth IdP and supports SPNEGO authentication as well as username/password over TLS/SSL. See the page on WebAuth features for more major features and a brief comparison with other web authentication systems.
www/cocoon-2.1.11 (Score: 0.056974534)
XML Web Development Framework
Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Cocoon implements these concepts around the notion of 'component pipelines', each component on the pipeline specializing on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions, hooking together components into pipelines without any required programming. Cocoon is "web glue for your web application development needs". It is a glue that keeps concerns separate and allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts.
www/cowboy-1.0.4 (Score: 0.056974534)
Small, fast and modular HTTP server written in Erlang
Cowboy aims to provide a complete HTTP stack in a small code base. It is optimized for low latency and low memory usage, in parts because it uses binary strings. Cowboy provides routing capabilities, selectively dispatching requests to handlers written in Erlang. Because it uses Ranch for managing connections, Cowboy can easily be embedded in any other application.
www/cowlib-1.0.2 (Score: 0.056974534)
Erlang support library for manipulating Web protocols
Cowlib provides Erlang libraries for parsing and building messages for various Web protocols, including SPDY, HTTP and Websocket. It is optimized for completeness rather than speed. No value is ignored, they are all returned.