+ url(r'^editor/$', 'explorer.views.file_list', name='editor_base'),
+
+ # url(r'^editor/'+PATH_SEC+'/split$', 'explorer.views.split_text'),
+ # url(r'^editor/'+PATH_SEC+'/split-success',
+ # 'explorer.views.split_success', name='split-success'),
+
+ # url(r'^editor/'+PATH_SEC+'/print/html$', 'explorer.views.print_html'),
+ # url(r'^editor/'+PATH_SEC+'/print/xml$', 'explorer.views.print_xml'),
+
+ url(r'^file/(?P<docid>[^/]+)/print$', 'explorer.views.print_html', name="file_print"),
+ # Task managment
+ # url(r'^manager/pull-requests$', 'explorer.views.pull_requests'),