Find a file
2012-12-16 03:45:09 +01:00
console Only allow user input after successfully entering the container 2012-11-15 02:22:16 +01:00
frontend Replace 'container' with 'vps' in various places 2012-12-16 03:45:09 +01:00
graphics Add wrench graphic 2012-11-03 00:46:37 +01:00
installer Update installer to also configure sudo access for logcmd 2012-12-12 01:10:59 +01:00
logshell Properly drop back into a su'ed command 2012-12-12 01:10:38 +01:00
runhelper Use safe syntax for running commands 2012-12-11 01:28:40 +01:00
sshd New stuff 2012-05-01 08:06:48 +02:00
tools/pysfx Include PySFX 2012-12-11 01:27:58 +01:00
.gitignore Ignore testing directory 2012-12-11 01:33:30 +01:00
config.json Use most recent version of CPHP 2012-09-19 03:10:10 +02:00
LICENSE Add parsing include and LICENSE file 2012-04-29 08:31:36 +02:00
README Updated directory structure in README 2012-04-29 06:28:28 +02:00

== LICENSE ==

All parts of CVM are licensed under the WTFPL. Other licenses may apply to libraries or components that were incorporated from other projects.
Please read the LICENSE file for the full license text.


== USING SHADOW SOURCE FILES ==

Shadow source files are saved JSON objects from the multi-layer CSS3 shadow generator at http://haless.cryto.net/shadow/. To edit a shadow, simply load the string in the applicable text file into the shadow generator, and after editing save the shadow configuration and generate new CSS code.


== DIRECTORY STRUCTURE ==

repository root
|- design/			The first design proposal for the user frontend
|  |- css/			CSS files for the design proposal
|  `- images/			Images for the design proposal
`- graphics/			Original source files for images (.xcf, .svg, ...) and CSS3 shadows (.txt).
`- frontend/			Code for the frontend (this is the actual panel)
|  |- classes/			Contains all class definitions
|  |- cphp/			Contains the CPHP framework
|  |  ` components/		Contains additional CPHP components
|  |- includes/			Contains all included/required files for the frontend
|  |- locales/			Contains all CPHP locale files
|  `- templates/		Contains all CPHP template files
`- runhelper/			This directory contains the runhelper script for the slave nodes