You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Slootweg a48c6fea70 Add termination date field in VPS table 11 years ago
command_daemon Fix code to properly set up a tunnel 11 years ago
console Only allow user input after successfully entering the container 12 years ago
docs/api First bits of an API 11 years ago
frontend Add exceptions for termination 11 years ago
graphics Replace icon for root password with a padlock 11 years ago
installer Add termination date field in VPS table 11 years ago
logshell Properly drop back into a su'ed command 12 years ago
runhelper Use safe syntax for running commands 12 years ago
sshd New stuff 12 years ago
tools/pysfx Include PySFX 12 years ago
.gitignore Update .gitignore 11 years ago
LICENSE Add parsing include and LICENSE file 12 years ago
README Updated directory structure in README 12 years ago
config.json Use most recent version of CPHP 12 years ago

README

== 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