summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuilddemo.sh3
-rw-r--r--demo/dir/index.htm9
-rw-r--r--demo/index.htm9
3 files changed, 21 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html>
+<title>http://mysite/dir/dir - dir</title>
+<body>
+<a href="../index.htm">..</a><br/>
+
+<!-- created by pagesindexgen https://gitlab.com/4144/pagesindexgen -->
+</body>
+</html> \ 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 @@
+<!DOCTYPE html>
+<html>
+<title>http://mysite/dir - </title>
+<body>
+<a href="dir/index.htm">dir</a><br/>
+
+<!-- created by pagesindexgen https://gitlab.com/4144/pagesindexgen -->
+</body>
+</html> \ No newline at end of file