@@ -51,16 +49,9 @@ Check your browser documentation for details on installing userscripts.
Download
.\2', $iitc_details['@version'] );
+iitcDesktopDownload ( "release" );
?>
-
-IITC version
-
-
-
Download
-
@@ -71,47 +62,6 @@ Plugins extend/modify the IITC experience. You do
not need to install all
a minority of users.
-
-
-
- Name |
- ID / Version |
- Description |
- Download |
-
-
-
-
\n";
-
- # remove 'IITC Plugin: ' prefix if it's there, for neatness
- $name = preg_replace ( '/^IITC plugin: /i', '', $details['@name'] );
-
- # format extended version info in less prominant font
- $version = preg_replace ( '/^(\d+\.\d+\.\d+)\.(\d{8}\.\d{6})/', '\1.\2', $details['@version'] );
-
- # remove unneeded prefix from description
- $description = preg_replace ( '/^\[[^]]*\] */', '', $details['@description'] );
-
- print "$name | ";
- print "$basename $version | ";
- print "$description | ";
- print "Download | ";
-
-# print "".$details['@name']." $name - version ".$details['@version'].":
\n";
-# print $details['@description'];
-
- print "\n";
-}
-
+iitcDesktopPluginDownloadTable ( "release" );
?>
-
-
-
diff --git a/website/page/donate.php b/website/page/donate.php
new file mode 100644
index 00000000..0bb4de13
--- /dev/null
+++ b/website/page/donate.php
@@ -0,0 +1,55 @@
+
Donate
+
+
+Thank you for wanting to support IITC. The developers have
+discussed this
+and decided that we would prefer you make donations to charity.
+
+
+
+
+Our current suggestions are:
+
+
+
+
+
+
+
+
+
+
diff --git a/website/page/mobile.php b/website/page/mobile.php
index 86128735..8b6c1bb3 100644
--- a/website/page/mobile.php
+++ b/website/page/mobile.php
@@ -36,9 +36,26 @@ IITC Mobile is still in the early stages of development. Many things do not yet
Download
-
-IITC Mobile version 0.3 (with IITC version 0.11.2).
-
+Download
+include_once ( "code/mobile-download.php" );
+$apkfile = "mobile/IITC-Mobile-0.3.apk";
+
+
+if ( file_exists($apkfile) )
+{
+ iitcMobileDownload ( $apkfile );
+}
+else
+{
+ print "
Error: $apkfile not found
\n";
+}
+
+?>
+
+
+
+As IITC Mobile is regularly updated, you may want to consider trying the latest
+
test build.
+
diff --git a/website/page/test.php b/website/page/test.php
new file mode 100644
index 00000000..e16a0f3b
--- /dev/null
+++ b/website/page/test.php
@@ -0,0 +1,81 @@
+
Test Builds
+
+
+These test builds are made available for those who would like to try the latest development code without
+needing to build it yourself. Automated scripts should update these builds within an hour of a change being
+committed to Github.
+
+
+
+Test builds are built automatically. They could be
broken at any time. If you have any doubts about using
+unstable software, please use the standard
desktop or
mobile
+builds.
+
+
+
NOTE: A non-standard test build,
$path, is currently selected. The notes
may not apply! Return to the standard test build.
";
+
+
+$timestamp_file = $path . "/.build-timestamp";
+if ( file_exists ( $timestamp_file ) )
+{
+ $build_time = file_get_contents ( $timestamp_file );
+
+ print "