Documentation Source Text

Check-in [37e5ed4e85]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add the Expensify logo to the front page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | branch-3.8.11
Files: files | file ages | folders
SHA1: 37e5ed4e85b0e5ff6696d934edf055f200d0d0a3
User & Date: drh 2015-09-15 12:36:02.851
Context
2015-09-15
12:38
Merge the Expensify logo from the previous release branch. (check-in: 9da68a0646 user: drh tags: trunk)
12:36
Add the Expensify logo to the front page. (Leaf check-in: 37e5ed4e85 user: drh tags: branch-3.8.11)
2015-08-21
14:22
Add NDSeV to the front page as an acknowledged SQLite Consortium member. (check-in: ccecfa130e user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Added images/foreignlogos/expensify.png.

cannot compute difference between binary files

Changes to pages/index.in.
53
54
55
56
57
58
59








60
61
62
63
64
65
66
67
  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--
    }







>
>
>
>
>
>
>
>
|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
  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>'

  sponsor[4] = '<tr><td align="center">\
    <a href="https://www.expensify.com/">\
    <img src="images/foreignlogos/expensify.png" width="225" height="32" \
     alt="expensify.org" border="0">\
    </a></td><td>\
    <a href="https://www.expensify.com/">Expensify</a> - \
    We power the most exciting companies in the world using SQLite. </td></tr>'

  count = 5
  while( count>0 ){
    i = Math.floor(Math.random()*6)
    if( sponsor[i]!=null ){
      document.write(sponsor[i])
      sponsor[i] = null
      count--
    }