README.txt (Tomb-2.7) | : | README.txt (Tomb-2.8) | ||
---|---|---|---|---|
skipping to change at line 214 | skipping to change at line 214 | |||
- [qt-tray](extras/qt-tray) is a graphical tray icon for QT panels | - [qt-tray](extras/qt-tray) is a graphical tray icon for QT panels | |||
- [tomber](extras/tomber) is a wrapper to use Tomb in Python scripts | - [tomber](extras/tomber) is a wrapper to use Tomb in Python scripts | |||
 |  | |||
### External applications | ### External applications | |||
The following applications are not included in Tomb's distributed | The following applications are not included in Tomb's distributed | |||
sourcecode, but are known and tested to be compatible with Tomb: | sourcecode, but are known and tested to be compatible with Tomb: | |||
- [Docker-tomb](https://github.com/gregtczap/docker-tomb) is a wrapper to use To | ||||
mb in any operating system supporting capable of running a Docker container with | ||||
`--privileged` permissions. | ||||
- [Secrets](https://secrets.dyne.org) is a software that can be operated on-line and on-site to split a Tomb key in shares to be distributed to peers: some of t hem have to agree to combine back the shares in order to retrieve the key. | - [Secrets](https://secrets.dyne.org) is a software that can be operated on-line and on-site to split a Tomb key in shares to be distributed to peers: some of t hem have to agree to combine back the shares in order to retrieve the key. | |||
- [zuluCrypt](https://mhogomchungu.github.io/zuluCrypt/) is a graphical applicat ion to manage various types of encrypted volumes on GNU/Linux, among them also T ombs, written in C++. | - [zuluCrypt](https://mhogomchungu.github.io/zuluCrypt/) is a graphical applicat ion to manage various types of encrypted volumes on GNU/Linux, among them also T ombs, written in C++. | |||
- [Mausoleum](https://github.com/mandeep/Mausoleum) is a graphical interface to facilitate the creation and management of tombs, written in Python. | - [Mausoleum](https://github.com/mandeep/Mausoleum) is a graphical interface to facilitate the creation and management of tombs, written in Python. | |||
- [pass-tomb](https://github.com/roddhjav/pass-tomb) is a console based wrapper of the excellent password keeping program [pass](https://www.passwordstore.org) that helps to keep the whole tree of password encrypted inside a tomb. It is wri tten in Bash. | - [pass-tomb](https://github.com/roddhjav/pass-tomb) is a console based wrapper of the excellent password keeping program [pass](https://www.passwordstore.org) that helps to keep the whole tree of password encrypted inside a tomb. It is wri tten in Bash. | |||
If you are writing a project supporting Tomb volumes or wrapping Tomb, let us kn ow! | If you are writing a project supporting Tomb volumes or wrapping Tomb, let us kn ow! | |||
skipping to change at line 289 | skipping to change at line 291 | |||
If you plan to commit code into Tomb, please keep in mind this is a | If you plan to commit code into Tomb, please keep in mind this is a | |||
minimalist tool and its code should be readable. Guidelines on the | minimalist tool and its code should be readable. Guidelines on the | |||
coding style are illustrated in [doc/HACKING.txt](doc/HACKING.txt). | coding style are illustrated in [doc/HACKING.txt](doc/HACKING.txt). | |||
Tomb's developers can be contacted using the issues on GitHub or over | Tomb's developers can be contacted using the issues on GitHub or over | |||
IRC on https://irc.dyne.org channel **#dyne** (or direct port 9999 SSL) | IRC on https://irc.dyne.org channel **#dyne** (or direct port 9999 SSL) | |||
# Licensing | # Licensing | |||
Tomb is Copyright (C) 2007-2019 by the Dyne.org Foundation and | Tomb is Copyright (C) 2007-2020 by the Dyne.org Foundation and | |||
maintained by Denis Roio <jaromil@dyne.org>. More information on all | maintained by Denis Roio <J@dyne.org>. More information on all | |||
the developers involved is found in the [AUTHORS](AUTHORS.md) file. | the developers involved is found in the [AUTHORS](AUTHORS.md) file. | |||
This source code is free software; you can redistribute it and/or | This source code is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Public License as published by | modify it under the terms of the GNU Public License as published by | |||
the Free Software Foundation; either version 3 of the License, or | the Free Software Foundation; either version 3 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
This source code is distributed in the hope that it will be useful, | This source code is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added |