summaryrefslogtreecommitdiffstats
path: root/commands/system/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: created common makefile for documentationMichal Minar2014-04-241-177/+2
| | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others.
* doc: use openlmithemeMichal Minar2014-04-241-1/+1
|
* unified script versionsMichal Minar2014-03-171-2/+2
| | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* system: added version require and bumped releaseMichal Minar2014-02-241-2/+2
|
* System: added hw infoPeter Schiffer2014-02-211-1/+1
|
* System: new system scriptPeter Schiffer2014-02-217-0/+708
System script displays general information about system. This is initial commit, currently it displays only computer name (hostname).