Remove no longer user CS tweaks

This commit is contained in:
Kovid Goyal 2017-04-07 09:41:59 +05:30
parent 814cf18c69
commit 374e5a2714
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 0 additions and 13 deletions

View File

@ -350,9 +350,6 @@ sony_collection_sorting_rules = []
# a book' are added when copying books to another library # a book' are added when copying books to another library
add_new_book_tags_when_importing_books = False add_new_book_tags_when_importing_books = False
#: Set the maximum number of tags to show per book in the Content server
max_content_server_tags_shown=5
#: Set custom metadata fields that the Content server will or will not display. #: Set custom metadata fields that the Content server will or will not display.
# content_server_will_display is a list of custom fields to be displayed. # content_server_will_display is a list of custom fields to be displayed.
# content_server_wont_display is a list of custom fields not to be displayed. # content_server_wont_display is a list of custom fields not to be displayed.
@ -457,14 +454,6 @@ maximum_cover_size = (1650, 2200)
# the files will be sent to the location with the most free space. # the files will be sent to the location with the most free space.
send_news_to_device_location = "main" send_news_to_device_location = "main"
#: What interfaces should the Content server listen on
# By default, the calibre Content server listens on '0.0.0.0' which means that it
# accepts IPv4 connections on all interfaces. You can change this to, for
# example, '127.0.0.1' to only listen for connections from the local machine, or
# to '::' to listen to all incoming IPv6 and IPv4 connections (this may not
# work on all operating systems)
server_listen_on = '0.0.0.0'
#: Unified toolbar on OS X #: Unified toolbar on OS X
# If you enable this option and restart calibre, the toolbar will be 'unified' # If you enable this option and restart calibre, the toolbar will be 'unified'
# with the titlebar as is normal for OS X applications. However, doing this has # with the titlebar as is normal for OS X applications. However, doing this has

View File

@ -1,5 +1,3 @@
Remove all *content_server_* and server_listen_on tweaks
Rewrite server integration with nginx/apache section Rewrite server integration with nginx/apache section
Remove dependency on cherrypy from download and contribs pages and remove Remove dependency on cherrypy from download and contribs pages and remove