Network diagram application
Go to file
Rob Pearce 64f6472370 Fixed changelog 2009-07-28 01:32:17 +00:00
doc - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
windows_files - Fixed bug with exporting beziers to SVG 2009-07-28 01:27:21 +00:00
CHANGELOG Fixed changelog 2009-07-28 01:32:17 +00:00
INSTALL.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile.freebsd - Fixed memory leaks 2006-02-03 04:56:08 +00:00
Makefile.linux - Fixed memory leaks 2006-02-03 04:56:08 +00:00
Makefile.windows - Windows makefile now uses sdl-config 2006-05-11 04:35:30 +00:00
README.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
buttons.dat - Now always showing grid 2005-11-18 08:57:26 +00:00
constants.h - Fixed bug with exporting beziers to SVG 2009-07-28 01:27:21 +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 - Fixed bug with exporting beziers to SVG 2009-07-28 01:27:21 +00:00
example.map - Now always showing grid 2005-11-18 08:57:26 +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 - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
netmapr.c Added ctrl-e 2009-07-28 01:31:55 +00:00
netmapr.h - Fixed bug with exporting beziers to SVG 2009-07-28 01:27:21 +00:00
netmapr.jpg - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
objects.dat - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +00:00
verdana.ttf fixed up verdana file 2006-04-07 13:53:41 +00:00
windist.sh - Added search feature ('/' and 'n' keys) 2006-01-17 03:27:15 +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.