Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
resource:ansi_editors [2018/10/29 14:17] – [ANSI Editors] Added PabloDraw and TheDraw tips digital manresource:ansi_editors [2020/04/27 19:10] – [ANSI Editors] Added DuhDraw and NewDraw (for *nix) digital man
Line 5: Line 5:
 ^Name     ^Platforms ^[[custom:Ctrl-A Codes|Ctrl-A]]^BIN^SAUCE^Open Source^ ^Name     ^Platforms ^[[custom:Ctrl-A Codes|Ctrl-A]]^BIN^SAUCE^Open Source^
 |[[ftp://vert.synchro.net/main/graphics/tdraw463.zip|TheDraw]] |DOS           |No |Yes|No|No | |[[ftp://vert.synchro.net/main/graphics/tdraw463.zip|TheDraw]] |DOS           |No |Yes|No|No |
 +|[[https://www.cs.helsinki.fi/u/penberg/duhdraw/|DuhDraw]] |Linux         |No |No |Yes|Yes |
 +|[[https://www.cs.helsinki.fi/u/penberg/newdraw/|NewDraw]] |*nix          |No |Yes|No|Yes |
 |[[ftp://vert.synchro.net/main/graphics/adraw120.zip|ACiDDraw]]|DOS           |No |Yes|Yes|No | |[[ftp://vert.synchro.net/main/graphics/adraw120.zip|ACiDDraw]]|DOS           |No |Yes|Yes|No |
 |[[http://picoe.ca/products/pablodraw/|PabloDraw]]             |Windows, Linux, Mac OS-X       |Yes |Yes|Yes|Yes| |[[http://picoe.ca/products/pablodraw/|PabloDraw]]             |Windows, Linux, Mac OS-X       |Yes |Yes|Yes|Yes|
-|[[http://syncdraw.bbsdev.net/|SyncDraw]]                      |Windows, *nix, Mac OS-X |Yes|Yes|No| Yes |+|[[http://syncdraw.bbsdev.net/|SyncDraw]]                      |Windows, *nix, Mac OS-X |Yes|Yes|Yes| Yes | 
 +|[[http://www.andyh.org/moebius/|Moebius]]                     |Windows, Linux, Mac OS-X |No | Yes |??? | Yes|
 |[[http://sourceforge.net/projects/tundradraw/|TundraDraw]]    |Windows, *nix, |No |No|No| Yes| |[[http://sourceforge.net/projects/tundradraw/|TundraDraw]]    |Windows, *nix, |No |No|No| Yes|
 +|[[https://github.com/codewar65/VTXEdit|VTXEdit]]              |*nix           |?? |??|Yes| Yes|
 ===== PabloDraw ===== ===== PabloDraw =====
 PabloDraw is the recommended display file (e.g. screen/menu) editor for use with Synchronet BBS. PabloDraw is the recommended display file (e.g. screen/menu) editor for use with Synchronet BBS.
Line 15: Line 18:
 ==== Ctrl-A Support ==== ==== Ctrl-A Support ====
 PabloDraw supports a subset of Synchronet's Ctrl-A color/attribute codes in the files it can open/edit: PabloDraw supports a subset of Synchronet's Ctrl-A color/attribute codes in the files it can open/edit:
-  Automatically assumes files with a ''.msg'' suffix may contain Synchronet Ctrl-A codes + 
-  - By default, does **not** support Ctrl-A codes when opening/saving files with a ''.asc'' suffix\\ (solution: the user must manually choose "Ctrl-A" for the file format/type when opening or saving ''.asc'' files with Ctrl-A codes) +{{:resource:pablodraw_open_ctrl-a.png?600|You must manually choose "Ctrl-A" in the format selection box when opening ''.asc'' files}} 
-  - Many Ctrl-A codes (e.g. Ctrl-AL for clearing the screen) are not recognized by PabloDraw and will be stripped when editing a file\\  (solution: use equivalent @-codes instead as @-codes are not interpreted or stripped by PabloDraw)+ 
 +  - PabloDraw assumes [[config:text files]] with a ''.msg'' suffix/extension may contain Synchronet Ctrl-A codes\\ (so files with ''.msg'' extensions are a bit easier to open/edit than ''.asc'' files with PabloDraw) 
 +  - By default, PabloDraw does **not** support [[custom:Ctrl-A codes]] when opening/saving files with a ''.asc'' suffix/extension\\ (solution: the user must manually choose "Ctrl-A" for the file format/type when opening or saving ''.asc'' files with Ctrl-A codes) 
 +  - Many [[custom:Ctrl-A codes]] (e.g. Ctrl-AL for clearing the screen) are not recognized by PabloDraw and will be stripped when editing a file\\  (solution: use equivalent [[custom:atcodes|@-codes]] instead as @-codes are not interpreted or stripped by PabloDraw)
  
 ==== BIN Support ==== ==== BIN Support ====