Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit all templates to honour the desire to omit the default datestamp #5

Open
mengwong opened this issue Sep 30, 2015 · 2 comments
Open
Assignees

Comments

@mengwong
Copy link
Member

Following from #4

Start by editing the included templates (inc_cover_jfdi and inc_cover_legalese) to not use <textvar name="Output Date" /> if the template spreadsheet has requested a custom date.

This should ideally be done in a standard way that maintains clarity of interface separation – a given XML template should know unambiguously what that override date variable is called. There may be a need for more than one custom variable (consider agreement_date vs some_specific_agreement_date).

@mengwong mengwong self-assigned this Sep 30, 2015
@mengwong
Copy link
Member Author

this is the standardization we need to clean up

jfdi.asia/convertible_loan_waiver.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps></centered>
jfdi.asia/convertible_loan_waiver.xml:    <para_1><span_smallcaps>This deed</span_smallcaps> is made on <textvar name="Output Date" /> by <?
jfdi.asia/dora-signatures.xml:<para_1><span_smallcaps>This deed</span_smallcaps> is made on <?!= data.agreement_date || '<textvar name="Output Date" />' ?> between</para_1>
jfdi.asia/employment-agreement.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps></centered>
jfdi.asia/employment-agreement.xml:<para_1>This agreement is dated <textvar name="Output Date" /></para_1>
jfdi.asia/inc_cover_jfdi.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps></centered>
jfdi.asia/jfdi_03_convertible_note_agreement.xml:  <para_1><span_smallcaps>This agreement</span_smallcaps> is made on <?!= data.investment_agreement_date || '<textvar name="Output Date" />' ?> between</para_1>
jfdi.asia/jfdi_06_volunteer_agreement.xml:  <para_1>This agreement is dated <? if (data.volunteer_agreement_date) { ?><?= data.volunteer_agreement_date ?><?} else {?><textvar name="Output Date" /><?}?></para_1>
jfdi.asia/jfdi_06_volunteer_agreement.xml:  <para_1>In witness whereof we have hereunto set our hand on <? if (data.volunteer_agreement_date) { ?><?= data.volunteer_agreement_date ?><?} else {?><textvar name="Output Date" /><?}?></para_1>
jfdi.asia/nondisclosure.xml:<para_1><span_smallcaps>This agreement is made</span_smallcaps> this <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?> between:---</para_1>
jfdi.asia/nondisclosure.xml:<numbered_1_para>This Agreement shall come into effect on <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?> and shall remain effective notwithstanding the completion or termination of any Purpose.</numbered_1_para>
jfdi.asia/ordinary_share_subscription_agreement.xml:<para_1><span_smallcaps>This subscription agreement</span_smallcaps> (the "Agreement") is made on <?!= data.agreement_date || data.investment_agreement_date || '<textvar name="Output Date" />' ?> between:---</para_1>
jfdi.asia/preemptive_notice.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps></centered>
jfdi.asia/simplified_note.xml:<para_1><span_smallcaps>This agreement</span_smallcaps> is made on <textvar name="Output Date" /> between</para_1>
jfdi.asia/strikeoff_financial_report.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps>
jfdi.asia/subscription_agreement_tga.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps>
Binary file jfdi.asia/table_a verbatim 20150402.indd matches
Binary file jfdi.asia/table_a.indd matches
legalese/eula.xml:  <para_1><span_smallcaps>This agreement</span_smallcaps> is made this <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?> between:---</para_1>
legalese/eula.xml:  <recitals override="spaceBefore=0">You have on <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?>, indicated your understanding and acceptance of the following:-</recitals>
legalese/hello_world.xml:<para_1><span_smallcaps>This agreement is made</span_smallcaps> on <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?> between:---</para_1>
legalese/inc_cover_legalese.xml:<centered><textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps></centered>
legalese/kindle.xml:<textvar name="Output Date" />&#8195;<span_smallcaps><textvar name="output time" /></span_smallcaps>
ycombinator-seriesaa/AA-IRA.xml:  <para_1><span_smallcaps>This agreement is made</span_smallcaps> this <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?> between:---</para_1>
ycombinator-seriesaa/AA-IRA.xml:  <parties>the persons and entities who are parties to that certain  Series AA Preferred Stock Purchase Agreement (the "Purchase Agreement") of <? if (data.agreement_date) { ?><?= data.agreement_date ?><?} else {?><textvar name="Output Date" /><?}?>, namely, the investors listed on the Schedule of Investors (each, an “Investor” and collectively, the “Investors”).</parties>
ycombinator-seriesaa/AA-SG-SPA.xml:  <para_1><span_smallcaps>This agreement is made</span_smallcaps> this <? if (data.investment_agreement_date) { ?><?= data.investment_agreement_date ?><?} else {?><textvar name="Output Date" /><?}?> between:---</para_1>

@mengwong
Copy link
Member Author

commit 9b90c8c goes partly toward this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant