[Abtlinux-svn] SF.net SVN: abtlinux: [495] src/trunk/doc
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2008-01-28 15:40:22
|
Revision: 495 http://abtlinux.svn.sourceforge.net/abtlinux/?rev=495&view=rev Author: eschabell Date: 2008-01-28 07:40:27 -0800 (Mon, 28 Jan 2008) Log Message: ----------- Regenerated api docs. Modified Paths: -------------- src/trunk/doc/classes/AbtUsage.html src/trunk/doc/created.rid src/trunk/doc/files/libs/abtusage_rb.html Modified: src/trunk/doc/classes/AbtUsage.html =================================================================== --- src/trunk/doc/classes/AbtUsage.html 2008-01-28 15:39:29 UTC (rev 494) +++ src/trunk/doc/classes/AbtUsage.html 2008-01-28 15:40:27 UTC (rev 495) @@ -206,13 +206,13 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000040_source')" id="l_M000040_source">show source</a> ]</p> <div id="M000040_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File libs/abtusage.rb, line 130</span> -130: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_downloads</span> -131: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\ndownloads:"</span> -132: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" -d, download [package]\t\tRetrieve given package sources."</span> -133: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" -u, update [package]|[tree]\tUpdate given package or tree from AbTLinux repository."</span> -134: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" -n, news\t\t\t\tDisplays newsfeeds from AbTLinux website.\n"</span> -135: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File libs/abtusage.rb, line 129</span> +129: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_downloads</span> +130: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\ndownloads:"</span> +131: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" -d, download [package]\t\tRetrieve given package sources."</span> +132: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" -u, update [package]|[tree]\tUpdate given package or tree from AbTLinux repository."</span> +133: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" -n, news\t\t\t\tDisplays newsfeeds from AbTLinux website.\n"</span> +134: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -234,16 +234,16 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000041_source')" id="l_M000041_source">show source</a> ]</p> <div id="M000041_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File libs/abtusage.rb, line 142</span> -142: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_fix</span> -143: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\nfix:"</span> -144: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" purge-src\t\t\t\tRemove source caches for packages no longer installed."</span> -145: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-files [package]\t\tInstalled files are verified for given package."</span> -146: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-symlinks [package]\t\tSymlinks verified for given package."</span> -147: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-deps [package]\t\tDependency tree is verified for given package."</span> -148: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-integrity [package]\t\tVerify integrity of installed files for given package."</span> -149: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" fix [package]\t\tGiven package is verified and fixed if needed.\n"</span> -150: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File libs/abtusage.rb, line 141</span> +141: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_fix</span> +142: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\nfix:"</span> +143: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" purge-src\t\t\t\tRemove source caches for packages no longer installed."</span> +144: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-files [package]\t\tInstalled files are verified for given package."</span> +145: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-symlinks [package]\t\tSymlinks verified for given package."</span> +146: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-deps [package]\t\tDependency tree is verified for given package."</span> +147: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" verify-integrity [package]\t\tVerify integrity of installed files for given package."</span> +148: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" fix [package]\t\tGiven package is verified and fixed if needed.\n"</span> +149: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -265,13 +265,13 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000039_source')" id="l_M000039_source">show source</a> ]</p> <div id="M000039_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File libs/abtusage.rb, line 118</span> -118: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_generation</span> -119: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\ngeneration:"</span> -120: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" show-updates\t\tShow a package listing with available update versions."</span> -121: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" html\t\t\tGenerate HTML page from installed packages:"</span> -122: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" \t\t\t\t(package name with hyperlink to package website and version installed)\n"</span> -123: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File libs/abtusage.rb, line 117</span> +117: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_generation</span> +118: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\ngeneration:"</span> +119: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" show-updates\t\tShow a package listing with available update versions."</span> +120: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" html\t\t\tGenerate HTML page from installed packages:"</span> +121: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" \t\t\t\t(package name with hyperlink to package website and version installed)\n"</span> +122: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -293,15 +293,15 @@ <p class="source-link">[ <a href="javascript:toggleSource('M000042_source')" id="l_M000042_source">show source</a> ]</p> <div id="M000042_source" class="dyn-source"> <pre> - <span class="ruby-comment cmt"># File libs/abtusage.rb, line 157</span> -157: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_maintenance</span> -158: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\nmaintenance:"</span> -159: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" build-location [host]\t\tSets global location (default: localhost) for retrieving cached package builds."</span> -160: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" package-repo [add|remove|list] [URI]"</span> -161: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" add - add package repository."</span> -162: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" remove - remove a package repository."</span> -163: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" list - display current repository listing.\n"</span> -164: <span class="ruby-keyword kw">end</span> + <span class="ruby-comment cmt"># File libs/abtusage.rb, line 156</span> +156: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage_maintenance</span> +157: <span class="ruby-identifier">puts</span> <span class="ruby-value str">"\nmaintenance:"</span> +158: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" build-location [host]\t\tSets global location (default: localhost) for retrieving cached package builds."</span> +159: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" package-repo [add|remove|list] [URI]"</span> +160: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" add - add package repository."</span> +161: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" remove - remove a package repository."</span> +162: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" list - display current repository listing.\n"</span> +163: <span class="ruby-keyword kw">end</span> </pre> </div> </div> @@ -376,8 +376,7 @@ 107: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" show-untracked\t\t\tShow all files on system not tracked by AbTLinux."</span> 108: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" show-journal\t\t\t\tShow the system journal."</span> 109: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" show-iqueue\t\t\t\tShow the contents of the install queue."</span> -110: <span class="ruby-identifier">puts</span> <span class="ruby-value str">" show-patches\t\t\t\tShow the current available patches for installed package tree.\n"</span> -111: <span class="ruby-keyword kw">end</span> +110: <span class="ruby-keyword kw">end</span> </pre> </div> </div> Modified: src/trunk/doc/created.rid =================================================================== --- src/trunk/doc/created.rid 2008-01-28 15:39:29 UTC (rev 494) +++ src/trunk/doc/created.rid 2008-01-28 15:40:27 UTC (rev 495) @@ -1 +1 @@ -Mon Jan 28 10:51:42 +0100 2008 +Mon Jan 28 16:31:27 +0100 2008 Modified: src/trunk/doc/files/libs/abtusage_rb.html =================================================================== --- src/trunk/doc/files/libs/abtusage_rb.html 2008-01-28 15:39:29 UTC (rev 494) +++ src/trunk/doc/files/libs/abtusage_rb.html 2008-01-28 15:40:27 UTC (rev 495) @@ -63,7 +63,7 @@ </tr> <tr> <td>Modified:</td> - <td>Mon Jan 28 10:18:13 +0100 2008</td> + <td>Mon Jan 28 16:01:51 +0100 2008</td> </tr> </table> </td></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |