⌈⌋ ⎇ branch:  freshcode


Check-in [6676cf4af8]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Friendlier placeholder page in case of SQLite locks / running update scripts.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6676cf4af8e4382ea6f1d3fbc538a05e29bb5f13
User & Date: mario 2015-01-08 17:57:02
Context
2015-01-11
03:40
Experimental launchpad project+release polling. (Not using OAuth, so decidedly slow-running; gonna take two weeks before it gets any results.) check-in: 071676fbb1 user: mario tags: trunk
2015-01-08
17:57
Friendlier placeholder page in case of SQLite locks / running update scripts. check-in: 6676cf4af8 user: mario tags: trunk
15:56
Add extra Unicode backtick to allowed input::_text filter. check-in: 86d56847bc user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added error500.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>freshcode.club</title>
<meta name=robots content=noindex>
<meta charset=utf-8>
<style>
 html { height: 100%; padding: 0; margin: 0; }
 body {
   height: 100%;
   background: #666;
   background: linear-gradient(to bottom, #666666 0%, #666666 49%, #555555 51%, #444444 100%);
   color: #fff;
   padding: 100pt;
   align: center;
   vertical-align: center;
 }
 img {
   margin-right: 45px;
 }
 div {
   position: absolute;
   margin: auto;
   width: 650px;
   height: 30%;
   top:0;  bottom: 0;  left: 0;  right: 0;
 }
 span {
   display: inline-block;
   width: 400px;
   float: right;
 }
 h1, p, a {
   font-family: Ubuntu, Arial;
   font-size: 16pt;
   color: #fff;
 }
 h1 {
   font-size: 32pt;
   margin-top: 0;
 }
 small, a {
   font-size: 9pt;
 }
 
</style>
</head>
<html>
  <div>
    <img src="/img/logo.banana.png" width=200 height=225 alt=banana align=left
    data-author="qubodup" data-href="https://openclipart.org/detail/211309/">
    <span>
      <h1>a database thing</h1>
      <p>Sorry. There's currently a database thing happening. (Well, most likely..)</p>
      <p>Updates usually finish in 3-5 minutes.</p>
      <p><small>
        All the while check our partner projects and cool similar aggregators:<br>
        <a href="http://twitter.com/versiontracker">@versiontracker</a> ·
        <a href="http://fossies.org/linux/misc/">Fossies</a> ·
        <a href="http://freshcode-mirror.opensourcestore.org/">FCcM/OSS</a> ·
        <a href="http://beopen.bplaced.net/">beOpen</a> ·
        <a href="http://opendesktop.org/">openDesktop</a> ·
        <a href="https://linuxsoftnews.wordpress.com/">LinuxSoftNews</a> ·
        <a href="http://www.lgdb.org/">LGameDB</a> ·
        <a href="http://distrowatch.com/">DistroWatch</a> ·
        <a href="http://www.zwodnik.com/">Zwodnik</a> ·
      </small></p>
    </span>
  </div>
</html>