Function File: options = get_html_options (project_name)

Returns a structure containing design options for various project web sites.

Given a string project_name, the function returns a structure containing various types of information for generating web pages for the specified project. Currently, the accepted values of project_name are

"octave-forge"

Design corresponding to the pages at http://octave.sf.net.

"octave"

Design corresponding to the pages at http://octave.org. The pages are meant to be processed with the m4 preprocessor, using the macros for the site.

See also: generate_package_html, html_help_text.

Package: generate_html