Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple OPDS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Simple OPDS
Commits
52886546
Commit
52886546
authored
Feb 26, 2017
by
Dmitry Shelepnev
Browse files
Options
Downloads
Patches
Plain Diff
Add .mobi to default extensions
parent
7def637d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sopds/settings.py
+1
-1
1 addition, 1 deletion
sopds/settings.py
with
1 addition
and
1 deletion
sopds/settings.py
+
1
−
1
View file @
52886546
...
...
@@ -164,7 +164,7 @@ CONSTANCE_ADDITIONAL_FIELDS = {
CONSTANCE_CONFIG
=
OrderedDict
([
(
'
SOPDS_LANGUAGE
'
,
(
'
en-US
'
,
_
(
'
Select language
'
),
'
language_select
'
)),
(
'
SOPDS_ROOT_LIB
'
,
(
'
books/
'
,
_
(
'
Absolute path to books collection directory
'
))),
(
'
SOPDS_BOOK_EXTENSIONS
'
,
(
'
.pdf .djvu .fb2 .epub
'
,
_
(
'
List of managed book files extensions
'
))),
(
'
SOPDS_BOOK_EXTENSIONS
'
,
(
'
.pdf .djvu .fb2 .epub
.mobi
'
,
_
(
'
List of managed book files extensions
'
))),
(
'
SOPDS_SCAN_START_DIRECTLY
'
,
(
False
,
_
(
'
Turn once scanning directly
'
))),
(
'
SOPDS_AUTH
'
,
(
True
,
_
(
'
Enable authentication
'
))),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment