Menu

Tree [r4] /
 History

HTTPS access


File Date Author Commit
 images 2010-11-12 onurguzel_ [r1] import
 plugins 2010-11-12 onurguzel_ [r1] import
 po 2011-08-28 onurguzel_ [r2] Shared objects for plugin system is added
 setting 2011-08-28 onurguzel_ [r2] Shared objects for plugin system is added
 src 2011-08-28 onurguzel_ [r2] Shared objects for plugin system is added
 AUTHORS 2011-08-28 onurguzel_ [r2] Shared objects for plugin system is added
 COPYING 2010-11-12 onurguzel_ [r1] import
 ChangeLog 2011-08-28 onurguzel_ [r2] Shared objects for plugin system is added
 INSTALL 2010-11-12 onurguzel_ [r1] import
 Makefile.am 2010-11-12 onurguzel_ [r1] import
 NEWS 2011-08-28 onurguzel_ [r2] Shared objects for plugin system is added
 README 2011-10-06 onurguzel_ [r4] Installing on ubuntu inserted to README.INSTALL
 TODO.tasks 2010-11-12 onurguzel_ [r1] import
 autogen.sh 2010-11-12 onurguzel_ [r1] import
 configure.ac 2011-10-06 onurguzel_ [r3] configure script error filename is edited

Read Me

Mulp - Multipurpose Panel

Mulp is a software panel which you can build your own panels for your software easily by editing a xml file.
You are able to add an image to your panel. In this version mulp is able to run software commands. 

Installing Mulp

Mulp needs Wx widgets and libxml++

Compiling Mulp on Ubuntu 
	On Ubuntu you must install these packages:
	
        sudo apt-get install libwxbase2.8-dev
        sudo apt-get install libwxgtk2.8-dev
        sudo apt-get install libxml++2.6-dev

	./autogen.sh
	make
	sudo make install