abtlinux-svn Mailing List for ABout Time Linux (AbTLinux) (Page 21)
Status: Alpha
Brought to you by:
eschabell
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(12) |
Apr
(4) |
May
(61) |
Jun
(5) |
Jul
(12) |
Aug
(1) |
Sep
|
Oct
(29) |
Nov
(89) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(4) |
Feb
(33) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(13) |
Jul
(76) |
Aug
(7) |
Sep
(21) |
Oct
|
Nov
|
Dec
(33) |
2008 |
Jan
(32) |
Feb
(24) |
Mar
(17) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(10) |
From: <esc...@us...> - 2006-05-18 09:22:24
|
Revision: 96 Author: eschabell Date: 2006-05-18 02:22:05 -0700 (Thu, 18 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=96&view=rev Log Message: ----------- Pacakge details method updated. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-18 08:37:19 UTC (rev 95) +++ src/trunk/Package.rb 2006-05-18 09:22:05 UTC (rev 96) @@ -42,7 +42,7 @@ ## # Provides all the data needed for this package. # - # <b>RETURNS:</b> <i>hash</i> - Contains all package attributes. + # <b>RETURNS:</b> <i>hash</i> - Contains all package attributes (constants). ## def details end Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-18 08:37:19 UTC (rev 95) +++ src/trunk/doc/classes/Package.html 2006-05-18 09:22:05 UTC (rev 96) @@ -263,7 +263,8 @@ Provides all the data needed for this package. </p> <p> -<b>RETURNS:</b> <em>hash</em> - Contains all package attributes. +<b>RETURNS:</b> <em>hash</em> - Contains all package attributes +(constants). </p> </div> <div class="sourcecode"> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-18 08:37:19 UTC (rev 95) +++ src/trunk/doc/created.rid 2006-05-18 09:22:05 UTC (rev 96) @@ -1 +1 @@ -Thu May 18 10:36:10 CEST 2006 +Thu May 18 11:19:38 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-18 08:37:19 UTC (rev 95) +++ src/trunk/doc/files/Package_rb.html 2006-05-18 09:22:05 UTC (rev 96) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Thu May 18 10:35:55 CEST 2006</td> + <td>Thu May 18 11:19:24 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-18 08:37:30
|
Revision: 95 Author: eschabell Date: 2006-05-18 01:37:19 -0700 (Thu, 18 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=95&view=rev Log Message: ----------- The attributes from Package are actually constants, now so named. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-17 12:30:57 UTC (rev 94) +++ src/trunk/Package.rb 2006-05-18 08:37:19 UTC (rev 95) @@ -29,16 +29,15 @@ ## class Package - + protected private public - attr_reader :name, :version, :srcfile - attr_reader :srcdir, :srcurl, :integrity - attr_reader :url, :licence, :description + attr_reader :NAME, :VERSION, :SRCFILE, :SRCDIR, :SRCURL, :INTEGRITY + attr_reader :URL, :LICENSE, :DESCRIPTION ## # Provides all the data needed for this package. Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-17 12:30:57 UTC (rev 94) +++ src/trunk/doc/classes/Package.html 2006-05-18 08:37:19 UTC (rev 95) @@ -138,63 +138,63 @@ <td class='attr-rw'> [R] </td> - <td class='attr-name'>description</td> + <td class='attr-name'>DESCRIPTION</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>integrity</td> + <td class='attr-name'>INTEGRITY</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>licence</td> + <td class='attr-name'>LICENSE</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>name</td> + <td class='attr-name'>NAME</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>srcdir</td> + <td class='attr-name'>SRCDIR</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>srcfile</td> + <td class='attr-name'>SRCFILE</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>srcurl</td> + <td class='attr-name'>SRCURL</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>url</td> + <td class='attr-name'>URL</td> <td class='attr-desc'></td> </tr> <tr valign='top'> <td class='attr-rw'> [R] </td> - <td class='attr-name'>version</td> + <td class='attr-name'>VERSION</td> <td class='attr-desc'></td> </tr> </table> @@ -218,9 +218,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000004_source')" id="l_M000004_source">show source</a> ]</p> <div id="M000004_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 77</span> -77: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> -78: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 76</span> +76: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +77: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -247,9 +247,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000003_source')" id="l_M000003_source">show source</a> ]</p> <div id="M000003_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 69</span> -69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> -70: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 68</span> +68: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +69: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -270,9 +270,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000001_source')" id="l_M000001_source">show source</a> ]</p> <div id="M000001_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 48</span> -48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> -49: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 47</span> +47: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +48: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -294,9 +294,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show source</a> ]</p> <div id="M000006_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 94</span> -94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> -95: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 93</span> +93: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +94: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -319,9 +319,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000007_source')" id="l_M000007_source">show source</a> ]</p> <div id="M000007_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 102</span> -102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> -103: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 101</span> +101: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +102: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -344,9 +344,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000002_source')" id="l_M000002_source">show source</a> ]</p> <div id="M000002_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 57</span> -57: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> -58: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 56</span> +56: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +57: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -370,9 +370,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000005_source')" id="l_M000005_source">show source</a> ]</p> <div id="M000005_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 86</span> -86: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> -87: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 85</span> +85: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +86: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-17 12:30:57 UTC (rev 94) +++ src/trunk/doc/created.rid 2006-05-18 08:37:19 UTC (rev 95) @@ -1 +1 @@ -Wed May 17 14:25:32 CEST 2006 +Thu May 18 10:36:10 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-17 12:30:57 UTC (rev 94) +++ src/trunk/doc/files/Package_rb.html 2006-05-18 08:37:19 UTC (rev 95) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Wed May 17 14:25:14 CEST 2006</td> + <td>Thu May 18 10:35:55 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-17 12:31:15
|
Revision: 94 Author: eschabell Date: 2006-05-17 05:30:57 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=94&view=rev Log Message: ----------- Added placeholders for protected, private and public methods. Regenerated docs. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-17 11:58:58 UTC (rev 93) +++ src/trunk/Package.rb 2006-05-17 12:30:57 UTC (rev 94) @@ -30,76 +30,76 @@ class Package - attr_reader :name, :version, :srcfile - attr_reader :srcdir, :srcurl, :integrity - attr_reader :url, :licence, :description + protected -protected + private -private + public + + attr_reader :name, :version, :srcfile + attr_reader :srcdir, :srcurl, :integrity + attr_reader :url, :licence, :description + + ## + # Provides all the data needed for this package. + # + # <b>RETURNS:</b> <i>hash</i> - Contains all package attributes. + ## + def details + end + + ## + # Preliminary work will happen here such as downloading the tarball, + # unpacking it, downloading and applying patches. + # + # <b>RETURNS:</b> <i>boolean</i> - True if completes sucessfully, otherwise false. + ## + def pre + end + + ## + # Here we manage the ./configure step (or equivalent). We need to give ./configure + # (or autogen.sh, or whatever) the correct options so files are to be placed later in the + # right directories, so doc files and man pages are all in the same common location, etc. + # Don't forget too that it's here where we interact with the user in case there are optionnal + # dependencies. + # + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. + ## + def configure + end + + ## + # Here is where the actual builing of the software starts, for example running 'make'. + # + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. + ## + def build + end + + ## + # Any actions needed before the installation can occur will happen here, such as creating + # new user accounts, dealing with existing configuration files, etc. + # + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. + ## + def preinstall + end -public + ## + # All files to be installed are installed here. + # + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. + ## + def install + end - ## - # Provides all the data needed for this package. - # - # <b>RETURNS:</b> <i>hash</i> - Contains all package information. - ## - def details - end - - ## - # Preliminary work will happen here such as downloading the tarball, - # unpacking it, downloading and applying patches. - # - # <b>RETURNS:</b> <i>boolean</i> - True if completes sucessfully, otherwise false. - ## - def pre - end + ## + # Last bits of installation. adding the service for automatic start in init.d for example. + # + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. + ## + def post + end - ## - # Here we manage the ./configure step (or equivalent). We need to give ./configure - # (or autogen.sh, or whatever) the correct options so files are to be placed later in the - # right directories, so doc files and man pages are all in the same common location, etc. - # Don't forget too that it's here where we interact with the user in case there are optionnal - # dependencies. - # - # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. - ## - def configure - end - - ## - # Here is where the actual builing of the software starts, for example running 'make'. - # - # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. - ## - def build - end - - ## - # Any actions needed before the installation can occur will happen here, such as creating - # new user accounts, dealing with existing configuration files, etc. - # - # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. - ## - def preinstall - end - - ## - # All files to be installed are installed here. - # - # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. - ## - def install - end - - ## - # Last bits of installation. adding the service for automatic start in init.d for example. - # - # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. - ## - def post - end - end Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-17 11:58:58 UTC (rev 93) +++ src/trunk/doc/classes/Package.html 2006-05-17 12:30:57 UTC (rev 94) @@ -219,8 +219,8 @@ <div id="M000004_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 77</span> -77: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> -78: <span class="ruby-keyword kw">end</span> +77: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +78: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -248,8 +248,8 @@ <div id="M000003_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 69</span> -69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> -70: <span class="ruby-keyword kw">end</span> +69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +70: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -263,7 +263,7 @@ Provides all the data needed for this package. </p> <p> -<b>RETURNS:</b> <em>hash</em> - Contains all package information. +<b>RETURNS:</b> <em>hash</em> - Contains all package attributes. </p> </div> <div class="sourcecode"> @@ -271,8 +271,8 @@ <div id="M000001_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 48</span> -48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> -49: <span class="ruby-keyword kw">end</span> +48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +49: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -295,8 +295,8 @@ <div id="M000006_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 94</span> -94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> -95: <span class="ruby-keyword kw">end</span> +94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +95: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -320,8 +320,8 @@ <div id="M000007_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 102</span> -102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> -103: <span class="ruby-keyword kw">end</span> +102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +103: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -345,8 +345,8 @@ <div id="M000002_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 57</span> -57: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> -58: <span class="ruby-keyword kw">end</span> +57: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +58: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -371,8 +371,8 @@ <div id="M000005_source" class="dyn-source"> <pre> <span class="ruby-comment cmt"># File Package.rb, line 86</span> -86: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> -87: <span class="ruby-keyword kw">end</span> +86: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +87: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-17 11:58:58 UTC (rev 93) +++ src/trunk/doc/created.rid 2006-05-17 12:30:57 UTC (rev 94) @@ -1 +1 @@ -Wed May 17 13:57:45 CEST 2006 +Wed May 17 14:25:32 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-17 11:58:58 UTC (rev 93) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 12:30:57 UTC (rev 94) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Wed May 17 13:57:36 CEST 2006</td> + <td>Wed May 17 14:25:14 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-17 11:59:12
|
Revision: 93 Author: eschabell Date: 2006-05-17 04:58:58 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=93&view=rev Log Message: ----------- Updated Package to include accessors to attributes. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-17 11:48:10 UTC (rev 92) +++ src/trunk/Package.rb 2006-05-17 11:58:58 UTC (rev 93) @@ -30,16 +30,6 @@ class Package - ## - # <b>VARIABEL:</b> name - The name of the software package. - ## - @name - - ## - # <b>VARIABEL:</b> version - The version number of the software package. - ## - @version - attr_reader :name, :version, :srcfile attr_reader :srcdir, :srcurl, :integrity attr_reader :url, :licence, :description Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-17 11:48:10 UTC (rev 92) +++ src/trunk/doc/classes/Package.html 2006-05-17 11:58:58 UTC (rev 93) @@ -218,9 +218,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000004_source')" id="l_M000004_source">show source</a> ]</p> <div id="M000004_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 87</span> -87: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> -88: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 77</span> +77: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +78: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -247,9 +247,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000003_source')" id="l_M000003_source">show source</a> ]</p> <div id="M000003_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 79</span> -79: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> -80: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 69</span> +69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +70: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -270,9 +270,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000001_source')" id="l_M000001_source">show source</a> ]</p> <div id="M000001_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 58</span> -58: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> -59: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 48</span> +48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +49: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -294,9 +294,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show source</a> ]</p> <div id="M000006_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 104</span> -104: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> -105: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 94</span> +94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +95: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -319,9 +319,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000007_source')" id="l_M000007_source">show source</a> ]</p> <div id="M000007_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 112</span> -112: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> -113: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 102</span> +102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +103: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -344,9 +344,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000002_source')" id="l_M000002_source">show source</a> ]</p> <div id="M000002_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 67</span> -67: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> -68: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 57</span> +57: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +58: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -370,9 +370,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000005_source')" id="l_M000005_source">show source</a> ]</p> <div id="M000005_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 96</span> -96: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> -97: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 86</span> +86: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +87: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-17 11:48:10 UTC (rev 92) +++ src/trunk/doc/created.rid 2006-05-17 11:58:58 UTC (rev 93) @@ -1 +1 @@ -Wed May 17 13:44:47 CEST 2006 +Wed May 17 13:57:45 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-17 11:48:10 UTC (rev 92) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 11:58:58 UTC (rev 93) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Wed May 17 13:44:39 CEST 2006</td> + <td>Wed May 17 13:57:36 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-17 11:48:20
|
Revision: 92 Author: eschabell Date: 2006-05-17 04:48:10 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=92&view=rev Log Message: ----------- More attribute stuff. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-17 11:43:24 UTC (rev 91) +++ src/trunk/Package.rb 2006-05-17 11:48:10 UTC (rev 92) @@ -30,6 +30,16 @@ class Package + ## + # <b>VARIABEL:</b> name - The name of the software package. + ## + @name + + ## + # <b>VARIABEL:</b> version - The version number of the software package. + ## + @version + attr_reader :name, :version, :srcfile attr_reader :srcdir, :srcurl, :integrity attr_reader :url, :licence, :description Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-17 11:43:24 UTC (rev 91) +++ src/trunk/doc/classes/Package.html 2006-05-17 11:48:10 UTC (rev 92) @@ -218,9 +218,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000004_source')" id="l_M000004_source">show source</a> ]</p> <div id="M000004_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 77</span> -77: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> -78: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 87</span> +87: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +88: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -247,9 +247,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000003_source')" id="l_M000003_source">show source</a> ]</p> <div id="M000003_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 69</span> -69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> -70: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 79</span> +79: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +80: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -270,9 +270,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000001_source')" id="l_M000001_source">show source</a> ]</p> <div id="M000001_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 48</span> -48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> -49: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 58</span> +58: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +59: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -294,9 +294,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show source</a> ]</p> <div id="M000006_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 94</span> -94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> -95: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 104</span> +104: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +105: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -319,9 +319,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000007_source')" id="l_M000007_source">show source</a> ]</p> <div id="M000007_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 102</span> -102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> -103: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 112</span> +112: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +113: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -344,9 +344,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000002_source')" id="l_M000002_source">show source</a> ]</p> <div id="M000002_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 57</span> -57: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> -58: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 67</span> +67: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +68: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -370,9 +370,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000005_source')" id="l_M000005_source">show source</a> ]</p> <div id="M000005_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 86</span> -86: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> -87: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 96</span> +96: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +97: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-17 11:43:24 UTC (rev 91) +++ src/trunk/doc/created.rid 2006-05-17 11:48:10 UTC (rev 92) @@ -1 +1 @@ -Wed May 17 13:42:15 CEST 2006 +Wed May 17 13:44:47 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-17 11:43:24 UTC (rev 91) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 11:48:10 UTC (rev 92) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Wed May 17 13:42:12 CEST 2006</td> + <td>Wed May 17 13:44:39 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-17 11:43:32
|
Revision: 91 Author: eschabell Date: 2006-05-17 04:43:24 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=91&view=rev Log Message: ----------- Regenerated the documentaion to include attributes. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-17 11:38:05 UTC (rev 90) +++ src/trunk/Package.rb 2006-05-17 11:43:24 UTC (rev 91) @@ -33,7 +33,13 @@ attr_reader :name, :version, :srcfile attr_reader :srcdir, :srcurl, :integrity attr_reader :url, :licence, :description - + +protected + +private + +public + ## # Provides all the data needed for this package. # Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-17 11:38:05 UTC (rev 90) +++ src/trunk/doc/classes/Package.html 2006-05-17 11:43:24 UTC (rev 91) @@ -218,9 +218,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000004_source')" id="l_M000004_source">show source</a> ]</p> <div id="M000004_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 71</span> -71: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> -72: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 77</span> +77: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +78: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -247,9 +247,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000003_source')" id="l_M000003_source">show source</a> ]</p> <div id="M000003_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 63</span> -63: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> -64: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 69</span> +69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +70: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -270,9 +270,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000001_source')" id="l_M000001_source">show source</a> ]</p> <div id="M000001_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 42</span> -42: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> -43: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 48</span> +48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +49: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -294,9 +294,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show source</a> ]</p> <div id="M000006_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 88</span> -88: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> -89: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 94</span> +94: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +95: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -319,9 +319,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000007_source')" id="l_M000007_source">show source</a> ]</p> <div id="M000007_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 96</span> -96: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> -97: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 102</span> +102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +103: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -344,9 +344,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000002_source')" id="l_M000002_source">show source</a> ]</p> <div id="M000002_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 51</span> -51: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> -52: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 57</span> +57: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +58: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -370,9 +370,9 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000005_source')" id="l_M000005_source">show source</a> ]</p> <div id="M000005_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 80</span> -80: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> -81: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 86</span> +86: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +87: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-17 11:38:05 UTC (rev 90) +++ src/trunk/doc/created.rid 2006-05-17 11:43:24 UTC (rev 91) @@ -1 +1 @@ -Wed May 17 13:37:16 CEST 2006 +Wed May 17 13:42:15 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-17 11:38:05 UTC (rev 90) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 11:43:24 UTC (rev 91) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Wed May 17 13:37:07 CEST 2006</td> + <td>Wed May 17 13:42:12 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-17 11:38:12
|
Revision: 90 Author: eschabell Date: 2006-05-17 04:38:05 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=90&view=rev Log Message: ----------- Added attributes for Package class. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/files/Package_rb.html Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-17 09:24:27 UTC (rev 89) +++ src/trunk/Package.rb 2006-05-17 11:38:05 UTC (rev 90) @@ -30,19 +30,23 @@ class Package + attr_reader :name, :version, :srcfile + attr_reader :srcdir, :srcurl, :integrity + attr_reader :url, :licence, :description + ## # Provides all the data needed for this package. # - # RETURNS: HASH containing all package information. + # <b>RETURNS:</b> <i>hash</i> - Contains all package information. ## def details end ## - # PREliminary work will happen here such as downloading the tarball, + # Preliminary work will happen here such as downloading the tarball, # unpacking it, downloading and applying patches. # - # RETURNS: boolean True if completes sucessfully, otherwise false. + # <b>RETURNS:</b> <i>boolean</i> - True if completes sucessfully, otherwise false. ## def pre end @@ -54,7 +58,7 @@ # Don't forget too that it's here where we interact with the user in case there are optionnal # dependencies. # - # RETURNS: boolean True if the completes sucessfully, otherwise false. + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. ## def configure end @@ -62,7 +66,7 @@ ## # Here is where the actual builing of the software starts, for example running 'make'. # - # RETURNS: boolean True if the completes sucessfully, otherwise false. + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. ## def build end @@ -71,7 +75,7 @@ # Any actions needed before the installation can occur will happen here, such as creating # new user accounts, dealing with existing configuration files, etc. # - # RETURNS: boolean True if the completes sucessfully, otherwise false. + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. ## def preinstall end @@ -79,7 +83,7 @@ ## # All files to be installed are installed here. # - # RETURNS: boolean True if the completes sucessfully, otherwise false. + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. ## def install end @@ -87,7 +91,7 @@ ## # Last bits of installation. adding the service for automatic start in init.d for example. # - # RETURNS: boolean True if the completes sucessfully, otherwise false. + # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. ## def post end Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-17 09:24:27 UTC (rev 89) +++ src/trunk/doc/classes/Package.html 2006-05-17 11:38:05 UTC (rev 90) @@ -132,6 +132,72 @@ + <div class="sectiontitle">Attributes</div> + <table border='0' cellpadding='5'> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>description</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>integrity</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>licence</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>name</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>srcdir</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>srcfile</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>srcurl</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>url</td> + <td class='attr-desc'></td> + </tr> + <tr valign='top'> + <td class='attr-rw'> +[R] + </td> + <td class='attr-name'>version</td> + <td class='attr-desc'></td> + </tr> + </table> <div class="sectiontitle">Public Instance methods</div> <div class="method"> @@ -144,16 +210,17 @@ running ‘make’. </p> <p> -RETURNS: boolean True if the completes sucessfully, otherwise false. +<b>RETURNS:</b> <em>boolean</em> - True if the completes sucessfully, +otherwise false. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000004_source')" id="l_M000004_source">show source</a> ]</p> <div id="M000004_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 67</span> -67: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> -68: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 71</span> +71: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +72: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -172,16 +239,17 @@ dependencies. </p> <p> -RETURNS: boolean True if the completes sucessfully, otherwise false. +<b>RETURNS:</b> <em>boolean</em> - True if the completes sucessfully, +otherwise false. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000003_source')" id="l_M000003_source">show source</a> ]</p> <div id="M000003_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 59</span> -59: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> -60: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 63</span> +63: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +64: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -195,16 +263,16 @@ Provides all the data needed for this package. </p> <p> -RETURNS: HASH containing all package information. +<b>RETURNS:</b> <em>hash</em> - Contains all package information. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000001_source')" id="l_M000001_source">show source</a> ]</p> <div id="M000001_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 38</span> -38: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> -39: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 42</span> +42: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +43: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -218,16 +286,17 @@ All files to be installed are installed here. </p> <p> -RETURNS: boolean True if the completes sucessfully, otherwise false. +<b>RETURNS:</b> <em>boolean</em> - True if the completes sucessfully, +otherwise false. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show source</a> ]</p> <div id="M000006_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 84</span> -84: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> -85: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 88</span> +88: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +89: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -242,16 +311,17 @@ for example. </p> <p> -RETURNS: boolean True if the completes sucessfully, otherwise false. +<b>RETURNS:</b> <em>boolean</em> - True if the completes sucessfully, +otherwise false. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000007_source')" id="l_M000007_source">show source</a> ]</p> <div id="M000007_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 92</span> -92: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> -93: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 96</span> +96: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +97: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -262,20 +332,21 @@ </div> <div class="description"> <p> -PREliminary work will happen here such as downloading the tarball, +Preliminary work will happen here such as downloading the tarball, unpacking it, downloading and applying patches. </p> <p> -RETURNS: boolean True if completes sucessfully, otherwise false. +<b>RETURNS:</b> <em>boolean</em> - True if completes sucessfully, otherwise +false. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000002_source')" id="l_M000002_source">show source</a> ]</p> <div id="M000002_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 47</span> -47: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> -48: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 51</span> +51: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +52: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -291,16 +362,17 @@ etc. </p> <p> -RETURNS: boolean True if the completes sucessfully, otherwise false. +<b>RETURNS:</b> <em>boolean</em> - True if the completes sucessfully, +otherwise false. </p> </div> <div class="sourcecode"> <p class="source-link">[ <a href="javascript:toggleSource('M000005_source')" id="l_M000005_source">show source</a> ]</p> <div id="M000005_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File Package.rb, line 76</span> -76: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> -77: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File Package.rb, line 80</span> +80: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +81: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-17 09:24:27 UTC (rev 89) +++ src/trunk/doc/created.rid 2006-05-17 11:38:05 UTC (rev 90) @@ -1 +1 @@ -Wed May 17 11:20:59 CEST 2006 +Wed May 17 13:37:16 CEST 2006 Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-17 09:24:27 UTC (rev 89) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 11:38:05 UTC (rev 90) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Wed May 17 11:20:54 CEST 2006</td> + <td>Wed May 17 13:37:07 CEST 2006</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-17 09:24:40
|
Revision: 89 Author: eschabell Date: 2006-05-17 02:24:27 -0700 (Wed, 17 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=89&view=rev Log Message: ----------- Fixed Package.details to reflect return value of HASH instead of an array. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/dot/f_0.png src/trunk/doc/files/Package_rb.html src/trunk/docGen.sh Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/Package.rb 2006-05-17 09:24:27 UTC (rev 89) @@ -33,7 +33,7 @@ ## # Provides all the data needed for this package. # - # RETURNS: array containing the package details. + # RETURNS: HASH containing all package information. ## def details end Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/doc/classes/Package.html 2006-05-17 09:24:27 UTC (rev 89) @@ -76,7 +76,7 @@ <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="28,51,100,99" href="Package.html" alt="Package"> + <area shape="RECT" coords="29,52,101,100" href="Package.html" alt="Package"> </map> <img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> </td></tr></table> @@ -195,7 +195,7 @@ Provides all the data needed for this package. </p> <p> -RETURNS: array containing the package details. +RETURNS: HASH containing all package information. </p> </div> <div class="sourcecode"> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/doc/created.rid 2006-05-17 09:24:27 UTC (rev 89) @@ -1 +1 @@ -Mon May 15 20:22:56 CEST 2006 +Wed May 17 11:20:59 CEST 2006 Modified: src/trunk/doc/dot/f_0.png =================================================================== (Binary files differ) Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/doc/files/Package_rb.html 2006-05-17 09:24:27 UTC (rev 89) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Mon May 15 19:58:57 CEST 2006</td> + <td>Wed May 17 11:20:54 CEST 2006</td> </tr> </table> </td></tr> @@ -76,7 +76,7 @@ <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="28,51,100,99" href="../classes/Package.html" alt="Package"> + <area shape="RECT" coords="29,52,101,100" href="../classes/Package.html" alt="Package"> </map> <img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> </td></tr></table> Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-15 18:24:26 UTC (rev 88) +++ src/trunk/docGen.sh 2006-05-17 09:24:27 UTC (rev 89) @@ -20,12 +20,12 @@ # run the actual doc generation. rdoc --diagram \ - --template $TEMPLATE \ - --fileboxes \ - --inline-source \ - --line-numbers \ - --title "AbTLinux Package Manager API" \ - $FILES + --template $TEMPLATE \ + --fileboxes \ + --inline-source \ + --line-numbers \ + --title "AbTLinux Package Manager API" \ + $FILES # remove old tarball and refresh with new docs. #rm ./doc.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-15 18:24:37
|
Revision: 88 Author: eschabell Date: 2006-05-15 11:24:26 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=88&view=rev Log Message: ----------- Regenerated docs. Modified Paths: -------------- src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/dot/f_0.dot src/trunk/doc/dot/f_0.png src/trunk/doc/files/Package_rb.html src/trunk/docGen.sh Modified: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html 2006-05-15 17:50:40 UTC (rev 87) +++ src/trunk/doc/classes/Package.html 2006-05-15 18:24:26 UTC (rev 88) @@ -76,7 +76,7 @@ <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="9,8,81,56" href="Package.html" alt="Package"> + <area shape="RECT" coords="28,51,100,99" href="Package.html" alt="Package"> </map> <img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> </td></tr></table> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2006-05-15 17:50:40 UTC (rev 87) +++ src/trunk/doc/created.rid 2006-05-15 18:24:26 UTC (rev 88) @@ -1 +1 @@ -Mon May 15 19:45:11 CEST 2006 +Mon May 15 20:22:56 CEST 2006 Modified: src/trunk/doc/dot/f_0.dot =================================================================== --- src/trunk/doc/dot/f_0.dot 2006-05-15 17:50:40 UTC (rev 87) +++ src/trunk/doc/dot/f_0.dot 2006-05-15 18:24:26 UTC (rev 88) @@ -10,14 +10,20 @@ color = black ] - Package [ - fontcolor = black, - URL = "classes/Package.html", - shape = ellipse, - color = palegoldenrod, - style = filled, - label = "Package" - ] + subgraph cluster_1 { + fontname = Arial + color = red + label = "Package.rb" + Package [ + fontcolor = black, + URL = "classes/Package.html", + shape = ellipse, + color = palegoldenrod, + style = filled, + label = "Package" + ] + } + } Modified: src/trunk/doc/dot/f_0.png =================================================================== (Binary files differ) Modified: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html 2006-05-15 17:50:40 UTC (rev 87) +++ src/trunk/doc/files/Package_rb.html 2006-05-15 18:24:26 UTC (rev 88) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Mon May 15 19:41:08 CEST 2006</td> + <td>Mon May 15 19:58:57 CEST 2006</td> </tr> </table> </td></tr> @@ -76,7 +76,7 @@ <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="9,8,81,56" href="../classes/Package.html" alt="Package"> + <area shape="RECT" coords="28,51,100,99" href="../classes/Package.html" alt="Package"> </map> <img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> </td></tr></table> Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-15 17:50:40 UTC (rev 87) +++ src/trunk/docGen.sh 2006-05-15 18:24:26 UTC (rev 88) @@ -18,12 +18,10 @@ FILES=Package.rb TEMPLATE=./abtTemplate.rb -# clean out existing docs directory. -rm -rf ./doc - # run the actual doc generation. rdoc --diagram \ --template $TEMPLATE \ + --fileboxes \ --inline-source \ --line-numbers \ --title "AbTLinux Package Manager API" \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-15 17:50:55
|
Revision: 87 Author: eschabell Date: 2006-05-15 10:50:40 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=87&view=rev Log Message: ----------- Added a template for prettier docs. Updated docGen.sh to use template. Reran doc generation and added to repo so it can be easily hosted. Modified Paths: -------------- src/trunk/docGen.sh Added Paths: ----------- src/trunk/abtTemplate.rb src/trunk/doc/ src/trunk/doc/classes/ src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/dot/ src/trunk/doc/dot/f_0.dot src/trunk/doc/dot/f_0.png src/trunk/doc/files/ src/trunk/doc/files/Package_rb.html src/trunk/doc/fr_class_index.html src/trunk/doc/fr_file_index.html src/trunk/doc/fr_method_index.html src/trunk/doc/index.html src/trunk/doc/rdoc-style.css Added: src/trunk/abtTemplate.rb =================================================================== --- src/trunk/abtTemplate.rb (rev 0) +++ src/trunk/abtTemplate.rb 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,590 @@ +module RDoc +module Page + +FONTS = "\"Bitstream Vera Sans\", Verdana, Arial, Helvetica, sans-serif" + +STYLE = <<CSS +a { + color: #00F; + text-decoration: none; +} + +a:hover { + color: #77F; + text-decoration: underline; +} + +body, td, p { + font-family: %fonts%; + background: #FFF; + color: #000; + margin: 0px; + font-size: small; +} + +#content { + margin: 2em; +} + +#description p { + margin-bottom: 0.5em; +} + +.sectiontitle { + margin-top: 1em; + margin-bottom: 1em; + padding: 0.5em; + padding-left: 2em; + background: #005; + color: #FFF; + font-weight: bold; + border: 1px dotted black; +} + +.attr-rw { + padding-left: 1em; + padding-right: 1em; + text-align: center; + color: #055; +} + +.attr-name { + font-weight: bold; +} + +.attr-desc { +} + +.attr-value { + font-family: monospace; +} + +.file-title-prefix { + font-size: large; +} + +.file-title { + font-size: large; + font-weight: bold; + background: #005; + color: #FFF; +} + +.banner { + background: #005; + color: #FFF; + border: 1px solid black; + padding: 1em; +} + +.banner td { + background: transparent; + color: #FFF; +} + +h1 a, h2 a, .sectiontitle a, .banner a { + color: #FF0; +} + +h1 a:hover, h2 a:hover, .sectiontitle a:hover, .banner a:hover { + color: #FF7; +} + +.dyn-source { + display: none; + background: #FFE; + color: #000; + border: 1px dotted black; + margin: 0.5em 2em 0.5em 2em; + padding: 0.5em; +} + +.dyn-source .cmt { + color: #00F; + font-style: italic; +} + +.dyn-source .kw { + color: #070; + font-weight: bold; +} + +.method { + margin-left: 1em; + margin-right: 1em; + margin-bottom: 1em; +} + +.description pre { + padding: 0.5em; + border: 1px dotted black; + background: #FFE; +} + +.method .title { + font-family: monospace; + font-size: large; + border-bottom: 1px dashed black; + margin-bottom: 0.3em; + padding-bottom: 0.1em; +} + +.method .description, .method .sourcecode { + margin-left: 1em; +} + +.description p, .sourcecode p { + margin-bottom: 0.5em; +} + +.method .sourcecode p.source-link { + text-indent: 0em; + margin-top: 0.5em; +} + +.method .aka { + margin-top: 0.3em; + margin-left: 1em; + font-style: italic; + text-indent: 2em; +} + +h1 { + padding: 1em; + border: 1px solid black; + font-size: x-large; + font-weight: bold; + color: #FFF; + background: #007; +} + +h2 { + padding: 0.5em 1em 0.5em 1em; + border: 1px solid black; + font-size: large; + font-weight: bold; + color: #FFF; + background: #009; +} + +h3, h4, h5, h6 { + padding: 0.2em 1em 0.2em 1em; + border: 1px dashed black; + color: #000; + background: #AAF; +} + +.sourcecode > pre { + padding: 0.5em; + border: 1px dotted black; + background: #FFE; +} + +CSS + +XHTML_PREAMBLE = %{<?xml version="1.0" encoding="%charset%"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +} + +HEADER = XHTML_PREAMBLE + <<ENDHEADER +<html> + <head> + <title>%title%</title> + <meta http-equiv="Content-Type" content="text/html; charset=%charset%" /> + <link rel="stylesheet" href="%style_url%" 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> +ENDHEADER + +FILE_PAGE = <<HTML +<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 />%short_name%</td> + <td align="right"> + <table border='0' cellspacing="0" cellpadding="2"> + <tr> + <td>Path:</td> + <td>%full_path% +IF:cvsurl + (<a href="%cvsurl%">CVS</a>) +ENDIF:cvsurl + </td> + </tr> + <tr> + <td>Modified:</td> + <td>%dtm_modified%</td> + </tr> + </table> + </td></tr> + </table> + </td></tr> +</table><br> +HTML + +################################################################### + +CLASS_PAGE = <<HTML +<table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr> + <td class="file-title"><span class="file-title-prefix">%classmod%</span><br />%full_name%</td> + <td align="right"> + <table cellspacing=0 cellpadding=2> + <tr valign="top"> + <td>In:</td> + <td> +START:infiles +HREF:full_path_url:full_path: +IF:cvsurl + (<a href="%cvsurl%">CVS</a>) +ENDIF:cvsurl +END:infiles + </td> + </tr> +IF:parent + <tr> + <td>Parent:</td> + <td> +IF:par_url + <a href="%par_url%"> +ENDIF:par_url +%parent% +IF:par_url + </a> +ENDIF:par_url + </td> + </tr> +ENDIF:parent + </table> + </td> + </tr> + </table> +HTML + +################################################################### + +METHOD_LIST = <<HTML + <div id="content"> +IF:diagram + <table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center"> + %diagram% + </td></tr></table> +ENDIF:diagram + +IF:description + <div class="description">%description%</div> +ENDIF:description + +IF:requires + <div class="sectiontitle">Required Files</div> + <ul> +START:requires + <li>HREF:aref:name:</li> +END:requires + </ul> +ENDIF:requires + +IF:toc + <div class="sectiontitle">Contents</div> + <ul> +START:toc + <li><a href="#%href%">%secname%</a></li> +END:toc + </ul> +ENDIF:toc + +IF:methods + <div class="sectiontitle">Methods</div> + <ul> +START:methods + <li>HREF:aref:name:</li> +END:methods + </ul> +ENDIF:methods + +IF:includes +<div class="sectiontitle">Included Modules</div> +<ul> +START:includes + <li>HREF:aref:name:</li> +END:includes +</ul> +ENDIF:includes + +START:sections +IF:sectitle +<div class="sectiontitle"><a name="%secsequence%">%sectitle%</a></div> +IF:seccomment +<div class="description"> +%seccomment% +</div> +ENDIF:seccomment +ENDIF:sectitle + +IF:classlist + <div class="sectiontitle">Classes and Modules</div> + %classlist% +ENDIF:classlist + +IF:constants + <div class="sectiontitle">Constants</div> + <table border='0' cellpadding='5'> +START:constants + <tr valign='top'> + <td class="attr-name">%name%</td> + <td>=</td> + <td class="attr-value">%value%</td> + </tr> +IF:desc + <tr valign='top'> + <td> </td> + <td colspan="2" class="attr-desc">%desc%</td> + </tr> +ENDIF:desc +END:constants + </table> +ENDIF:constants + +IF:attributes + <div class="sectiontitle">Attributes</div> + <table border='0' cellpadding='5'> +START:attributes + <tr valign='top'> + <td class='attr-rw'> +IF:rw +[%rw%] +ENDIF:rw + </td> + <td class='attr-name'>%name%</td> + <td class='attr-desc'>%a_desc%</td> + </tr> +END:attributes + </table> +ENDIF:attributes + +IF:method_list +START:method_list +IF:methods +<div class="sectiontitle">%type% %category% methods</div> +START:methods +<div class="method"> + <div class="title"> +IF:callseq + <a name="%aref%"></a><b>%callseq%</b> +ENDIF:callseq +IFNOT:callseq + <a name="%aref%"></a><b>%name%</b>%params% +ENDIF:callseq +IF:codeurl +[ <a href="javascript:openCode('%codeurl%')">source</a> ] +ENDIF:codeurl + </div> +IF:m_desc + <div class="description"> + %m_desc% + </div> +ENDIF:m_desc +IF:aka +<div class="aka"> + This method is also aliased as +START:aka + <a href="%aref%">%name%</a> +END:aka +</div> +ENDIF:aka +IF:sourcecode +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('%aref%_source')" id="l_%aref%_source">show source</a> ]</p> + <div id="%aref%_source" class="dyn-source"> +<pre> +%sourcecode% +</pre> + </div> +</div> +ENDIF:sourcecode +</div> +END:methods +ENDIF:methods +END:method_list +ENDIF:method_list +END:sections +</div> +HTML + +FOOTER = <<ENDFOOTER + </body> +</html> +ENDFOOTER + +BODY = HEADER + <<ENDBODY + !INCLUDE! <!-- banner header --> + + <div id="bodyContent"> + #{METHOD_LIST} + </div> + + #{FOOTER} +ENDBODY + +########################## Source code ########################## + +SRC_PAGE = XHTML_PREAMBLE + <<HTML +<html> +<head><title>%title%</title> +<meta http-equiv="Content-Type" content="text/html; charset=%charset%"> +<style> +.ruby-comment { color: green; font-style: italic } +.ruby-constant { color: #4433aa; font-weight: bold; } +.ruby-identifier { color: #222222; } +.ruby-ivar { color: #2233dd; } +.ruby-keyword { color: #3333FF; font-weight: bold } +.ruby-node { color: #777777; } +.ruby-operator { color: #111111; } +.ruby-regexp { color: #662222; } +.ruby-value { color: #662222; font-style: italic } + .kw { color: #3333FF; font-weight: bold } + .cmt { color: green; font-style: italic } + .str { color: #662222; font-style: italic } + .re { color: #662222; } +</style> +</head> +<body bgcolor="white"> +<pre>%code%</pre> +</body> +</html> +HTML + +########################## Index ################################ + +FR_INDEX_BODY = <<HTML +!INCLUDE! +HTML + +FILE_INDEX = XHTML_PREAMBLE + <<HTML +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=%charset%"> +<style> +<!-- + body { + background-color: #EEE; + font-family: #{FONTS}; + color: #000; + margin: 0px; + } + .banner { + background: #005; + color: #FFF; + padding: 0.2em; + font-size: small; + font-weight: bold; + text-align: center; + } + .entries { + margin: 0.25em 1em 0 1em; + font-size: x-small; + } + a { + color: #00F; + text-decoration: none; + white-space: nowrap; + } + a:hover { + color: #77F; + text-decoration: underline; + } +--> +</style> +<base target="docwin"> +</head> +<body> +<div class="banner">%list_title%</div> +<div class="entries"> +START:entries +<a href="%href%">%name%</a><br> +END:entries +</div> +</body></html> +HTML + +CLASS_INDEX = FILE_INDEX +METHOD_INDEX = FILE_INDEX + +INDEX = XHTML_PREAMBLE + <<HTML +<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%"> +</head> + +<frameset cols="20%,*"> + <frameset rows="15%,35%,50%"> + <frame src="fr_file_index.html" title="Files" name="Files" /> + <frame src="fr_class_index.html" name="Classes" /> + <frame src="fr_method_index.html" name="Methods" /> + </frameset> +IF:inline_source + <frame src="%initial_page%" name="docwin"> +ENDIF:inline_source +IFNOT:inline_source + <frameset rows="80%,20%"> + <frame src="%initial_page%" name="docwin"> + <frame src="blank.html" name="source"> + </frameset> +ENDIF:inline_source + <noframes> + <body bgcolor="white"> + Click <a href="html/index.html">here</a> for a non-frames + version of this page. + </body> + </noframes> +</frameset> + +</html> +HTML + +end +end + Added: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html (rev 0) +++ src/trunk/doc/classes/Package.html 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,313 @@ +<?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: Package</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 />Package</td> + <td align="right"> + <table cellspacing=0 cellpadding=2> + <tr valign="top"> + <td>In:</td> + <td> +<a href="../files/Package_rb.html">Package.rb</a> + </td> + </tr> + <tr> + <td>Parent:</td> + <td> +Object + </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="9,8,81,56" href="Package.html" alt="Package"> +</map> +<img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> + </td></tr></table> + + <div class="description"><p> +Package.rb +</p> +<p> +<a href="Package.html">Package</a> class provides an interface to package +creation within AbTLinux. By inheriting from this class (class Fortune < +<a href="Package.html">Package</a>) one picks up all supported standard +functions for the abt package manager to make use of the new package. +</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 class="sectiontitle">Methods</div> + <ul> + <li><a href="#M000004">build</a></li> + <li><a href="#M000003">configure</a></li> + <li><a href="#M000001">details</a></li> + <li><a href="#M000006">install</a></li> + <li><a href="#M000007">post</a></li> + <li><a href="#M000002">pre</a></li> + <li><a href="#M000005">preinstall</a></li> + </ul> + + + + + + +<div class="sectiontitle">Public Instance methods</div> +<div class="method"> + <div class="title"> + <a name="M000004"></a><b>build</b>() + </div> + <div class="description"> + <p> +Here is where the actual builing of the software starts, for example +running ‘make’. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000004_source')" id="l_M000004_source">show source</a> ]</p> + <div id="M000004_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 67</span> +67: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +68: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +<div class="method"> + <div class="title"> + <a name="M000003"></a><b>configure</b>() + </div> + <div class="description"> + <p> +Here we manage the ./configure step (or equivalent). We need to give +./configure (or autogen.sh, or whatever) the correct options so files are +to be placed later in the right directories, so doc files and man pages are +all in the same common location, etc. Don‘t forget too that +it’s here where we interact with the user in case there are optionnal +dependencies. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000003_source')" id="l_M000003_source">show source</a> ]</p> + <div id="M000003_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 59</span> +59: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +60: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +<div class="method"> + <div class="title"> + <a name="M000001"></a><b>details</b>() + </div> + <div class="description"> + <p> +Provides all the data needed for this package. +</p> +<p> +RETURNS: array containing the package details. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000001_source')" id="l_M000001_source">show source</a> ]</p> + <div id="M000001_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 38</span> +38: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +39: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +<div class="method"> + <div class="title"> + <a name="M000006"></a><b>install</b>() + </div> + <div class="description"> + <p> +All files to be installed are installed here. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000006_source')" id="l_M000006_source">show source</a> ]</p> + <div id="M000006_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 84</span> +84: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +85: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +<div class="method"> + <div class="title"> + <a name="M000007"></a><b>post</b>() + </div> + <div class="description"> + <p> +Last bits of installation. adding the service for automatic start in init.d +for example. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000007_source')" id="l_M000007_source">show source</a> ]</p> + <div id="M000007_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 92</span> +92: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +93: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +<div class="method"> + <div class="title"> + <a name="M000002"></a><b>pre</b>() + </div> + <div class="description"> + <p> +PREliminary work will happen here such as downloading the tarball, +unpacking it, downloading and applying patches. +</p> +<p> +RETURNS: boolean True if completes sucessfully, otherwise false. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000002_source')" id="l_M000002_source">show source</a> ]</p> + <div id="M000002_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 47</span> +47: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +48: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +<div class="method"> + <div class="title"> + <a name="M000005"></a><b>preinstall</b>() + </div> + <div class="description"> + <p> +Any actions needed before the installation can occur will happen here, such +as creating new user accounts, dealing with existing configuration files, +etc. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + </div> +<div class="sourcecode"> + <p class="source-link">[ <a href="javascript:toggleSource('M000005_source')" id="l_M000005_source">show source</a> ]</p> + <div id="M000005_source" class="dyn-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 76</span> +76: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +77: <span class="ruby-keyword kw">end</span> +</pre> + </div> +</div> +</div> +</div> + + </div> + + </body> +</html> \ No newline at end of file Added: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid (rev 0) +++ src/trunk/doc/created.rid 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1 @@ +Mon May 15 19:45:11 CEST 2006 Added: src/trunk/doc/dot/f_0.dot =================================================================== --- src/trunk/doc/dot/f_0.dot (rev 0) +++ src/trunk/doc/dot/f_0.dot 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,23 @@ +digraph TopLevel { + compound = true + bgcolor = lightcyan1 + fontname = Arial + fontsize = 8 + label = "Package.rb" + node [ + fontname = Arial, + fontsize = 8, + color = black + ] + + Package [ + fontcolor = black, + URL = "classes/Package.html", + shape = ellipse, + color = palegoldenrod, + style = filled, + label = "Package" + ] + +} + Added: src/trunk/doc/dot/f_0.png =================================================================== (Binary files differ) Property changes on: src/trunk/doc/dot/f_0.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html (rev 0) +++ src/trunk/doc/files/Package_rb.html 2006-05-15 17:50:40 UTC (rev 87) @@ -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>File: Package.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 />Package.rb</td> + <td align="right"> + <table border='0' cellspacing="0" cellpadding="2"> + <tr> + <td>Path:</td> + <td>Package.rb + </td> + </tr> + <tr> + <td>Modified:</td> + <td>Mon May 15 19:41:08 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="9,8,81,56" href="../classes/Package.html" alt="Package"> +</map> +<img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> + </td></tr></table> + + <div class="description"><p> +Package.rb +</p> +<p> +<a href="../classes/Package.html">Package</a> class provides an interface +to package creation within AbTLinux. By inheriting from this class (class +Fortune < <a href="../classes/Package.html">Package</a>) one picks up +all supported standard functions for the abt package manager to make use of +the new package. +</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 Added: src/trunk/doc/fr_class_index.html =================================================================== --- src/trunk/doc/fr_class_index.html (rev 0) +++ src/trunk/doc/fr_class_index.html 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,46 @@ +<?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> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<style> +<!-- + body { + background-color: #EEE; + font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; + color: #000; + margin: 0px; + } + .banner { + background: #005; + color: #FFF; + padding: 0.2em; + font-size: small; + font-weight: bold; + text-align: center; + } + .entries { + margin: 0.25em 1em 0 1em; + font-size: x-small; + } + a { + color: #00F; + text-decoration: none; + white-space: nowrap; + } + a:hover { + color: #77F; + text-decoration: underline; + } +--> +</style> +<base target="docwin"> +</head> +<body> +<div class="banner">Classes</div> +<div class="entries"> +<a href="classes/Package.html">Package</a><br> +</div> +</body></html> \ No newline at end of file Added: src/trunk/doc/fr_file_index.html =================================================================== --- src/trunk/doc/fr_file_index.html (rev 0) +++ src/trunk/doc/fr_file_index.html 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,46 @@ +<?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> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<style> +<!-- + body { + background-color: #EEE; + font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; + color: #000; + margin: 0px; + } + .banner { + background: #005; + color: #FFF; + padding: 0.2em; + font-size: small; + font-weight: bold; + text-align: center; + } + .entries { + margin: 0.25em 1em 0 1em; + font-size: x-small; + } + a { + color: #00F; + text-decoration: none; + white-space: nowrap; + } + a:hover { + color: #77F; + text-decoration: underline; + } +--> +</style> +<base target="docwin"> +</head> +<body> +<div class="banner">Files</div> +<div class="entries"> +<a href="files/Package_rb.html">Package.rb</a><br> +</div> +</body></html> \ No newline at end of file Added: src/trunk/doc/fr_method_index.html =================================================================== --- src/trunk/doc/fr_method_index.html (rev 0) +++ src/trunk/doc/fr_method_index.html 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,52 @@ +<?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> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<style> +<!-- + body { + background-color: #EEE; + font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; + color: #000; + margin: 0px; + } + .banner { + background: #005; + color: #FFF; + padding: 0.2em; + font-size: small; + font-weight: bold; + text-align: center; + } + .entries { + margin: 0.25em 1em 0 1em; + font-size: x-small; + } + a { + color: #00F; + text-decoration: none; + white-space: nowrap; + } + a:hover { + color: #77F; + text-decoration: underline; + } +--> +</style> +<base target="docwin"> +</head> +<body> +<div class="banner">Methods</div> +<div class="entries"> +<a href="classes/Package.html#M000004">build (Package)</a><br> +<a href="classes/Package.html#M000003">configure (Package)</a><br> +<a href="classes/Package.html#M000001">details (Package)</a><br> +<a href="classes/Package.html#M000006">install (Package)</a><br> +<a href="classes/Package.html#M000007">post (Package)</a><br> +<a href="classes/Package.html#M000002">pre (Package)</a><br> +<a href="classes/Package.html#M000005">preinstall (Package)</a><br> +</div> +</body></html> \ No newline at end of file Added: src/trunk/doc/index.html =================================================================== --- src/trunk/doc/index.html (rev 0) +++ src/trunk/doc/index.html 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,26 @@ +<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>AbTLinux Package Manager API</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> + +<frameset cols="20%,*"> + <frameset rows="15%,35%,50%"> + <frame src="fr_file_index.html" title="Files" name="Files" /> + <frame src="fr_class_index.html" name="Classes" /> + <frame src="fr_method_index.html" name="Methods" /> + </frameset> + <frame src="files/Package_rb.html" name="docwin"> + <noframes> + <body bgcolor="white"> + Click <a href="html/index.html">here</a> for a non-frames + version of this page. + </body> + </noframes> +</frameset> + +</html> \ No newline at end of file Added: src/trunk/doc/rdoc-style.css =================================================================== --- src/trunk/doc/rdoc-style.css (rev 0) +++ src/trunk/doc/rdoc-style.css 2006-05-15 17:50:40 UTC (rev 87) @@ -0,0 +1,175 @@ +a { + color: #00F; + text-decoration: none; +} + +a:hover { + color: #77F; + text-decoration: underline; +} + +body, td, p { + font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; + background: #FFF; + color: #000; + margin: 0px; + font-size: small; +} + +#content { + margin: 2em; +} + +#description p { + margin-bottom: 0.5em; +} + +.sectiontitle { + margin-top: 1em; + margin-bottom: 1em; + padding: 0.5em; + padding-left: 2em; + background: #005; + color: #FFF; + font-weight: bold; + border: 1px dotted black; +} + +.attr-rw { + padding-left: 1em; + padding-right: 1em; + text-align: center; + color: #055; +} + +.attr-name { + font-weight: bold; +} + +.attr-desc { +} + +.attr-value { + font-family: monospace; +} + +.file-title-prefix { + font-size: large; +} + +.file-title { + font-size: large; + font-weight: bold; + background: #005; + color: #FFF; +} + +.banner { + background: #005; + color: #FFF; + border: 1px solid black; + padding: 1em; +} + +.banner td { + background: transparent; + color: #FFF; +} + +h1 a, h2 a, .sectiontitle a, .banner a { + color: #FF0; +} + +h1 a:hover, h2 a:hover, .sectiontitle a:hover, .banner a:hover { + color: #FF7; +} + +.dyn-source { + display: none; + background: #FFE; + color: #000; + border: 1px dotted black; + margin: 0.5em 2em 0.5em 2em; + padding: 0.5em; +} + +.dyn-source .cmt { + color: #00F; + font-style: italic; +} + +.dyn-source .kw { + color: #070; + font-weight: bold; +} + +.method { + margin-left: 1em; + margin-right: 1em; + margin-bottom: 1em; +} + +.description pre { + padding: 0.5em; + border: 1px dotted black; + background: #FFE; +} + +.method .title { + font-family: monospace; + font-size: large; + border-bottom: 1px dashed black; + margin-bottom: 0.3em; + padding-bottom: 0.1em; +} + +.method .description, .method .sourcecode { + margin-left: 1em; +} + +.description p, .sourcecode p { + margin-bottom: 0.5em; +} + +.method .sourcecode p.source-link { + text-indent: 0em; + margin-top: 0.5em; +} + +.method .aka { + margin-top: 0.3em; + margin-left: 1em; + font-style: italic; + text-indent: 2em; +} + +h1 { + padding: 1em; + border: 1px solid black; + font-size: x-large; + font-weight: bold; + color: #FFF; + background: #007; +} + +h2 { + padding: 0.5em 1em 0.5em 1em; + border: 1px solid black; + font-size: large; + font-weight: bold; + color: #FFF; + background: #009; +} + +h3, h4, h5, h6 { + padding: 0.2em 1em 0.2em 1em; + border: 1px dashed black; + color: #000; + background: #AAF; +} + +.sourcecode > pre { + padding: 0.5em; + border: 1px dotted black; + background: #FFE; +} \ No newline at end of file Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-14 12:52:54 UTC (rev 86) +++ src/trunk/docGen.sh 2006-05-15 17:50:40 UTC (rev 87) @@ -16,12 +16,18 @@ #=============================================================================== FILES=Package.rb +TEMPLATE=./abtTemplate.rb # clean out existing docs directory. rm -rf ./doc # run the actual doc generation. -rdoc --diagram --inline-source --line-numbers --title "AbTLinux Package Manager API" $FILES +rdoc --diagram \ + --template $TEMPLATE \ + --inline-source \ + --line-numbers \ + --title "AbTLinux Package Manager API" \ + $FILES # remove old tarball and refresh with new docs. #rm ./doc.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-14 12:53:01
|
Revision: 86 Author: eschabell Date: 2006-05-14 05:52:54 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=86&view=rev Log Message: ----------- Removed all the documentation, it can be generated by the script for those that need it. I was hoping via svn browser on sf that it would be avail online, it does not work that way so can just dump this from the repo. Removed Paths: ------------- src/trunk/doc/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-14 08:52:04
|
Revision: 85 Author: eschabell Date: 2006-05-14 01:51:58 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=85&view=rev Log Message: ----------- Removing the tarball docs and leaving the complete tree for online presentation. Adding link to site for the api docs. Modified Paths: -------------- src/trunk/docGen.sh Removed Paths: ------------- src/trunk/doc.tar.bz2 Deleted: src/trunk/doc.tar.bz2 =================================================================== (Binary files differ) Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-14 08:49:44 UTC (rev 84) +++ src/trunk/docGen.sh 2006-05-14 08:51:58 UTC (rev 85) @@ -24,8 +24,8 @@ rdoc --diagram --inline-source --line-numbers --title "AbTLinux Package Manager API" $FILES # remove old tarball and refresh with new docs. -rm ./doc.tar.bz2 -tar cf doc.tar ./doc -bzip2 doc.tar +#rm ./doc.tar.bz2 +#tar cf doc.tar ./doc +#bzip2 doc.tar # end docGen.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-14 08:49:57
|
Revision: 84 Author: eschabell Date: 2006-05-14 01:49:44 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=84&view=rev Log Message: ----------- Adding the actual untarred docs directory to see if we can make them browsable online via the site. Added Paths: ----------- src/trunk/doc/ src/trunk/doc/classes/ src/trunk/doc/classes/Package.html src/trunk/doc/created.rid src/trunk/doc/dot/ src/trunk/doc/dot/f_0.dot src/trunk/doc/dot/f_0.png src/trunk/doc/files/ src/trunk/doc/files/Package_rb.html src/trunk/doc/fr_class_index.html src/trunk/doc/fr_file_index.html src/trunk/doc/fr_method_index.html src/trunk/doc/index.html src/trunk/doc/rdoc-style.css Added: src/trunk/doc/classes/Package.html =================================================================== --- src/trunk/doc/classes/Package.html (rev 0) +++ src/trunk/doc/classes/Package.html 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,376 @@ +<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Class: Package</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="Content-Script-Type" content="text/javascript" /> + <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> + <script type="text/javascript"> + // <![CDATA[ + + function popupCode( url ) { + window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") + } + + function toggleCode( id ) { + if ( document.getElementById ) + elem = document.getElementById( id ); + else if ( document.all ) + elem = eval( "document.all." + id ); + else + return false; + + elemStyle = elem.style; + + if ( elemStyle.display != "block" ) { + elemStyle.display = "block" + } else { + elemStyle.display = "none" + } + + return true; + } + + // Make codeblocks hidden by default + document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) + + // ]]> + </script> + +</head> +<body> + + + + <div id="classHeader"> + <table class="header-table"> + <tr class="top-aligned-row"> + <td><strong>Class</strong></td> + <td class="class-name-in-header">Package</td> + </tr> + <tr class="top-aligned-row"> + <td><strong>In:</strong></td> + <td> + <a href="../files/Package_rb.html"> + Package.rb + </a> + <br /> + </td> + </tr> + + <tr class="top-aligned-row"> + <td><strong>Parent:</strong></td> + <td> + Object + </td> + </tr> + </table> + </div> + <!-- banner header --> + + <div id="bodyContent"> + + + + <div id="contextContent"> + <div id="diagram"> + <map id="map" name="map"> + <area shape="RECT" coords="9,7,81,55" href="Package.html" alt="Package"> +</map> +<img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> + </div> + + <div id="description"> + <p> +Package.rb +</p> +<p> +<a href="Package.html">Package</a> class provides an interface to package +creation within AbTLinux. By inheriting from this class (class Fortune < +<a href="Package.html">Package</a>) one picks up all supported standard +functions for the abt package manager to make use of the new package. +</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 id="method-list"> + <h3 class="section-bar">Methods</h3> + + <div class="name-list"> + <a href="#M000004">build</a> + <a href="#M000003">configure</a> + <a href="#M000001">details</a> + <a href="#M000006">install</a> + <a href="#M000007">post</a> + <a href="#M000002">pre</a> + <a href="#M000005">preinstall</a> + </div> + </div> + + </div> + + + <!-- if includes --> + + <div id="section"> + + + + + + + + + <!-- if method_list --> + <div id="methods"> + <h3 class="section-bar">Public Instance methods</h3> + + <div id="method-M000004" class="method-detail"> + <a name="M000004"></a> + + <div class="method-heading"> + <a href="#M000004" class="method-signature"> + <span class="method-name">build</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Here is where the actual builing of the software starts, for example +running ‘make’. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000004-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000004-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 67</span> +67: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span> +68: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + <div id="method-M000003" class="method-detail"> + <a name="M000003"></a> + + <div class="method-heading"> + <a href="#M000003" class="method-signature"> + <span class="method-name">configure</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Here we manage the ./configure step (or equivalent). We need to give +./configure (or autogen.sh, or whatever) the correct options so files are +to be placed later in the right directories, so doc files and man pages are +all in the same common location, etc. Don‘t forget too that +it’s here where we interact with the user in case there are optionnal +dependencies. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000003-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000003-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 59</span> +59: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">configure</span> +60: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + <div id="method-M000001" class="method-detail"> + <a name="M000001"></a> + + <div class="method-heading"> + <a href="#M000001" class="method-signature"> + <span class="method-name">details</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Provides all the data needed for this package. +</p> +<p> +RETURNS: array containing the package details. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000001-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000001-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 38</span> +38: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">details</span> +39: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + <div id="method-M000006" class="method-detail"> + <a name="M000006"></a> + + <div class="method-heading"> + <a href="#M000006" class="method-signature"> + <span class="method-name">install</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +All files to be installed are installed here. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000006-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000006-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 84</span> +84: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install</span> +85: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + <div id="method-M000007" class="method-detail"> + <a name="M000007"></a> + + <div class="method-heading"> + <a href="#M000007" class="method-signature"> + <span class="method-name">post</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Last bits of installation. adding the service for automatic start in init.d +for example. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000007-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000007-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 92</span> +92: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">post</span> +93: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + <div id="method-M000002" class="method-detail"> + <a name="M000002"></a> + + <div class="method-heading"> + <a href="#M000002" class="method-signature"> + <span class="method-name">pre</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +PREliminary work will happen here such as downloading the tarball, +unpacking it, downloading and applying patches. +</p> +<p> +RETURNS: boolean True if completes sucessfully, otherwise false. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000002-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000002-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 47</span> +47: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pre</span> +48: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + <div id="method-M000005" class="method-detail"> + <a name="M000005"></a> + + <div class="method-heading"> + <a href="#M000005" class="method-signature"> + <span class="method-name">preinstall</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +Any actions needed before the installation can occur will happen here, such +as creating new user accounts, dealing with existing configuration files, +etc. +</p> +<p> +RETURNS: boolean True if the completes sucessfully, otherwise false. +</p> + <p><a class="source-toggle" href="#" + onclick="toggleCode('M000005-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000005-source"> +<pre> + <span class="ruby-comment cmt"># File Package.rb, line 76</span> +76: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">preinstall</span> +77: <span class="ruby-keyword kw">end</span> +</pre> + </div> + </div> + </div> + + + </div> + + + </div> + + +<div id="validator-badges"> + <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> +</div> + +</body> +</html> \ No newline at end of file Added: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid (rev 0) +++ src/trunk/doc/created.rid 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1 @@ +Sun May 14 10:49:53 CEST 2006 Added: src/trunk/doc/dot/f_0.dot =================================================================== --- src/trunk/doc/dot/f_0.dot (rev 0) +++ src/trunk/doc/dot/f_0.dot 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,23 @@ +digraph TopLevel { + compound = true + bgcolor = lightcyan1 + fontname = Arial + fontsize = 8 + label = "Package.rb" + node [ + fontname = Arial, + fontsize = 8, + color = black + ] + + Package [ + fontcolor = black, + URL = "classes/Package.html", + shape = ellipse, + color = palegoldenrod, + style = filled, + label = "Package" + ] + +} + Added: src/trunk/doc/dot/f_0.png =================================================================== (Binary files differ) Property changes on: src/trunk/doc/dot/f_0.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: src/trunk/doc/files/Package_rb.html =================================================================== --- src/trunk/doc/files/Package_rb.html (rev 0) +++ src/trunk/doc/files/Package_rb.html 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,143 @@ +<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>File: Package.rb</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="Content-Script-Type" content="text/javascript" /> + <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> + <script type="text/javascript"> + // <![CDATA[ + + function popupCode( url ) { + window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") + } + + function toggleCode( id ) { + if ( document.getElementById ) + elem = document.getElementById( id ); + else if ( document.all ) + elem = eval( "document.all." + id ); + else + return false; + + elemStyle = elem.style; + + if ( elemStyle.display != "block" ) { + elemStyle.display = "block" + } else { + elemStyle.display = "none" + } + + return true; + } + + // Make codeblocks hidden by default + document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) + + // ]]> + </script> + +</head> +<body> + + + + <div id="fileHeader"> + <h1>Package.rb</h1> + <table class="header-table"> + <tr class="top-aligned-row"> + <td><strong>Path:</strong></td> + <td>Package.rb + </td> + </tr> + <tr class="top-aligned-row"> + <td><strong>Last Update:</strong></td> + <td>Sun May 14 10:47:31 CEST 2006</td> + </tr> + </table> + </div> + <!-- banner header --> + + <div id="bodyContent"> + + + + <div id="contextContent"> + <div id="diagram"> + <map id="map" name="map"> + <area shape="RECT" coords="9,7,81,55" href="../classes/Package.html" alt="Package"> +</map> +<img src="../dot/f_0.png" usemap="#map" border=0 alt="TopLevel"> + </div> + + <div id="description"> + <p> +Package.rb +</p> +<p> +<a href="../classes/Package.html">Package</a> class provides an interface +to package creation within AbTLinux. By inheriting from this class (class +Fortune < <a href="../classes/Package.html">Package</a>) one picks up +all supported standard functions for the abt package manager to make use of +the new package. +</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> + + + <!-- if includes --> + + <div id="section"> + + + + + + + + + <!-- if method_list --> + + + </div> + + +<div id="validator-badges"> + <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> +</div> + +</body> +</html> \ No newline at end of file Added: src/trunk/doc/fr_class_index.html =================================================================== --- src/trunk/doc/fr_class_index.html (rev 0) +++ src/trunk/doc/fr_class_index.html 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,27 @@ + +<?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"> + +<!-- + + Classes + + --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Classes</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="rdoc-style.css" type="text/css" /> + <base target="docwin" /> +</head> +<body> +<div id="index"> + <h1 class="section-bar">Classes</h1> + <div id="index-entries"> + <a href="classes/Package.html">Package</a><br /> + </div> +</div> +</body> +</html> \ No newline at end of file Added: src/trunk/doc/fr_file_index.html =================================================================== --- src/trunk/doc/fr_file_index.html (rev 0) +++ src/trunk/doc/fr_file_index.html 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,27 @@ + +<?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"> + +<!-- + + Files + + --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Files</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="rdoc-style.css" type="text/css" /> + <base target="docwin" /> +</head> +<body> +<div id="index"> + <h1 class="section-bar">Files</h1> + <div id="index-entries"> + <a href="files/Package_rb.html">Package.rb</a><br /> + </div> +</div> +</body> +</html> \ No newline at end of file Added: src/trunk/doc/fr_method_index.html =================================================================== --- src/trunk/doc/fr_method_index.html (rev 0) +++ src/trunk/doc/fr_method_index.html 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,33 @@ + +<?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"> + +<!-- + + Methods + + --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Methods</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <link rel="stylesheet" href="rdoc-style.css" type="text/css" /> + <base target="docwin" /> +</head> +<body> +<div id="index"> + <h1 class="section-bar">Methods</h1> + <div id="index-entries"> + <a href="classes/Package.html#M000004">build (Package)</a><br /> + <a href="classes/Package.html#M000003">configure (Package)</a><br /> + <a href="classes/Package.html#M000001">details (Package)</a><br /> + <a href="classes/Package.html#M000006">install (Package)</a><br /> + <a href="classes/Package.html#M000007">post (Package)</a><br /> + <a href="classes/Package.html#M000002">pre (Package)</a><br /> + <a href="classes/Package.html#M000005">preinstall (Package)</a><br /> + </div> +</div> +</body> +</html> \ No newline at end of file Added: src/trunk/doc/index.html =================================================================== --- src/trunk/doc/index.html (rev 0) +++ src/trunk/doc/index.html 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> + +<!-- + + AbTLinux Package Manager API + + --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>AbTLinux Package Manager API</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +</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" /> + <frame src="fr_method_index.html" name="Methods" /> + </frameset> + <frame src="files/Package_rb.html" name="docwin" /> +</frameset> +</html> \ No newline at end of file Added: src/trunk/doc/rdoc-style.css =================================================================== --- src/trunk/doc/rdoc-style.css (rev 0) +++ src/trunk/doc/rdoc-style.css 2006-05-14 08:49:44 UTC (rev 84) @@ -0,0 +1,208 @@ + +body { + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 90%; + margin: 0; + margin-left: 40px; + padding: 0; + background: white; +} + +h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; } +h1 { font-size: 150%; } +h2,h3,h4 { margin-top: 1em; } + +a { background: #eef; color: #039; text-decoration: none; } +a:hover { background: #039; color: #eef; } + +/* Override the base stylesheet's Anchor inside a table cell */ +td > a { + background: transparent; + color: #039; + text-decoration: none; +} + +/* and inside a section title */ +.section-title > a { + background: transparent; + color: #eee; + text-decoration: none; +} + +/* === Structural elements =================================== */ + +div#index { + margin: 0; + margin-left: -40px; + padding: 0; + font-size: 90%; +} + + +div#index a { + margin-left: 0.7em; +} + +div#index .section-bar { + margin-left: 0px; + padding-left: 0.7em; + background: #ccc; + font-size: small; +} + + +div#classHeader, div#fileHeader { + width: auto; + color: white; + padding: 0.5em 1.5em 0.5em 1.5em; + margin: 0; + margin-left: -40px; + border-bottom: 3px solid #006; +} + +div#classHeader a, div#fileHeader a { + background: inherit; + color: white; +} + +div#classHeader td, div#fileHeader td { + background: inherit; + color: white; +} + + +div#fileHeader { + background: #057; +} + +div#classHeader { + background: #048; +} + + +.class-name-in-header { + font-size: 180%; + font-weight: bold; +} + + +div#bodyContent { + padding: 0 1.5em 0 1.5em; +} + +div#description { + padding: 0.5em 1.5em; + background: #efefef; + border: 1px dotted #999; +} + +div#description h1,h2,h3,h4,h5,h6 { + color: #125;; + background: transparent; +} + +div#validator-badges { + text-align: center; +} +div#validator-badges img { border: 0; } + +div#copyright { + color: #333; + background: #efefef; + font: 0.75em sans-serif; + margin-top: 5em; + margin-bottom: 0; + padding: 0.5em 2em; +} + + +/* === Classes =================================== */ + +table.header-table { + color: white; + font-size: small; +} + +.type-note { + font-size: small; + color: #DEDEDE; +} + +.xxsection-bar { + background: #eee; + color: #333; + padding: 3px; +} + +.section-bar { + color: #333; + border-bottom: 1px solid #999; + margin-left: -20px; +} + + +.section-title { + background: #79a; + color: #eee; + padding: 3px; + margin-top: 2em; + margin-left: -30px; + border: 1px solid #999; +} + +.top-aligned-row { vertical-align: top } +.bottom-aligned-row { vertical-align: bottom } + +/* --- Context section classes ----------------------- */ + +.context-row { } +.context-item-name { font-family: monospace; font-weight: bold; color: black; } +.context-item-value { font-size: small; color: #448; } +.context-item-desc { color: #333; padding-left: 2em; } + +/* --- Method classes -------------------------- */ +.method-detail { + background: #efefef; + padding: 0; + margin-top: 0.5em; + margin-bottom: 1em; + border: 1px dotted #ccc; +} +.method-heading { + color: black; + background: #ccc; + border-bottom: 1px solid #666; + padding: 0.2em 0.5em 0 0.5em; +} +.method-signature { color: black; background: inherit; } +.method-name { font-weight: bold; } +.method-args { font-style: italic; } +.method-description { padding: 0 0.5em 0 0.5em; } + +/* --- Source code sections -------------------- */ + +a.source-toggle { font-size: 90%; } +div.method-source-code { + background: #262626; + color: #ffdead; + margin: 1em; + padding: 0.5em; + border: 1px dashed #999; + overflow: hidden; +} + +div.method-source-code pre { color: #ffdead; overflow: hidden; } + +/* --- Ruby keyword styles --------------------- */ + +.standalone-code { background: #221111; color: #ffdead; overflow: hidden; } + +.ruby-constant { color: #7fffd4; background: transparent; } +.ruby-keyword { color: #00ffff; background: transparent; } +.ruby-ivar { color: #eedd82; background: transparent; } +.ruby-operator { color: #00ffee; background: transparent; } +.ruby-identifier { color: #ffdead; background: transparent; } +.ruby-node { color: #ffa07a; background: transparent; } +.ruby-comment { color: #b22222; font-weight: bold; background: transparent; } +.ruby-regexp { color: #ffa07a; background: transparent; } +.ruby-value { color: #7fffd4; background: transparent; } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-14 08:49:08
|
Revision: 83 Author: eschabell Date: 2006-05-14 01:48:59 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=83&view=rev Log Message: ----------- Completed framework design for Package class. Docs generated and tarball updated. Modified Paths: -------------- src/trunk/Package.rb src/trunk/doc.tar.bz2 src/trunk/docGen.sh Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-14 08:38:01 UTC (rev 82) +++ src/trunk/Package.rb 2006-05-14 08:48:59 UTC (rev 83) @@ -38,21 +38,57 @@ def details end + ## + # PREliminary work will happen here such as downloading the tarball, + # unpacking it, downloading and applying patches. + # + # RETURNS: boolean True if completes sucessfully, otherwise false. + ## def pre end + ## + # Here we manage the ./configure step (or equivalent). We need to give ./configure + # (or autogen.sh, or whatever) the correct options so files are to be placed later in the + # right directories, so doc files and man pages are all in the same common location, etc. + # Don't forget too that it's here where we interact with the user in case there are optionnal + # dependencies. + # + # RETURNS: boolean True if the completes sucessfully, otherwise false. + ## def configure end + ## + # Here is where the actual builing of the software starts, for example running 'make'. + # + # RETURNS: boolean True if the completes sucessfully, otherwise false. + ## def build end + ## + # Any actions needed before the installation can occur will happen here, such as creating + # new user accounts, dealing with existing configuration files, etc. + # + # RETURNS: boolean True if the completes sucessfully, otherwise false. + ## def preinstall end - + + ## + # All files to be installed are installed here. + # + # RETURNS: boolean True if the completes sucessfully, otherwise false. + ## def install end - + + ## + # Last bits of installation. adding the service for automatic start in init.d for example. + # + # RETURNS: boolean True if the completes sucessfully, otherwise false. + ## def post end Modified: src/trunk/doc.tar.bz2 =================================================================== (Binary files differ) Modified: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh 2006-05-14 08:38:01 UTC (rev 82) +++ src/trunk/docGen.sh 2006-05-14 08:48:59 UTC (rev 83) @@ -17,4 +17,15 @@ FILES=Package.rb +# clean out existing docs directory. +rm -rf ./doc + +# run the actual doc generation. rdoc --diagram --inline-source --line-numbers --title "AbTLinux Package Manager API" $FILES + +# remove old tarball and refresh with new docs. +rm ./doc.tar.bz2 +tar cf doc.tar ./doc +bzip2 doc.tar + +# end docGen.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-14 08:38:08
|
Revision: 82 Author: eschabell Date: 2006-05-14 01:38:01 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=82&view=rev Log Message: ----------- Added script to generate ruby docs for the API. Updated doc tarball. Modified Paths: -------------- src/trunk/doc.tar.bz2 Added Paths: ----------- src/trunk/docGen.sh Modified: src/trunk/doc.tar.bz2 =================================================================== (Binary files differ) Added: src/trunk/docGen.sh =================================================================== --- src/trunk/docGen.sh (rev 0) +++ src/trunk/docGen.sh 2006-05-14 08:38:01 UTC (rev 82) @@ -0,0 +1,20 @@ +#!/bin/bash +#=============================================================================== +# +# FILE: docGen.sh +# +# USAGE: ./docGen.sh +# +# DESCRIPTION: Generates AbTLinux Package Manager API documentation. +# +# BUGS: --- +# NOTES: --- +# AUTHOR: Eric D. Schabell <er...@ab...> +# VERSION: 1.0 +# CREATED: 05/14/2006 10:31:24 AM CEST +# REVISION: --- +#=============================================================================== + +FILES=Package.rb + +rdoc --diagram --inline-source --line-numbers --title "AbTLinux Package Manager API" $FILES Property changes on: src/trunk/docGen.sh ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-01 19:28:02
|
Revision: 81 Author: eschabell Date: 2006-05-01 12:27:48 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=81&view=rev Log Message: ----------- Added our first attempt at rdoc tools. Packages now provides an example of the online api documentation. Packaged this in a tarball to save space. Modified Paths: -------------- src/trunk/Package.rb Added Paths: ----------- src/trunk/doc.tar.bz2 Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-01 18:47:55 UTC (rev 80) +++ src/trunk/Package.rb 2006-05-01 19:27:48 UTC (rev 81) @@ -30,8 +30,11 @@ class Package - protected - + ## + # Provides all the data needed for this package. + # + # RETURNS: array containing the package details. + ## def details end Added: src/trunk/doc.tar.bz2 =================================================================== (Binary files differ) Property changes on: src/trunk/doc.tar.bz2 ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-01 18:47:59
|
Revision: 80 Author: eschabell Date: 2006-05-01 11:47:55 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=80&view=rev Log Message: ----------- Finishing outline for Package class design. Modified Paths: -------------- src/trunk/Package.rb Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-05-01 18:31:05 UTC (rev 79) +++ src/trunk/Package.rb 2006-05-01 18:47:55 UTC (rev 80) @@ -38,7 +38,19 @@ def pre end + def configure + end + + def build + end + + def preinstall + end + def install end + def post + end + end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-05-01 18:31:22
|
Revision: 79 Author: eschabell Date: 2006-05-01 11:31:05 -0700 (Mon, 01 May 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=79&view=rev Log Message: ----------- This does not need to be here... Removed Paths: ------------- src/trunk/abt.frproj Deleted: src/trunk/abt.frproj =================================================================== --- src/trunk/abt.frproj 2006-04-29 12:36:02 UTC (rev 78) +++ src/trunk/abt.frproj 2006-05-01 18:31:05 UTC (rev 79) @@ -1,19 +0,0 @@ -#### Properties: rubyide_project-project - Version: 1.0 ---- -"|": -- basedirectory: /home/erics/work/abt -- cmd_line_options: "" -- default_script: "" -- name: abt -- required_directories: [] - -- run_in_terminal: false -- save_before_running: false -- source_directories: - - /home/erics/work/abt -- "|": - - open_files: - - /home/erics/work/abt/Package.rb - state: -- working_dir: "" -properties: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-04-29 12:36:22
|
Revision: 78 Author: eschabell Date: 2006-04-29 05:36:02 -0700 (Sat, 29 Apr 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=78&view=rev Log Message: ----------- Added a project file for FreeRide, a ruby IDE I am trying out. Also added placeholder for install method in Package class. Modified Paths: -------------- src/trunk/Package.rb Added Paths: ----------- src/trunk/abt.frproj Modified: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb 2006-04-02 20:20:33 UTC (rev 77) +++ src/trunk/Package.rb 2006-04-29 12:36:02 UTC (rev 78) @@ -37,5 +37,8 @@ def pre end + + def install + end end Added: src/trunk/abt.frproj =================================================================== --- src/trunk/abt.frproj (rev 0) +++ src/trunk/abt.frproj 2006-04-29 12:36:02 UTC (rev 78) @@ -0,0 +1,19 @@ +#### Properties: rubyide_project-project - Version: 1.0 +--- +"|": +- basedirectory: /home/erics/work/abt +- cmd_line_options: "" +- default_script: "" +- name: abt +- required_directories: [] + +- run_in_terminal: false +- save_before_running: false +- source_directories: + - /home/erics/work/abt +- "|": + - open_files: + - /home/erics/work/abt/Package.rb + state: +- working_dir: "" +properties: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-04-02 20:20:49
|
Revision: 77 Author: eschabell Date: 2006-04-02 13:20:33 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=77&view=rev Log Message: ----------- First AbTLinux class file being added to play with for ruby doc generation testing. Added Paths: ----------- src/trunk/Package.rb Added: src/trunk/Package.rb =================================================================== --- src/trunk/Package.rb (rev 0) +++ src/trunk/Package.rb 2006-04-02 20:20:33 UTC (rev 77) @@ -0,0 +1,41 @@ +#!/usr/bin/ruby -w + +## +# Package.rb +# +# Package class provides an interface to package creation within AbTLinux. By +# inheriting from this class (class Fortune < Package) one picks up all +# supported standard functions for the abt package manager to make use of the +# new package. +# +# 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 Package + + protected + + def details + end + + def pre + end + +end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-04-02 20:13:43
|
Revision: 76 Author: eschabell Date: 2006-04-02 13:13:37 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=76&view=rev Log Message: ----------- Adding GPL full text in a file as per GPL howto. Added Paths: ----------- src/trunk/COPYING Added: src/trunk/COPYING =================================================================== --- src/trunk/COPYING (rev 0) +++ src/trunk/COPYING 2006-04-02 20:13:37 UTC (rev 76) @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program 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. + + This program 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 this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-04-02 12:02:56
|
Revision: 75 Author: eschabell Date: 2006-04-02 05:02:50 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=75&view=rev Log Message: ----------- Setup for sources. Added Paths: ----------- src/branches/ src/tags/ src/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <esc...@us...> - 2006-03-30 18:43:44
|
Revision: 74 Author: eschabell Date: 2006-03-30 10:43:37 -0800 (Thu, 30 Mar 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=74&view=rev Log Message: ----------- Adding first UML diagram start for abt package manager (umbrello file). Added Paths: ----------- docs/requirements/tags/release-0.7/design/ docs/requirements/tags/release-0.7/design/abt-uml.xmi Added: docs/requirements/tags/release-0.7/design/abt-uml.xmi =================================================================== --- docs/requirements/tags/release-0.7/design/abt-uml.xmi (rev 0) +++ docs/requirements/tags/release-0.7/design/abt-uml.xmi 2006-03-30 18:43:37 UTC (rev 74) @@ -0,0 +1,2713 @@ +<?xml version="1.0" encoding="UTF-8"?> +<XMI xmlns:UML="http://schema.omg.org/spec/UML/1.3" verified="false" timestamp="2006-03-30T20:40:25" xmi.version="1.2" > + <XMI.header> + <XMI.documentation> + <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter> + <XMI.exporterVersion>1.4.2</XMI.exporterVersion> + <XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding> + </XMI.documentation> + <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" /> + </XMI.header> + <XMI.content> + <UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" > + <UML:Namespace.ownedElement> + <UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" xmi.id="3" isRoot="false" isAbstract="false" name="datatype" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="2" isRoot="false" isAbstract="false" name="int" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="4" isRoot="false" isAbstract="false" name="char" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="5" isRoot="false" isAbstract="false" name="bool" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="6" isRoot="false" isAbstract="false" name="float" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="7" isRoot="false" isAbstract="false" name="double" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="8" isRoot="false" isAbstract="false" name="long" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="9" isRoot="false" isAbstract="false" name="short" /> + <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="10" isRoot="false" isAbstract="false" name="string" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="14" isRoot="false" isAbstract="false" name="AbTPackage" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="15" isRoot="false" isAbstract="false" name="LogManager" > + <UML:GeneralizableElement.generalization> + <UML:Generalization xmi.idref="30" /> + </UML:GeneralizableElement.generalization> + </UML:Class> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="16" isRoot="false" isAbstract="false" name="AbTQuery" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="17" isRoot="false" isAbstract="false" name="AbTGeneration" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="18" isRoot="false" isAbstract="false" name="DownloadManager" > + <UML:GeneralizableElement.generalization> + <UML:Generalization xmi.idref="27" /> + </UML:GeneralizableElement.generalization> + </UML:Class> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="20" isRoot="false" isAbstract="false" name="AbTPatch" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="21" isRoot="false" isAbstract="false" name="AbTMaintainer" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="22" isRoot="false" isAbstract="false" name="Manager" /> + <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="23" isRoot="false" isAbstract="false" name="QueueManager" > + <UML:GeneralizableElement.generalization> + <UML:Generalization xmi.idref="24" /> + </UML:GeneralizableElement.generalization> + </UML:Class> + <UML:Generalization isSpecification="false" child="23" visibility="public" xmi.id="24" parent="22" discriminator="" name="" /> + <UML:Generalization isSpecification="false" child="18" visibility="public" xmi.id="27" parent="22" discriminator="" name="" /> + <UML:Generalization isSpecification="false" child="15" visibility="public" xmi.id="30" parent="22" discriminator="" name="" /> + </UML:Namespace.ownedElement> + </UML:Model> + </XMI.content> + <XMI.extensions xmi.extender="umbrello" > + <docsettings viewid="1" documentation="" uniqueid="33" /> + <diagrams> + <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="902" snapy="10" showatts="1" xmi.id="1" documentation="" type="402" showops="1" showpackage="0" name="AbTLinux - abt" localid="900000" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="789" > + <widgets> + <classwidget usesdiagramfillcolour="1" width="99" showattsigs="601" usesdiagramusefillcolour="1" x="569" linecolour="none" y="86" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="14" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="99" showattsigs="601" usesdiagramusefillcolour="1" x="246" linecolour="none" y="253" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="15" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="81" showattsigs="601" usesdiagramusefillcolour="1" x="602" linecolour="none" y="429" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="16" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="115" showattsigs="601" usesdiagramusefillcolour="1" x="560" linecolour="none" y="246" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="17" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="145" showattsigs="601" usesdiagramusefillcolour="1" x="120" linecolour="none" y="300" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="18" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="76" showattsigs="601" usesdiagramusefillcolour="1" x="525" linecolour="none" y="351" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="20" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="114" showattsigs="601" usesdiagramusefillcolour="1" x="579" linecolour="none" y="547" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="21" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="73" showattsigs="601" usesdiagramusefillcolour="1" x="101" linecolour="none" y="113" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="22" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <classwidget usesdiagramfillcolour="1" width="120" showattsigs="601" usesdiagramusefillcolour="1" x="33" linecolour="none" y="236" showopsigs="601" linewidth="none" usesdiagramlinewidth="1" usesdiagramlinecolour="1" fillcolour="none" height="36" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="23" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" /> + <floatingtext usesdiagramfillcolour="1" width="245" usesdiagramusefillcolour="1" x="46" linecolour="none" y="40" linewidth="none" usesdiagramlinewidth="1" posttext="" usesdiagramlinecolour="1" role="700" fillcolour="none" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="33" text="AbTLinux - abt package manager API" font="Sans Serif,10,-1,5,50,0,0,0,0,0" /> + </widgets> + <messages/> + <associations> + <assocwidget totalcounta="2" indexa="1" totalcountb="4" indexb="1" widgetbid="22" widgetaid="23" xmi.id="24" > + <linepath> + <startpoint startx="93" starty="236" /> + <endpoint endx="119" endy="149" /> + </linepath> + </assocwidget> + <assocwidget totalcounta="2" indexa="1" totalcountb="4" indexb="2" widgetbid="22" widgetaid="18" xmi.id="27" > + <linepath> + <startpoint startx="192" starty="300" /> + <endpoint endx="137" endy="149" /> + </linepath> + </assocwidget> + <assocwidget totalcounta="2" indexa="1" totalcountb="4" indexb="3" widgetbid="22" widgetaid="15" xmi.id="30" > + <linepath> + <startpoint startx="295" starty="253" /> + <endpoint endx="155" endy="149" /> + </linepath> + </assocwidget> + </associations> + </diagram> + </diagrams> + <listview> + <listitem open="1" type="800" label="Views" > + <listitem open="1" type="801" label="Logical View" > + <listitem open="1" type="813" id="18" /> + <listitem open="1" type="813" id="17" /> + <listitem open="1" type="813" id="15" /> + <listitem open="1" type="813" id="21" /> + <listitem open="1" type="813" id="14" /> + <listitem open="1" type="813" id="20" /> + <listitem open="1" type="813" id="16" /> + <listitem open="1" type="813" id="22" /> + <listitem open="1" type="813" id="23" /> + <listitem open="1" type="830" label="Datatypes" > + <listitem open="1" type="829" id="5" /> + <listitem open="1" type="829" id="4" /> + <listitem open="1" type="829" id="7" /> + <listitem open="1" type="829" id="6" /> + <listitem open="1" type="829" id="2" /> + <listitem open="1" type="829" id="8" /> + <listitem open="1" type="829" id="9" /> + <listitem open="1" type="829" id="10" /> + </listitem> + </listitem> + <listitem open="1" type="802" label="Use Case View" /> + <listitem open="1" type="821" label="Component View" /> + <listitem open="1" type="827" label="Deployment View" /> + <listitem open="1" type="836" label="Entity Relationship Model" /> + </listitem> + </listview> + <codegeneration> + <codegenerator language="Cpp" > + <codedocument writeOutCode="false" package="" id="Makefile_DOC" fileExt="" fileName="Makefile" > + <textblocks/> + <header> + <codecomment tag="" /> + </header> + </codedocument> + <classifiercodedocument writeOutCode="true" package="" id="14" parent_class="14" fileExt=".cpp" fileName="abtpackage" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "abtpackage.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; abtpackage.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:39:27&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields/> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="15" parent_class="15" fileExt=".cpp" fileName="logmanager" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "logmanager.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; logmanager.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:39:24&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields> + <codeclassfield parent_id="30" field_type="16" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <header> + <cppcodedocumentation tag="" /> + </header> + <ccfdeclarationcodeblock parent_id="30" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="FIX ME;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + </ccfdeclarationcodeblock> + <codeaccessormethod accessType="0" parent_id="30" tag="" canDelete="false" writeOutText="false" classfield_id="30" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="30" tag="" canDelete="false" writeOutText="false" classfield_id="30" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="30" tag="" canDelete="false" writeOutText="false" classfield_id="30" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="30" tag="" canDelete="false" writeOutText="false" classfield_id="30" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="30" tag="" canDelete="false" writeOutText="false" classfield_id="30" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </codeclassfield> + </classfields> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="16" parent_class="16" fileExt=".cpp" fileName="abtquery" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "abtquery.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; abtquery.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:39:52&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields/> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="17" parent_class="17" fileExt=".cpp" fileName="abtgeneration" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "abtgeneration.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; abtgeneration.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:35:03&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields/> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="18" parent_class="18" fileExt=".cpp" fileName="downloadmanager" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "downloadmanager.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks> + <codeaccessormethod accessType="0" parent_id="27" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="27" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="27" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="27" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="27" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </textblocks> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; downloadmanager.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:39:07&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields> + <codeclassfield parent_id="27" field_type="0" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <header> + <cppcodedocumentation tag="" /> + </header> + <ccfdeclarationcodeblock parent_id="27" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="FIX ME;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + </ccfdeclarationcodeblock> + <codeaccessormethod accessType="0" parent_id="27" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="27" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="27" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="27" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="27" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="27" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </codeclassfield> + </classfields> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="20" parent_class="20" fileExt=".cpp" fileName="abtpatch" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "abtpatch.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; abtpatch.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:37:32&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields/> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="21" parent_class="21" fileExt=".cpp" fileName="abtmaintainer" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "abtmaintainer.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; abtmaintainer.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:40:21&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields/> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="22" parent_class="22" fileExt=".cpp" fileName="manager" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "manager.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks> + <codeaccessormethod accessType="0" parent_id="27" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="27" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="27" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="27" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="27" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="0" parent_id="30" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="30" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="30" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="30" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="30" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </textblocks> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; manager.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:39:20&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields> + <codeclassfield parent_id="24" field_type="80" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <header> + <cppcodedocumentation tag="" /> + </header> + <ccfdeclarationcodeblock parent_id="24" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + </ccfdeclarationcodeblock> + <codeaccessormethod accessType="0" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </codeclassfield> + <codeclassfield parent_id="27" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <header> + <cppcodedocumentation tag="" /> + </header> + <ccfdeclarationcodeblock parent_id="27" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + </ccfdeclarationcodeblock> + <codeaccessormethod accessType="0" parent_id="27" tag="hblock_tag_0" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="27" tag="hblock_tag_1" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="27" tag="hblock_tag_2" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="27" tag="hblock_tag_3" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="27" tag="hblock_tag_4" canDelete="false" writeOutText="false" classfield_id="27" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </codeclassfield> + <codeclassfield parent_id="30" field_type="0" initialValue="" role_id="0" writeOutMethods="true" listClassName="" > + <header> + <cppcodedocumentation tag="" /> + </header> + <ccfdeclarationcodeblock parent_id="30" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="1" text="FIX ME;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + </ccfdeclarationcodeblock> + <codeaccessormethod accessType="0" parent_id="30" tag="hblock_tag_5" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="30" tag="hblock_tag_6" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="30" tag="hblock_tag_7" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="30" tag="hblock_tag_8" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="30" tag="hblock_tag_9" canDelete="false" writeOutText="false" classfield_id="30" role_id="1" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </codeclassfield> + </classfields> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="23" parent_class="23" fileExt=".cpp" fileName="queuemanager" > + <textblocks> + <codeblockwithcomments tag="includes" text="#include "queuemanager.h"&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="constructionMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Constructors/Destructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="otherMethodsBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Methods" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + <header> + <codecomment tag="" text="/************************************************************************&#010; queuemanager.cpp - Copyright erics&#010;&#010;Here you can write a license for your code, some comments or any other&#010;information you want to have in your generated code. To to this simply&#010;configure the "headings" directory in uml to point to a directory&#010;where you have your heading files.&#010;&#010;or you can just replace the contents of this file with your own.&#010;If you want to do this, this file is located at&#010;&#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&#010;&#010;-->Code Generators searches for heading files based on the file extension&#010; i.e. it will look for a file name ending in ".h" to include in C++ header&#010; files, and for a file name ending in ".java" to include in all generated&#010; java code.&#010; If you name the file "heading.<extension>", Code Generator will always&#010; choose this file even if there are other files with the same extension in the&#010; directory. If you name the file something else, it must be the only one with that&#010; extension in the directory to guarantee that Code Generator will choose it.&#010;&#010;you can use variables in your heading files which are replaced at generation&#010;time. possible variables are : author, date, time, filename and filepath.&#010;just write %variable_name%&#010;&#010;This file was generated on Thu Mar 30 2006 at 20:38:35&#010;The original location of this file is &#010;**************************************************************************/&#010;" /> + </header> + <classfields> + <codeclassfield parent_id="24" field_type="9" initialValue="" role_id="1" writeOutMethods="true" listClassName="" > + <header> + <cppcodedocumentation tag="" /> + </header> + <ccfdeclarationcodeblock parent_id="24" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="FIX ME;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + </ccfdeclarationcodeblock> + <codeaccessormethod accessType="0" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="1" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="2" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="3" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + <codeaccessormethod accessType="4" parent_id="24" tag="" canDelete="false" writeOutText="false" classfield_id="24" role_id="0" > + <header> + <cppcodedocumentation tag="" /> + </header> + </codeaccessormethod> + </codeclassfield> + </classfields> + </classifiercodedocument> + <classifiercodedocument writeOutCode="true" package="" id="cppheader14" parent_class="14" fileExt=".h" fileName="abtpackage" > + <textblocks> + <codeblockwithcomments tag="hashDefBlock" text="#ifndef ABTPACKAGE_H&#010;#define ABTPACKAGE_H" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <codeblockwithcomments tag="includes" text="#include <string>&#010;" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <codeblockwithcomments tag="using" writeOutText="false" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <hierarchicalcodeblock tag="namespace" canDelete="false" > + <header> + <cppcodedocumentation tag="" writeOutText="false" text="Namespace" /> + </header> + <textblocks> + <codeblockwithcomments tag="enums" writeOutText="false" > + <header> + <cppcodedocumentation tag="" writeOutText="false" /> + </header> + </codeblockwithcomments> + <cppheaderclassdeclarationblock parent_id="14" tag="classDeclarationBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Class AbTPackage&#010;" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="publicBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Public stuff" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="publicFieldsDecl" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="pubMethodsBlock" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="constructionMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Constructors" /> + </header> + <textblocks> + <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="Package ( ) { }" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" /> + </header> + </codeblockwithcomments> + </textblocks> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Accessor Methods" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="pubStaticAccessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="pubRegularAccessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="protectedBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Protected stuff" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="protectedFieldsDecl" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="protMethodsBlock" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="constructionMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Constructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Accessor Methods" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="protStaticAccessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="protRegularAccessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="privateBlock" canDelete="false" > + <header> + <cppcodedocumentation tag="" text="Private stuff" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="privateFieldsDecl" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Fields" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="privMethodsBlock" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="constructionMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Constructors" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="accessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Accessor Methods" /> + </header> + <textblocks> + <hierarchicalcodeblock tag="privStaticAccessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="privRegularAccessorMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" writeOutText="false" indentLevel="1" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + <hierarchicalcodeblock tag="operationMethods" canDelete="false" indentLevel="1" > + <header> + <cppcodedocumentation tag="" indentLevel="1" text="Operations" /> + </header> + <textblocks/> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + </textblocks> + </hierarchicalcodeblock> + </textblocks> + </cppheaderclassdeclarationblock> + </textblocks> + </hierarchicalcodeblock> + <cod... [truncated message content] |
From: ABout T. L. <esc...@us...> - 2006-03-28 13:17:02
|
IzExOiBkZWZpbmUgcGFja2FnZSBmb3JtYXQgYW5kIG1ldGhvZHMuDQotLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSstLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tDQogUmVwb3J0ZXI6ICBsb3cgICAgICAgICAgICAgICAgICAgICAgICAgIHwgICAgICAgT3du ZXI6ICBsb3cgICAgICAgIA0KICAgICBUeXBlOiAgdGFzayAgICAgICAgICAgICAgICAgICAgICAg ICB8ICAgICAgU3RhdHVzOiAgbmV3ICAgICAgICANCiBQcmlvcml0eTogIG1ham9yICAgICAgICAg ICAgICAgICAgICAgICAgfCAgIE1pbGVzdG9uZTogIHZlcnNpb25fMC45DQpDb21wb25lbnQ6ICBh YnRsaW51eC1kb2NzICAgICAgICAgICAgICAgIHwgICAgIFZlcnNpb246ICAwLjcgICAgICAgIA0K IEtleXdvcmRzOiAgcGFja2FnZSBmaWxlIGZvcm1hdCBtZXRob2RzICB8ICANCi0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKy0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0NCiBBZGQgaW4gdGhlIHJlcXVpcmVtZW50IGRvYyB0aGUgKmZpbmFsKiB2ZXJzaW9u IG9mIFBhY2thZ2UgY2xhc3MgZm9ybWF0LA0KIHdpdGggaXRzIGRlZmF1bHQgbWV0aG9kcy4NCg0K LS0gDQpUaWNrZXQgVVJMOiA8aHR0cDovL3RyYWMuYWJ0bGludXgub3JnL3RpY2tldC8xMT4NCkFC b3V0IFRpbWUgTGludXggPGh0dHA6Ly9hYnRsaW51eC5vcmc+DQpJdCdzIGFib3V0IHRpbWUgc29t ZW9uZSBkaWQgaXQgcmlnaHQuLi4= |
From: <esc...@us...> - 2006-03-08 16:06:18
|
Revision: 71 Author: eschabell Date: 2006-03-08 08:05:44 -0800 (Wed, 08 Mar 2006) ViewCVS: http://svn.sourceforge.net/abtlinux/?rev=71&view=rev Log Message: ----------- Finished Fixing section scenarios. Regnerated pdf. Modified Paths: -------------- docs/requirements/trunk/abtlinux.pdf docs/requirements/trunk/abtlinux.tex docs/requirements/trunk/cases/verify-installed-package-deps-case.tex docs/requirements/trunk/scenarios/fix-package-scenario.tex docs/requirements/trunk/scenarios/log-package-install-scenario.tex docs/requirements/trunk/scenarios/purge-old-logs-scenario.tex docs/requirements/trunk/scenarios/purge-old-package-sources-scenario.tex docs/requirements/trunk/scenarios/verify-installed-package-deps-scenario.tex docs/requirements/trunk/scenarios/verify-installed-package-files-scenario.tex docs/requirements/trunk/scenarios/verify-installed-package-integrity-scenario.tex docs/requirements/trunk/scenarios/verify-installed-package-symlinks-scenario.tex docs/requirements/trunk/scenarios.tex Modified: docs/requirements/trunk/abtlinux.pdf =================================================================== (Binary files differ) Modified: docs/requirements/trunk/abtlinux.tex =================================================================== --- docs/requirements/trunk/abtlinux.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/abtlinux.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -3,7 +3,7 @@ \begin{document} -\title{ABout Time Linux \\ (TRUNK)} +\title{ABout Time Linux \\ (0.7)} \author{Eric D. Schabell \\ \url{er...@ab...}} Modified: docs/requirements/trunk/cases/verify-installed-package-deps-case.tex =================================================================== --- docs/requirements/trunk/cases/verify-installed-package-deps-case.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/cases/verify-installed-package-deps-case.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -11,13 +11,13 @@ \hline \textbf{Preconditions:} & Package to be verified has a valid description. \\ \hline -\textbf{Triggers:} & abt verify-libs $<$pkg$>$ \\ +\textbf{Triggers:} & abt verify-deps $<$pkg$>$ \\ \hline \textbf{Basic Course of Events:} & \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item User submits a verify libraries request. + \item User submits a verify dependencies request. \item Dependency engine used to determine given packages dependency tree. \item Installed files for each dependency are checked for existence. \item Installed symlinks for each dependency are checked for existence. @@ -30,7 +30,7 @@ \textbf{Exceptions:} & none. \\ \hline \textbf{Postconditions:} & -The installed libraries for given package have been verified, eventual discrepencies have been reported. \\ +The installed libraries for given package have been verified, eventual discrepancies have been reported. \\ \hline \end{tabularx} Modified: docs/requirements/trunk/scenarios/fix-package-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/fix-package-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/fix-package-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,24 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt fix fortune'}. + \begin{enumerate} + \item \textbf{abt verify-files fortune} + \item \textbf{abt verify-symlinks fortune} + \item \textbf{abt verify-integrity fortune} + \end{enumerate} + \item depEngine requested to determine dependencies downtree for fortune. + \item Each package in downtree list is checked with: + \begin{enumerate} + \item \textbf{abt verify-files DOWNTREE-PKG} + \item \textbf{abt verify-symlinks DOWNTREE-PKG} + \item \textbf{abt verify-integrity DOWNTREE-PKG} + \end{enumerate} + \item User supplied with overview of any broken dependencies. + \item User offered to rebuild broken package list. + \item After rebuild, report broken and fixed packages. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,7 +33,7 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item No package name is given, process entire installed packages log. \end{enumerate} \vspace{0.05em} \end{minipage} Modified: docs/requirements/trunk/scenarios/log-package-install-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/log-package-install-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/log-package-install-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -21,6 +21,7 @@ \vspace{0.05em} \begin{enumerate} \item Installed files listed in \url{/etc/abt/tracking.info} will not be included in install log. + \item Files that are installed as symlinks to another file are noted in the install log. \end{enumerate} \vspace{0.05em} \end{minipage} Modified: docs/requirements/trunk/scenarios/purge-old-logs-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/purge-old-logs-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/purge-old-logs-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,16 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt purge-logs'}. + \item User is queried if old caches should also be removed. + \item Install log is accessed from \url{/var/log/abt/installed.log}. + \item Each package in \url{/var/state/abt/install/} is checked against the installed log. + \item Any package found not installed will be removed. + \item If user specified old caches to be removed, same check is done on \url{/var/state/abt/cached/} entries. + \item Note removed packages sources in journal. + \item Report amount of freed disk space to user. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,14 +25,12 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item Installed packages log is unavailable, warn user. + \item Package descriptions are unavailable, warn user. + \item If unsure about a package log or cache, default is to leave it in place. \end{enumerate} \vspace{0.05em} \end{minipage} \\ \hline -\end{tabularx} - -\newpage - - +\end{tabularx} \ No newline at end of file Modified: docs/requirements/trunk/scenarios/purge-old-package-sources-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/purge-old-package-sources-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/purge-old-package-sources-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,14 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt purge-src'}. + \item Install log is accessed from \url{/var/log/abt/installed.log}. + \item Each package description is accessed for sources name that appears in the install log. + \item In source storage \url{/var/spool/abt/}, any package sources found not installed will be removed. + \item Note removed packages sources in journal. + \item Report amount of freed disk space to user. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,14 +23,12 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item Installed packages log is unavailable, warn user. + \item Package descriptions are unavailable, warn user. + \item If unsure about a package source, default is to remove it. \end{enumerate} \vspace{0.05em} \end{minipage} \\ \hline -\end{tabularx} - -\newpage - - +\end{tabularx} \ No newline at end of file Modified: docs/requirements/trunk/scenarios/verify-installed-package-deps-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/verify-installed-package-deps-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/verify-installed-package-deps-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,17 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt verify-deps fortune'}. + \item depEngine requested to determine dependencies downtree for fortune. + \item Each package in downtree list is checked with: + \begin{enumerate} + \item \textbf{abt verify-files DOWNTREE-PKG} + \item \textbf{abt verify-symlinks DOWNTREE-PKG} + \item \textbf{abt verify-integrity DOWNTREE-PKG} + \end{enumerate} + \item User supplied with overview of any broken dependencies. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,13 +26,11 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item depEngine unavailable, warn user. + \item Log actions to journal. \end{enumerate} \vspace{0.05em} \end{minipage} \\ \hline -\end{tabularx} - -\newpage - +\end{tabularx} \ No newline at end of file Modified: docs/requirements/trunk/scenarios/verify-installed-package-files-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/verify-installed-package-files-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/verify-installed-package-files-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,12 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt verify-files fortune'}. + \item Install log for \textbf{fortune} is accessed at \url{/var/state/abt/install/fortune/fortune-mod-9807.install}. + \item Each file is checked for exitance. + \item User supplied with overview of any missing files. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,13 +21,11 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item Install log unavailable, warn user. + \item No files fail the check, inform user. \end{enumerate} \vspace{0.05em} \end{minipage} \\ \hline -\end{tabularx} - -\newpage - +\end{tabularx} \ No newline at end of file Modified: docs/requirements/trunk/scenarios/verify-installed-package-integrity-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/verify-installed-package-integrity-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/verify-installed-package-integrity-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,13 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt verify-integrity fortune'}. + \item Install log for \textbf{fortune} is accessed at \url{/var/state/abt/install/fortune/fortune-mod-9807.install}. + \item Integrity log for \textbf{fortune} is accessed at \url{/var/state/abt/install/fortune/fortune-mod-9807.integrity}. + \item Each file is checked for integrity. + \item User supplied with overview of any files failing check. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,13 +22,12 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item Install log unavailable, warn user. + \item Integrity log unavailable, warn user. + \item No files fail the integrity check, inform user. \end{enumerate} \vspace{0.05em} \end{minipage} \\ \hline -\end{tabularx} - -\newpage - +\end{tabularx} \ No newline at end of file Modified: docs/requirements/trunk/scenarios/verify-installed-package-symlinks-scenario.tex =================================================================== --- docs/requirements/trunk/scenarios/verify-installed-package-symlinks-scenario.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios/verify-installed-package-symlinks-scenario.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -7,9 +7,12 @@ \textbf{Use Case Steps:} & \begin{minipage}{\linewidth} \vspace{0.05em} - \begin{enumerate} - \item Steps - \end{enumerate} + \begin{itemize} + \item User command \textbf{'abt verify-symlinks fortune'}. + \item Install log for \textbf{fortune} is accessed at \url{/var/state/abt/install/fortune/fortune-mod-9807.install}. + \item Each file marked as a symlink is checked for exitance as symlink. + \item User supplied with overview of any symlinked files failing check. + \end{itemize} \vspace{0.05em} \end{minipage} \\ @@ -18,13 +21,11 @@ \begin{minipage}{\linewidth} \vspace{0.05em} \begin{enumerate} - \item Steps + \item Install log unavailable, warn user. + \item No files fail the check, inform user. \end{enumerate} \vspace{0.05em} \end{minipage} \\ \hline -\end{tabularx} - -\newpage - +\end{tabularx} \ No newline at end of file Modified: docs/requirements/trunk/scenarios.tex =================================================================== --- docs/requirements/trunk/scenarios.tex 2006-03-08 15:22:44 UTC (rev 70) +++ docs/requirements/trunk/scenarios.tex 2006-03-08 16:05:44 UTC (rev 71) @@ -60,14 +60,13 @@ \subsection{Fixing} Scenarios dealing with fixing package problems are detailed here. -TODO: 6 scenarios \input{scenarios/purge-old-package-sources-scenario.tex} -%\input{scenarios/purge-old-logs-scenario.tex} -%\input{scenarios/verify-installed-package-files-scenario.tex} -%\input{scenarios/verify-installed-package-symlinks-scenario.tex} -%\input{scenarios/verify-installed-package-deps-scenario.tex} -%\input{scenarios/verify-installed-package-integrity-scenario.tex} -%\input{scenarios/fix-package-scenario.tex} +\input{scenarios/purge-old-logs-scenario.tex} +\input{scenarios/verify-installed-package-files-scenario.tex} +\input{scenarios/verify-installed-package-symlinks-scenario.tex} +\input{scenarios/verify-installed-package-deps-scenario.tex} +\input{scenarios/verify-installed-package-integrity-scenario.tex} +\input{scenarios/fix-package-scenario.tex} \subsection{Patching} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |