summaryrefslogtreecommitdiff
path: root/html/dev.html
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:55:42 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:55:42 +0000
commit844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch)
tree733b1fe039c0c37095a594b66d5076f3f5a0153d /html/dev.html
parent25adbdabb47499fe641c7bd9595024ff82667058 (diff)
httrack 3.33.16
Diffstat (limited to 'html/dev.html')
-rw-r--r--html/dev.html10
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>