t2time / ForUML

Extracting UML Class Diagrams from Object-Oriented Fortran
21 stars 3 forks source link

http://research.te.psu.ac.th/ is down ? #5

Open juls16 opened 1 year ago

juls16 commented 1 year ago

It seems that the website where the libraries are stored is down.

rouson commented 1 year ago

@juls16 I recommend using PlantUML instead. It's a scripting language with a syntax that resembles the diagrams it generates. Because it's so lightweight and intuitive, it's not a major burden to develop and maintain the scripts alongside the code. You don't even need to install anything to use PlantUML because you can just copy scripts into the "online server" at the link on the upper left of plantuml.com and generate diagrams that you can then download in various graphical forms, including PNG, SVG, and ASCII art.