Sha256: 6ed7805e8b9ae570e0c333f36ddc3531d56f0587572c0ce20da600f8160ad5a5
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# Utopia Documentation Wiki This wiki includes documentation and examples showing how to use Utopia. You can also browse the [code documentation](/code/index.html) for more detail. ## Introduction Guide Reading these pages in order will give you an overview of the design of Utopia, how to set it up for local development and how to deploy it. - [Development Environment Setup](development-environment-setup/) - [Server Setup](server-setup/) - [Your First Page](your-first-page/) - [Installing JavaScript Libraries](bower-integration/) - [Website Tests](testing/) - [Updating Your Site](updating-utopia/) ## Middleware - [Static](middleware/static/) — Serve static files efficiently. - [Redirection](middleware/redirection/) — Redirect URL patterns and status codes. - [Localization](middleware/localization/) — Non-intrusive localization of resources. - [Controller](middleware/controller/) — Flexible nested controllers with efficient behaviour. - [Controller Actions](middleware/controller/actions/) — Invoke named actions. - [Controller Rewrite](middleware/controller/rewrite/) — Pattern match requests. - [Content](middleware/content/) — XML-style template engine with dynamic markup. - [Session](middleware/session/) — Session storage using encrypted client-side cookies.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
utopia-2.0.1 | documentation/pages/wiki/content.md |
utopia-2.0.0 | documentation/pages/wiki/content.md |