Difference between revisions of "Frontend"
Jump to navigation
Jump to search
(Created page with "<graphviz> digraph frontend { DB [ label="Database" ] } </graphviz>") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
digraph frontend { | digraph frontend { | ||
DB [ label="Database" ] | DB [ label="Database" ] | ||
| − | + | Wiki [ label="Mediawiki/SMW backend" ] | |
| + | CMS [ label="WikiCMS frontend" ] | ||
| + | Browser | ||
| + | Wiki->DB | ||
| + | CMS->Wiki | ||
| + | Browser->CMS | ||
} | } | ||
</graphviz> | </graphviz> | ||
Latest revision as of 12:17, 6 October 2017
