Vocabulary | Summary |
base64 | Base64 encoding/decoding (RFC 3548) |
farkup | Simple markup language for generating HTML |
furnace | Furnace web framework |
furnace.actions | Actions and form validation |
furnace.alloy | Convenience responder combines several features |
furnace.asides | Asides start an interaction which can return to the original page |
furnace.auth | Authentication |
furnace.auth.features.deactivate-user | Allow users to deactivate their accounts |
furnace.auth.features.edit-profile | Allow users to edit account info |
furnace.auth.features.recover-password | Allow users to receive a new password |
furnace.auth.features.registration | Allow new users to register from the login page |
furnace.auth.login | Login page authentication |
furnace.auth.login.permits | |
furnace.auth.providers | Pluggable authentication backends |
furnace.auth.providers.db | Look up user credentials in the database |
furnace.boilerplate | Adding common headers/footers to pages |
furnace.cache | Shared code for storing session state in the database |
furnace.chloe-tags | Furnace-specific Chloe tags |
furnace.conversations | Retaining state between form submissions and redirects |
furnace.db | Database connection pooling |
furnace.recaptcha | Recaptcha library |
furnace.redirection | Various forms of URL redirection |
furnace.referrer | Referrer checking |
furnace.scopes | Shared code for storing scopes in the database |
furnace.sessions | Session management |
furnace.syndication | Atom feed syndication |
furnace.utilities | Odds and ends |
html.components | HTML components for form rendering and validation |
html.forms | HTML form rendering and validation |
html.streams | HTML implementation of formatted output stream protocol |
html.templates | HTML templating engine interface |
html.templates.chloe | XHTML templating engine with extensible compiler and separation of concerns |
html.templates.fhtml | Simple templating engine mixing Factor code with content |
http | Common code shared by HTTP client and server |
http.client | HTTP client |
http.server | HTTP server |
http.server.dispatchers | Dispatcher responder for dispaching requests to a set of child responders |
http.server.filters | Filter responders which wrap an underlying responder |
http.server.redirection | Redirection responses which redirect the client to another URL |
http.server.remapping | Support for port remapping |
http.server.responses | Constructing various simple responses |
oauth1 | |
oauth2 | |
quoted-printable | Quoted printable encoding/decoding |
syndication | RSS 1.0, 2.0 and Atom feed parser |
urls | Tools for working with URLs (uniform resource locators) |
urls.encoding | URL and form encoding/decoding |
validators | Value validation for the web framework |
xml | XML reader and writer |
xml-rpc | XML RPC client and server |
Vocabulary | Summary |
cgi | Support using Factor in CGI scripts |
fastcgi | |
html.elements | Rendering HTML with a familiar look and feel |
lisppaste | XML-RPC interface to http://paste.lisp.org |
s3 | Amazon S3 Wrapper |
webapps.blogs | |
webapps.calculator | |
webapps.counter | |
webapps.fjsc | Web interface for Factor to Javascript compiler |
webapps.pastebin | |
webapps.planet | |
webapps.todo | |
webapps.user-admin | |
webapps.wee-url | |
webapps.wiki | |
wikipedia | Wikipedia |
yahoo | Yahoo! search example using XML |