-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsupport.html
More file actions
58 lines (44 loc) · 3.06 KB
/
support.html
File metadata and controls
58 lines (44 loc) · 3.06 KB
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Terms of Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================================================================= -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/paste.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<div class="container">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 40px"><a href="http://paste-app.net/"><img src="/images/banner-358x148.png" width="179" height="74" alt="Paste"/></a></h1>
<h5>A clipboard for app.net</h5>
<hr />
</div>
<div class="sixteen columns">
<h3>Help using Paste</h3>
<p>Paste is a pasteboard/pinboard running on the social networking platform <a href="http://app.net/">app.net</a>. To create a new paste, you will need a (free) app.net account. Click the Authorize button on the <a href="http://paste-app.net/">home page</a> to create an app.net account or to log in to an existing account.</p>
<p>Each paste has a public link for sharing that can be viewed without logging in to app.net, as well as a "private" link for logged-in users which will display both the selected paste and a list of the logged-in user's recent pastes. These links are provided to the user at the time the paste is created. The Repaste button does not alter an existing paste; it copies the paste to your paste form, where you can create a new paste under your account (regardless of the owner of the original paste). You can edit your repaste before pasting it.</p>
<p>By using Paste you agree to our <a href="/tos.html">Terms of Service</a> and <a href="/privacy.html">Privacy Policy</a>. In particular, please note that all pastes are public and we cannot alter or delete pastes on anyone's behalf. (A mechanism for the logged-in user to delete their own pastes is coming soon.)</p>
<p>More information and source code is available at <a href="https://github.com/mcdemarco/paste">github</a>.</p>
<p>For more help, please contact <a href="https://omega.app.net/new-message">@mcdemarco</a> on app.net, preferably by private message.</p>
</div>
</div>
</body>
</html>