Compare commits
3 commits
0.1.1-alph
...
master
Author | SHA1 | Date | |
---|---|---|---|
de185de5fe | |||
|
79eac11cc3 | ||
|
cf3e94a3f8 |
3 changed files with 20 additions and 26 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ rebuild.sh
|
||||||
.remote-sync.json
|
.remote-sync.json
|
||||||
build/*
|
build/*
|
||||||
test.py
|
test.py
|
||||||
|
.idea
|
45
README.md
45
README.md
|
@ -1,45 +1,38 @@
|
||||||
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
|
||||||
----------
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
-------
|
|
||||||
|
|
||||||
This Apps has been written by Francois B. (Makotosan/Shakasan)
|
- Author : Francois B. (Makoto)
|
||||||
|
- Email : <francois@exoseed.be>
|
||||||
|
- Website : <https://makotonoblog.be/>
|
||||||
|
|
||||||
* Email : shakasan@sirenacorp.be
|
## Licence
|
||||||
* Website : https://sirenacorp.be/
|
|
||||||
|
|
||||||
Licence
|
The App is licensed under the terms of the GPL-3.0
|
||||||
-------
|
|
||||||
|
|
||||||
The Apps is licensed under the terms of the GPLv3
|
## Changelog
|
||||||
|
|
||||||
Changelog
|
- 2017-09-29 : initial release 0.1 alpha
|
||||||
---------
|
|
||||||
|
|
||||||
* 2017-09-29 : initial release 0.1 alpha
|
|
||||||
|
|
BIN
screenshot.jpg
BIN
screenshot.jpg
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Reference in a new issue