GFM changes

This commit is contained in:
William Sandner
2018-08-14 21:02:18 +02:00
parent 8ed531982d
commit bf654bc72b
5 changed files with 10 additions and 34 deletions

View File

@@ -1,29 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link type="image/png" href="assets/logo.png" rel="icon">
<title>ReadySet Markdown</title>
</head>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<body>
<topbar style="display:none;">
<item><a href="index.html">Overview</a></item>
<item><a href="plan.html">Project Plan</a></item>
<item><a href="index-all.html">Workflows</a></item>
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
<toc></toc>
</topbar>
<xmp theme="readable" style="display:none;">
<!-- Markdown content here -->
# Implementation Notes
---
##### Project:
::[PROJECTNAME](index)
::[PROJECTNAME](Home)
##### Release(s):
::X.Y.Z
@@ -31,7 +7,7 @@
##### Related Documents:
- [Software Requirements Specification](SRS)
- [Release notes](Release-Notes)
- [FAQ](faq.html)
- [FAQ](FAQ)
- [Glossary](Glossary)
---
@@ -181,8 +157,8 @@ engineers when the system is being run in an ASP production environment.*
#### Monitor Activity
::Watch the PRODUCTNAME.log and error.log.
#### Perodic Cleanup
::On rare occasion, /tmp/upload-XXXXformat.dat files can be left behind. Any such files that are more than a day old can safely be removed.
#### Periodic Cleanup
::On rare occasion, /tmp/upload-XXXX.dat files can be left behind. Any such files that are more than a day old can safely be removed.
### Security