diff options
Diffstat (limited to 'html/dev.html')
-rw-r--r-- | html/dev.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/dev.html b/html/dev.html index 9748991..66ae8a1 100644 --- a/html/dev.html +++ b/html/dev.html @@ -107,6 +107,8 @@ HTTrack can be used as a third-party program in batch files, or as library. Depending on your needs, you may look: <br><br> +
+<h3>Programming</h3>
<ul>
<li><a href="scripting.html">Simple use: scripting examples using the httrack commandline program</a></li><br> @@ -120,6 +122,14 @@ For advanced functions, you may have to use external C wrappers ; for example wh The library can be used to write graphical GUIs for httrack, or to run mirrors from a program.
<br><i>Important note: please read the license information of httrack before developing add-ons</i>
</ul>
+
+<h3>Technical references</h3>
+<ul>
+<li><a href="cache.html">Cache format</a></li><br>
+HTTrack stores original HTML data and references to downloaded files in a cache, located in the hts-cache directory.
+This page describes the HTTrack cache format.
+</ul>
+
<br><br> |