Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add NDSeV to the front page as an acknowledged SQLite Consortium member. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ccecfa130ebf58fdb8680bc154c14226 |
User & Date: | drh 2015-08-21 14:22:49.537 |
Context
2015-09-15
| ||
12:36 | Add the Expensify logo to the front page. (Leaf check-in: 37e5ed4e85 user: drh tags: branch-3.8.11) | |
2015-08-23
| ||
20:46 | Fix typos on the "opcodes.html" page. (check-in: bce35e487e user: drh tags: trunk) | |
2015-08-21
| ||
14:22 | Add NDSeV to the front page as an acknowledged SQLite Consortium member. (check-in: ccecfa130e user: drh tags: trunk) | |
2015-08-20
| ||
08:58 | Fix an error in the previous commit. (check-in: 3c56514778 user: dan tags: trunk) | |
Changes
Added images/foreignlogos/nds.png.
cannot compute difference between binary files
Changes to pages/index.in.
︙ | ︙ | |||
26 27 28 29 30 31 32 | <center> <table border="0" cellpadding="15"> <tcl>hd_puts { <script language="JavaScript"> var sponsor = new Array() sponsor[0] = '<tr><td align="center">\ | | | | | | | > > > > > > > | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <center> <table border="0" cellpadding="15"> <tcl>hd_puts { <script language="JavaScript"> var sponsor = new Array() sponsor[0] = '<tr><td align="center">\ <a href="https://www.mozilla.com/">\ <img src="images/foreignlogos/mozilla.gif" alt="mozilla.com" border="0">\ </a></td><td>\ <a href="https://www.mozilla.com/">Mozilla</a> - Working to preserve \ choice and innovation on the internet.</td></tr>' sponsor[1] = '<tr><td align="center">\ <a href="https://www.bloomberg.com/">\ <img src="images/foreignlogos/bloomberg.gif" alt="bloomberg.com" border="0">\ </a></td><td>\ <a href="https://www.bloomberg.com/">Bloomberg</a> - \ A world leader in financial-information technology.</td></tr>' sponsor[2] = '<tr><td align="center">\ <a href="https://www.bentley.com/">\ <img src="images/foreignlogos/bentley.gif" alt="bentley.com" border="0">\ </a></td><td>\ <a href="https://www.bentley.com/">Bentley</a> - Comprehensive software \ solutions for Sustaining Infrastructure.</td></tr>' sponsor[3] = '<tr><td align="center">\ <a href="http://www.nds-association.org/">\ <img src="images/foreignlogos/nds.png" alt="nds-association.org" border="0">\ </a></td><td>\ <a href="http://www.nds-association.org/">NDS</a> - The leading map standard \ for automotive infotainment and autonomous driving.</td></tr>' count = 4 while( count>0 ){ i = Math.floor(Math.random()*6) if( sponsor[i]!=null ){ document.write(sponsor[i]) sponsor[i] = null count-- } |
︙ | ︙ |