Browse Source

Update docs version and COPYRIGHT year

Closes #668
pull/677/head
Sergi Almacellas Abellana 6 years ago
parent
commit
b7a2d41843
  1. 4
      docs/demo.html
  2. 2
      docs/docs.html
  3. 4
      docs/faq.html
  4. 8
      docs/index.html

4
docs/demo.html

@ -34,7 +34,7 @@
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -221,7 +221,7 @@
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>

2
docs/docs.html

@ -912,7 +912,7 @@ var csv = Papa.unparse({
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>

4
docs/faq.html

@ -35,7 +35,7 @@
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -259,7 +259,7 @@
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>

8
docs/index.html

@ -27,7 +27,7 @@
<h1>Papa Parse</h1> <h1>Papa Parse</h1>
<h2>The powerful, in-browser CSV parser for big boys and girls</h2> <h2>The powerful, in-browser CSV parser for big boys and girls</h2>
<a href="https://github.com/mholt/PapaParse/archive/4.6.0.zip" class="button"> <a href="https://github.com/mholt/PapaParse/archive/5.0.0.zip" class="button">
<i class="fa fa-download"></i>&nbsp; Download <i class="fa fa-download"></i>&nbsp; Download
</a> </a>
<a href="/demo" class="button red"> <a href="/demo" class="button red">
@ -81,7 +81,7 @@ Papa.parse(bigFile, {
</div> </div>
</div> </div>
<div class="grid-20 hide-on-mobile text-center"> <div class="grid-20 hide-on-mobile text-center">
<a href="/" class="text-logo">Papa Parse 4</a> <a href="/" class="text-logo">Papa Parse 5</a>
</div> </div>
<div class="grid-40 mobile-grid-50 text-right"> <div class="grid-40 mobile-grid-50 text-right">
<div class="links"> <div class="links">
@ -97,7 +97,7 @@ Papa.parse(bigFile, {
</header> </header>
<div class="insignia"> <div class="insignia">
<div class="firefox-hack"><div id="version-intro">Version</div><div id="version">4.6</div></div> <div class="firefox-hack"><div id="version-intro">Version</div><div id="version">5.0</div></div>
</div> </div>
@ -522,7 +522,7 @@ var csv = Papa.unparse(yourData);</code></pre>
<br><br> <br><br>
Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a> Papa Parse by <a href="https://twitter.com/mholt6">Matt Holt</a>
<br> <br>
&copy; 2013-2018 &copy; 2013-2019
</div> </div>
<div class="grid-15 mobile-grid-50 links"> <div class="grid-15 mobile-grid-50 links">
<h5>Learn</h5> <h5>Learn</h5>

Loading…
Cancel
Save