From 39203f3c71d3f08597acc7de80743ebc30b5860e Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 29 Jun 2004 08:35:25 +0000 Subject: [PATCH] moved to "french" directory --- .../french_unimarc_standard_systemprefs.sql | 22 ------------------- .../french_unimarc_standard_systemprefs.txt | 1 - 2 files changed, 23 deletions(-) delete mode 100644 misc/sql-datas/french_unimarc_standard_systemprefs.sql delete mode 100644 misc/sql-datas/french_unimarc_standard_systemprefs.txt diff --git a/misc/sql-datas/french_unimarc_standard_systemprefs.sql b/misc/sql-datas/french_unimarc_standard_systemprefs.sql deleted file mode 100644 index 4b56b55e6b..0000000000 --- a/misc/sql-datas/french_unimarc_standard_systemprefs.sql +++ /dev/null @@ -1,22 +0,0 @@ -TRUNCATE systempreferences; -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('template', 'default', 'Preference order for intranet interface templates', NULL, 'Themes'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('autoBarcode', '0', 'Barcode is auto-calculated', NULL, 'YesNo'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('acquisitions', 'normal', 'Normal, budget-based acquisitions, or Simple bibliographic-data acquisitions', 'simple|normal', 'Choice'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('autoMemberNum', '0', 'Member number is auto-calculated', NULL, 'YesNo'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('authoritysep', '--', 'the separator used in authority/thesaurus. Usually --', '10', 'free'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('opaclanguages', 'fr', 'Set the preferred order for translations. The top language will be tried first.', NULL, 'Languages'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('opacthemes', 'css', 'Set the preferred order for themes. The top theme will be tried first.', NULL, 'Themes'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('timeout', '120000000', 'Inactivity timeout for cookies authentication (in seconds)', NULL, 'Integer'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('marc', 'ON', 'Turn on MARC support', NULL, 'YesNo'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('marcflavour', 'UNIMARC', 'your MARC flavor (MARC21 or UNIMARC) used for character encoding', 'MARC21|UNIMARC', 'Choice'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('checkdigit', 'none', 'Validity checks on membership number: none or "Katipo" style checks', 'none|katipo', 'Choice'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('dateformat', 'metric', 'date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy/mm/dd)', 'metric|us|iso', 'Choice'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('insecure', 'no', 'If YES, no auth at all is needed. Be careful if you set this to yes!', NULL, 'YesNo'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('maxoutstanding', '5', 'maximum amount withstanding to be able make reserves', NULL, 'Integer'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('maxreserves', '5', 'maximum number of reserves a member can make', NULL, 'Integer'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('noissuescharge', '5', 'maximum amount withstanding to be able to check out an item', NULL, 'Integer'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('KohaAdminEmailAddress', 'your.mail@here', 'the email address where borrowers modifs are sent', NULL, 'free'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('gist', '0.196', 'the gist rate. NOT in %, but in numeric form (0.12 for 12%)', NULL, 'free'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('LibraryName', 'Bienvenue dans Koha', 'Library name as shown on main opac page', NULL, ''); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('ldapserver', '', 'your ldap server', NULL, 'free'); -INSERT INTO systempreferences (variable, value, explanation, options, type) VALUES ('ldapinfos', '', 'ldap info. The ldap will be used in dn : uid=xxx, ', NULL, 'free'); \ No newline at end of file diff --git a/misc/sql-datas/french_unimarc_standard_systemprefs.txt b/misc/sql-datas/french_unimarc_standard_systemprefs.txt deleted file mode 100644 index 853a4f24b1..0000000000 --- a/misc/sql-datas/french_unimarc_standard_systemprefs.txt +++ /dev/null @@ -1 +0,0 @@ -This file contains systemprefs for french UNIMARC standard setup \ No newline at end of file -- 2.39.2