]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/README
added 3 missing )
[bacula/bacula] / gui / bacula-web / README
1 This is my little contribution to the bacula community and the 
2 best backup software (http://www.bacula.org).
3
4 Juan Luis Francés Jiménez  (bacula_list [at] veloxia.com)
5
6 News and bugs: http://indpnday.com/bacula_stuff/bacula-web/mantisbt/login_page.php
7
8 REQUIREMENTS:
9 **************
10         
11         - Web server    (Tested with apache)
12         - PHP                   (Tested with php.4.3.4)
13                 - Gettext       (Optional)
14                 - GD 2.x
15                 - TrueType (optional)
16                 - Pear DB (http://pear.php.net/package/DB)
17                 - MySQL or PostgreSQL (SQLite is not supported)
18                 - Sessions
19         - If you use PostgreSQL
20                 - dbsize contrib package
21         - Bacula (Oh!, yes, you need this ;-) ) http://www.bacula.org
22
23                 
24 INSTALL
25 *******
26 - Copy this distribution to root directory or a subdirectory of your webroot.
27 - Edit configs/bacula.conf with your preferences
28 - Run "test.php" from your browser.
29 - You need to turn on the short_open_tag option in php.ini
30
31
32 NOTES
33 *****
34 - Best resolution: 1024x768
35 - Best viewed with Firefox.
36 - Tested with Microsoft Explorer.
37 - Restart web server if language changes isn't showing itself.
38
39 KNOWN BUGS
40 **********
41 - In Pie graphs, the margins don't work. It is a phplot bug.
42 - The total elapsed time "calculation" is rudimentary. If you have 2 or more concurrency jobs this is not real.
43
44 Send your bugs at this link: http://indpnday.com/bacula_stuff/bacula-web/mantisbt/login_page.php
45
46 TEMPLATES
47 *********
48 - In this version you will have to edit code pages (*.php) to show diferent templates.
49 - Bacula-web needs a good designer!!! ;-)
50
51 TRANSLATIONS
52 ************
53 - Edit "messages.po" and send me, please, with your LANGUAGE code.
54
55 - You can extract strings with this command: 
56 $ ./tsmarty2c.php templates > lang.c
57 $ xgettext lang.c
58 - Now you must have this file: messages.po
59 - Edit and send me, please.
60
61
62 PS: Feel free to make improvements to the code. All suggestions are welcome.
63
64
65 Bacula®is a registered trademark of Kern Sibbald and John Walker