Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmk0 committed Sep 9, 2016
0 parents commit bc294ca
Show file tree
Hide file tree
Showing 115 changed files with 14,394 additions and 0 deletions.
Empty file added TIDY
Empty file.
38 changes: 38 additions & 0 deletions data/Sandbox/DataFlowDiaPluginDataTypeExample.txt
@@ -0,0 +1,38 @@
%META:TOPICPARENT{name="DataFlowDiaPlugin"}%
---+!! Data Flow Diagram Examples

%TOC%

---++ Data Type Example 1

__You type:__
<verbatim>
%DFDDATA{id="DataFlowDiaPluginExampleData01"}%
</verbatim>

__You get: (simulated)__ %BR%
<img src="%ATTACHURLPATH%/DataFlowDiaPluginDataDiaEx1.png" alt="DataFlowDiaPluginDataDiaEx1.png" />

__You get: (if installed)__ %BR%
%DFDDATA{id="DataFlowDiaPluginExampleData01"}%

In this example, you should see diagram links generated for the example applications and data type, and the objects in the diagram will have clickable links that lead to the appropriate documentation page (where the application or data type was defined).

---++ Data Type Example 2

__You type:__
<verbatim>
%DFDDATA{id="DataFlowDiaPluginExampleData02" name="dataEX" library="DataFlowDiaPluginLibrary" xport="DataFlowDiaPluginTransport"}%
</verbatim>

__You get: (simulated)__ %BR%
<img src="%ATTACHURLPATH%/DataFlowDiaPluginDataDiaEx2.png" alt="DataFlowDiaPluginDataDiaEx2.png" />

__You get: (if installed)__ %BR%
%DFDDATA{id="DataFlowDiaPluginExampleData02" name="dataEX" library="DataFlowDiaPluginLibrary" xport="DataFlowDiaPluginTransport"}%

In this example, you should see diagram links generated for the example applications and data type, and the objects in the diagram will have clickable links that lead to the appropriate documentation page (where the application or data type was defined). Additionally, diagrams using this data type, e.g. the one in DataFlowDiaPluginExamples, will annotate the data type defined above as well as the links to and from this data type.


%META:FILEATTACHMENT{name="DataFlowDiaPluginDataDiaEx1.png" attachment="DataFlowDiaPluginDataDiaEx1.png" attr="h" comment="DataFlowDiaPlugin example data flow diagram" date="1417819886" path="DataFlowDiaPluginDataDiaEx1.png" size="4655" user="JohnKnutson" version="1"}%
%META:FILEATTACHMENT{name="DataFlowDiaPluginDataDiaEx2.png" attachment="DataFlowDiaPluginDataDiaEx2.png" attr="h" comment="DataFlowDiaPlugin example data flow diagram" date="1417819934" path="DataFlowDiaPluginDataDiaEx2.png" size="5527" user="JohnKnutson" version="1"}%
28 changes: 28 additions & 0 deletions data/Sandbox/DataFlowDiaPluginExamples.txt
@@ -0,0 +1,28 @@
%META:TOPICPARENT{name="DataFlowDiaPlugin"}%
---+!! Data Flow Diagram Examples

%TOC%

---++ Data Type / Transport

In order to demonstrate page linking between diagrams, the other examples can be found here:
* DataFlowDiaPluginDataTypeExample
* DataFlowDiaPluginTransportExample

---++ Data Flow

__You type:__
<verbatim>
%DFDAPP{id="DataFlowDiaPluginExampleApp01" name="example1" inputs="DataFlowDiaPluginExampleData01 DataFlowDiaPluginExampleData02" outputs="DataFlowDiaPluginExampleData03" inouts="DataFlowDiaPluginExampleData04"}%
</verbatim>

__You get: (simulated)__ %BR%
<img src="%ATTACHURLPATH%/DataFlowDiaPluginAppDiaEx.png" alt="DataFlowDiaPluginAppDiaEx.png" />

__You get: (if installed)__ %BR%
%DFDAPP{id="DataFlowDiaPluginExampleApp01" name="example1" inputs="DataFlowDiaPluginExampleData01 DataFlowDiaPluginExampleData02" outputs="DataFlowDiaPluginExampleData03" inouts="DataFlowDiaPluginExampleData04"}%

Note that the "installed" image will not be identical to the simulated image until the DataFlowDiaPluginDataTypeExample and DataFlowDiaPluginTransportExample pages have been loaded at least once since the plugin's installation (or last database clear). Additionally, the simulated image does not provide image-mapped links.


%META:FILEATTACHMENT{name="DataFlowDiaPluginAppDiaEx.png" attachment="DataFlowDiaPluginAppDiaEx.png" attr="h" comment="DataFlowDiaPlugin example application data flow diagram" date="1417819886" path="DataFlowDiaPluginAppDiaEx.png" size="12717" user="JohnKnutson" version="1"}%
21 changes: 21 additions & 0 deletions data/Sandbox/DataFlowDiaPluginTransportExample.txt
@@ -0,0 +1,21 @@
%META:TOPICPARENT{name="DataFlowDiaPlugin"}%
---+!! Data Flow Diagram Examples

%TOC%

---++ Data Transport Example

__You type:__
<verbatim>
%DFDTRANSPORT{id="DataFlowDiaPluginTransport" name="transportEX"}%
</verbatim>

<table><tr><td valign="top" width="50%">
__You get: (simulated)__ %BR%
*NOTHING* but an HTML anchor.
</td><td valign="top" width="50%">
__You get: (if installed)__ %BR%
%DFDTRANSPORT{id="DataFlowDiaPluginTransport" name="transportEX"}%
</td></tr></table>

This page only serves to provide a link to the sample transport. Refer to the diagram in DataFlowDiaPluginExamples. The link is in the table cell below the "if installed" column header.

0 comments on commit bc294ca

Please sign in to comment.