~mbp/pad.lv/trunk

« back to all changes in this revision

Viewing changes to static/index.html

  • Committer: Martin Pool
  • Date: 2019-12-29 18:24:55 UTC
  • Revision ID: mbp@sourcefrog.net-20191229182455-mrlrfsbzjz3uvu4n
Remove obsolete G+ content, ads, and analytics.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
2
<html>
 
3
 
3
4
<head>
4
5
  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
5
6
  <meta name=viewport content="width=device-width, initial-scale=1">
8
9
  <script type="text/javascript">
9
10
    /* Redirect http://pad.lv/#nnnn to http://pad.lv/nnnn */
10
11
    if (window.location.pathname === "/" && window.location.hash.match(/^#\d+$/)) {
11
 
        window.location = "/" + window.location.hash.substr(1);
 
12
      window.location = "/" + window.location.hash.substr(1);
12
13
    }
13
14
  </script>
14
15
 
15
 
<style>
16
 
 
17
 
body {
18
 
        font-family: Ubuntu, "Ubuntu Beta", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
19
 
        background: #ffffff;
20
 
        font-size: 12px;
21
 
        line-height: 16px;
22
 
        color: #333333;
23
 
}
24
 
 
25
 
:link,:visited {
26
 
        color: #dd4814;
27
 
        text-decoration:none;
28
 
}
29
 
 
30
 
:link:hover,:visited:hover {
31
 
        text-decoration:underline;
32
 
}
33
 
 
34
 
h1 {
35
 
        font-size: 36px;
36
 
        line-height: 40px;
37
 
        font-weight: normal;
38
 
}
39
 
 
40
 
h2 {
41
 
        font-size: 24px;
42
 
        line-height: 28px;
43
 
        color: #333333;
44
 
        margin-top: 16px;
45
 
        margin-bottom: 8px;
46
 
        font-weight: normal;
47
 
}
48
 
 
49
 
.photo {
50
 
        margin: 20px;
51
 
}
52
 
 
53
 
tt,code {
54
 
        font-family: "Ubuntu Monospace", "Ubuntu Mono", "Ubuntu Beta Mono 21", "Bitstream Vera Mono", monospace;
55
 
}
56
 
</style>
 
16
  <style>
 
17
    body {
 
18
      font-family: Ubuntu, "Ubuntu Beta", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
 
19
      background: #ffffff;
 
20
      font-size: 12px;
 
21
      line-height: 16px;
 
22
      color: #333333;
 
23
    }
 
24
 
 
25
    :link,
 
26
    :visited {
 
27
      color: #dd4814;
 
28
      text-decoration: none;
 
29
    }
 
30
 
 
31
    :link:hover,
 
32
    :visited:hover {
 
33
      text-decoration: underline;
 
34
    }
 
35
 
 
36
    h1 {
 
37
      font-size: 36px;
 
38
      line-height: 40px;
 
39
      font-weight: normal;
 
40
    }
 
41
 
 
42
    h2 {
 
43
      font-size: 24px;
 
44
      line-height: 28px;
 
45
      color: #333333;
 
46
      margin-top: 16px;
 
47
      margin-bottom: 8px;
 
48
      font-weight: normal;
 
49
    }
 
50
 
 
51
    .photo {
 
52
      margin: 20px;
 
53
    }
 
54
 
 
55
    tt,
 
56
    code {
 
57
      font-family: "Ubuntu Monospace", "Ubuntu Mono", "Ubuntu Beta Mono 21", "Bitstream Vera Mono", monospace;
 
58
    }
 
59
  </style>
57
60
</head>
58
61
 
59
62
<body>
60
63
 
61
 
<script>
62
 
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
63
 
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
64
 
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
65
 
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
66
 
 
67
 
  ga('create', 'UA-47072495-1', 'pad.lv');
68
 
  ga('send', 'pageview');
69
 
 
70
 
</script>
71
 
 
72
 
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
73
 
<!-- pad.lv -->
74
 
<ins class="adsbygoogle"
75
 
style="display:block"
76
 
data-ad-client="ca-pub-3547096055927362"
77
 
data-ad-slot="5939966337"
78
 
data-ad-format="auto"></ins>
79
 
<script>
80
 
(adsbygoogle = window.adsbygoogle || []).push({});
81
 
</script>
82
 
 
83
64
  <h1>pad.&#x2665; short Launchpad URLs</h1>
84
65
 
85
66
  <p><b>pad.lv is a site-specific redirection service
86
 
  for <a href="//launchpad.net/">Launchpad.net</a></b>,
87
 
  so you can easily create short URLs to use in irc, mail, microblogging, or grafitti.
 
67
      for <a href="//launchpad.net/">Launchpad.net</a></b>,
 
68
    so you can easily create short URLs to use in irc, mail, microblogging, or grafitti.
88
69
  </p>
89
70
 
 
71
  <p><b>NEW 2019-12</b>: pad.lv updated to AppEngine Go 1.13.</p>
90
72
  <p><b>NEW 2018-09</b>: pad.lv is served directly over https using
91
73
    <a href="https://cloudplatform.googleblog.com/2017/09/introducing-managed-SSL-for-Google-App-Engine.html">App
92
 
       Engine Managed SSL</a>.</p>
93
 
 
94
 
  <p>
95
 
  If you have suggestions, <a href="https://bugs.launchpad.net/pad.lv">file a bug</a> or send a merge proposal.
96
 
  </p>
97
 
 
98
 
  <p>
99
 
  For updates, <b><a href="https://plus.google.com/118149749294376797445">follow pad.lv on Google+</a></b>.
100
 
  </p>
101
 
 
102
 
  <p>By <a href="https://sourcefrog.net/">Martin Pool</a>.</p>
103
 
 
104
 
  <p><b>Note:</b>This site uses cookies to serve targeted ads and for analytics.</p>
105
 
 
106
 
<!-- Place this tag where you want the +1 button to render. -->
107
 
<div align="right" class="g-plusone" data-annotation="inline" data-width="300"></div>
108
 
 
109
 
<!-- Place this tag after the last +1 button tag. -->
110
 
<script type="text/javascript">
111
 
  (function() {
112
 
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
113
 
    po.src = 'https://apis.google.com/js/plusone.js';
114
 
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
115
 
  })();
116
 
</script>
117
 
 
118
 
 
119
 
 
120
 
<script type="text/javascript"><!--
121
 
google_ad_client = "ca-pub-6150241658415703";
122
 
/* pad.lv related links */
123
 
google_ad_slot = "9039036960";
124
 
google_ad_width = 728;
125
 
google_ad_height = 15;
126
 
//-->
127
 
</script>
 
74
      Engine Managed SSL</a>.</p>
 
75
 
 
76
  <p>
 
77
    If you have suggestions, <a href="https://bugs.launchpad.net/pad.lv">file a bug</a> or send a merge proposal.
 
78
  </p>
 
79
 
 
80
  <p><b>Note:</b> This site uses cookies to serve targeted ads and for analytics.</p>
128
81
 
129
82
  <h2>Patterns</h2>
130
83
 
131
84
  <dl>
132
85
    <dt>
133
 
    <a href="https://pad.lv/1">pad.lv/<em>1</em></a>
 
86
      <a href="https://pad.lv/1">pad.lv/<em>1</em></a>
134
87
      or
135
88
      <a href="https://pad.lv/bug=1">pad.lv/bug=<em>1</em></a>
136
89
    </dt>
154
107
 
155
108
  <dl>
156
109
    <dt><a href="https://pad.lv/fb/pad.lv">pad.lv/fb/<em>pad.lv</em></a>
157
 
    or
158
 
    <a href="https://pad.lv/fb/u/bzr">pad.lv/fb/u/<em>bzr</em></a>
 
110
      or
 
111
      <a href="https://pad.lv/fb/u/bzr">pad.lv/fb/u/<em>bzr</em></a>
159
112
    </dt>
160
113
    <dd><b>File a bug</b> against a project, or an Ubuntu source package.
161
 
    NB, if the package is not found, make sure you're using the source package name, not the binary name.  For example, <em>python2.7-doc</em> comes from the source package <em>python2.7</em>.
 
114
      NB, if the package is not found, make sure you're using the source package name, not the binary name. For example,
 
115
      <em>python2.7-doc</em> comes from the source package <em>python2.7</em>.
162
116
    </dd>
163
117
  </dl>
164
118
 
169
123
 
170
124
  <dl>
171
125
    <dt><a href="https://pad.lv/b/pad.lv">pad.lv/b/<em>pad.lv</em></a>,
172
 
        <a href="https://pad.lv/b/u/glibmm2.4">pad.lv/b/u/glibmm2.4</a>
173
 
</dt>
 
126
      <a href="https://pad.lv/b/u/glibmm2.4">pad.lv/b/u/glibmm2.4</a>
 
127
    </dt>
174
128
    <dd>List of <b>bugs in a project</b>, or <b>bugs in an Ubuntu source package</b>.
175
129
  </dl>
176
130
 
177
131
  <dl>
178
132
    <dt><a href="https://pad.lv/bas/~mbp">pad.lv/bas/~<em>mbp</em></a>,
179
 
        /baf, /bre, /bsu</dt>
 
133
      /baf, /bre, /bsu</dt>
180
134
    <dd>List of bugs that are <b>assigned to, affect, were reported by, or are subscribed to by</b> a person.
181
135
  </dl>
182
136
 
187
141
 
188
142
  <dl>
189
143
    <dt><a href="https://pad.lv/mps/bzr">pad.lv/mps/<em>bzr</em></a>
190
 
    or
191
 
    <a href="https://pad.lv/mps/u/bzr">pad.lv/mps/u/<em>bzr</em></a>
 
144
      or
 
145
      <a href="https://pad.lv/mps/u/bzr">pad.lv/mps/u/<em>bzr</em></a>
192
146
    </dt>
193
147
    <dd><b>Active merge proposals</b> in a project, or an Ubuntu source package.</dd>
194
148
  </dl>
195
149
 
196
150
  <dl>
197
151
    <dt><a href="https://pad.lv/u/bzr">pad.lv/u/<em>bzr</em></a>
198
 
    or
199
 
    <a href="https://pad.lv/d/bzr">pad.lv/d/<em>bzr</em></a></dt>
200
 
    <dd>A <b>source package</b> in Ubuntu or Debian respectively.  (It must be the source package, not the binary name.)</dd>
 
152
      or
 
153
      <a href="https://pad.lv/d/bzr">pad.lv/d/<em>bzr</em></a></dt>
 
154
    <dd>A <b>source package</b> in Ubuntu or Debian respectively. (It must be the source package, not the binary name.)
 
155
    </dd>
201
156
  </dl>
202
157
 
203
158
  <dl>
212
167
 
213
168
  <dl>
214
169
    <dt><a href="https://pad.lv/ppa/james-w">pad.lv/ppa/<em>james-w</em></a>
215
 
    or
216
 
    <a href="https://pad.lv/ppa/james-w/polkit">pad.lv/ppa/<em>james-w/polkit</em></a></dt>
 
170
      or
 
171
      <a href="https://pad.lv/ppa/james-w/polkit">pad.lv/ppa/<em>james-w/polkit</em></a></dt>
217
172
    <dd>A <b>PPA</b> (either the default or a specifically named one.)</dd>
218
173
  </dl>
219
174
 
225
180
 
226
181
  <dl>
227
182
    <dt><a href="https://pad.lv/files/maas">pad.lv/files/<em>maas</em></a>
228
 
    or
229
 
    <a href="https://pad.lv/files/~mbp/+junk/repro-742217">pad.lv/files/~mbp/+junk/repro-742217</a>
 
183
      or
 
184
      <a href="https://pad.lv/files/~mbp/+junk/repro-742217">pad.lv/files/~mbp/+junk/repro-742217</a>
230
185
    <dd><b>Bazaar branch files</b> in the trunk of a project, or any other branch.
231
186
 
232
187
    </dd>
235
190
  <dl>
236
191
    <dt><a href="https://pad.lv/OOPS-12345678">pad.lv/<em>OOPS-12345678</em></a></dt>
237
192
    <dd>Details of a Launchpad internal error report.
238
 
    (Only accessible to Canonical Launchpad team members, and
239
 
    not always reliable because of
240
 
    <a href="https://bugs.launchpad.net/oops-tools/+bug/661266">OpenID glitches</a>.)
 
193
      (Only accessible to Canonical Launchpad team members, and
 
194
      not always reliable because of
 
195
      <a href="https://bugs.launchpad.net/oops-tools/+bug/661266">OpenID glitches</a>.)
241
196
    </dd>
242
197
  </dl>
243
198
 
244
 
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
245
 
<!-- pad.lv -->
246
 
<ins class="adsbygoogle"
247
 
     style="display:block"
248
 
     data-ad-client="ca-pub-3547096055927362"
249
 
     data-ad-slot="5939966337"
250
 
     data-ad-format="auto"></ins>
251
 
<script>
252
 
(adsbygoogle = window.adsbygoogle || []).push({});
253
 
</script>
254
 
 
255
199
</body>
256
 
</html>
 
200
 
 
201
</html>
 
 
b'\\ No newline at end of file'