58 lines
		
	
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <title><b>Ap</b>plications in <b>Py</b>thon</title>
 | |
|     <link rel="stylesheet" href="appy.css" type="text/css">
 | |
|   </head>
 | |
|   <body>
 | |
|    <!-- gen -->
 | |
|    <table cellpadding="0" cellspacing="0" align="center" width="80%" class="homeTable" style="margin-bottom: 10px">
 | |
|     <tr valign="top">
 | |
|      <td width="100px" align="center" style="font-size: 95%">
 | |
|       <img src="img/gen.png" style="margin-bottom: 7px"/><br/>
 | |
|       <a href="gen.html">Get started</a><br/>
 | |
|       <img src="img/star.png"/><br/>
 | |
|       <a href="genCreatingBasicClasses.html">User guide</a><br/>
 | |
|       <img src="img/star.png"/><br/>
 | |
|       <a href="genCreatingAdvancedClasses.html">Reference guide</a>
 | |
|      </td>
 | |
|      <td>
 | |
|       <b>gen</b> - Create web apps without knowing anything about web technologies. Just pure Python.<br/><br/>
 | |
|       You are a small team? A one-man-show? You are bored with technicals details preventing you
 | |
|       from being creative and productive? You think conceptual but prefer coding over drawing? You want to do more
 | |
|       with less effort? You consider code as an art? You know that beauty comes with simplicity?
 | |
|       gen is made for you.<br/><br/>
 | |
|       <span style="font-size: 95%">
 | |
|        <i>Some people say I will kill my business by publishing my secret weapon.
 | |
|           What more soothing suicide could I dream than Appy's wide adoption?</i>
 | |
|        <div align="right">Gaëtan Delannay, risk manager.</div>
 | |
|       </span>
 | |
|      </td>
 | |
|     </tr>
 | |
|    </table>
 | |
|    <!-- pod -->
 | |
|    <table cellpadding="0" cellspacing="0" align="center" width="80%" class="homeTable">
 | |
|     <tr valign="top">
 | |
|      <td width="100px" align="center" style="font-size: 95%">
 | |
|       <img src="img/pod.png" style="margin-bottom: 7px"/>
 | |
|       <a href="pod.html">Get started</a><br/>
 | |
|       <img src="img/star.png"/><br/>
 | |
|       <a href="podWritingTemplates.html">User guide</a><br/>
 | |
|       <img src="img/star.png"/><br/>
 | |
|       <a href="podWritingAdvancedTemplates.html">Reference guide</a>
 | |
|      </td>
 | |
|      <td>
 | |
|       <b>pod</b> - Create dynamic documents in .pdf, .doc, .odt or .rtf in a few minutes.<br/><br/>
 | |
|       Producing dynamic reports can be SO simple. Use Libre/OpenOffice to create a document template, write some Python
 | |
|       expressions in it, launch pod and you're done. pod (<b>P</b>ython <b>O</b>pen <b>D</b>ocument)
 | |
|       wants to be as smaller as possible. Use your word processor as much as you can. Then switch to
 | |
|       pod only for the tricky things.<br/><br/>
 | |
|       <span style="font-size: 95%">
 | |
|        <i>During the dark ages of software development, creating a single page of report with JEE and XSL-FO
 | |
|           could took up to 2 weeks. Since Gaëtan made pod, the same task can be done in ten minutes.</i>
 | |
|        <div align="right">Damien Hubaux, paradigm-shift detector.</div>
 | |
|       </span>
 | |
|      </td>
 | |
|     </tr>
 | |
|    </table>
 | |
|   </body>
 | |
| </html>
 |