diff options
author | gregory guy <[email protected]> | 2020-03-23 18:35:35 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-03-24 21:51:26 +0900 |
commit | c0fce915d64c89563b0127eb2a05fb2d52b3b8d6 (patch) | |
tree | 4b84b74a63fe3a2e4c06537f376519e7eb227acb /README | |
parent | 65633277b10822db7513cb1ef41dce3d739e04e7 (diff) | |
download | tdeio-apt-c0fce915d64c89563b0127eb2a05fb2d52b3b8d6.tar.gz tdeio-apt-c0fce915d64c89563b0127eb2a05fb2d52b3b8d6.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty files TODO and NEWS.
Delete the folder templates.
Rework of the README file.
Add the "MODULE" directive to the plugin build.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 4986d5902c36dc2b286e42591114d569af7e8517)
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1 +1,33 @@ + tdeio-apt - an apt-cache ioslave for TDE. + + +tdeio-apt is an ioslave which provides the apt:/ protocol. +The apt ioslave gives the ability to use apt-cache functionalities +as well as dpkg -S and dpkg -L, It integrates those features into +Konqueror and provides hypertext which makes browsing the packages +easier. + + +Features: +========= + + * apt:/search?search expression + * apt:/show?package + * apt:/policy?package + * apt:/list?package + * apt:/fsearch?package + + + + + CONTRIBUTING +============== + +If you wish to contribute to tdeio-apt (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |