From: <ale...@us...> - 2003-12-09 22:42:16
|
Update of /cvsroot/morphix/mcp2/data In directory sc8-pr-cvs1:/tmp/cvs-serv6663/data Added Files: help.xml mcp-main.xml Log Message: actually looks pretty now... and even better, it works, sortof :) --- NEW FILE: help.xml --- <?xml version="1.0"?> <mcp> <global> <name>Help</name> </global> <item> <command>mozilla www.morphix.org</command> <name>Morphix website</name> <tip>Check out the FAQ and fora for answers</tip> <icon>../morphix.png</icon> </item> </mcp> --- NEW FILE: mcp-main.xml --- <?xml version="1.0"?> <mcp> <global> </global> <item> <command>xconfig</command> <name>Xwindow settings</name> <tip>Helps you set your X settings</tip> <icon>/usr/local/share/mcp/pixmaps/Monitor.png</icon> </item> <item> <command>networkconf</command> <name>Network</name> <tip>Helps you set your network settings</tip> <icon>/usr/local/share/mcp/pixmaps/Networking.png</icon> </item> <item> <command>soundconf</command> <name>Sound</name> <tip>Helps you set your sound settings</tip> <icon>/usr/local/share/mcp/pixmaps/Speaker.png</icon> </item> <item> <command>keybconf</command> <name>Keyboard</name> <tip>Helps you set your keyboard settings</tip> <icon>/usr/local/share/mcp/pixmaps/Keyboard.png</icon> </item> <item> <command>morphixinstaller</command> <name>Harddisk Install</name> <tip>Copy Morphix to the harddisk for usage without CD</tip> <icon>/usr/local/share/mcp/pixmaps/Harddisk.png</icon> </item> <item> <command>sudo xterm</command> <name>Root Xterminal</name> <tip>Open a root terminal</tip> <icon>/usr/local/share/mcp/pixmaps/BabyTuxTerm.png</icon> </item> <item> <command>localeconf</command> <name>Locale</name> <tip>For setting the locale</tip> <icon>/usr/local/share/mcp/pixmaps/Localeconf.png</icon> </item> <item> <command>datetimeconf</command> <name>Date&Time</name> <tip>Set the Date, Time and/or timezone</tip> <icon>/usr/local/share/mcp/pixmaps/Datetime.png</icon> </item> </mcp> |