[Abtlinux-svn] SF.net SVN: abtlinux: [97] src/trunk
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2006-05-18 14:11:26
|
Revision: 97 Author: eschabell Date: 2006-05-18 07:11:12 -0700 (Thu, 18 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=97&view=rev Log Message: ----------- Added InstallPackage class placeholder and generated docs. Modified Paths: -------------- src/trunk/doc/created.rid src/trunk/doc/fr_class_index.html src/trunk/doc/fr_file_index.html src/trunk/docGen.sh Added Paths: ----------- src/trunk/InstallPackage.rb src/trunk/doc/classes/InstallPackage.html src/trunk/doc/dot/f_1.dot src/trunk/doc/dot/f_1.png src/trunk/doc/files/InstallPackage_rb.html Added: src/trunk/InstallPackage.rb =================================================================== --- src/trunk/InstallPackage.rb (rev 0) +++ src/trunk/InstallPackage.rb 2006-05-18 14:11:12 UTC (rev 97) @@ -0,0 +1,36 @@ +#!/usr/bin/ruby -w + +## +# InstallPackage.rb +# +# InstallPackage class provides for installation of AbTLinux packages. +# +# Created by Eric D. Schabell <er...@ab...> +# Copyright 2006, GPL. +# +# This file is part of AbTLinux. +# +# AbTLinux is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# AbTLinux is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# AbTLinux; if not, write to the Free Software Foundation, Inc., 51 Franklin +# St, Fifth Floor, Boston, MA 02110-1301 USA +## + +class InstallPackage < Package + + protected + + private + + public + +end Added: src/trunk/doc/classes/InstallPackage.html =================================================================== --- src/trunk/doc/classes/InstallPackage.html (rev 0) +++ src/trunk/doc/classes/InstallPackage.html 2006-05-18 14:11:12 UTC (rev 97) @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <title>Class: InstallPackage</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> + + <script language="JavaScript" type="text/javascript"> + // <![CDATA[ + + function toggleSource( id ) + { + var elem + var link + + if( document.getElementById ) + { + elem = document.getElementById( id ) + link = document.getElementById( "l_" + id ) + } + else if ( document.all ) + { + elem = eval( "document.all." + id ) + link = eval( "document.all.l_" + id ) + } + else + return false; + + if( elem.style.display == "block" ) + { + elem.style.display = "none" + link.innerHTML = "show source" + } + else + { + elem.style.display = "block" + link.innerHTML = "hide source" + } + } + + function openCode( url ) + { + window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" ) + } + // ]]> + </script> + </head> + + <body> + <table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr> + <td class="file-title"><span class="file-title-prefix">Class</span><br />InstallPackage</td> + <td align="right"> + <table cellspacing=0 cellpadding=2> + <tr valign="top"> + <td>In:</td> + <td> +<a href="../files/InstallPackage_rb.html">InstallPackage.rb</a> + </td> + </tr> + <tr> + <td>Parent:</td> + <td> + <a href="Package.html"> +Package + </a> + </td> + </tr> + </table> + </td> + </tr> + </table> + <!-- banner header --> + + <div id="bodyContent"> + <div id="content"> + <table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center"> + <map id="map" name="map"> + <area shape="RECT" coords="29,104,127,152" href="InstallPackage.html" alt="InstallPackage"> + <area shape="RECT" coords="42,8,114,56" href="Package.html" alt="Package"> +</map> +<img src="../dot/f_1.png" usemap="#map" border=0 alt="TopLevel"> + </td></tr></table> + + <div class="description"><p> +InstallPackage.rb +</p> +<p> +<a href="InstallPackage.html">InstallPackage</a> class provides for +installation of AbTLinux packages. +</p> +<p> +Created by Eric D. Schabell <er...@ab...> Copyright 2006, GPL. +</p> +<p> +This file is part of AbTLinux. +</p> +<p> +AbTLinux is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your option) +any later version. +</p> +<p> +AbTLinux is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +details. +</p> +<p> +You should have received a copy of the GNU General Public License along +with AbTLinux; if not, write to the Free Software Foundation, Inc., 51 +Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +</p> +</div> + + + + + + + + + +</div> + + </div> + + </body> +</html> \ No newline at end of file Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-18 09:22:05 UTC (rev 96) +++ src/trunk/doc/created.rid 2006-05-18 14:11:12 UTC (rev 97) @@ -1 +1 @@ -Thu May 18 11:19:38 CEST 2006 +Thu May 18 16:09:46 CEST 2006 Added: src/trunk/doc/dot/f_1.dot =================================================================== --- src/trunk/doc/dot/f_1.dot (rev 0) +++ src/trunk/doc/dot/f_1.dot 2006-05-18 14:11:12 UTC (rev 97) @@ -0,0 +1,38 @@ +digraph TopLevel { + compound = true + bgcolor = lightcyan1 + fontname = Arial + fontsize = 8 + label = "InstallPackage.rb" + node [ + fontname = Arial, + fontsize = 8, + color = black + ] + + subgraph cluster_2 { + fontname = Arial + color = red + label = "InstallPackage.rb" + InstallPackage [ + fontcolor = black, + URL = "classes/InstallPackage.html", + shape = ellipse, + color = palegoldenrod, + style = filled, + label = "InstallPackage" + ] + + } + + Package [ + URL = "classes/Package.html", + label = "Package" + ] + + Package -> InstallPackage [ + + ] + +} + Added: src/trunk/doc/dot/f_1.png =================================================================== (Binary files differ) Property changes on: src/trunk/doc/dot/f_1.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: src/trunk/doc/files/InstallPackage_rb.html =================================================================== --- src/trunk/doc/files/InstallPackage_rb.html (rev 0) +++ src/trunk/doc/files/InstallPackage_rb.html 2006-05-18 14:11:12 UTC (rev 97) @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <title>File: InstallPackage.rb</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> + + <script language="JavaScript" type="text/javascript"> + // <![CDATA[ + + function toggleSource( id ) + { + var elem + var link + + if( document.getElementById ) + { + elem = document.getElementById( id ) + link = document.getElementById( "l_" + id ) + } + else if ( document.all ) + { + elem = eval( "document.all." + id ) + link = eval( "document.all.l_" + id ) + } + else + return false; + + if( elem.style.display == "block" ) + { + elem.style.display = "none" + link.innerHTML = "show source" + } + else + { + elem.style.display = "block" + link.innerHTML = "hide source" + } + } + + function openCode( url ) + { + window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" ) + } + // ]]> + </script> + </head> + + <body> + <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'> + <tr><td> + <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr> + <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />InstallPackage.rb</td> + <td align="right"> + <table border='0' cellspacing="0" cellpadding="2"> + <tr> + <td>Path:</td> + <td>InstallPackage.rb + </td> + </tr> + <tr> + <td>Modified:</td> + <td>Thu May 18 16:08:07 CEST 2006</td> + </tr> + </table> + </td></tr> + </table> + </td></tr> +</table><br> + <!-- banner header --> + + <div id="bodyContent"> + <div id="content"> + <table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center"> + <map id="map" name="map"> + <area shape="RECT" coords="29,104,127,152" href="../classes/InstallPackage.html" alt="InstallPackage"> + <area shape="RECT" coords="42,8,114,56" href="../classes/Package.html" alt="Package"> +</map> +<img src="../dot/f_1.png" usemap="#map" border=0 alt="TopLevel"> + </td></tr></table> + + <div class="description"><p> +InstallPackage.rb +</p> +<p> +<a href="../classes/InstallPackage.html">InstallPackage</a> class provides +for installation of AbTLinux packages. +</p> +<p> +Created by Eric D. Schabell <er...@ab...> Copyright 2006, GPL. +</p> +<p> +This file is part of AbTLinux. +</p> +<p> +AbTLinux is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your option) +any later version. +</p> +<p> +AbTLinux is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +details. +</p> +<p> +You should have received a copy of the GNU General Public License along +with AbTLinux; if not, write to the Free Software Foundation, Inc., 51 +Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +</p> +</div> + + + + + + + + + +</div> + + </div> + + </body> +</html> \ No newline at end of file Modified: src/trunk/doc/fr_class_index.html =================================================================== --- src/trunk/doc/fr_class_index.html 2006-05-18 09:22:05 UTC (rev 96) +++ src/trunk/doc/fr_class_index.html 2006-05-18 14:11:12 UTC (rev 97) @@ -41,6 +41,7 @@ <body> <div class="banner">Classes</div> <div class="entries"> +<a href="classes/InstallPackage.html">InstallPackage</a><br> <a href="classes/Package.html">Package</a><br> </div> </body></html> \ No newline at end of file Modified: src/trunk/doc/fr_file_index.html =================================================================== --- src/trunk/doc/fr_file_index.html 2006-05-18 09:22:05 UTC (rev 96) +++ src/trunk/doc/fr_file_index.html 2006-05-18 14:11:12 UTC (rev 97) @@ -41,6 +41,7 @@ <body> <div class="banner">Files</div> <div class="entries"> +<a href="files/InstallPackage_rb.html">InstallPackage.rb</a><br> <a href="files/Package_rb.html">Package.rb</a><br> </div> </body></html> \ No newline at end of file Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-18 09:22:05 UTC (rev 96) +++ src/trunk/docGen.sh 2006-05-18 14:11:12 UTC (rev 97) @@ -15,8 +15,8 @@ # REVISION: --- #=============================================================================== -FILES=Package.rb -TEMPLATE=./abtTemplate.rb +FILES="Package.rb InstallPackage.rb"; +TEMPLATE="./abtTemplate.rb"; # run the actual doc generation. rdoc --diagram \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |