Add 2005 open source award badge and news announcement. (CVS 2579)
FossilOrigin-Name: 8e007f8c06748c5f02068c1f244bc8e3026e16fd
This commit is contained in:
BIN
art/2005osaward.gif
Normal file
BIN
art/2005osaward.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
13
manifest
13
manifest
@@ -1,10 +1,11 @@
|
||||
C Make\ssure\sthe\s.import\scommand\sstrips\snewlines\soff\sthe\send\sof\sthe\slast\nfield\sin\seach\sline\simported.\s\sTicket\s#1348\s(CVS\s2578)
|
||||
D 2005-08-05T18:50:52
|
||||
C Add\s2005\sopen\ssource\saward\sbadge\sand\snews\sannouncement.\s(CVS\s2579)
|
||||
D 2005-08-11T01:25:22
|
||||
F Makefile.in 22ea9c0fe748f591712d8fe3c6d972c6c173a165
|
||||
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
F VERSION 44fad0bf0996660a11bf8187361de03941d9b7b0
|
||||
F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
|
||||
F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248
|
||||
F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
|
||||
F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
|
||||
F art/SQLiteLogo3.tiff b9e6bf022ae939bc986cddb8ab99583ca1b02cb3
|
||||
@@ -272,7 +273,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
|
||||
F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672
|
||||
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
|
||||
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
|
||||
F www/index.tcl 9527f4eed69739cf5f81b3d75e0478d1c84d0a8a
|
||||
F www/index.tcl c6cba63b6290bfe3fd0342833a38490e14f79e6d
|
||||
F www/lang.tcl d55f580cff3f384ae82d29b1201babddf991f510
|
||||
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
|
||||
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
|
||||
@@ -290,7 +291,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
|
||||
F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
|
||||
P fb7a258fd35fdf81772b9d47711d30a30dfa4564
|
||||
R aa586e84242aef17c213a0d95a18fcbb
|
||||
P 73fafd2148b8cd0f92747fca03e3df5778e1070f
|
||||
R 604a4a087ae8616097964392850af0d2
|
||||
U drh
|
||||
Z 1c288893169b54f6b53e238acee707aa
|
||||
Z dff31768692be71ea5c99e5f283ac58a
|
||||
|
||||
@@ -1 +1 @@
|
||||
73fafd2148b8cd0f92747fca03e3df5778e1070f
|
||||
8e007f8c06748c5f02068c1f244bc8e3026e16fd
|
||||
@@ -7,9 +7,11 @@ puts {
|
||||
<td width="50%" valign="top">
|
||||
<h2>About SQLite</h2>
|
||||
<p>
|
||||
SQLite is a small C library that implements a
|
||||
self-contained, embeddable,
|
||||
zero-configuration SQL database engine.
|
||||
SQLite is a small
|
||||
C library that implements a self-contained, embeddable,
|
||||
zero-configuration,
|
||||
<a href="http://osdir.com/Article6677.phtml">award-winning</a>
|
||||
SQL database engine.
|
||||
Features include:
|
||||
</p>
|
||||
|
||||
@@ -61,6 +63,16 @@ proc newsitem {date title text} {
|
||||
puts "<hr width=\"50%\">"
|
||||
}
|
||||
|
||||
newsitem {2005-Aug-2} {2005 Open Source Award for SQLite} {
|
||||
<table align="right" border="0"><tr><td>
|
||||
<a href="http://osdir.com/Article6677.phtml">
|
||||
<img src="2005osaward.gif"></a>
|
||||
</td></tr></table>
|
||||
SQLite and its primary author D. Richard Hipp have been honored with
|
||||
a <a href="http://osdir.com/Article6677.phtml">2005 Open Source
|
||||
Award</a> from Google and O'Reilly.<br clear="right">
|
||||
}
|
||||
|
||||
newsitem {2005-Jun-13} {Version 3.2.2} {
|
||||
This release includes numerous minor bug fixes, speed improvements,
|
||||
and code size reductions. There is no reason to upgrade unless you
|
||||
@@ -119,4 +131,4 @@ puts {
|
||||
<p align="right"><a href="oldnews.html">Old news...</a></p>
|
||||
</td></tr></table>
|
||||
}
|
||||
footer {$Id: index.tcl,v 1.116 2005/06/12 22:23:40 drh Exp $}
|
||||
footer {$Id: index.tcl,v 1.117 2005/08/11 01:25:22 drh Exp $}
|
||||
|
||||
Reference in New Issue
Block a user