Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Further refinement of the home page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | mobile-friendly |
Files: | files | file ages | folders |
SHA1: |
9bab722ac3e736708b06435adf55e41f |
User & Date: | drh 2016-08-31 17:00:38.165 |
Context
2016-08-31
| ||
19:13 | Fix the multi-column bullet lists in the c3ref documents so that the number of columns varies with the screen width. (check-in: edc0f779f7 user: drh tags: mobile-friendly) | |
17:00 | Further refinement of the home page. (check-in: 9bab722ac3 user: drh tags: mobile-friendly) | |
15:09 | Further improvements to the home page - make the sponsor images flow according to page width. (check-in: b44e46cbef user: drh tags: mobile-friendly) | |
Changes
Changes to pages/about.in.
1 2 3 4 | <title>About SQLite</title> <h1 align=center>About SQLite</h1> | | | 1 2 3 4 5 6 7 8 9 10 11 12 | <title>About SQLite</title> <h1 align=center>About SQLite</h1> <div class="rightsidebar desktoponly border2px"> <h4 align="center">See Also</h4> <tcl>common_links</tcl> </div> <p>SQLite is an in-process library that implements a <a href="selfcontained.html">self-contained</a>, <a href="serverless.html">serverless</a>, |
︙ | ︙ |
Changes to pages/copyright.in.
1 2 3 4 | <title>SQLite Copyright</title> <h2>SQLite Is Public Domain</h2> | > | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <title>SQLite Copyright</title> <tcl>hd_keywords {copyright} {public-domain} {license}</tcl> <h2>SQLite Is Public Domain</h2> <div class="rightsidebar desktoponly"> <center> <img src="images/nocopy.gif"><br> SQLite is in the<br> [http://en.wikipedia.org/wiki/Public_Domain | Public Domain] </center> </div> <p> All of the code and documentation in SQLite has been dedicated to the [http://en.wikipedia.org/wiki/Public_Domain|public domain] by the authors. All code authors, and representatives of the companies they work for, have signed affidavits dedicating their contributions to |
︙ | ︙ | |||
40 41 42 43 44 45 46 | No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. </p> | | < | | | | | | 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. </p> <div class="rightsidebar"> <form method="GET" action="http://www.hwaci.com/cgi-bin/license-step1"> <input type="submit" value="Buy An SQLite License"> </form> </div> <h2>Obtaining An License To Use SQLite</h2> <p> Even though SQLite is in the public domain and does not require a license, some users want to obtain a license anyway. Some reasons for obtaining a license include: </p> <ul> <li> Your company desires warranty of title and/or indemnity against claims of copyright infringement. <li> You are using SQLite in a jurisdiction that does not recognize the public domain. </li> <li> You are using SQLite in a jurisdiction that does not recognize the right of an author to dedicate their work to the public domain. </li> <li> You want to hold a tangible legal document as evidence that you have the legal right to use and distribute SQLite. </li> <li> Your legal department tells you that you have to purchase a license. </li> </ul> <p> If you feel like you really need to purchase a license for SQLite, <a href="http://www.hwaci.com/">Hwaci</a>, the company that employs all the developers of SQLite, will <a href="http://www.hwaci.com/cgi-bin/license-step1">sell you one</a>. All proceeds from the sale of SQLite licenses are used to fund continuing improvement and support of SQLite. </p> <h2>Contributed Code</h2> <p> In order to keep SQLite completely free and unencumbered by copyright, all new contributors to the SQLite code base are asked to dedicate |
︙ | ︙ |
Changes to pages/index.in.
1 2 | <title>SQLite Home Page</title> | | | > | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <title>SQLite Home Page</title> <div class="rightsidebar desktoponly border2px"> <h3 align="center">Common Links</h3> <tcl>common_links</tcl> </div> <p>SQLite is a high-reliablity, [serverless|embedded], [zero-configuration], [public-domain], SQL database engine. SQLite is the [most used] database engine in the world. <a class="button" href="about.html">More Info</a></p> <hr class="xhr"> <span class="hdrfont">Latest Release: </span> <a href="releaselog/3_14_1.html">Version 3.14.1</a> on 2016-08-11. <a class="button" href="download.html">Download</a> |
︙ | ︙ |
Changes to pages/mostdeployed.in.
1 | <title>Most Widely Deployed SQL Database Engine</title> | | | 1 2 3 4 5 6 7 8 9 | <title>Most Widely Deployed SQL Database Engine</title> <tcl>hd_keywords {most widely deployed} {most used} {most widely used}</tcl> <h2>Most Widely Deployed and Used Database Engine</h2> <p>SQLite is likely used more than all other database engines combined. Billions and billions of copies of SQLite exist in the wild. SQLite is found in: |
︙ | ︙ |
Changes to pages/serverless.in.
1 2 3 4 5 6 7 8 | <title>SQLite Is Serverless</title> <h2>SQLite Is Serverless</h2> <p> Most SQL database engines are implemented as a separate server process. Programs that want to access the database communicate with the server using some kind of interprocess communication (typically TCP/IP) to send | > | 1 2 3 4 5 6 7 8 9 | <title>SQLite Is Serverless</title> <tcl>hd_keywords {serverless} {embedded}</tcl> <h2>SQLite Is Serverless</h2> <p> Most SQL database engines are implemented as a separate server process. Programs that want to access the database communicate with the server using some kind of interprocess communication (typically TCP/IP) to send |
︙ | ︙ |
Changes to pages/zeroconf.in.
1 2 3 4 5 6 7 8 | <title>Zero-Configuration</title> <h2>SQLite Is A Zero-Configuration Database</h2> <p> SQLite does not need to be "installed" before it is used. There is no "setup" procedure. There is no server process that needs to be started, stopped, or configured. | > | 1 2 3 4 5 6 7 8 9 | <title>Zero-Configuration</title> <tcl>hd_keywords {zero-configuration}</tcl> <h2>SQLite Is A Zero-Configuration Database</h2> <p> SQLite does not need to be "installed" before it is used. There is no "setup" procedure. There is no server process that needs to be started, stopped, or configured. |
︙ | ︙ |
Changes to rawpages/sqlite.css.
1 2 3 | /* Style sheet for the SQLite Website and Documentation */ * {box-sizing:border-box;} @media screen and (max-width: 800px){ | | | 1 2 3 4 5 6 7 8 9 10 11 | /* Style sheet for the SQLite Website and Documentation */ * {box-sizing:border-box;} @media screen and (max-width: 800px){ body {margin: 2px;} } body { margin-top: 0; font-family: Verdana, sans-serif; } /* Horizonal rules */ |
︙ | ︙ | |||
23 24 25 26 27 28 29 | padding: 0 1ex 0 1ex; white-space: nowrap; } /* Sidebars on the right-hand side of the screen */ .rightsidebar { padding-right: 1ex; | < > > > > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | padding: 0 1ex 0 1ex; white-space: nowrap; } /* Sidebars on the right-hand side of the screen */ .rightsidebar { padding-right: 1ex; margin: 1ex; float: right; } /* Border box */ .border2px { border: 2px solid #044a64; } .hdrfont { font-weight:bold; font-size:115%; } .nounderline a { text-decoration: none } |
︙ | ︙ | |||
54 55 56 57 58 59 60 61 | /* Style common to both the main and submenu */ .menu::before { content: ""; clear: both; /* Clear the Logo and TagLine */ display: block; } .menu ul { list-style-type: none; | > < < < < | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | /* Style common to both the main and submenu */ .menu::before { content: ""; clear: both; /* Clear the Logo and TagLine */ display: block; } .menu ul { margin: 0; list-style-type: none; padding: 0; overflow: hidden; } .menu ul li { color: white; } .menu ul li a { |
︙ | ︙ |