File: tour.mako

package info (click to toggle)
sqlkit 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,184 kB
  • sloc: python: 17,477; sql: 166; makefile: 95; xml: 23; sh: 11
file content (32 lines) | stat: -rwxr-xr-x 801 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## coding: utf-8
<%inherit file="layout.mako"/>

<%def name="extrahead()">
    <link rel="stylesheet" href="${pathto('_static/tour.css', 1)}" type="text/css" media="screen" />
    
</%def>

<%def name="prevnextheader()"></%def>


<%def name="sidebar()">

  <div class="sphinxsidebar">
     <div class="sphinxsidebarwrapper">
      <div class="news">

      <h2>Release 0.9 is out</h2>
      
      I'm happy to announce that on September, 8 2010 I released 
      <a href="${pathto('misc/download', )}#download">version 0.9</a> of
	sqlkit that adds a huge quantity of new features and bug fixes (see 
	<a href="/download/Changelog">changelog</a>). This release works
      with sqlalchemy 0.5 and 0.6 that is now a fully supported release.
	
     </div>
     </div>

   </div>
</%def>

${next.body()}