doc/generators/template/html/rio.rb in rio-0.3.9 vs doc/generators/template/html/rio.rb in rio-0.4.0

- old
+ new

@@ -47,10 +47,11 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>%title%</title> <meta http-equiv="Content-Type" content="text/html; charset=%charset%" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> + <meta name="revisit-after" content="5 days"> <link rel="stylesheet" href="%style_url%" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { @@ -494,17 +495,15 @@ --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>%title%</title> <meta http-equiv="Content-Type" content="text/html; charset=%charset%" /> - <meta name="Description" content="Rio is a Ruby I/O convenience class wrapping -much of the functionality -of IO, File and Dir. Rio also uses FileUtils, Tempfile, StringIO, -OpenURI, Net::FTP, Zlib, and CSV to provide similar functionality -using a simple consistent interface. In addition to forwarding the -interfaces provided by IO, File, and Dir to an appropriate object, Rio -provides a 'grande' interface that allows many common application -level I/O and file-system tasks to be expressed succinctly."/> + <meta name="Description" content="Ruby I/O Facilitator. Rio is a facade for +most of the standard ruby classes that deal with I/O; +providing a simple, intuitive, succinct interface to the functionality +provided by IO, File, Dir, Pathname, FileUtils, Tempfile, StringIO, OpenURI +and others. Rio also provides an application level interface which allows many +common I/O idioms to be expressed succinctly."/> </head> <frameset rows="20%, 80%"> <frameset cols="25%,35%,45%"> <frame src="fr_file_index.html" title="Files" name="Files" /> <frame src="fr_class_index.html" name="Classes" />