Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request accordproject#73 from dselman/master
Browse files Browse the repository at this point in the history
Display latest version of templates in index
  • Loading branch information
dselman authored Jun 20, 2018
2 parents 6ccf52f + f134502 commit 2673f29
Show file tree
Hide file tree
Showing 48 changed files with 4,946 additions and 1,411 deletions.
83 changes: 63 additions & 20 deletions build/acceptance-of-delivery@0.2.0.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@



<!DOCTYPE html>
<html>
<head>
Expand All @@ -9,6 +12,19 @@
gtag('js', new Date());
gtag('config', 'UA-120382669-1');
</script>

<script>
// handle drop down menus
window.addEventListener('load', function () {
var dropdown = document.querySelector('.dropdown');
if(dropdown) {
dropdown.addEventListener('click', function(event) {
event.stopPropagation();
dropdown.classList.toggle('is-active');
});
}
}, false);
</script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -73,6 +89,33 @@ <h1 class="title">
</p>

<p>
<div class="dropdown">
<div class="dropdown-trigger">
<button class="button" aria-haspopup="true" aria-controls="dropdown-menu">
<span>Versions</span>
<span class="icon is-small">
<i class="fas fa-angle-down" aria-hidden="true"></i>
</span>
</button>
</div>
<div class="dropdown-menu" id="dropdown-menu" role="menu">
<div class="dropdown-content">

<a href="acceptance-of-delivery@0.2.0.html" class="dropdown-item is-active">
acceptance-of-delivery@0.2.0
</a>

<a href="acceptance-of-delivery@0.1.0.html" class="dropdown-item ">
acceptance-of-delivery@0.1.0
</a>

<a href="acceptance-of-delivery@0.0.3.html" class="dropdown-item ">
acceptance-of-delivery@0.0.3
</a>

</div>
</div>
</div>
<a href="./archives/acceptance-of-delivery@0.2.0.cta" class="button is-rounded">Download Archive</a>
</p>

Expand All @@ -87,10 +130,10 @@ <h1 id="acceptanceofdelivery">Acceptance of Delivery</h1>

<h4 class="title is-4">Sample</h4>
<div class="content">
<pre>
<pre style="white-space: pre-wrap; border: 0; background-color: transparent;">
Acceptance of Delivery. "Party A" will be deemed to have completed its delivery obligations if in "Party B"'s opinion, the "Widgets" satisfies the Acceptance Criteria, and "Party B" notifies "Party A" in writing that it is accepting the "Widgets".

Inspection and Notice. "Party A" will have 10 Business Days' to inspect and evaluate the "Widgets" on the delivery date before notifying "Party A" that it is either accepting or rejecting the "Widgets".
Inspection and Notice. "Party B" will have 10 Business Days' to inspect and evaluate the "Widgets" on the delivery date before notifying "Party A" that it is either accepting or rejecting the "Widgets".

Acceptance Criteria. The "Acceptance Criteria" are the specifications the "Widgets" must meet for the "Party A" to comply with its requirements and obligations under this agreement, detailed in "Attachment X", attached to this agreement.
</pre>
Expand Down Expand Up @@ -121,18 +164,18 @@ <h2 class="title is-2">Technical Integration</h2>
</div>

<h4 class="title is-4">Sample Instance</h4>
<pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"$class": "org.accordproject.acceptanceofdelivery.AcceptanceOfDeliveryClause",
"shipper": "resource:org.accordproject.organization.Organization#5993",
"receiver": "resource:org.accordproject.organization.Organization#3896",
"deliverable": "Sint non nostrud duis.",
"businessDays": 1680675505,
"attachment": "Consectetur magna quis sit consectetur.",
"clauseId": "b2074350-705d-11e8-8de1-21f5a797773f"
"clauseId": "fefeafa3-46ef-4276-b13b-471aa971f719",
"shipper": "Party A",
"receiver": "Party B",
"deliverable": "Widgets",
"businessDays": 10,
"attachment": "Attachment X"
}</pre></code>

<h4 class="title is-4">State</h4>
<pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"state": "tbd"
}</pre></code>

Expand All @@ -148,12 +191,12 @@ <h4 class="title is-4">Request Types</h4>

<tr>
<th>org.accordproject.acceptanceofdelivery.InspectDeliverable</th>
<td><pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<td><pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"$class": "org.accordproject.acceptanceofdelivery.InspectDeliverable",
"deliverableReceivedAt": "2018-06-15T05:33:55.595Z",
"deliverableReceivedAt": "2018-06-20T13:41:08.390Z",
"inspectionPassed": true,
"transactionId": "b2082db0-705d-11e8-8de1-21f5a797773f",
"timestamp": "2018-06-15T05:33:55.595Z"
"transactionId": "96337460-748f-11e8-bd9a-f3ef533384e7",
"timestamp": "2018-06-20T13:41:08.390Z"
}</pre></code></td>
</tr>

Expand All @@ -172,13 +215,13 @@ <h4 class="title is-4">Response Types</h4>

<tr>
<th>org.accordproject.acceptanceofdelivery.InspectionResponse</th>
<td><pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<td><pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"$class": "org.accordproject.acceptanceofdelivery.InspectionResponse",
"status": "OUTSIDE_INSPECTION_PERIOD",
"shipper": "resource:org.accordproject.organization.Organization#4128",
"receiver": "resource:org.accordproject.organization.Organization#3266",
"transactionId": "b2082db1-705d-11e8-8de1-21f5a797773f",
"timestamp": "2018-06-15T05:33:55.595Z"
"status": "FAILED_TESTING",
"shipper": "resource:org.accordproject.organization.Organization#3844",
"receiver": "resource:org.accordproject.organization.Organization#0395",
"transactionId": "9633c280-748f-11e8-bd9a-f3ef533384e7",
"timestamp": "2018-06-20T13:41:08.393Z"
}</pre></code></td>
</tr>

Expand Down
Binary file modified build/archives/acceptance-of-delivery@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/copyright-license@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/copyright-license@0.3.0.cta
Binary file not shown.
Binary file modified build/archives/demandforecast@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/eat-apples@0.0.1.cta
Binary file not shown.
Binary file modified build/archives/fragile-goods@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/helloworld@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/helloworldstate@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/installment-sale@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/ip-payment@0.1.0.cta
Binary file not shown.
Binary file modified build/archives/latedeliveryandpenalty@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/one-time-payment@0.1.0.cta
Binary file not shown.
Binary file modified build/archives/perishable-goods@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/promissory-note@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/saft@0.4.0.cta
Binary file not shown.
Binary file modified build/archives/safte@0.3.0.cta
Binary file not shown.
Binary file modified build/archives/servicelevelagreement@0.2.0.cta
Binary file not shown.
Binary file modified build/archives/supplyagreement-perishable-goods@0.1.0.cta
Binary file not shown.
Binary file modified build/archives/supplyagreement@0.1.0.cta
Binary file not shown.
Binary file modified build/archives/volumediscount@0.3.0.cta
Binary file not shown.
70 changes: 35 additions & 35 deletions build/copyright-license@0.2.0.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@



<!DOCTYPE html>
<html>
<head>
Expand Down Expand Up @@ -28,7 +31,7 @@


<!-— facebook open graph tags -->
<meta property="og:url" content="https://templates.accordproject.orgcopyright-license@0.2.0.html" />
<meta property="og:url" content="copyright-license@0.2.0.html" />
<meta property="og:title" content="copyright-license@0.2.0" />
<meta property="og:description" content="This clause is a copyright license agreement." />
<meta property="og:image" content="http://www.plantuml.com/plantuml/png/bLJRRi8m37tdA_AuQT0lG8WAzhOB6ls1A3LTjZRE76SislRl2pH8eBMeVQhgOvzpxDfTEfR4lgadgfRE2QGgaqeXbPRm3HHd2cqWNRrohHKO1zb6XWOCly271yTYFXStnJH0NUF-LYmMudloEnbFCvlzBBhKOpPXHjwmRY1BsQFCFljEaqA8E_681k80GjvWL13o-1Zi_y0yrBUp6Ak66r-T0WzjO8M6IQgsbNnQ4O0vxsGj6Oee9M2tYuJw4mwH5jioQLE9H0rFika6jjnNSX_Ru504smtdPKdWN0U6rAE6rAU6T5KDgKkDWKWpKhY8MayM7Qp1ATAMDPeBU8_q_WzBUxcgfNSWxFdRiCNe_NBNLqMbj2m_egUgqNUPZFUiIUgyNVG2llZQ7LoCicNV42eeFS6e8q-UnWsW7VaIJ7duFVq1" />
Expand All @@ -38,7 +41,7 @@
<meta name="twitter:description" content="This clause is a copyright license agreement." />
<meta name="twitter:image" content="http://www.plantuml.com/plantuml/png/bLJRRi8m37tdA_AuQT0lG8WAzhOB6ls1A3LTjZRE76SislRl2pH8eBMeVQhgOvzpxDfTEfR4lgadgfRE2QGgaqeXbPRm3HHd2cqWNRrohHKO1zb6XWOCly271yTYFXStnJH0NUF-LYmMudloEnbFCvlzBBhKOpPXHjwmRY1BsQFCFljEaqA8E_681k80GjvWL13o-1Zi_y0yrBUp6Ak66r-T0WzjO8M6IQgsbNnQ4O0vxsGj6Oee9M2tYuJw4mwH5jioQLE9H0rFika6jjnNSX_Ru504smtdPKdWN0U6rAE6rAU6T5KDgKkDWKWpKhY8MayM7Qp1ATAMDPeBU8_q_WzBUxcgfNSWxFdRiCNe_NBNLqMbj2m_egUgqNUPZFUiIUgyNVG2llZQ7LoCicNV42eeFS6e8q-UnWsW7VaIJ7duFVq1" />
<meta name="twitter:image:alt" content="UML diagram of copyright-license@0.2.0 namespace." />
<meta name="twitter:url" content="https://templates.accordproject.orgcopyright-license@0.2.0.html" />
<meta name="twitter:url" content="copyright-license@0.2.0.html" />


<title>Accord Project Template Library</title>
Expand Down Expand Up @@ -87,7 +90,7 @@ <h1 id="copyrightlicense">Copyright License</h1>

<h4 class="title is-4">Sample</h4>
<div class="content">
<pre>
<pre style="white-space: pre-wrap; border: 0; background-color: transparent;">
Copyright License Agreement

This COPYRIGHT LICENSE AGREEMENT (the "Agreement"), dated as of 01/01/2018 (the "Effective Date"), is made by and between "Me" ("Licensee"), a "NY" "Company" with offices located at "1 Broadway", and "Myself" ("Licensor"), a "NY" "Company" with offices located at "2 Broadway".
Expand Down Expand Up @@ -147,39 +150,36 @@ <h2 class="title is-2">Technical Integration</h2>
</div>

<h4 class="title is-4">Sample Instance</h4>
<pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"$class": "org.accordproject.copyrightlicense.CopyrightLicenseContract",
"effectiveDate": "2018-06-08T22:07:28.237Z",
"licenseeName": "Do.",
"licenseeState": "Excepteur incididunt nisi eu.",
"licenseeEntityType": "Quis sit do adipisicing tempor.",
"licenseeAddress": "Culpa dolore enim.",
"licensorName": "Magna consequat.",
"licensorState": "Tempor reprehenderit aute.",
"licensorEntityType": "Enim.",
"licensorAddress": "Laboris sint irure.",
"territory": "Excepteur.",
"purposeDescription": "Ullamco ullamco.",
"workDescription": "Reprehenderit.",
"contractId": "262ab145-5387-4787-942e-cc108e785157",
"effectiveDate": "2018-01-01",
"licenseeName": "Me",
"licenseeState": "NY",
"licenseeEntityType": "Company",
"licenseeAddress": "1 Broadway",
"licensorName": "Myself",
"licensorState": "NY",
"licensorEntityType": "Company",
"licensorAddress": "2 Broadway",
"territory": "United States",
"purposeDescription": "stuff",
"workDescription": "other stuff",
"paymentClause": {
"$class": "org.accordproject.copyrightlicense.PaymentClause",
"amountText": "Dolor voluptate ea labore eiusmod.",
"clauseId": "199fc556-6410-4f53-9bd2-252acbf6f389",
"amountText": "one hundred US Dollars",
"amount": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 177.039,
"currencyCode": "TWD"
"doubleValue": 100,
"currencyCode": "USD"
},
"paymentProcedure": "Aliquip tempor ex.",
"clauseId": "5267"
},
"contractId": "550b39d0-6b68-11e8-9721-29834758953f",
"parties": [
"resource:org.accordproject.cicero.contract.AccordParty#3869"
]
"paymentProcedure": "bank transfer"
}
}</pre></code>

<h4 class="title is-4">State</h4>
<pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"state": "tbd"
}</pre></code>

Expand All @@ -195,10 +195,10 @@ <h4 class="title is-4">Request Types</h4>

<tr>
<th>org.accordproject.copyrightlicense.PaymentRequest</th>
<td><pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<td><pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"$class": "org.accordproject.copyrightlicense.PaymentRequest",
"transactionId": "550b87f0-6b68-11e8-9721-29834758953f",
"timestamp": "2018-06-08T22:07:28.239Z"
"transactionId": "9e11e3f0-746d-11e8-8260-d364b0ca1709",
"timestamp": "2018-06-20T09:37:58.703Z"
}</pre></code></td>
</tr>

Expand All @@ -217,15 +217,15 @@ <h4 class="title is-4">Response Types</h4>

<tr>
<th>org.accordproject.copyrightlicense.PayOut</th>
<td><pre style="white-space: pre-wrap border: 0; background-color: transparent;"><code>{
<td><pre style="white-space: pre-wrap; border: 0; background-color: transparent;"><code style="white-space: pre-wrap;">{
"$class": "org.accordproject.copyrightlicense.PayOut",
"amount": {
"$class": "org.accordproject.money.MonetaryAmount",
"doubleValue": 238.153,
"currencyCode": "SOS"
"doubleValue": 200.699,
"currencyCode": "PGK"
},
"transactionId": "550baf00-6b68-11e8-9721-29834758953f",
"timestamp": "2018-06-08T22:07:28.240Z"
"transactionId": "9e120b00-746d-11e8-8260-d364b0ca1709",
"timestamp": "2018-06-20T09:37:58.704Z"
}</pre></code></td>
</tr>

Expand Down
Loading

0 comments on commit 2673f29

Please sign in to comment.