]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add documentation about new tpl usage
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 23 Dec 2007 19:04:01 +0000 (19:04 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 23 Dec 2007 19:04:01 +0000 (19:04 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6117 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL
gui/bweb/install_bweb
gui/bweb/technotes-2.3

index cbc4550d1197f1566b7c57114e9eb8914f0aed1f..bad331eca77f6da6edf8feda3f99df2ab62ff524 100644 (file)
@@ -45,12 +45,12 @@ Bweb works well with 1.39 release or later.
  # get a config file
  mkdir -m 755 /etc/bacula
  chown root:bacula /etc/bacula
- echo '$VAR1 = { template_dir => "/usr/share/bweb/tpl" };' > /etc/bacula/bweb.conf
+ echo '$VAR1 = { template_dir => "/usr/share/bweb/en/tpl" };' > /etc/bacula/bweb.conf
  chown www-data /etc/bacula/bweb.conf
 
  # copy the bweb template file
  mkdir -p /usr/share/bweb/tpl
- install -m 644 -o root -g root  bweb/tpl/*.tpl /usr/share/bweb/tpl
+ install -m 644 -o root -g root  bweb/lang/en/tpl/*.tpl /usr/share/bweb/en/tpl
 
  # copy the bweb graphics elements (bweb elements must reside in /bweb)
  mkdir /var/www/bweb
@@ -64,7 +64,7 @@ Bweb works well with 1.39 release or later.
 
 ################ USE FRENCH VERSION ############################
 
-Simply use lang/fr/tpl/*.tpl files instead of tpl/*.tpl
+Simply use lang/fr/tpl/*.tpl files instead of lang/en/tpl/*.tpl
 
 ################ INSTALL PERL LIBRARY ##########################
 
@@ -170,7 +170,7 @@ $VAR1 = bless( {
        }, 'Bweb::Autochanger' )
    },
   'password' => 'xxx',
-  'template_dir' => '/usr/share/bweb/tpl',
+  'template_dir' => '/usr/share/bweb/en/tpl',
   'dbi' => 'DBI:mysql:database=bacula',
   'error' => '',
   'debug' => 0,
index 02fd82eabbc194529932447229ea442075e8b837..97daef2e39359982f03603ca0e61eb709e90efca 100755 (executable)
@@ -90,7 +90,7 @@ cat > ${CONF_DIR}/bweb.conf <<END_OF_DATA
        }, 'Bweb::Autochanger' )
    },
   'password' => '${DB_PW}',
-  'template_dir' => '${SHARE_DIR}/bweb/tpl',
+  'template_dir' => '${SHARE_DIR}/bweb/en/tpl',
   'dbi' => 'DBI:mysql:database=bacula',
   'error' => '',
   'debug' => 0,
@@ -103,10 +103,10 @@ fi
 chown ${HTTP_USER} ${CONF_DIR}/bweb.conf
 
 # copy the bweb template file
-if [ ! -d ${SHARE_DIR}/bweb/tpl ] ; then
-   mkdir -p ${SHARE_DIR}/bweb/tpl
+if [ ! -d ${SHARE_DIR}/bweb/en/tpl ] ; then
+   mkdir -p ${SHARE_DIR}/bweb/en/tpl
 fi
-install -m 644 -o root -g root  tpl/*.tpl ${SHARE_DIR}/bweb/tpl
+install -m 644 -o root -g root  lang/en/tpl/*.tpl ${SHARE_DIR}/bweb/en/tpl
 
 # copy the bweb graphics elements (bweb elements must reside in /bweb)
 if [ ! -d ${WEB_DIR} ] ; then
@@ -125,7 +125,7 @@ echo "  something like :"
 echo "   root# mysql bacula < script/bweb-mysql.sql"
 echo "  or"
 echo "   postgres# echo 'CREATE PROCEDURAL LANGUAGE plpgsql;' | psql bacula"
-echo "   postgres# psql -U bacula -P passwd < script/bweb/bweb-postgresql.sql"
+echo "   postgres# psql -U bacula bacula < script/bweb/bweb-postgresql.sql"
 echo " "
 
 # done !
index eaf981a28b4b1b17071a163da59618d5dcc4aa24..3c1cafb68a4d64100e44c5782a79f2089674df9f 100644 (file)
@@ -1,3 +1,7 @@
+23Dec07
+ebl  WARNING: now, bweb/tpl contains main tpl files
+     for english version, you have to use bweb/lang/en/tpl
+
 21Dec07
 ebl  Use main tpl for editing, and use scripts to
      generate other lang.