File: redirect.html

package info (click to toggle)
python-xmpp 0.4.1-cvs20080505.2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 4,984 kB
  • ctags: 6,523
  • sloc: python: 3,384; makefile: 60
file content (38 lines) | stat: -rw-r--r-- 3,097 bytes parent folder | download | duplicates (2)
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
<html><head><title>Epydoc Redirect Page</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>
<body>
<script type="text/javascript">
<!--
var pages = ["xmpp.commands.Command_Handler_Prototype-c", "xmpp.protocol.RemoteConnectionFailed-c", "xmpp.protocol.UnsupportedStanzaType-c", "xmpp.protocol.InternalServerError-c", "xmpp.protocol.UnsupportedEncoding-c", "xmpp.protocol.BadNamespacePrefix-c", "xmpp.protocol.ImproperAddressing-c", "xmpp.protocol.ResourceConstraint-c", "xmpp.protocol.UndefinedCondition-c", "xmpp.protocol.UnsupportedVersion-c", "xmpp.protocol.ConnectionTimeout-c", "xmpp.transports.HTTPPROXYsocket-c", "xmpp.protocol.InvalidNamespace-c", "xmpp.protocol.XMLNotWellFormed-c", "xmpp.protocol.PolicyViolation-c", "xmpp.protocol.SystemShutdown-c", "xmpp.protocol.NodeProcessed-c", "xmpp.protocol.NotAuthorized-c", "xmpp.protocol.RestrictedXML-c", "xmpp.dispatcher.Dispatcher-c", "xmpp.protocol.SeeOtherHost-c", "xmpp.simplexml.NodeBuilder-c", "xmpp.commands.TestCommand-c", "xmpp.protocol.HostUnknown-c", "xmpp.protocol.InvalidFrom-c", "xmpp.protocol.StreamError-c", "xmpp.transports.TCPsocket-c", "xmpp.client.CommonClient-c", "xmpp.protocol.InvalidXML-c", "xmpp.auth.ComponentBind-c", "xmpp.protocol.BadFormat-c", "xmpp.protocol.DataField-c", "xmpp.protocol.ErrorNode-c", "xmpp.protocol.InvalidID-c", "xmpp.commands.Commands-c", "xmpp.protocol.Conflict-c", "xmpp.protocol.DataForm-c", "xmpp.protocol.HostGone-c", "xmpp.protocol.Presence-c", "xmpp.protocol.Protocol-c", "xmpp.client.Component-c", "xmpp.filetransfer.IBB-c", "xmpp.protocol.Message-c", "xmpp.transports.error-c", "xmpp.browser.Browser-c", "xmpp.session.Session-c", "xmpp.protocol.Error-c", "xmpp.simplexml.Node-c", "xmpp.transports.TLS-c", "xmpp.client.Client-c", "xmpp.client.PlugIn-c", "xmpp.debug.NoDebug-c", "xmpp.roster.Roster-c", "xmpp.filetransfer-m", "xmpp.auth.NonSASL-c", "xmpp.protocol.JID-c", "xmpp.simplexml.NT-c", "xmpp.debug.Debug-c", "xmpp.protocol.Iq-c", "xmpp.simplexml.T-c", "xmpp.dispatcher-m", "xmpp.transports-m", "xmpp.simplexml-m", "xmpp.auth.Bind-c", "xmpp.auth.SASL-c", "xmpp.commands-m", "xmpp.features-m", "xmpp.protocol-m", "xmpp.browser-m", "xmpp.jep0106-m", "xmpp.session-m", "xmpp.client-m", "xmpp.roster-m", "xmpp.debug-m", "xmpp.auth-m", "xmpp-m"];
var dottedName = get_anchor();
if (dottedName) {
    var target = redirect_url(dottedName);
    if (target) window.location.replace(target);
}
// -->
</script>

<h3>Epydoc Auto-redirect page</h3>

<p>When javascript is enabled, this page will redirect URLs of
the form <tt>redirect.html#<i>dotted.name</i></tt> to the
documentation for the object with the given fully-qualified
dotted name.</p>
<p><a id="message"> &nbsp; </a></p>

<script type="text/javascript">
<!--
if (dottedName) {
    var msg = document.getElementById("message");
    msg.innerHTML = "No documentation found for <tt>"+
                    dottedName+"</tt>";
}
// -->
</script>

</body>
</html>