- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- Other-Softwares
- Foldersweb
- Manual.pdf
- Page 8 of 9
Sitemap HTML indexes:
Sitemap files, namely sitemap.html and sitemap-text.html, will be written to the root folder
(only if it was was actually necessary to generate new content for those files during the
generation process).
Similarly to how index.html files are generated by the template engine, sitemap.html and
sitemap-text.html will also be generated based on _template.html in the root folder as a
“master” template file, where sections in the master template will be replaced as follows: the
placeholder is replaced with a set of <li>...</li> lines as shown in the examples below.
An example sitemap.html HTML file (it will largely depend and vary based on your own
_template.html master template file):
<!DOCTYPE html>
<html>
<body>
<ul>
<li class="folder is-folder"><a
href="http://www.example.com/Projects/">http://www.example.com
/Projects/</a></li>
<li class="folder is-folder empty"><a
href="http://www.example.com/Projects/Test%20Project%20%26
%20Files/">http://www.example.com/Projects/Test%20Project%20&a
mp;%20Files/</a></li>
</ul>
</body>
</html>
An example sitemap-text.html HTML file (it will largely depend and vary based on your
own _template.html master template file):
<!DOCTYPE html>
<html>
<body>
<ul>
<li class="file is-file is-docx is-file-docx"><a
href="http://www.example.com/Projects/data.docx">http://www.ex
ample.com/Projects/data.docx</a></li>
<li class="file is-file is-pdf is-file-pdf"><a
href="http://www.example.com/Projects/data.pdf">http://www.exa
mple.com/Projects/data.pdf</a></li>
<li class="file is-file is-txt is-file-txt"><a
href="http://www.example.com/Projects/data.txt">http://www.exa
mple.com/Projects/data.txt</a></li>
</ul>
</body>
8