Skip to content

Commit be706e4

Browse files
authored
Merge pull request docusign#40 from docusign/DEVDOCS-6110
DEVDOCS-6110: text standardization
2 parents 1eb72b8 + 746b47b commit be706e4

34 files changed

Lines changed: 111 additions & 126 deletions

app/templates/eg001_embedded_signing.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>1. Use embedded signing</h4>
4-
<p>This example sends an envelope, and then uses embedded signing for the first signer.</p>
5-
<p>Embedded signing provides a smoother user experience for the signer: the DocuSign signing is initiated from your website.</p>
3+
<h4>1. Request a signature through your app (embedded signing)</h4>
4+
<p>Sends an envelope, then uses embedded signing for the first signer. With embedded signing, DocuSign signing is initiated from your website.</p>
65

76
{% if show_doc %}
87
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> about this example.</p>

app/templates/eg002_signing_via_email.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>2. Send an envelope with a remote (email) signer and cc recipient</h4>
4-
<p>The envelope includes a pdf, Word, and HTML document. Anchor text
5-
(<a href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>)
3+
<h4>2. Request a signature by email (remote signing)</h4>
4+
<p>The envelope includes a PDF, Word, and HTML document.
5+
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">Anchor Text</a>
66
is used to position the signing fields in the documents.
77
</p>
88
<p>This is a general example of creating and sending an envelope (a signing request) to multiple recipients,

app/templates/eg003_list_envelopes.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>3. List envelopes in the user's account</h4>
4-
<p>List the envelopes created in the last 30 days.</p>
5-
<p>This example demonstrates how to query DocuSign about envelopes sent by the current user.</p>
3+
<h4>3. List envelope status changes</h4>
4+
<p>The envelopes' current status is included.</p>
65

76
{% if show_doc %}
87
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> about this example.</p>

app/templates/eg004_envelope_info.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>4. Get an envelope's basic information and status</h4>
4-
<p>List the basic information about an envelope, including its overall status.
5-
Additional API/SDK methods may be used to get additional information about the
6-
envelope, its documents, recipients, etc.</p>
3+
<h4>4. Get envelope information</h4>
4+
<p>Lists basic information about an envelope, including its overall status.</p>
75

86
<p>This example demonstrates how to obtain the latest information about
97
an envelope from DocuSign. Often an alternative is to use Connect

app/templates/eg005_envelope_recipients.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>5. List an envelope's recipients and their status</h4>
4-
<p>List the envelope's recipients, including their current status.</p>
3+
<h4>5. List envelope recipients</h4>
4+
<p>Includes current recipient status.</p>
55

66
{% if show_doc %}
77
<p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> about this example.</p>

app/templates/eg006_envelope_docs.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>6. List an envelope's documents</h4>
4-
<p>List the envelope's documents. A <i>Certificate of Completion</i> document
5-
is also associated with every envelope.
3+
<h4>6. List envelope documents</h4>
4+
<p>Includes current recipient status.
65
</p>
76

87
<p>This method is often used to dynamically create a list of an envelope's documents

app/templates/eg007_envelope_get_doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>7. Download a document from an envelope</h4>
4-
<p>An envelope's documents can be downloaded one by one or as a complete set.</p>
3+
<h4>7. Download envelope documents</h4>
4+
<p>Downloads individual documents, the documents concatenated together, or a ZIP file of the documents.</p>
55
<p>Document download options:</p>
66
<ul>
77
<li><b>Combined</b>: a PDF with the combined content of all documents and the

app/templates/eg009_use_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>9. Send an envelope using a template</h4>
3+
<h4>9. Request a signature by email using a template</h4>
44
<p>The envelope is defined by the template.
55
The signer and cc recipient name and email are used to fill in the template's <i>roles</i>.</p>
66

app/templates/eg010_send_binary_docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>10. Send an envelope using binary document transfer</h4>
3+
<h4>10. Attach documents using binary transfer</h4>
44
<p>The envelope includes a pdf, Word, and HTML document.</p>
55
<p>Multipart data transfer is used to send the documents in binary format to DocuSign.
66
Binary transfer is 33% more efficient than base64 encoding and is recommended for documents over 15M Bytes.

app/templates/eg011_embedded_sending.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
22

3-
<h4>11. Use embedded sending</h4>
3+
<h4>11. Send an envelope in your app (embedded sending)</h4>
44
<p>An envelope will be created in draft mode. Your browser will then be redirected to
55
the DocuSign web tool where the envelope can be (optionally) updated and then sent.</p>
66
<p>The envelope includes a pdf, Word, and HTML document. Anchor text

0 commit comments

Comments
 (0)