Flowdock
module
Importance_2
Ruby latest stable (v2_5_5) - 0 notes

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

CSS2 RDoc HTML template

This is a template for RDoc that uses XHTML 1.0 Strict and dictates a bit more of the appearance of the output to cascading stylesheets than the default. It was designed for clean inline code display, and uses DHTMl to toggle the visbility of each method’s source with each click on the ‘[source]’ link.

Frameless basically is the html template without frames.

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright © 2002, 2003 The FaerieMUD Consortium. Some rights reserved.

This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

Constants

FRAMELESS = true

FONTS = RDoc::Generator::HTML::HTML::FONTS

STYLE = RDoc::Generator::HTML::HTML::STYLE

HEADER = RDoc::Generator::HTML::HTML::HEADER

FOOTER = <<-EOF


Files


Classes


Methods

EOF

FILE_PAGE = RDoc::Generator::HTML::HTML::FILE_PAGE

CLASS_PAGE = RDoc::Generator::HTML::HTML::CLASS_PAGE

METHOD_LIST = RDoc::Generator::HTML::HTML::METHOD_LIST

BODY = HEADER + %{ <%= template_include %>

} + METHOD_LIST + %{
} + FOOTER

SRC_PAGE = RDoc::Generator::HTML::HTML::SRC_PAGE

FR_INDEX_BODY = RDoc::Generator::HTML::HTML::FR_INDEX_BODY

FILE_INDEX = RDoc::Generator::HTML::HTML::FILE_INDEX

CLASS_INDEX = RDoc::Generator::HTML::HTML::CLASS_INDEX

METHOD_INDEX = RDoc::Generator::HTML::HTML::METHOD_INDEX

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.