instrumentation: add next-share/
[cs-p2p-next.git] / instrumentation / next-share / BaseLib / Plugin / defs.py
1 # Written by Arno Bakker
2 # see LICENSE.txt for license information
3
4 URLPATH_CONTENT_PREFIX = '/content'
5 URLPATH_TORRENT_POSTFIX = '.tstream'
6 URLPATH_NSMETA_POSTFIX = '.xml'
7 URLPATH_THUMBNAIL_POSTFIX = '/thumbnail'
8 URLPATH_HITS_PREFIX = '/hits'
9 URLPATH_SEARCH_PREFIX = '/search'
10 URLPATH_WEBIF_PREFIX = '/webUI'
11
12 # After this time the ATOM feed URL and all links are no longer valid.
13 HITS_TIMEOUT = 1800.0
14