Home > freetb4matlab > generate_html > get_html_options.m

get_html_options

PURPOSE ^

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

SYNOPSIS ^

function options = get_html_options (project_name)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{options} =} get_html_options (@var{project_name})
% Returns a structure containing design options for various project web sites.
%
% Given a string @var{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 @var{project_name} are
%
% @table @t
% @item 'octave-forge'
% Design corresponding to the pages at @t{http://octave.sf.net}.
%
% @item 'octave'
% Design corresponding to the pages at @t{http://octave.org}. The pages are
% meant to be processed with the @code{m4} preprocessor, using the macros for
% the site.
%
% @item 'docbrowser'
% Design corresponding to the pages in the documentation browser.
% @end table
% @seealso{generate_package_html, html_help_text}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003