module rss.rss_flask

Short summary

module pyrsslocal.rss.rss_flask

Uses Flask to build pages.

source on GitHub

Functions

function

truncated documentation

get_js

Serves static files.

get_resource

Serves static files.

internal_error

Intercepts an error.

main_page

Serves the main page.

not_found

Intercepts an error.

url_logging

Serves static files.

Documentation

Uses Flask to build pages.

source on GitHub

pyrsslocal.rss.rss_flask.get_js(path)

Serves static files.

Parameters:

path – relative path

Returns:

content

source on GitHub

pyrsslocal.rss.rss_flask.get_resource(path)

Serves static files.

Parameters:

path – relative path

Returns:

content

source on GitHub

pyrsslocal.rss.rss_flask.internal_error(error)

Intercepts an error.

source on GitHub

pyrsslocal.rss.rss_flask.main_page()

Serves the main page.

source on GitHub

pyrsslocal.rss.rss_flask.not_found(error)

Intercepts an error.

source on GitHub

pyrsslocal.rss.rss_flask.url_logging(path)

Serves static files.

Parameters:

path – relative path

Returns:

content

source on GitHub