From 480a14575186daf8bf9626070c2057bf962ac816 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Fri, 7 Mar 2014 09:52:17 +0100 Subject: Updated with references --- README | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 5de7b51..f3420fb 100644 --- a/README +++ b/README @@ -1,16 +1,50 @@ AdminPanel -AdminPanel is a collection of configuration tools that allows +AdminPanel is a generic launcher application that can run +internal or external modules, such as system configuration tools. + +AdminPanel is also a collection of configuration tools that allows users to configure most of their system components in a very simple, -intuitive and attractive interface. It consists of several modules +intuitive and attractive interface. It consists of some modules that can be also run as autonomous applications. -It is started as a porting of MCC (Mageia/Mandriva Control Center) +AdminPanel started as a porting of MCC (Mageia/Mandriva Control Center) to libYui (Suse widget abstraction library), but its aim is to give an easy and common interface to developer to add new modules based on libYui. Every modules as well as AdminPanel itself can be run using QT, Gtk or ncurses interface. +REQUIREMENTS +* SUSE libyui * +https://github.com/libyui/libyui +Consider to to check some not yet approved changes here +https://github.com/anaselli/libyui + +* libyui-mga - our widget extension * +https://github.com/xquiet/libyui-mga + +* SUSE libyui-bindings - anaselli fork * +https://github.com/anaselli/libyui-bindings/tree/mageia +This fork is necessary to include also libyui-mga extension. +For references, master is https://github.com/libyui/libyui-bindings + +* at least one of the SUSE libyui plugins * +libyui-gtk - https://github.com/libyui/libyui-gtk +libyui-ncurses - https://github.com/libyui/libyui-ncurses +libyui-qt - https://github.com/libyui/libyui-qt +Consider here also to check some not yet approved changes at +https://github.com/anaselli/libyui-XXX forks (where XXX is +gtk, qt or ncurses) + +* at least one of the MGA libyui widget extension plugins * +libyui-mga-gtk - https://github.com/xquiet/libyui-mga-gtk +libyui-mga-ncurses - https://github.com/xquiet/libyui-mga-ncurses +libyui-mga-qt - https://github.com/xquiet/libyui-mga-qt + +Note that libyui-mga and libyui-mga plugins are mainly developed +on https://bitbucket.org/_pmat_/libyui-YYY (where +YYY is mga, mga-gtk, mga-ncurses, mga-qt) and then synchronized on +github. INSTALLATION -- cgit v1.2.1