From 78f9d14f393037aedf290d87e0139793e1858121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 Nov 2020 23:24:49 +0100 Subject: [PATCH] Updated Developer documentation (markdown) --- Developer-documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Developer-documentation.md b/Developer-documentation.md index fd7c937..9b04a55 100644 --- a/Developer-documentation.md +++ b/Developer-documentation.md @@ -8,9 +8,9 @@ During the design phase, we decided to implement a web client. Our implementation consists of the following modules: -- **CAFF previewer** / [caff-previewer](https://github.com/UnstableVortexSecurity/caff-previewer): A program written in C that is used to extract a preview (a single frame) from a CAFF file. The extracted preview is saved in .tga (TARGA) format, which is a simple bitmap image format. -- **CAFF previewer wrapper** / [caff-previewer-wrapper](https://github.com/UnstableVortexSecurity/caff-previewer-wrapper): A wrapper written in Python/Flask that provides a simple HTTP interface between CAFF previewer and the web client. The wrapper also converts the extracted preview to PNG using ImageMagick. -- **Web application** / [webshop](https://github.com/UnstableVortexSecurity/webshop): A web client written in Python/Flask. This client implements the user functions. +- **CAFF previewer** / [caff-previewer](https://github.com/UnstableVortexSecurity/caff-previewer/commit/0bad0a112e548418c3051c74f8bc58f6cc403033): A program written in C that is used to extract a preview (a single frame) from a CAFF file. The extracted preview is saved in .tga (TARGA) format, which is a simple bitmap image format. +- **CAFF previewer wrapper** / [caff-previewer-wrapper](https://github.com/UnstableVortexSecurity/caff-previewer-wrapper/commit/18dd8418a62445453cc244a730166de55ebcf588): A wrapper written in Python/Flask that provides a simple HTTP interface between CAFF previewer and the web client. The wrapper also converts the extracted preview to PNG using ImageMagick. +- **Web application** / [webshop](https://github.com/UnstableVortexSecurity/webshop/commit/f42411db1a473c9d303b592868d71456e5497eab): A web client written in Python/Flask. This client implements the user functions. Note: each module is hosted in its own repository.