diff --git a/gui/sqlitebrowser.ico b/gui/sqlitebrowser.ico new file mode 100644 index 000000000..1d73797b1 Binary files /dev/null and b/gui/sqlitebrowser.ico differ diff --git a/gui/sqlitebrowser.png b/gui/sqlitebrowser.png new file mode 100644 index 000000000..11a538e79 Binary files /dev/null and b/gui/sqlitebrowser.png differ diff --git a/gui/sqlitebrowser.watch.py b/gui/sqlitebrowser.watch.py new file mode 100644 index 000000000..8593fa203 --- /dev/null +++ b/gui/sqlitebrowser.watch.py @@ -0,0 +1,10 @@ +from urllib import request +import json + +data = request.urlopen('https://api.github.com/repos/sqlitebrowser/sqlitebrowser/releases').read().decode('utf-8') +releases = [{ + 'version': release['tag_name'].strip('v').replace('beta', 'pre'), + 'original-version': release['tag_name'].strip('v'), + 'stability': 'testing' if release['prerelease'] else 'stable', + 'released': release['published_at'][0:10] +} for release in json.loads(data) if not 'alpha' in release['tag_name'] and any(str.endswith(asset['name'], '-win64.zip') for asset in release['assets'])] diff --git a/gui/sqlitebrowser.xml b/gui/sqlitebrowser.xml new file mode 100644 index 000000000..c5f1c110f --- /dev/null +++ b/gui/sqlitebrowser.xml @@ -0,0 +1,89 @@ + + + DB Browser for SQLite + visual tool to create, design, and edit SQLite files + DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. + + + Development + https://sqlitebrowser.org/ + + + + DB Browser for SQLCipher + + + + SQLite database file + SQLite Datanbankdatei + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gui/sqlitebrowser.xml.template b/gui/sqlitebrowser.xml.template new file mode 100644 index 000000000..eef72e1ec --- /dev/null +++ b/gui/sqlitebrowser.xml.template @@ -0,0 +1,23 @@ + + + DB Browser for SQLite + visual tool to create, design, and edit SQLite files + DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite. + + + Development + https://sqlitebrowser.org/ + + + + + + + + + + + + + +