# url(r'^hello$', hello_resource, {'emitter_format': 'json'}),
# url(r'^hello\.(?P<emitter_format>.+)$', hello_resource),
# url(r'^hello$', hello_resource, {'emitter_format': 'json'}),
# url(r'^hello\.(?P<emitter_format>.+)$', hello_resource),
# Toolbar
url(r'^toolbar/buttons$', toolbar_buttons, {'emitter_format': 'json'},
name="toolbar_buttons"
# Toolbar
url(r'^toolbar/buttons$', toolbar_buttons, {'emitter_format': 'json'},
name="toolbar_buttons"
# XML
url(urlpath(r'documents', DOC, 'text', format=False),
# XML
url(urlpath(r'documents', DOC, 'text', format=False),
name="doctext_view"),
# HTML
url(urlpath(r'documents', DOC, 'html', format=False),
name="doctext_view"),
# HTML
url(urlpath(r'documents', DOC, 'html', format=False),