summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* index: update the search if value of input changed without key eventAlexander Sulfrian2013-05-301-0/+3
* navigation.js: remove jquery.scrollTo and use default jquery.animateAlexander Sulfrian2013-05-302-9/+2
* index: list is now navigatable with cursor up and downAlexander Sulfrian2013-05-305-1/+67
* host: do not display empty entriesAlexander Sulfrian2013-05-282-4/+6
* render.py: search templates-dir in directory of render.pyAlexander Sulfrian2013-05-271-1/+4
* gitignore: add etc/Alexander Sulfrian2013-05-271-0/+1
* index: do not show vserver ips on vserver-hostsAlexander Sulfrian2013-05-231-1/+1
* Refactored: index pageNico von Geyso2013-05-2310-21/+79
* Added: *.pyc to gitignoreNico von Geyso2013-05-231-1/+2
* Fixed: check for string instead use mapping testNico von Geyso2013-05-231-6/+6
* host: handle services with special portsAlexander Sulfrian2013-05-221-2/+14
* host: untabifyAlexander Sulfrian2013-05-221-2/+2
* host: display entries only if they are availableAlexander Sulfrian2013-05-221-0/+4
* host: display lists inlineAlexander Sulfrian2013-05-221-14/+10
* host: pretified descriptionAlexander Sulfrian2013-05-221-1/+6
* host: servicetable is not sortableAlexander Sulfrian2013-05-221-0/+1
* host: fix indentationAlexander Sulfrian2013-05-221-9/+9
* host: make better testAlexander Sulfrian2013-05-221-1/+1
* host: add a service tabyves2013-05-221-0/+31
* host: extend template to render maintainers and groupsyves2013-05-221-0/+19
* host: filter out vserver ips on vserver hostsAlexander Sulfrian2013-05-222-2/+6
* render.py: better line breaksAlexander Sulfrian2013-05-221-9/+11
* gitignore: reflect move of static content diryves2013-05-221-1/+1
* static: move into htdocs folderyves2013-05-228-7/+7
* render: add optparseryves2013-05-221-8/+19
* render: refactor the whole thing for better python styleAlexander Sulfrian2013-05-221-33/+36
* host: ports are now sortableAlexander Sulfrian2013-05-224-2/+59
* move static data to sperate folderyves2013-05-226-0/+0
* add list.js for interactive searchAlexander Sulfrian2013-05-224-12/+36
* custom.css: fix indentationAlexander Sulfrian2013-05-221-16/+16
* templates/host: shorten the hostname headingAlexander Sulfrian2013-05-221-1/+1
* remove lagecy filesAlexander Sulfrian2013-05-2211-907/+0
* templates/layout.html: externalized global layout into single fileAlexander Sulfrian2013-05-223-124/+100
* rewrite as static site generatoryves2013-05-2110-104/+246
* js: move all the js code for the page into own fileAlexander Sulfrian2013-05-152-87/+86
* css: allow word wrap in cells on index (for responsive design)Alexander Sulfrian2013-05-151-3/+5
* css/custom: move own css rules to external fileAlexander Sulfrian2013-05-152-36/+35
* bootstrap: add responsiveAlexander Sulfrian2013-05-152-0/+11
* gitignore: ignore the hostinfo dataAlexander Sulfrian2013-05-141-0/+1
* try to hide vserver ipsAlexander Sulfrian2013-05-141-3/+11
* new metadata locationAlexander Sulfrian2013-05-141-1/+1
* add direct request to host with correct url and state to historyAlexander Sulfrian2013-05-131-1/+2
* fix window/history titleAlexander Sulfrian2013-05-131-3/+4
* add html5 historyAlexander Sulfrian2013-05-132-7/+31
* fix layoutAlexander Sulfrian2013-05-132-3/+3
* templates/host: display vserver-host only if availableAlexander Sulfrian2013-05-131-0/+2
* templates/host: only display the ip address for the specific interfaceAlexander Sulfrian2013-05-131-2/+2
* order interfaces by device and some fixesNico von Geyso2013-05-084-6/+27
* initial commitNico von Geyso2013-05-089-0/+943