]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/README
bacula-web: New getClientInfos() function in bweb class
[bacula/bacula] / gui / bacula-web / README
index 086d45ef2e7490709b284066ccdbdbee5e32d2d4..0968de574aa00bfdaa17f626652091dda773b15d 100644 (file)
@@ -1,65 +1,22 @@
-This is my little contribution to the bacula community and the 
-best backup software (http://www.bacula.org).
+== Bacula-Web ==
 
-Juan Luis Francés Jiménez  (bacula_list [at] veloxia.com)
+Bacula-Web is a web based tool written in PHP that provide you a summarized view of your bacula's backup infrastructure. 
+It obtain his information from your bacula catalog's database.
 
-News and bugs: http://indpnday.com/bacula_stuff/bacula-web/mantisbt/login_page.php
+For more informations on system requirements, installation and configuration, please the official project site
+http://bacula-web.dflc.ch
 
-REQUIREMENTS:
-**************
-        
-        - Web server    (Tested with apache)
-        - PHP                   (Tested with php.4.3.4)
-                - Gettext       (Optional)
-                - GD 2.x
-                - TrueType (optional)
-                - Pear DB (http://pear.php.net/package/DB)
-                - MySQL or PostgreSQL (SQLite is not supported)
-                - Sessions
-        - If you use PostgreSQL
-                - dbsize contrib package
-        - Bacula (Oh!, yes, you need this ;-) ) http://www.bacula.org
+This is my little contribution to the bacula community and the best open source backup software Bacula (http://www.bacula.org).
 
-                
-INSTALL
-*******
-- Copy this distribution to root directory or a subdirectory of your webroot.
-- Edit configs/bacula.conf with your preferences
-- Run "test.php" from your browser.
-- You need to turn on the short_open_tag option in php.ini
+== License ==
 
+Bacula-Web is released under the terms of the GPL license v2
+The file COPYING contain the full text of the GNU GPL version 2 for details.
 
-NOTES
-*****
-- Best resolution: 1024x768
-- Best viewed with Firefox.
-- Tested with Microsoft Explorer.
-- Restart web server if language changes isn't showing itself.
+== Contact ==
 
-KNOWN BUGS
-**********
-- In Pie graphs, the margins don't work. It is a phplot bug.
-- The total elapsed time "calculation" is rudimentary. If you have 2 or more concurrency jobs this is not real.
+Original developer: 
+Juan Luis Francés (bacula_list AT veloxia dot com)
 
-Send your bugs at this link: http://indpnday.com/bacula_stuff/bacula-web/mantisbt/login_page.php
-
-TEMPLATES
-*********
-- In this version you will have to edit code pages (*.php) to show diferent templates.
-- Bacula-web needs a good designer!!! ;-)
-
-TRANSLATIONS
-************
-- Edit "messages.po" and send me, please, with your LANGUAGE code.
-
-- You can extract strings with this command: 
-$ ./tsmarty2c.php templates > lang.c
-$ xgettext lang.c
-- Now you must have this file: messages.po
-- Edit and send me, please.
-
-
-PS: Feel free to make improvements to the code. All suggestions are welcome.
-
-
-Bacula®is a registered trademark of Kern Sibbald and John Walker
+Official maintener:
+Davide Franco (bacula-dev AT dflc dot ch)