Making handbook more consistent

This commit is contained in:
Philip Sargent
2021-04-29 13:00:37 +01:00
parent e84995a52a
commit 974cb39ad0
6 changed files with 25 additions and 21 deletions

View File

@@ -5,7 +5,8 @@
<title>Handbook Troggle JSON</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Handbook Troggle JSON</h1>
@@ -29,11 +30,13 @@ In the top left-hand corner is a drop-down menu, 'export as json' is shown selec
Select one or more of the objects listed and press the 'Go' button next to the drop-down menu. A JSON-formatted file will be produced 'troggle-ouput.json' in the troggle installation directory (where the troggle code .git file is).
<p>There is also an 'export as XML' option.
<p>The code which adds this capability into the Troggle Administration control panel is in <var>troggle/core/admin.py</var>.
<h3>See also</h3>
<p><a href="exporttgz.html">Compressed data export</a>.
<hr />
Go on to: <a href="trogarch.html">Troggle architecture</a><br />
Return to: <a href="trog2030.html">Troggle in 2025-2030</a><br />
Troggle index:
<a href="trogindex.html">Index of all troggle documents</a><br />
<hr />
</body>
<hr /></body>
</html>