Finally, RSS is build
As this is the first version, the pages are not build dynamically, but a local script is run, then the generated files are uploaded to the server.
This process is manually done, until the next version is build.
This is the development path of this website.
- version 1: static FrontEnd (without JS): Enabling JS will add little features like syntaxt highlighting, Bootstrap styling, nothing that can break the functionality.orders will be done by email, customer needs to specify options inside the mail.
- version 2: Angular FrontEnd: Disabling JS will fallback to version 1, enabling JS will redirect to Angular version, some extra functionalities will be added.orders will be done by email, customer can specify options on website, which will create a mail template, so customer can just click send.
- version 3: Backend Server: So the website will be moved to a server where backend processing can take place.orders will be done on website, customer will receive email notifications about the order.