Apache Forrest > HøLUG
 
Font size:      

Ascii Art sample

Sample Ascii Art

To create a .png image like the one below with ASCII art, just save the text file with the .aart extension and then link from any page as an image (<image src="asci-art-file.png"/>).

cocoon pyramid of management-(logic-content-style)

Here is the source file that has created the above image.

 
         +-------------------+
         |    Management     |
         +-+-------+-------+-+
           |       |       |                          
           |       |       |
   +-------+  +----+----+  +-------+  
   | logic +--+ content +--+ style |  
   +-------+  +---------+  +-------+  
 
      

An ascii art pad recognized following ascii characters:

  • '-' horizontal SVG line
  • '|' vertical SVG line
  • '+' corner
  • \ oblique line
  • String starting with letter, digit, or '_' is converted to a SVG text.