2009-06-29 07:06:01 -05:00
|
|
|
|
<html>
|
2012-08-24 09:39:45 -05:00
|
|
|
|
<head>
|
|
|
|
|
<title>Appy</title>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
|
<script language="JAVASCRIPT">
|
|
|
|
|
function sendMail(domain, user) {
|
|
|
|
|
var loc = 'mailto:' + user + '@' + domain;
|
|
|
|
|
parent.location = loc;
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<link rel="stylesheet" href="appy.css" type="text/css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2012-09-13 07:43:40 -05:00
|
|
|
|
<table class="main content" align="center" width="100%" cellpadding="0" cellspacing="0">
|
2012-09-11 17:23:34 -05:00
|
|
|
|
<tr height="88px">
|
2012-08-24 09:39:45 -05:00
|
|
|
|
<td>
|
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
2012-09-11 17:23:34 -05:00
|
|
|
|
<tr valign="middle">
|
2012-09-13 07:43:40 -05:00
|
|
|
|
<td width="120px"><a href="/"><img src="img/appy.png"/></a>
|
2009-06-29 07:06:01 -05:00
|
|
|
|
</td>
|
2012-09-11 17:23:34 -05:00
|
|
|
|
<td align="center">
|
|
|
|
|
<div class="focus">
|
|
|
|
|
Appy (<b>Ap</b>plications in <b>py</b>thon) is a
|
|
|
|
|
<a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> framework for creating
|
|
|
|
|
<a href="http://www.python.org">Python</a> web apps.<br/>
|
|
|
|
|
But faster. A LOT faster!<br/>
|
|
|
|
|
<i style="font-size: 95%">Grasp its <a href="principles.html">technical principles &
|
|
|
|
|
psychological effects</a> or download the <a href="AppyManifesto.odt">Appy manifesto</a>.
|
|
|
|
|
</i>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="padding-left: 10px" align="center" width="120px">
|
2012-08-24 09:39:45 -05:00
|
|
|
|
<i>
|
2012-09-11 17:23:34 -05:00
|
|
|
|
<a href="http://launchpad.net/appy">Download</a> <img src="img/star.png"/>
|
|
|
|
|
<a href="https://answers.launchpad.net/appy">Forum</a><br/>
|
|
|
|
|
<a href="https://blueprints.launchpad.net/appy">To do</a> <img src="img/star.png"/>
|
|
|
|
|
<a href="javascript:sendMail('appyframework.org', 'info')">Contact</a><br/>
|
|
|
|
|
<a href="https://launchpad.net/appy/+announcements">News</a>
|
2012-08-24 09:39:45 -05:00
|
|
|
|
</i>
|
|
|
|
|
</td>
|
2012-09-11 17:23:34 -05:00
|
|
|
|
<td align="right" width="130px"><img src="img/advisory.png"/>
|
2012-08-24 09:39:45 -05:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- The stripe -->
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<table class="userStrip" width="100%" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<span class="doc"><!-- class="doc" is required when parsed by publish.py -->
|
|
|
|
|
<a href="gen.html">appy.gen</a> – create <a href="genCreatingBasicClasses.html">basic</a> &
|
|
|
|
|
<a href="genCreatingAdvancedClasses.html">advanced</a> classes –
|
|
|
|
|
<a href="genSecurityAndWorkflows.html">security & workflows</a> ||
|
|
|
|
|
<a href="pod.html">appy.pod</a> – create <a href="podWritingTemplates.html">basic</a> &
|
|
|
|
|
<a href="podWritingAdvancedTemplates.html">advanced</a> templates –
|
|
|
|
|
<a href="podRenderingTemplates.html">render</a> templates.
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- Content -->
|
2012-09-11 17:23:34 -05:00
|
|
|
|
{{ title }}
|
2012-08-24 09:39:45 -05:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
2012-09-11 17:23:34 -05:00
|
|
|
|
<td style="padding: 10px 15px 15px 15px">{{ content }}
|
2012-08-24 09:39:45 -05:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<table class="footer" cellpadding="0" cellspacing="0" width="100%">
|
|
|
|
|
<tr valign="middle">
|
|
|
|
|
<td class="footer"> All software on this site is distributed under the <br/>
|
|
|
|
|
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL)</a>.
|
|
|
|
|
</td>
|
|
|
|
|
<td align="right"><img src="img/gnu.png"/><img src="img/python.gif"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</body>
|
2009-06-29 07:06:01 -05:00
|
|
|
|
</html>
|