From a3aff679cb6fc4c0247881c698c9ff9e80c72e10 Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Thu, 5 Dec 2019 16:40:35 +0000 Subject: [PATCH] subject for the optional ascii-art-web-export --- subjects/ascii-art-web-exportfile.en.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 subjects/ascii-art-web-exportfile.en.md diff --git a/subjects/ascii-art-web-exportfile.en.md b/subjects/ascii-art-web-exportfile.en.md new file mode 100644 index 000000000..fe2f55a50 --- /dev/null +++ b/subjects/ascii-art-web-exportfile.en.md @@ -0,0 +1,23 @@ +## ascii-art-web-export + +### Objectives + +You must follow the same [principles](https://github.com/01-edu/public/ascii-art-web.en.md) as the first subject. + +Ascii-art-web-export consists on making sure that it is possible to export the output of the web application, at least in one export format at your choice. + +- You should be able to export the result of the [ascii-art](https://github.com/01-edu/public/ascii-art.en.md) project implemented in the website. +- The file must be exported with the right permissions (read and write) for the user. + +This project will help you learn about : + +- The basics of export formats : + - Portable Document Format (PDF) + - Text File (TXT) + - [Here are some more exemples](https://en.wikipedia.org/wiki/Document_file_format) +- Ways to receive data. +- Ways to output data. + +### Instructions + +- The web server must export at least in one export format.