Skip to content

Commit

Permalink
Add tidy config and script, tidy docs (#2059)
Browse files Browse the repository at this point in the history
* Add tidy config and script, tidy docs
  • Loading branch information
scottcwilson authored and drbyte committed Jan 11, 2019
1 parent b6dbe7b commit 755258e
Show file tree
Hide file tree
Showing 9 changed files with 2,926 additions and 2,656 deletions.
6 changes: 6 additions & 0 deletions build/tidy/runtidy
@@ -0,0 +1,6 @@
#!/bin/bash
# Run from docs folder
for i in `ls *.html`
do
tidy -m -config ../build/tidy/tidy.conf $i
done
5 changes: 5 additions & 0 deletions build/tidy/tidy.conf
@@ -0,0 +1,5 @@
new-blocklevel-tags: section
indent: auto
indent-spaces: 2
wrap: 110
preserve-entities: yes
588 changes: 348 additions & 240 deletions docs/0.about_zen_cart.html

Large diffs are not rendered by default.

1,334 changes: 699 additions & 635 deletions docs/1.readme_installation.html

Large diffs are not rendered by default.

1,055 changes: 536 additions & 519 deletions docs/2.readme_how_to_upgrade.html

Large diffs are not rendered by default.

328 changes: 168 additions & 160 deletions docs/changed_files-v2-0.html
@@ -1,169 +1,177 @@
<!DOCTYPE html>

<html>
<!--
/**
* @package documentation
/**
* @package documentation
* @copyright Copyright 2003-2019 Zen Cart Development Team
* @license https://www.zen-cart.com/license/2_0.txt GNU Public License v2.0
* @version $Id: changed_files-v2-0.html New in v2.0 $
*/
//-->
* @license https://www.zen-cart.com/license/2_0.txt GNU Public License v2.0
* @version $Id: changed_files-v2-0.html New in v2.0 $
*/
//-->

<head>
<title>Zen Cart&reg; Changed Files</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html">
<meta http-equiv="imagetoolbar" content="no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="authors" content="The Zen Cart&reg; Team">
<meta name="generator" content="shopping cart program by Zen Cart&reg;, https://www.zen-cart.com">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="./zen.css">
<meta name="generator" content="HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org">

<title>Zen Cart&reg; Changed Files</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html">
<meta http-equiv="imagetoolbar" content="no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="authors" content="The Zen Cart&reg; Team">
<meta name="generator" content="shopping cart program by Zen Cart&reg;, https://www.zen-cart.com">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="./zen.css" type="text/css">
</head>

<body>
<div class="container">

<section id="pageHeader">
<div class="row">
<div class="col-md-6 col-sm-12">
<a href="./index.html">
<img src="../includes/templates/template_default/images/logo.gif" alt="Zen Cart&reg;" title="Zen Cart&reg;" width="192" height="68" border="0" />
</a>
</div>
<div class="col-md-6 hidden-xs hidden-sm text-right">
<a class="btn btn-primary add-shadow" href="./index.html">
Documentation Home
</a>
</div>
</div>
</section> <!-- End pageHeader //-->

<section id="zenTeamMessage">
<h1>Welcome to Zen Cart&reg;</h1>
<div class="alert add-shadow">
<em>Dear Zen Cart&reg; User</em>,
<p>
Zen Cart&reg; is made available to you for your use, addition, changes, modification, etc. without charge, under Version 2 of the GNU General Public License.
</p>
<p>
While we do not charge for this software, donations are greatly appreciated, each time you install a new version, to help cover the expenses of maintenance, upgrades, updates, the free support forum and the continued development of this software for your online E-Commerce store.
</p>
<p>
Donations can be made on the <a href="https://www.zen-cart.com/donate" target="_blank">Zen Cart&reg; Team Page</a>
</p>
<p>
We appreciate your support.
<br>
<em>The Zen Cart&reg; Team</em>
</p>
</div>
</section> <!-- End zenTeamMessage //-->

<section id="introCenter">
<div>
<h1>Zen Cart&reg; Version 2.0</h1>
<p>
For a listing of what is new in this release, please see the <a href="whatsnew_2.0.html">whatsnew_2.0.html</a> file in the <span class="filename">/docs</span> folder.
<br>
You may also consult the <a href="https://www.zen-cart.com/forumdisplay.php?2-Zen-Cart-Release-Announcements" target="_blank">Zen Cart&reg; Support Forum</a>.
</p>
</div>
</section> <!-- End introCenter //-->

<section id="deletedFiles">
<div>
<h1>DELETED Files (since v1.5.6)</h1>
<ul>
<li>PENDING FROM ZC TEAM</li>
<li>/docs/ &lt;VARIOUS FILES HERE&gt;</li>
</ul>
</div>
<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section> <!-- End deletedFiles //-->

<section id="newFiles">
<div>
<h1>NEW Files (since v1.5.6)</h1>
<ul>
<li>PENDING FROM ZC TEAM</li>
</ul>
</div>
<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section> <!-- End newFiles //-->

<section id="changedFiles">
<div>
<h1>CHANGED Files (since v1.5.6)</h1>
<ul>
<li>PENDING FROM ZC TEAM</li>
<li>/ipn_main_handler.php</li>
<li>/includes/...</li>
<li>/includes/dist-configure.php (this is ONLY a basic example file, and is not used by a live store, so doesn't need upgrading on a live site)</li>
<li>/docs/ &lt;VARIOUS FILES HERE&gt;</li>
<li>/zc_install/ ... assume *all* of /zc_install/ has changed
</ul>
</div>
<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section> <!-- End changedFiles //-->

<section id="movedFiles">
<div>
<h1>Moved Files (since v1.5.6)</h1>
<ul>
<li>PENDING FROM ZC TEAM</li>
</ul>
</div>
<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section> <!-- End movedFiles //-->

<section id="helpSupport">
<div>
<h1>Help and Support</h1>
<p>
For additional help and support, visit the <a href="https://www.zen-cart.com/tutorials" target="_blank">Zen Cart&reg; FAQ</a> and the <a href="https://www.zen-cart.com/forum.php" target="_blank">Zen Cart&reg; Support Forum</a>.
</p>
</div>
</section> <!-- End helpSupport //-->

<section id="footerBlock">
<div class="appInfo">
<p>
Zen Cart&reg; is derived from: Copyright 2003 osCommerce
<br><br>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
<br>
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
<br>
and is redistributable under Version 2 of the GNU General Public License.
</p>
<p>
<img src="osi-certified-120x100.png" alt="O S I Certified">
<br>
This software is OSI Certified Open Source Software.
<br>
OSI Certified is a certification mark of the Open Source Initiative.
</p>
<p class="zenData">
Copyright 2003 - 2019 Zen Ventures, LLC
<br><br>
Zen Cart&reg;
<br>
<a href="https://www.zen-cart.com" target="_blank">www.zen-cart.com</a>
</p>
</div>
</section> <!-- End footerBlock //-->

</div>
<div class="container">
<section id="pageHeader">
<div class="row">
<div class="col-md-6 col-sm-12">
<a href="./index.html"><img src="../includes/templates/template_default/images/logo.gif" alt=
"Zen Cart&reg;" title="Zen Cart&reg;" width="192" height="68" border="0"></a>
</div>

<div class="col-md-6 hidden-xs hidden-sm text-right">
<a class="btn btn-primary add-shadow" href="./index.html">Documentation Home</a>
</div>
</div>
</section><!-- End pageHeader //-->

<section id="zenTeamMessage">
<h1>Welcome to Zen Cart&reg;</h1>

<div class="alert add-shadow">
<em>Dear Zen Cart&reg; User</em>,

<p>Zen Cart&reg; is made available to you for your use, addition, changes, modification, etc. without
charge, under Version 2 of the GNU General Public License.</p>

<p>While we do not charge for this software, donations are greatly appreciated, each time you install
a new version, to help cover the expenses of maintenance, upgrades, updates, the free support forum
and the continued development of this software for your online E-Commerce store.</p>

<p>Donations can be made on the <a href="https://www.zen-cart.com/donate" target="_blank">Zen
Cart&reg; Team Page</a></p>

<p>We appreciate your support.<br>
<em>The Zen Cart&reg; Team</em></p>
</div>
</section><!-- End zenTeamMessage //-->

<section id="introCenter">
<div>
<h1>Zen Cart&reg; Version 2.0</h1>

<p>For a listing of what is new in this release, please see the <a href=
"whatsnew_2.0.html">whatsnew_2.0.html</a> file in the <span class="filename">/docs</span> folder.<br>
You may also consult the <a href=
"https://www.zen-cart.com/forumdisplay.php?2-Zen-Cart-Release-Announcements" target="_blank">Zen
Cart&reg; Support Forum</a>.</p>
</div>
</section><!-- End introCenter //-->

<section id="deletedFiles">
<div>
<h1>DELETED Files (since v1.5.6)</h1>

<ul>
<li>PENDING FROM ZC TEAM</li>

<li>/docs/ &lt;VARIOUS FILES HERE&gt;</li>
</ul>
</div>

<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section><!-- End deletedFiles //-->

<section id="newFiles">
<div>
<h1>NEW Files (since v1.5.6)</h1>

<ul>
<li>PENDING FROM ZC TEAM</li>
</ul>
</div>

<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section><!-- End newFiles //-->

<section id="changedFiles">
<div>
<h1>CHANGED Files (since v1.5.6)</h1>

<ul>
<li>PENDING FROM ZC TEAM</li>

<li>/ipn_main_handler.php</li>

<li>/includes/...</li>

<li>/includes/dist-configure.php (this is ONLY a basic example file, and is not used by a live
store, so doesn't need upgrading on a live site)</li>

<li>/docs/ &lt;VARIOUS FILES HERE&gt;</li>

<li>/zc_install/ ... assume *all* of /zc_install/ has changed</li>
</ul>
</div>

<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section><!-- End changedFiles //-->

<section id="movedFiles">
<div>
<h1>Moved Files (since v1.5.6)</h1>

<ul>
<li>PENDING FROM ZC TEAM</li>
</ul>
</div>

<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
</div>
</section><!-- End movedFiles //-->

<section id="helpSupport">
<div>
<h1>Help and Support</h1>

<p>For additional help and support, visit the <a href="https://www.zen-cart.com/tutorials" target=
"_blank">Zen Cart&reg; FAQ</a> and the <a href="https://www.zen-cart.com/forum.php" target=
"_blank">Zen Cart&reg; Support Forum</a>.</p>
</div>
</section><!-- End helpSupport //-->

<section id="footerBlock">
<div class="appInfo">
<p>Zen Cart&reg; is derived from: Copyright 2003 osCommerce<br>
<br>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;<br>
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE<br>
and is redistributable under Version 2 of the GNU General Public License.</p>

<p><img src="osi-certified-120x100.png" alt="O S I Certified"><br>
This software is OSI Certified Open Source Software.<br>
OSI Certified is a certification mark of the Open Source Initiative.</p>

<p class="zenData">Copyright 2003 - 2019 Zen Ventures, LLC<br>
<br>
Zen Cart&reg;<br>
<a href="https://www.zen-cart.com" target="_blank">www.zen-cart.com</a></p>
</div>
</section><!-- End footerBlock //-->
</div>
</body>
</html>

0 comments on commit 755258e

Please sign in to comment.