]> git.phdru.name Git - m_librarian.git/blobdiff - sample/m_librarian.conf
Rename sample/m_librarian.conf -> m_librarian.conf.sample
[m_librarian.git] / sample / m_librarian.conf
diff --git a/sample/m_librarian.conf b/sample/m_librarian.conf
deleted file mode 100644 (file)
index 9cbf395..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-[database]
-; DB URI syntax examples:
-
-; URI = mysql://host/database?debug=1
-; URI = mysql://user:password@host/database
-; URI = postgres:///full/path/to/socket/database
-; URI = postgres://host:5432/database
-; URI = postgres://user@host/database?debug=&cache=
-; URI = sqlite:///full/path/to/database
-; URI = sqlite:/C:/full/path/to/database
-
-[library]
-path = /var/lib/LRE_Flibusta
-
-[filters]
-# Space-separated list of language codes
-lang = ru en
-
-# Show/hide deleted books; 0 - hide, 1 - show
-deleted = 0
-
-# Default value to use filters in search forms
-use_in_search_forms = 1
-
-# Use filters in lists of books
-use_in_books_list = 1
-
-[columns]
-# Full list of author columns:
-# columns = surname name misc_name fullname count
-# Default column is fullname
-author = fullname count
-# Full list of book columns:
-# columns = title series ser_no archive file size lib_id deleted date
-# Default column is just title
-book = ser_no title
-
-[download]
-# Download formats:
-# %a - author (one of)
-# %e - file extension
-# %f - file name in archive
-# %G - genre (one of), name
-# %g - genre (one of), title
-# %l - language
-# %n - series number (or 0)
-# %s - series
-# %t - title
-# Examples:
-# format = %f (this is the default)
-# format = %a/%s/%n %t
-
-# Directory to download books to
-path = /tmp