{% extends "page.html" %} {% set title = _('Tutorials') %} {% block body %}

{{ title|e }}

{{ project|e }} tutorials are documents that cover a single, specific topic, and attempt to cover it fairly completely. Modelled on Python's HOWTO collection, this collection is an effort to foster documentation that's more detailed than the API documentation.

General

Hello World
The classic example

Authentication
Using authentication for AMF applications

Actionscript

GeoIP
Add geolocation information to Flex applications with the GeoIP APIs

Python

AMF Client
Making service requests to an arbitrary Remoting gateway




Apache

Deploy your Py3AMF application on the Apache webserver:

mod_wsgi
Using mod_wsgi

{% endblock %}