Compare commits

..

No commits in common. "master" and "0.1.1-alpha" have entirely different histories.

3 changed files with 26 additions and 20 deletions

1
.gitignore vendored
View file

@ -5,4 +5,3 @@ rebuild.sh
.remote-sync.json .remote-sync.json
build/* build/*
test.py test.py
.idea

View file

@ -1,38 +1,45 @@
# mozDefrag mozDefrag
=========
> **WARNING** : this is a first release of an Alpha version WARNING : this is a first release of an Alpha version
Firefox and Thunderbird are using SQLite databases, which can make these apps slower and slower after a while. Firefox and Thunderbird are using SQLite databases, which can make these apps slower and slower after a while.
The purpose of this app is to optimize every SQLite databases used by these apps (any users and profiles) in a simple click. The purpose of this app is to optimize every SQLite databases used by these apps (any users and profiles) in a simple click.
## Screenshot Screenshot
----------
![screenshot](/screenshot.jpg?raw=true) ![screenshot](/screenshot.jpg?raw=true)
## Requirements Requirements
------------
- Ubuntu, Linux Mint (should work on any Linux OS) * Ubuntu, Linux Mint (should work on any Linux OS)
- Python 3 * Python 3
- QT 5 * QT 5
- PyQT 5 * PyQT 5
- SQLite 3 * SQLite 3
## Installation Installation
------------
``` ```
todo todo
``` ```
## Credits Credits
-------
- Author : Francois B. (Makoto) This Apps has been written by Francois B. (Makotosan/Shakasan)
- Email : <francois@exoseed.be>
- Website : <https://makotonoblog.be/>
## Licence * Email : shakasan@sirenacorp.be
* Website : https://sirenacorp.be/
The App is licensed under the terms of the GPL-3.0 Licence
-------
## Changelog The Apps is licensed under the terms of the GPLv3
- 2017-09-29 : initial release 0.1 alpha Changelog
---------
* 2017-09-29 : initial release 0.1 alpha

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 23 KiB