{ "info": { "author": "Bay Citizen & Texas Tribune", "author_email": "dev@armstrongcms.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "armstrong.esi\n=============\nDjango application for handling `edge side include (ESI)`_\n\n.. _edge side include (ESI): http://en.wikipedia.org/wiki/Edge_Side_Includes\n\nUsage\n-----\nESI allows you to specify sections of the site that require different caching\nstrategies and can be sent to a smart caching layer for rendering.\n\nFor example, if you want to send a page that is identical for every user except\nfor a welcome message, you could render that message like::\n\n \n
\n