changes for GFM format

This commit is contained in:
William Sandner
2018-08-14 17:15:49 +02:00
parent 757571a6b5
commit f9f546221a
20 changed files with 42 additions and 420 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 -->
# [Design](design.html)&nbsp;&gt;&nbsp;Architecture
---
##### Project:
::PROJECTNAME
::PROJECTNAME(Home)
##### Internal Release Number:
::X.Y.Z
@@ -40,7 +16,7 @@
architecture. Some example text is provided.*
### Overview
&nbsp;
#### What are the most important facts that a developer should know about this system architecture?
::PARAGRAPH OR BULLETS
@@ -64,7 +40,7 @@ architecture. Some example text is provided.*
3. ::[Capacity matching](glossary-std.html#capacity_matching)
### Components
&nbsp;
#### What are the components of this system?
::The components of this system are clearly defined in this [UML Model
@@ -80,7 +56,7 @@ architecture. Some example text is provided.*
- ::[C-20: COMPONENTNAME](design-components.html#c-20)
### Deployment
&nbsp;
#### How will the components be deployed to processes and machines?
::The deployment of components to processes and machines is clearly
@@ -143,7 +119,7 @@ The application logic running on the application server cannot be
split or load-balanced.
### Integration
&nbsp;
#### How will components be integrated? Specifically, how will they communicate?
@@ -211,25 +187,4 @@ competition for resources.
::Yes, everyone understands. Feedback is welcome.
::No, this is a risk that is noted in the [Risk
Management](plan#risks) section.
<!-- End Markdown content -->
</xmp>
<div w3-include-html="_words-of-wisdom.html"></div>
<div w3-include-html="_footer.html"></div>
<script>
w3IncludeHTML();
</script>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
<!-- Include it AFTER strapdown -->
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
<!-- Include it AFTER EVERYTHING -->
<script src="assets/logo.js"></script>
<script src="assets/themeswitcher.js"></script>
</body>
</html>
::No, this is a risk that is noted in the [Risk Management](Project-Plan#risks) section.