added tagcloud
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{{right_sidebar_enabled=True}}
|
||||
{{extend 'layout.html'}}
|
||||
|
||||
<h3>WEB2PY<sup>TM</sup> WEB FRAMEWORK</h3>
|
||||
<p>Free open source full-stack framework for rapid development of fast, scalable, <a href="http://www.web2py.com/book/default/chapter/01#security" target="_blank">secure</a> and portable database-driven web-based applications. Written and programmable in <a href="http://www.python.org" target="_blank">Python</a>. <a href="http://www.gnu.org/licenses/lgpl.html">LGPLv3 License</a></p>
|
||||
|
||||
<center>
|
||||
<img src="{{=URL('static','images/tag-cloud-color-small.png')}}"/>
|
||||
</center>
|
||||
|
||||
|
||||
{{block extra}}
|
||||
<div class="container">
|
||||
<div class="sixteen columns">
|
||||
<div class="five columns">
|
||||
<h3><a href="{{=URL('about')}}">BATTERIES INCLUDED</a></h3>
|
||||
<p>Everything you need in one package including fast multi-threaded web server, SQL database and web-based interface. No third party dependencies but works with <a href={{=URL('what')}}>third party tools</a>.</p>
|
||||
</div>
|
||||
<div class="five columns">
|
||||
<h3><a href="http://web2py.com/demo_admin">WEB-BASED IDE</a></h3>
|
||||
<p>Create, modify, deploy and manage application from anywhere using your browser. One web2py instance can run multiple web sites using different databases. Try the <a href="http://web2py.com/demo_admin">interactive demo</a>.</p>
|
||||
</div>
|
||||
<div class="five columns">
|
||||
<h3><a href="{{=URL('documentation')}}">EXTENSIVE DOCS</a></h3>
|
||||
<p>Start with some <a href="{{=URL('examples')}}">quick examples</a>, then read the <a href="http://web2py.com/book">reference manual</a>, watch <a href="http://vimeo.com/album/178500">videos</a>, and join a <a href="{{=URL('default', 'usergroups')}}">user group</a> for discussion. Take advantage of the <a href="http://web2py.com/layouts">layouts</a>, <a href="http://dev.s-cubism.com/web2py_plugins">plugins</a>, and <a href="http://web2pyslices.com">recipes</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="sixteen columns">
|
||||
<img src="{{=URL('static','images/shadow-bottom.png')}}" width="100%"/>
|
||||
{{for k,quote in enumerate(quotes[:3]):}}
|
||||
<div class="five columns">
|
||||
<em>
|
||||
<p>{{=quote[0]}}</p>
|
||||
</em>
|
||||
<span class="right">
|
||||
<a href="{{=quote[2]}}"><em>{{=quote[1]}}</em></a>
|
||||
</span>
|
||||
</div>
|
||||
{{pass}}
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
{{block right_sidebar}}
|
||||
<center>
|
||||
<a class="button" href="{{=URL('download')}}">DOWNLOAD NOW<br/>
|
||||
{{="%s.%s.%s (%s) %s" % request.env.web2py_version}}
|
||||
</a>
|
||||
<br/>
|
||||
<a href="http://web2py.com/book"><img src="{{=URL('static','images/tablet.png')}}" alt="Tablet" /></a>
|
||||
</center>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user