X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sample%2Fm_librarian.conf;fp=sample%2Fm_librarian.conf;h=0000000000000000000000000000000000000000;hb=abdd08832ac472551d2af2a894a3230106865a9e;hp=9cbf3950572c5a865d2c3810a02cd0b7f06c7844;hpb=0b2332ea91caea2de3115b873762e71637ab2932;p=m_librarian.git diff --git a/sample/m_librarian.conf b/sample/m_librarian.conf deleted file mode 100644 index 9cbf395..0000000 --- a/sample/m_librarian.conf +++ /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