Sha256: 15a32d2e535c7810f47ddda3890609fdd24e4ab0e370e4af40a9b4b15d8fe557
Contents?: true
Size: 1.76 KB
Versions: 8
Compression:
Stored size: 1.76 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. Feel free to [edit](edit) any part of this documentation and submit a PR. ## 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/) - [What is `.xnode`?](faq/what-is-xnode/) - [Installing JavaScript Libraries](bower-integration/) - [Website Tests](testing/) - [Updating Your Site](updating-utopia/) ## Middleware The following are Rack Middleware which provide the core of Utopia. - [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. ## Examples Here are some open-source sites built on Utopia. - [www.codeotaku.com](http://www.codeotaku.com) ([source](https://github.com/ioquatix/www.codeotaku.com)) — Personal website, blog. - Financier ([source](https://github.com/ioquatix/financier)) — Small business management platform, invoicing.
Version data entries
8 entries across 8 versions & 1 rubygems