================== Applications ================== Applications are layer between user's goals and same goals accomplished. ZPUI applications are similar to desktop applications, each of them is mean to perform one function/set of similar functions, and perform it well. There can be an application for any task you want to use ZPUI for - in the worst case, you can write one ;-) Some of the applications bundled with the default install are: * :ref:`apps_clock` * :ref:`apps_i2ctools` * :ref:`apps_lsusb` * :ref:`apps_mocp` * :ref:`apps_network` * :ref:`apps_partitions` * :ref:`apps_scripts` * :ref:`apps_shutdown` * :ref:`apps_system_info` * :ref:`apps_systemctl` * :ref:`apps_tvservice` * :ref:`apps_update` * :ref:`apps_volume` * :ref:`apps_wpa_cli` Some information on maintaining and writing applications: * :ref:`Developing and managing applications ` * :ref:`Skeleton application ` * :ref:`Class-based skeleton application ` .. toctree:: :maxdepth: 1 :hidden: apps/clock.rst apps/i2ctools.rst apps/lsusb.rst apps/mocp.rst apps/network.rst apps/partitions.rst apps/scripts.rst apps/shutdown.rst apps/skeleton.rst apps/class_based_skeleton.rst apps/system_info.rst apps/systemctl.rst apps/tvservice.rst apps/update.rst apps/volume.rst apps/wpa_cli.rst