From 20ecf4f82ceefdce5ab440647f2b8cc6cae32dac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 11 Apr 2016 20:29:26 +0300 Subject: Add demo data. --- builddemo.sh | 3 +++ demo/dir/index.htm | 9 +++++++++ demo/index.htm | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100755 builddemo.sh create mode 100644 demo/dir/index.htm create mode 100644 demo/index.htm diff --git a/builddemo.sh b/builddemo.sh new file mode 100755 index 0000000..0265fbd --- /dev/null +++ b/builddemo.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +./pagesindexgen.py demo http://mysite/dir diff --git a/demo/dir/index.htm b/demo/dir/index.htm new file mode 100644 index 0000000..1d1221f --- /dev/null +++ b/demo/dir/index.htm @@ -0,0 +1,9 @@ + + +http://mysite/dir/dir - dir + +..
+ + + + \ No newline at end of file diff --git a/demo/index.htm b/demo/index.htm new file mode 100644 index 0000000..fd53126 --- /dev/null +++ b/demo/index.htm @@ -0,0 +1,9 @@ + + +http://mysite/dir - + +dir
+ + + + \ No newline at end of file -- cgit v1.2.3-60-g2f50