1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-19 16:53:25 +01:00
Web based database for (Android) updates of TCL devices.
Go to file
2018-08-09 18:14:08 +02:00
assets Show update info from OTAs if there's no info for FULL. 2018-08-09 18:14:08 +02:00
bin Bugfix and new tool to fetch db. 2018-01-19 22:18:35 +01:00
example_data More example data. 2017-11-12 16:35:40 +01:00
lib Bugfix. 2018-06-25 17:24:39 +02:00
sql More new variants. 2018-07-11 18:39:23 +02:00
.editorconfig EditorConfig.org 2017-11-02 23:26:19 +01:00
.gitignore Get main JavaScript out of page. Make it CoffeeScript. 2018-01-06 20:11:47 +01:00
config.ini.example Fix file perms. 2017-12-19 22:36:57 +01:00
index_main.php Add info card with instructions for how to get the PRD number. 2018-07-20 02:15:52 +02:00
index.php Bugfix with missing seenDate in DB. 2018-02-16 23:56:47 +01:00
json_lastupdates.php Fix permissions. 2017-12-29 00:45:18 +01:00
json_otaversions.php Output update_map for OTA gapfiller. 2018-05-29 10:52:48 +02:00
json_updatedetails.php JSON provider for version details. Tooltips now show actual details. 2018-01-07 21:22:09 +01:00
Makefile Get main JavaScript out of page. Make it CoffeeScript. 2018-01-06 20:11:47 +01:00
menu.php Added RSS feed to menu.php 2018-06-04 09:34:32 -04:00
package-lock.json Cleanup. Update material-components-web to 0.30.0 and fix all changed 2018-02-18 23:31:14 +01:00
package.json Cleanup. Update material-components-web to 0.30.0 and fix all changed 2018-02-18 23:31:14 +01:00
README.md A bit of Material Design. 2017-12-29 00:46:12 +01:00
rss.php Make RSS more valid. 2018-05-20 17:09:36 +02:00
timeline.php Announce RSS feed in main pages. 2018-05-20 17:11:37 +02:00

TCL Update DB

This is going to be a web service to collect information about new updates from the tcl_ota_check tools.

Also it will display a table of all (found) updates and the date when they were discovered.

Installation

Clone the repository to a folder on your webserver. To download dependencies, install npm and run:

npm install

Create the database by running:

bin/initdb.sh

Put XML files to import into the data/ directory and import them with:

bin/parse_files.php