aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-03-07 09:52:17 +0100
committerAngelo Naselli <anaselli@linux.it>2014-03-07 09:52:17 +0100
commit480a14575186daf8bf9626070c2057bf962ac816 (patch)
tree0777ef9a78f2b77cba65d0ba3a245bdeb1b4e2e7 /README
parent8c746f965ee92df7bf8e6ac953c7c12ccee93d46 (diff)
downloadmanatools-480a14575186daf8bf9626070c2057bf962ac816.tar
manatools-480a14575186daf8bf9626070c2057bf962ac816.tar.gz
manatools-480a14575186daf8bf9626070c2057bf962ac816.tar.bz2
manatools-480a14575186daf8bf9626070c2057bf962ac816.tar.xz
manatools-480a14575186daf8bf9626070c2057bf962ac816.zip
Updated with references
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 37 insertions, 3 deletions
diff --git a/README b/README
index 5de7b512..f3420fb4 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