~lfaraone/ubuntu/lucid/python-lamson/lp548998

« back to all changes in this revision

Viewing changes to doc/lamsonproject.org/output/home_template.html

  • Committer: Bazaar Package Importer
  • Author(s): David Watson
  • Date: 2009-08-21 14:45:16 UTC
  • Revision ID: james.westby@ubuntu.com-20090821144516-08tp9e4pyl4t493y
Tags: upstream-1.0pre2
ImportĀ upstreamĀ versionĀ 1.0pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
3
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
5
        <head>
 
6
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />   
 
7
                <title>LamsonProject: $title</title>
 
8
                <link rel="stylesheet" href="$baseurl/styles/global.css" type="text/css" charset="utf-8" />
 
9
                <!--[if IE 7]>
 
10
                <style type="text/css" media="screen">
 
11
                        div#column_left ul.sidebar_menu li div.color{
 
12
                                display: none;
 
13
                        }
 
14
                </style>
 
15
                <![endif]-->
 
16
        <link href="/prettify.css" type="text/css" rel="stylesheet" />
 
17
        <script type="text/javascript" src="/prettify.js"></script>
 
18
                
 
19
        </head>
 
20
        <body onload="prettyPrint()">
 
21
                <div id="content_centered">                     
 
22
                        <div id="header">
 
23
                                <h1><img id="logo" src="$baseurl/images/lamson.png" alt="Lamson Project - Pipes and aliases are so 1970." /></h1>
 
24
                                <ul id="header_menu">
 
25
                                        <li><a href="$baseurl/">Home</a></li>
 
26
                                        <li><a href="$baseurl/blog/">News</a></li>
 
27
                    <li><a href="$baseurl/feed.xml">Feed</a></li>
 
28
                                        <li><a href="$baseurl/download.html">Download</a></li>
 
29
                                        <li><a href="$baseurl/docs/">Documentation</a></li>
 
30
                                        <li><a href="$baseurl/docs/api/">API</a></li>
 
31
                                </ul>
 
32
                        </div>
 
33
 
 
34
 
 
35
                        <!-- ATTENTION: The entire #masthead div should be removed for every page *other than* the home page. -->
 
36
                        <div id="masthead">
 
37
                                <div class="features">
 
38
                                        <h2>Features</h2>
 
39
                                        <ul>
 
40
                                                <li>
 
41
                                                        <p>Avoid aliases forever! Lamson uses friendly regular expressions and FSM-based routing.</p>
 
42
                                                </li>
 
43
                                                <li>
 
44
                        <p>Use an RDBMS and ORM instead of a bizarre combination of flat-files and hashtables!</p>
 
45
                                                </li>
 
46
                                                <li>
 
47
                                                        <p>Get up and running quickly. Lamson can be installed and running in 30 seconds.</p>
 
48
                                                </li>
 
49
                                        </ul>
 
50
                                        <a id="getstarted" href="/docs/getting_started.html">Get Started &raquo;</a>
 
51
                                </div>
 
52
                                <div class="content">
 
53
                                        <h2>The Python SMTP Server</h2>
 
54
                                        <p class="lightened padded">
 
55
                                                We've all been there, mucking around in the sendmail m4 macros trying one more time to get the damn mailing list to update for the new users. Every time we say, "This sucks, I want to rewrite this stupid thing." Yet, when we're done, we simply crawl back to our caves covered in our sendmail wounds.
 
56
                                        </p>
 
57
                                        <p class="lightened">
 
58
                                                Lamson's goal is to put an end to the hell that is "e-mail application development". Rather than stay stuck in the 1970s, Lamson adopts modern web application framework design and uses a proven scripting language (Python).
 
59
                                        </p>
 
60
                                </div>
 
61
                        </div>
 
62
 
 
63
            <div id="main_content">
 
64
                <h1>$title</h1>
 
65
                $content
 
66
                        </div>
 
67
 
 
68
                        <div id="column_left">
 
69
                                <ul class="sidebar_menu">
 
70
                                        <li>
 
71
                                                <div class="item">
 
72
                                                        <div class="color" style="background-color: #ff0000;">&nbsp;</div>
 
73
                                                        <a href="$baseurl/blog/">Latest News</a>
 
74
                                                </div>
 
75
                                        </li>
 
76
                                        <li>
 
77
                                                <div class="item">
 
78
                                                        <div class="color" style="background-color: #ff9900;">&nbsp;</div>
 
79
                                                        <a href="$baseurl/download.html">Download the Gear</a>
 
80
                                                </div>
 
81
                                        </li>
 
82
                                        <li>
 
83
                                                <div class="item">
 
84
                                                        <div class="color" style="background-color: #99cc00;">&nbsp;</div>
 
85
                                                        <a href="$baseurl/docs/getting_started.html">Getting Started</a>
 
86
                                                </div>
 
87
                                        </li>
 
88
                                        <li>
 
89
                                                <div class="item">
 
90
                                                        <div class="color" style="background-color: #3399ff;">&nbsp;</div>
 
91
                                                        <a href="$baseurl/docs/">Documentation</a>
 
92
                                                </div>
 
93
                                        </li>
 
94
                                        <li>
 
95
                                                <div class="item">
 
96
                                                        <div class="color" style="background-color: #ff3399;">&nbsp;</div>
 
97
                                                        <a href="$baseurl/docs/faq.html">Frequently Asked Questions</a>
 
98
                                                </div>
 
99
                                        </li>
 
100
                                        <li>
 
101
                                                <div class="item">
 
102
                                                        <div class="color" style="background-color: #006699;">&nbsp;</div>
 
103
                                                        <a href="$baseurl/about.html">About Lamson</a>
 
104
                                                </div>
 
105
                                        </li>
 
106
                                        <li>
 
107
                                                <div class="item">
 
108
                                                        <div class="color" style="background-color: #0099cc;">&nbsp;</div>
 
109
                                                        <a href="$baseurl/contact.html">Getting Help with Lamson</a>
 
110
                                                </div>
 
111
                                        </li>
 
112
                                </ul>
 
113
                                
 
114
                                <div class="sidebar_item">
 
115
                                        <h3>Quick Start</h3>
 
116
                                        <p>See the download instructions for information on getting lamson, and read the getting started instructions to start your own application in less than 10 minutes.</p>
 
117
                </div>
 
118
 
 
119
                <br/>
 
120
 
 
121
                                <div class="sidebar_item">
 
122
                                        <h3>Mailing Lists</h3>
 
123
                    <p>Lamson hosts its own <a href="$baseurl/lists/">mailing lists</a> as well as provides a free open mailing list 
 
124
                    service for anyone who needs one.  Simply send an email to the list you want @librelist.com and it will
 
125
                    get you started.</p>
 
126
                                </div>
 
127
                                
 
128
                        </div>
 
129
                        
 
130
                        <div id="footer">
 
131
                                <div class="footer_content">
 
132
                    Lamson Project(TM) and all material on this site Copyright &copy; 2009 <a href="http://zedshaw.com/" title="Zed Shaw's blog">Zed Shaw</a> unless otherwise stated.<br/>
 
133
                    Website Designed by <a href="http://kenkeiter.com/">Ken Keiter</a> and donated to the LamsonProject.
 
134
                                </div>
 
135
                        </div>
 
136
                        
 
137
                        <!-- end:centered_content -->
 
138
                </div>
 
139
        </body>
 
140
</html>
 
141