~ubuntu-branches/ubuntu/lucid/cedar-backup2/lucid

« back to all changes in this revision

Viewing changes to doc/interface/CedarBackup2.peer-pysrc.html

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth J. Pronovici
  • Date: 2009-03-29 15:00:28 UTC
  • mfrom: (1.1.10 upstream) (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090329150028-ljhfp6mxplcbmx4i
Tags: 2.19.3-1
* New upstream release.
* Remove references to user manual PDF (no longer shipped).
* Update debian/copyright based on new upstream CREDITS.
* Bump standards version to 3.8.1 (no packaging changes).
* Bump debhelper compatibility to 7, per linitian recommendation.
* Declare a dependency on debhelper (>= 7.0.1) to match compatibility.
* Reference /usr/share/common-licenses/GPL-2 rather than just GPL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
<a name="L27"></a><tt class="py-lineno">  27</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Author   : Kenneth J. Pronovici &lt;pronovic@ieee.org&gt;</tt> </tt>
91
91
<a name="L28"></a><tt class="py-lineno">  28</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Language : Python (&gt;= 2.3)</tt> </tt>
92
92
<a name="L29"></a><tt class="py-lineno">  29</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Project  : Cedar Backup, release 2</tt> </tt>
93
 
<a name="L30"></a><tt class="py-lineno">  30</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Revision : $Id: peer.py 924 2008-10-06 02:29:46Z pronovic $</tt> </tt>
 
93
<a name="L30"></a><tt class="py-lineno">  30</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Revision : $Id: peer.py 935 2009-03-29 18:56:50Z pronovic $</tt> </tt>
94
94
<a name="L31"></a><tt class="py-lineno">  31</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># Purpose  : Provides backup peer-related objects.</tt> </tt>
95
95
<a name="L32"></a><tt class="py-lineno">  32</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
96
96
<a name="L33"></a><tt class="py-lineno">  33</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment"># # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #</tt> </tt>
102
102
<a name="L39"></a><tt class="py-lineno">  39</tt>  <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
103
103
<a name="L40"></a><tt class="py-lineno">  40</tt>  <tt class="py-line"><tt class="py-docstring">Provides backup peer-related objects and utility functions.</tt> </tt>
104
104
<a name="L41"></a><tt class="py-lineno">  41</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
105
 
<a name="L42"></a><tt class="py-lineno">  42</tt>  <tt class="py-line"><tt class="py-docstring">@sort: LocalPeer, Remote Peer</tt> </tt>
 
105
<a name="L42"></a><tt class="py-lineno">  42</tt>  <tt class="py-line"><tt class="py-docstring">@sort: LocalPeer, RemotePeer</tt> </tt>
106
106
<a name="L43"></a><tt class="py-lineno">  43</tt>  <tt class="py-line"><tt class="py-docstring"></tt> </tt>
107
107
<a name="L44"></a><tt class="py-lineno">  44</tt>  <tt class="py-line"><tt class="py-docstring">@var DEF_COLLECT_INDICATOR: Name of the default collect indicator file.</tt> </tt>
108
108
<a name="L45"></a><tt class="py-lineno">  45</tt>  <tt class="py-line"><tt class="py-docstring">@var DEF_STAGE_INDICATOR: Name of the default stage indicator file.</tt> </tt>
1952
1952
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
1953
1953
  <tr>
1954
1954
    <td align="left" class="footer">
1955
 
    Generated by Epydoc 3.0beta1 on Sat Nov 15 12:17:09 2008
 
1955
    Generated by Epydoc 3.0.1 on Sun Mar 29 14:50:19 2009
1956
1956
    </td>
1957
1957
    <td align="right" class="footer">
1958
 
      <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
 
1958
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
 
1959
        >http://epydoc.sourceforge.net</a>
1959
1960
    </td>
1960
1961
  </tr>
1961
1962
</table>
1966
1967
  // javascript is turned off then we want them to be
1967
1968
  // visible); but by default, we want to hide them.  So hide
1968
1969
  // them unless we have a cookie that says to show them.
1969
 
  checkCookie()
 
1970
  checkCookie();
1970
1971
  // -->
1971
1972
</script>
1972
 
  
1973
1973
</body>
1974
1974
</html>