diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-05-31 20:44:09 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-05-31 20:44:09 +0100 |
commit | fe515e9f01f7116e79b8fc5187afa68a7583548a (patch) | |
tree | db5fc28be564102993aa631768e4f1bf6b05f9cc /README | |
parent | 69d2c0887c061d09cfacca2c4177a47d5c0c3863 (diff) | |
download | troggle-fe515e9f01f7116e79b8fc5187afa68a7583548a.tar.gz troggle-fe515e9f01f7116e79b8fc5187afa68a7583548a.tar.bz2 troggle-fe515e9f01f7116e79b8fc5187afa68a7583548a.zip |
Troggle code documentation pointers
Diffstat (limited to 'README')
-rw-r--r-- | README/index.html | 27 | ||||
-rw-r--r-- | README/troggle_paper.odt | bin | 0 -> 1178557 bytes |
2 files changed, 27 insertions, 0 deletions
diff --git a/README/index.html b/README/index.html new file mode 100644 index 0000000..89f2b75 --- /dev/null +++ b/README/index.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Troggle - Coding Documentation</title> +<link rel="stylesheet" type="text/css" href="..media/css/main2.css" /> +</head> +<body> +<h1>Troggle Code - README</h1> +<h2>Contents of README.txt file</h2> + +<iframe name="erriframe" width="90%" height="45%" +src="../readme.txt" frameborder="1" ></iframe> + +<h2>Troggle documentation in the Expo Handbook</h2> +<ul> +<li><a href="http://expo.survex.com/handbook/troggle/trogintro.html">Intro</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogmanual.html">Troggle manual</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogarch.html">Troggle data model</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogimport.html">Troggle importing data</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogdesign.html">Troggle design decisions</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogdesignx.html">Troggle future architectures</a> +<li><a href="http://expo.survex.com/handbook/troggle/trogsimpler.html">a kinder simpler Troggle?</a> + +</ul> +<hr /> +</body></html>
\ No newline at end of file diff --git a/README/troggle_paper.odt b/README/troggle_paper.odt Binary files differnew file mode 100644 index 0000000..2a5ae37 --- /dev/null +++ b/README/troggle_paper.odt |