% -*- 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