From 800e74aa70fc234cede8b218d148448653b93b25 Mon Sep 17 00:00:00 2001 From: olivier <> Date: Thu, 15 Feb 2007 11:29:54 +0000 Subject: [PATCH] added application architecture SVG diagram (in new dev doc directory) --- doc/devel/architecture.svg | 282 +++++++++++++++++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 doc/devel/architecture.svg diff --git a/doc/devel/architecture.svg b/doc/devel/architecture.svg new file mode 100644 index 00000000..51ee83ea --- /dev/null +++ b/doc/devel/architecture.svg @@ -0,0 +1,282 @@ + + + + + + + + + image/svg+xml + + + + + + + + ModelThe Model provides a complete data abstraction layer, through a well designed API, for both audio content and metadata. + + + Audio content + + + + Metadata + + + + + + ControllerThe Controller receives requests from users, administrators, or remote systems, usually via HTTP, and routes them to the proper View(s) and Model calls. + + + + + + Backup + + + + HTML + + ViewThere are several Views, for generating HTML, XML based backups, OGG/MP3 exports, etc.. out of the Model, as required by the Controller. + + Export + + + + DublinCore + + + -- 2.39.5