-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.71 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Zope 3 related odds and ends</title>
<link rel="stylesheet" href="style.css" />
<style>
th, td { padding: 1ex; }
td.success {
background: #8FDF5F;
border: 1px solid #2F8F0F;
color: white;
}
td.failure {
background: #E98080;
border: 1px solid #8F0F0F;
color: white;
}
td a:link, td a:visited, td a:active, td a:hover {
color: #666;
}
</style>
</head>
<body>
<h1>Zope 3 related odds and ends</h1>
<p><a href="irclogs-zope/">IRC logs of #zope on FreeNode</a></p>
<p><a href="irclogs-zodb/">IRC logs of #zodb on FreeNode</a></p>
<p><a href="irclogs/">IRC logs of #zope3-dev on FreeNode</a></p>
<!-- Ubuntu 20.04 LTS dropped trac from the repos
<p><a href="trac/">Source repository browser of svn.zope.org</a> (snapshot up to revision 130530)</p>
-->
<p><a href="py3/">Python 3 porting status page</a> (updated daily)</p>
<!-- pointless: we no longer use Travis CI
<p><a href="py3/travis.html">Travis CI summary for ZopeFoundation packages</a></p>
-->
<p><a href="py3/gha.html">GitHub Actions summary for ZopeFoundation packages</a></p>
<div class="footer">
Site maintained by <a href="https://pov.lt/">Programmers of Vilnius</a>.
This site uses <a href="https://validator.w3.org/check/referer">valid</a> HTML and CSS.<br />
If you experience any problems with the website, please contact <a href="mailto:webmaster@pov.lt">webmaster@pov.lt</a>.
</div>
</body>
</html>