Changeset 3276
- Timestamp:
- 07/17/07 10:41:58 (1 year ago)
- Files:
-
- website/newdocs/about/index.html (modified) (5 diffs)
- website/newdocs/static/css/master.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/newdocs/about/index.html
r3148 r3276 10 10 <body> 11 11 <div id="page"> 12 <h1>Create great web apps faster</h1>13 12 14 <p>That's it. That's the goal of TurboGears. That and to make it easier. 15 The two goals are to create web apps faster and easier. And more fun. 16 The three goals are to...</p> 13 <ul id="about-toc"> 14 <li><a href="#goals">Project Goals</a></li> 15 <li><a href="#components">Components</a></li> 16 <li><a href="#philosophy">Project Philosophy</a></li> 17 <li><a href="#license">License</a></li> 18 <li><a href="#devstatus">Development Status</a></li> 19 </ul> 20 <div style="clear:left;" /> 21 22 <a name="goals"></a> 23 <h1>Project Goals</h1> 24 25 <p class="statement">Create great web apps faster!</p> 26 27 <p>That's it. That's <em>the goal</em> of TurboGears … That 28 and to make it easier: The <em>two goals</em> are to create web apps 29 faster and easier … And more fun: The <em>three goals</em> are 30 to …</p> 17 31 18 32 <p>How does TurboGears do it?</p> … … 36 50 </ul> 37 51 38 <h2>More than the sum...</h2> 52 <a name="components"></a> 53 <h2>Components</h2> 39 54 40 <img src="turbogearsparts.png" style="float: left; padding-right: 0.5em"/>55 <img src="turbogearsparts.png" style="float:right; margin-left: 0.5em"/> 41 56 42 <p >More than the sum of its parts!</p>57 <p class="statement">More than the sum of its parts!</p> 43 58 44 59 <p>TurboGears takes the best components available and combines them … … 50 65 project.</p> 51 66 52 < p><b>From frontend to backend:</b></p>67 <h3>From frontend to backend:</h3> 53 68 54 69 <ul> … … 92 107 </ul> 93 108 94 <h2>Plays well with others!</h2> 109 <a name="philosophy"></a> 110 <h2>Project Philosophy</h2> 95 111 96 <p>The TurboGears <a href="http://docs.turbogears.org/1.0/Philosophy" 97 >Project Philosophy</a> is all about building on the work of great open 112 <p>TurboGears <span class="strong">plays well with others!</span> 113 The <a href="http://docs.turbogears.org/1.0/Philosophy">Project 114 Philosophy</a> is all about building on the work of great open 98 115 source projects, not replacing or supplanting them.</p> 99 116 100 <p>All parts of TurboGears are released under <b>liberal open source 101 licenses</b> that allow for use in both non-commercial <em>and</em> 102 commercial projects. Whether your work is open source or closed source, 117 <a name="license"></a> 118 <h2>License</h2> 119 120 <p>All parts of TurboGears are released under 121 <span class="strong">liberal open source licenses</span> that 122 allow for use in both non-commercial <em>and</em> commercial 123 projects. Whether your work is open source or closed source, 103 124 TurboGears is free for your use.</p> 104 125 … … 106 127 href="http://docs.turbogears.org/1.0/License">license page</a>.</p> 107 128 108 <h2>1.0 is released</h2> 129 <a name="devstatus"></a> 130 <h2>Development Status</h2> 109 131 110 <p>The recommended release of TurboGears is the 1.0. <a 111 href="http://docs.turbogears.org/1.0/DevStatus">Read more about 112 the development status</a>.</p> 132 <p class="statement">TurboGears 1.0 is released!</p> 133 134 <p>The recommended and stable release of TurboGears is 1.0. Read 135 more about the <a href="http://docs.turbogears.org/1.0/DevStatus" 136 >development status</a>.</p> 113 137 </div> 114 138 </body> website/newdocs/static/css/master.css
r3249 r3276 229 229 } 230 230 231 .statement, .strong { 232 font-weight: bold; 233 color: #FA0; 234 } 235 .statement { 236 font-size: larger; 237 } 238 239 #about-toc { 240 list-style: none; 241 margin: 0; 242 padding: 0; 243 } 244 245 #about-toc li { 246 float: left; 247 padding: 0 .3em; 248 margin: 0 0 1.5em 0; 249 } 250 231 251 #mailinglist-submit { 232 252 vertical-align: middle;