Difference between revisions of "ToDo"

From AccountIT
Jump to: navigation, search
Line 6: Line 6:
 
*** (http://www.mediawiki.org/wiki/Extension:PlantUML)
 
*** (http://www.mediawiki.org/wiki/Extension:PlantUML)
 
*** ex.:  
 
*** ex.:  
<uml>
+
<nowiki><uml>
 
Alice -> Bob: Authentication Request
 
Alice -> Bob: Authentication Request
 
Bob --> Alice: Authentication Response
 
Bob --> Alice: Authentication Response
</uml>
+
</uml></nowiki>
 
** respository access (SVN)
 
** respository access (SVN)
 
* Pick the right SQL/NoSQL/NewSQL setup
 
* Pick the right SQL/NoSQL/NewSQL setup

Revision as of 10:33, 30 April 2014

<uml> Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response </uml>