Documentation Source Text

Check-in [9da68a0646]
Login

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

Overview
Comment:Merge the Expensify logo from the previous release branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9da68a06466822e433943f52bce88a8c44953e42
User & Date: drh 2015-09-15 12:38:24.528
Context
2015-09-19
18:23
Remove the claim that AFL runs continuously. (check-in: 82b0b65c87 user: drh tags: trunk)
2015-09-15
12:38
Merge the Expensify logo from the previous release branch. (check-in: 9da68a0646 user: drh tags: trunk)
12:37
Fix a typo in the JSON documentation. (check-in: 833012c6a9 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)
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--
    }