Network diagram application
Go to file
Rob Pearce 3b9cbee30c - Now handles spaces in filenames under Windows
- Disabled Delete Map and New Map functions in readonly mode
- Preparation for SVG exports:
        - Added vector types: Subobj/obj (to draw filled objects), Poly
        - Modified vector type "box" to take a "fill colour" argument
        - Removed vector types Fill and Fillbox
- Rewrote entire objects.dat file to avoid use of "fill" command
- Can now export to SVG files (same with ".SVG" extension)
- Improved behaviour of grid with respect to link endpoints when
  moving & resizing objects
- Grid lines now look more visio-like
- Removed grid size of '5' as this was too small to be useful
- Changed default grid size from 10 to 15.
2005-11-18 08:39:29 +00:00
doc - Modified reference guide to include images. 2005-11-15 03:44:18 +00:00
CHANGELOG - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
INSTALL.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
Makefile.freebsd - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
Makefile.linux - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
Makefile.windows - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
README.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
buttons.dat - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
constants.h - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
convert.c - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
convert.h - Redrew router and firewall objects to be more Cisco-like. 2005-10-25 06:45:19 +00:00
dist.sh - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
example.map - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00
icon.bmp - Redrew icon 2005-11-05 03:22:50 +00:00
letters.dat Initial revision 2005-10-25 06:35:55 +00:00
netmapr-small.jpg - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
netmapr.c - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
netmapr.exe - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.h - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
netmapr.jpg - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
objects.dat - Now handles spaces in filenames under Windows 2005-11-18 08:39:29 +00:00
verdana.ttf - Changed from dodgy homemade vector font to TTF font (verdana) 2005-10-27 04:46:38 +00:00
windist.sh - Rewrote Command Reference document (simplified and now includes screenshots) 2005-11-15 03:45:04 +00:00

README.txt

IMPORTANT:

Due to a bug in the versions 0.98 and below of netmapr, the map file
format has slightly changed.  To correct this, simply compile the "convert"
program (included in the distribution) then use:

./convert old_mapfile.map new_mapfile.map

to convert your old diagrams to the new format.

An option for XML diagrams is planned for future versions of netmapr  to
avoid future issues of this type.