/usr/share/doc/python-rpyc-doc/html/docs.html is in python-rpyc-doc 3.4.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documentation — RPyC</title>
<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '3.4.4/2017.08.07',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/rpyc3-logo-tiny.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="About RPyC" href="docs/about.html" />
<link rel="prev" title="Screen Casts" href="screencasts.html" />
</head>
<body>
<div class="header" role="banner">
<a href="index.html">
<img class="logo" src="_static/banner.png" alt="Logo"/>
</a>
</div>
<div class="topnav" role="navigation" aria-label="top navigation">
<p>
«  <a href="screencasts.html">Screen Casts</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="docs/about.html">About RPyC</a>  »
</p>
</div>
<div class="content">
<div class="section" id="documentation">
<span id="id1"></span><h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h1>
<div class="section" id="introduction">
<h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
</div>
<ul class="simple">
<li><a class="reference internal" href="docs/about.html#about"><span class="std std-ref">A little about RPyC</span></a> - related projects, contributors, and
logo issues</li>
<li><a class="reference internal" href="docs/theory.html#theory"><span class="std std-ref">Theory of Operation</span></a> - background on the inner workings of
RPyC and the terminology</li>
<li><a class="reference internal" href="docs/usecases.html#use-cases"><span class="std std-ref">Use cases</span></a> - some common use-cases, demonstrating the power
and ease of RPyC</li>
<li><a class="reference internal" href="docs/howto.html#howto"><span class="std std-ref">How to’s</span></a> - solutions to specific problems</li>
<li><a class="reference internal" href="docs/guidelines.html#guidelines"><span class="std std-ref">Guidelines</span></a> - guidelines for improving your work with RPyC</li>
</ul>
</div>
<div class="section" id="reference">
<h2>Reference<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
</div>
<ul class="simple">
<li><a class="reference internal" href="docs/servers.html#servers"><span class="std std-ref">Servers</span></a> - using the built-in servers and writing custom ones</li>
<li><a class="reference internal" href="docs/classic.html#classic"><span class="std std-ref">Classic RPyC</span></a> - using RPyC in <em>slave mode</em> (AKA <em>classic
mode</em>), where the client has unrestricted control over the server.</li>
<li><a class="reference internal" href="docs/services.html#services"><span class="std std-ref">RPyC Services</span></a> - writing well-defined services which restrict
the operations a client (or server) can carry out.</li>
<li><a class="reference internal" href="docs/async.html#async"><span class="std std-ref">Asynchronous Operation</span></a> - invoking operations in the background,
without having to wait for them to finish.</li>
<li><a class="reference internal" href="docs/security.html#security"><span class="std std-ref">Security Concerns</span></a> - keeping security in mind when using
RPyC</li>
<li><a class="reference internal" href="docs/secure-connection.html#ssl"><span class="std std-ref">Secure Connections</span></a> - create an encrypted and authenticated
connection over SSL or SSH</li>
<li><a class="reference internal" href="docs/zerodeploy.html#zerodeploy"><span class="std std-ref">Zero-Deploy</span></a> - spawn temporary, short-lived RPyC server on remote
machine with nothing more than SSH and a Python interpreter</li>
<li><a class="reference internal" href="docs/splitbrain.html#splitbrain"><span class="std std-ref">Splitbrain Python</span></a> - run code locally, but have all OS-level operations
take place on the server machine. A killer feature for debugging and automated testing!</li>
</ul>
</div>
</div>
</div>
<div class="bottomnav" role="navigation" aria-label="bottom navigation">
<p>
«  <a href="screencasts.html">Screen Casts</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="docs/about.html">About RPyC</a>  »
</p>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Tomer Filiba, licensed under Attribution-ShareAlike 3.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
</div>
</body>
</html>
|