2024-11-05 00:17:48 +00:00
|
|
|
# mozDefrag
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
> **WARNING** : this is a first release of an Alpha version
|
2017-09-28 23:43:35 +00:00
|
|
|
|
2017-09-28 23:41:34 +00:00
|
|
|
Firefox and Thunderbird are using SQLite databases, which can make these apps slower and slower after a while.
|
2017-09-28 23:50:42 +00:00
|
|
|
The purpose of this app is to optimize every SQLite databases used by these apps (any users and profiles) in a simple click.
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
## Screenshot
|
|
|
|
|
2017-09-28 23:48:54 +00:00
|
|
|
![screenshot](/screenshot.jpg?raw=true)
|
2017-09-28 23:47:52 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
## Requirements
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
- Ubuntu, Linux Mint (should work on any Linux OS)
|
|
|
|
- Python 3
|
|
|
|
- QT 5
|
|
|
|
- PyQT 5
|
|
|
|
- SQLite 3
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
## Installation
|
2017-09-28 23:41:34 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
todo
|
|
|
|
```
|
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
## Credits
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
- Author : Francois B. (Makoto)
|
|
|
|
- Email : <francois@exoseed.be>
|
|
|
|
- Website : <https://makotonoblog.be/>
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
## Licence
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
The App is licensed under the terms of the GPL-3.0
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
## Changelog
|
2017-09-28 23:41:34 +00:00
|
|
|
|
2024-11-05 00:17:48 +00:00
|
|
|
- 2017-09-29 : initial release 0.1 alpha
|