INTRODUCTION ============ This website shows all plantuml *.puml files we have in plantuml directory. To create a *.puml file, use one of 2 plantuml servers behind google oauth2 https://plantuml-1.vovaco.com https://plantuml-2.vovaco.com start one of them and "copy/paste" a plantuml/samples sample it can upload/download its text and svg, png, pdf from the local machine on which the browser is located #VP# uses these rsync_get/put command to keep local synch (an example) ``` $ x2node -node:nyc0.vm1.vm -root -rsync_get -remote:'/c/Users/pariz/Downloads/nyse_algox2.puml' -local:plantuml/nyse_algox2.puml ``` use plantuml/samples for knowledge/inspiration [DOC IS VERY HELPFUL https://plantuml.com/en/guide - download it to avoid commercials](https://plantuml.com/en/guide) use for reference to Standard Library and many sprites - IMPORTANT part of Plantuml ``` plantuml/stdlib.puml ``` to change the website call ``` spnx -build -serve -serve_node:nyc0.vm1.x2svc-1 -dry_run:N -site:plantuml_dir ```