This repository was archived by the owner on Jun 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
30 lines (25 loc) · 1.28 KB
/
README
File metadata and controls
30 lines (25 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
php-virt-control
----------------
The php-virt-control tool is the virtual machine control tool for PHP.
It depends on libvirt PHP bindings as the module for PHP. You can use
the tool to manage your virtual guests you're having available on your
libvirt connection(s).
LANGUAGE LOCALIZATIONS
----------------------
If you're a developer and you're adding a new functionality with new
strings you should use $lang->get($ident) functions instead of coding
in strings directly. The $ident argument is being used as a key of
the array available in the classes/language.php, method initlang(),
which is the default if language cannot match the ACCEPT_LANGUAGE
HTTP header or $trans array in files of lang directory.
The automatic language is being determined from the HTTP_ACCEPT_LANGUAGE
variable - the first entry from there before the dash ('-') is being
used. The system is looking for a file named as $thisPart.php in the
lang directory and uses the default from Languages class if it cannot
be found. E.g. for English browser settings the first token is usually
en-US, so the part before dash character is 'en' so this is looking for
lang/en.php etc.
The language can be changed using the Settings link after you log in.
LICENSES
--------
Icons used are from http://www.icojoy.com/articles/49/ (license free)