Project:HUGnet User Interface

From HUG Wiki

Jump to: navigation, search

The HUGnet user interface is broken down into a series Joomla components and modules that display the data in various forms, and allow us to manipulate things.

Contents

Documentation

The code documentation is here. It is generated with phpDocumentor.

Joomla Information

Joomla Components

com_hugnet
Main component. It is required for all other components (except com_multidbserv).
com_hugnetcalc
Rough component for calculating things based on HUGnet data.
com_hugnetendpoints
Component for getting information from endpoints in a raw fashion.
com_hugnetvsensors
Component for dynamically defining what data gets shown on the graph of HUGnet data.
com_hugnetepcontrol
Use this to reconfigure endpoints.
com_hugnettemplate
Template for creation of modules.
com_hugnetdiagram
Put HUGnet data directly into images.
com_multidbserv
Database abstraction layer.
com_dfprefs
Easy data storage
com_buildingcontrol
Component for controlling things in the ManiShop.

Joomla Modules

Project:mod_hugnetdisplay
Display HUGnet information in a small box on the screen.

SVN Access

The svn file path for this is:

  • Trunk : /HUGnet/trunk/UI/
  • Tags : /HUGnet/tags/UI/

See SVN Code Repository for more information

See Also

HUGnet User Interface