Index: pages/download.in ================================================================== --- pages/download.in +++ pages/download.in @@ -36,37 +36,44 @@ set units MiB } elseif {$size>1024} { set size [format %.2f [expr {$size/(1024.0)}]] set units KiB } - global pending_heading + global pending_heading pending_tag if {$pending_heading!=""} { - hd_puts "$pending_heading" + if {$pending_tag!=""} { + set tg "" + set pending_tag {} + } else { + set tg "" + } + hd_puts "$tg$pending_heading\n" set pending_heading {} } hd_puts "" hd_puts "" if {$frag!=""} { eval hd_fragment $frag set frag {} } - hd_puts "$file
($size $units)" + hd_puts "$file
($size $units)\n" hd_puts "" regsub -all VERSION $desc $version d2 - hd_puts "" + hd_puts "\n" hd_resolve [string trim $d2] - hd_puts "
(sha1: $sha1sum)" + hd_puts "
(sha1: $sha1sum)\n" incr ::nDownload } if {$frag!=""} { eval hd_keywords [lrange $frag 1 end] } } cd $::DEST -proc Heading {title} { +proc Heading {title {tag {}}} { set ::pending_heading $title + set ::pending_tag $tag # hd_puts "$title" } Heading {Pre-release Source Code Snapshots} @@ -130,19 +137,19 @@ Tcl Extension Architecture (TEA) compatible configure script and makefile. } {teatarball {TEA tarball}} -Heading {Documentation} +Heading {Documentation} docco Product {sqlite-doc-VVV.zip} { This ZIP archive contains most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation. } -Heading {Precompiled Binaries for Linux} +Heading {Precompiled Binaries for Linux} linux Product sqlite-shell-linux-x86-VVV.zip { A [command-line shell] for accessing and modifying SQLite databases. This program is compatible with all versions of SQLite through VERSION @@ -152,11 +159,11 @@ Product sqlite-analyzer-linux-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } -Heading {Precompiled Binaries for Mac OS X (x86)} +Heading {Precompiled Binaries for Mac OS X (x86)} mac Product sqlite-shell-osx-x86-VVV.zip { A [command-line shell] for accessing and modifying SQLite databases. This program is compatible with all versions of SQLite through VERSION @@ -166,11 +173,11 @@ Product sqlite-analyzer-osx-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } -Heading {Precompiled Binaries for Windows} +Heading {Precompiled Binaries for Windows} win32 set start $nDownload Product sqlite-shell-win32-x86-VVV.zip { A [command-line shell] for accessing and modifying SQLite databases. @@ -193,11 +200,28 @@ Product sqlite-analyzer-win32-x86-VVV.zip { An analysis program for database files compatible with all SQLite versions through VERSION and beyond. } -Heading {Precompiled Binaries for Windows Runtime} +Heading {Precompiled Binaries for Windows Phone 8} wp8 + + +Product sqlite-wp80-winrt-VVV.vsix { + A complete VSIX package with an extension SDK and all other components + needed to use SQLite for application development with Visual Studio + 2012 targeting Windows Phone 8.0. +} + +Product sqlite-wp80-winrt-DATE.vsix { + A complete VSIX package with an extension SDK and all other components + needed to use SQLite for application development with Visual Studio + 2012 targeting Windows Phone 8.0. + This particular VSIX uses a snapshot of SQLite as of VERSION. +} + + +Heading {Precompiled Binaries for Windows Runtime} winrt Product sqlite-dll-winrt-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 32-bit x86 processors using the WinRT API. } @@ -226,11 +250,11 @@ website and especially the download page for source code and binaries of SQLite for .NET. " } -Heading {Legacy Source Code Distribution Formats (Not Recommended)} +Heading {Legacy Source Code Distribution Formats (Not Recommended)} old Product {sqlite-src-VVV.zip} { A ZIP archive of the complete source tree for SQLite version VERSION as extracted from the version control system. The Makefile and configure script in this tarball are not supported. Their use @@ -281,10 +305,11 @@ 3XXYYZZ.

The date in template (4) is of the form: YYYYMMDDHHMM +

Canonical Source Code

The canonical SQLite source code is maintained in three self-synchronizing [http://www.fossil-scm.org/ | Fossil] repositories that are