SLiMSuite REST Server


Links
REST Home
EdwardsLab Homepage
EdwardsLab Blog
SLiMSuite Blog
SLiMSuite
Webservers
Genomes
REST Pages
REST Status
REST Help
REST Tools
REST Alias Data
REST API
REST News
REST Sitemap

RJE_HTML V0.3.2

Module for generating HTML

Module: RJE_HTML
Description: Module for generating HTML
Version: 0.3.2
Last Edit: 28/04/20

Copyright © 2010 Richard J. Edwards - See source code for GNU License Notice


Imported modules: rje rje_zen


See SLiMSuite Blog for further documentation. See rje for general commands.

Function

This module is primarily for general methods for making HTML pages for other modules.

Commandline

stylesheets=LIST : List of CSS files to use ['http://www.slimsuite.unsw.edu.au/stylesheets/slimhtml.css']
tabber=FILE : Tabber javascript file location ['tabber.js']
border=X : Border setting for tables [0]
nobots=T/F : Whether to add code to avoid Google Bots [True]
analytics=X : Google Analytics code to use with pages []
javascript=PATH : Path to javascript files for tabs etc. ['http://www.slimsuite.unsw.edu.au/javascript/']
jscripts=LIST : List of javascript files to load ['stupidtable.js?dev']
keywords=LIST : List of keywords to put in page metadata []
title=X : Default title for HTML page []
copyright=X : Copyright statement for page ['RJ Edwards 2015']

See also rje.py generic commandline options.

History Module Version History

    # 0.0 - Initial Compilation.
    # 0.1 - Added additional commandline options, including Google Analytics
    # 0.2.0 - Added delimited text to HTML table conversion.
    # 0.2.1 - Updated default CSS to http://www.slimsuite.unsw.edu.au/stylesheets/slimhtml.css.
    # 0.3.0 - Added optional loading of javascript files and stupidtable.js?dev default.
    # 0.3.1 - Started updated formatting for Python3 compatibility.
    # 0.3.2 - Fixed formatting for Python 2.6 back compatibility for servers.

© 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au.