-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.mustache.html
183 lines (162 loc) · 12 KB
/
index.mustache.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html lang=en>
<head>
<meta charset=UTF-8>
<title>{{name}}</title>
{{>styles.html}}
<link rel=alternate href=versions.xml type=application/rss+xml>
<meta name=description content="{{catchphrase}}">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="{{name}}">
<meta name="twitter:description" content="{{catchphrase}}">
<meta name="twitter:image" content="https://{{domain}}/social.png">
<meta name="twitter:creator" content="@{{twitter}}">
<!-- OpenGraph -->
<meta property="og:description" content="{{catchphrase}}">
<meta property="og:image" content="https://{{domain}}/social.png">
<meta property="og:site_name" content="{{name}}">
<meta property="og:title" content="{{name}}">
<meta property="og:type" content="website">
<meta property="og:url" content="https://{{domain}}/">
</head>
<body>
<header class=otherNDA>
<p>Need a one-way NDA? Try the <a href=https://guestbooknda.com>Guestbook NDA</a>.</p>
</header>
{{>header.html}}
<main role=main>
<p>
Stop waiting on lawyers to review nondisclosure agreements, or signing terms blind when you know you shouldn’t.
<a href={{latest}}>Review the {{name}} once</a>, use it many times, and spread the word.
Help end waste on the same old two-way NDA!
</p>
<div id=emails>
<div id=offer class=email>
<p><strong>To:</strong> [email protected]</p>
<p class=subject><strong>Subject:</strong> NDA for JV Talks</p>
<p>BetaCo offers Alpha Corporation an NDA on the terms of <a href={{latest}}>The Waypoint NDA {{latest}}</a>. Purpose: explore a potential joint venture. Governing Law: California.</p>
<p>Let me know in the next 24 if Alpha accepts.</p>
<p>James Swift<br>Manager, BetaCo LLC</p>
</div>
<div id=acceptance class=email>
<p><strong>To:</strong> [email protected]</p>
<p class=subject><strong>Subject:</strong> RE: NDA for JV Talks</p>
<p>Alpha accepts. We’ll keep these e-mails for our records.</p>
<p>Mary Fleet<br>Chief Operating Officer<br>Alpha Corporation</p>
</div>
</div>
<p>
The latest version of the {{name}} is <span class=version>{{latest}}</span>.
You can <a href={{latest}}>read the legal terms online</a> and
use them <a href=/license>for free</a>.
</p>
<div class=downloads>
<h2>Downloads</h2>
<p>You can download the {{name}} for use with your preferred e-signature service, or even to print and sign:</p>
<a class=button download="{{name}} {{latest}} (Letter).pdf" href=files/{{latest}}-short-letter.pdf>Download for Letter Paper</a>
<a class=button download="{{name}} {{latest}} (A4).pdf" href=files/{{latest}}-short-a4.pdf>Download for A4 Paper</a>
</div>
<p>
There’s also a long-form version that attaches the legal terms, instead of incorporating them by reference:
</p>
<div class=downloads>
<a class=button download="{{name}} {{latest}} Long Form (Letter).pdf" href=files/{{latest}}-long-letter.pdf>Long Form for Letter Paper</a>
<a class=button download="{{name}} {{latest}} Long Form (A4).pdf" href=files/{{latest}}-long-a4.pdf>Long Form for A4 Paper</a>
</div>
<section id=questions>
<h2>Questions and Answers</h2>
<h3 id=special>What’s so special about these NDA terms?</h3>
<p>Nothing. The difference is all in handling: how the terms are published, proposed, and agreed.</p>
<p>A {{name}} proposal either links to the terms here on {{domain}} or guarantees that attached terms are identical to them. Once you’ve reviewed a version of the {{name}}, you can propose and receive proposals to sign it over and over, with many different companies and people, without ever having to review it again.</p>
<h3 id=using>Is anyone already using the {{name}}?</h3>
<p>Yes. Since early 2019, the {{name}} has saved countless hours, dollars, and shreds of precious sanity for executives, employees, and lawyers. All kinds of companies, from very small to very large, have signed the {{name}}.</p>
<p>You don’t have to tell us if you use the {{name}}. But others have shared experiences proposing the {{name}} to companies who already knew about it, leading to zero-review, zero-delay, zero-heartburn signings.</p>
<h3 id=kind>What kind of NDA is this?</h3>
<p>{{name}} terms are typical of the kinds of terms companies sign before discussing sales, partnerships, and other relatively routine business transactions. As of version 4.0.0, The {{name}} also includes the kinds of terms companies typically sign before discussing a merger or acquisition, which apply automatically only when the stated purpose is M&A.</p>
<p>The {{name}} is <em>not</em> the kind of NDA companies sign with employees or independent contractors. For a form of that kind, see <a href=https://squareoneforms.com>Square One</a>. If you’re interested in standard employee or contractor terms, see <a href=https://squareoneforms.com>Square One</a>.</p>
<p>Those looking to comply with a privacy law like the EU’s General Data Protection Regulation should use a form specific to that purpose.</p>
<h3 id=improve>Will these terms improve over time?</h3>
<p>Yes. New versions will appear on this site. However, once a version appears on this site, <em>that version will always read exactly the same</em>. Old versions will remain available.</p>
<p>You can subscribe to <a href="https://{{domain}}/versions.xml">an RSS feed of new versions</a>, as you would to a feed of new posts to a blog.</p>
<h3 id=lawyers>Did lawyers write and review the {{name}}?</h3>
<p>Yes. <a href=https://notlegaladvice.law>But they are not professionally responsible to you.</a></p>
<p>If you have access to a lawyer of your own, you should have them review and approve the latest version. Your lawyer can tell you whether and when the {{name}} is right for you.</p>
<p>If your lawyer has comments, feel free to have them e-mail <a href=mailto:{{email}}>{{email}}</a>. We’ve incorporated good feedback before, and we’ll gladly do it again.</p>
<h3 id=abroad>Does this NDA work outside the USA?</h3>
<p>Since version 2.0.0, {{name}} has incorporated input from Canadian, British, and Australian lawyers to work within and between those countries, too. You can pick the law that will govern your deal, as well as where any lawsuits must take place, on the first page of the {{name}}.</p>
<p>If you’re a lawyer from another country, or a client with access to advice from one, download <a download="{{name}} {{latest}} Long Form (A4).docx" href=files/{{latest}}-long-a4.docx>the latest version</a> and e-mail feedback or a markup to <a href=mailto:{{email}}>{{email}}</a>.</p>
<h3 id=promote>How can I help promote the {{name}}?</h3>
<p>The most important way to promote the {{name}} is to use the {{name}}. Everyone who receives a {{name}} proposal gets live-action demonstration of a better way to NDA.</p>
<p>Apart from that, spread the word! Mention {{name}} to friends and colleagues, and to link to {{domain}} on blogs and social media. If you’d like to share how the {{name}} has helped you or your company, mention <a href=https://twitter.com/{{twitter}}>@{{twitter}}</a> so we can see and share.</p>
<p>If you’d like to advertise that your company uses and accepts the {{name}}, you can add this badge to your website:</p>
<figure id=badge>
<a href=https://{{domain}}><img class=badge src=/badge.png alt="Waypoint NDA accepted here"></a>
</figure>
<p>You can save this image to your computer, or copy and paste this HTML code:</p>
<textarea class=code><a href="https://{{domain}}"><img src="https://{{domain}}/badge.png" alt="Waypoint NDA accepted here"></a></textarea>
<h3 id=injunctions>Why doesn’t Waypoint have an injunction clause / irreparable harms stipulation / equitable remedies provision?</h3>
<p>Many business people and even lawyers believe these clauses work as described. They usually don’t, especially in US federal courts. Even where the odd court does honor as written, that’s often for the worse, speeding up injunctions just a bit while creating huge abuse potential.</p>
<p>Even Delaware courts, which tend to give these stipulations more weight, still require showing irreparable injury. For example, see the Court of Chancery’s February 19, 2016 order in the <em>AM General Holdings v. The Renco Group</em> cases, case numbers 7639-VNC and 7668-VCN.</p>
<h3 id=formats>Is the form available in other formats?</h3>
<p>Yes. Please mind <a href=/license>the license for the terms</a> when making changes.</p>
<table>
<thead>
<tr>
<td colspan=2></td>
<th>Letter Paper</th>
<th>A4 Paper</th>
</tr>
</thead>
<tbody>
<tr>
<th rowspan=4>Long Form</th>
<td>Microsoft Word</td>
<td><a class=button download="{{name}} {{latest}} Long Form (Letter).docx" href=files/{{latest}}-long-letter.docx>Download</a></td>
<td><a class=button download="{{name}} {{latest}} Long Form (A4).docx" href=files/{{latest}}-long-a4.docx>Download</a></td>
</tr>
<tr>
<td>Adobe Acrobat</td>
<td><a class=button download="{{name}} {{latest}} Long Form (Letter).pdf" href=files/{{latest}}-long-letter.pdf>Download</a></td>
<td><a class=button download="{{name}} {{latest}} Long Form (A4).pdf" href=files/{{latest}}-long-a4.pdf>Download</a></td>
</tr>
<tr>
<td>OpenDocument</td>
<td><a class=button download="{{name}} {{latest}} Long Form (Letter).odt" href=files/{{latest}}-long-letter.odt>Download</a></td>
<td><a class=button download="{{name}} {{latest}} Long Form (A4).odt" href=files/{{latest}}-long-a4.odt>Download</a></td>
</tr>
<tr>
<td>Rich Text</td>
<td><a class=button download="{{name}} {{latest}} Long Form (Letter).rtf" href=files/{{latest}}-long-letter.rtf>Download</a></td>
<td><a class=button download="{{name}} {{latest}} Long Form (A4).rtf" href=files/{{latest}}-long-a4.rtf>Download</a></td>
</tr>
</tbody>
<tbody>
<tr>
<th rowspan=4>Short Form</th>
<td>Microsoft Word</td>
<td><a class=button download="{{name}} {{latest}} (Letter).docx" href=files/{{latest}}-short-letter.docx>Download</a></td>
<td><a class=button download="{{name}} {{latest}} (A4).docx" href=files/{{latest}}-short-a4.docx>Download</a></td>
</tr>
<tr>
<td>Adobe Acrobat</td>
<td><a class=button download="{{name}} {{latest}} (Letter).pdf" href=files/{{latest}}-short-letter.pdf>Download</a></td>
<td><a class=button download="{{name}} {{latest}} (A4).pdf" href=files/{{latest}}-short-a4.pdf>Download</a></td>
</tr>
<tr>
<td>OpenDocument</td>
<td><a class=button download="{{name}} {{latest}} (Letter).odt" href=files/{{latest}}-short-letter.odt>Download</a></td>
<td><a class=button download="{{name}} {{latest}} (A4).odt" href=files/{{latest}}-short-a4.odt>Download</a></td>
</tr>
<tr>
<td>Rich Text</td>
<td><a class=button download="{{name}} {{latest}} (Letter).rtf" href=files/{{latest}}-short-letter.rtf>Download</a></td>
<td><a class=button download="{{name}} {{latest}} (A4).rtf" href=files/{{latest}}-short-a4.rtf>Download</a></td>
</tr>
</tbody>
</table>
</section>
</main>
{{>footer.html}}
</body>
</html>