Network diagram application
Go to file
Rob Pearce 8a7f3efcf1 - Grid is now off by default
- Added keyboard shortcuts ('0' through '9' to select or define)
- Added documentation
- Bumped version to 1.3
2005-11-12 02:51:37 +00:00
doc - Added documentation 2005-11-12 02:51:18 +00:00
CHANGELOG - Grid is now off by default 2005-11-12 02:51:37 +00:00
INSTALL.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile - Can no longer delete toplevel map. 2005-10-30 11:50:06 +00:00
Makefile.freebsd - Removed -D from FreeBSD Makefile 2005-11-11 13:04:03 +00:00
Makefile.linux - Made map box scrollable. 2005-10-31 02:20:14 +00:00
Makefile.windows - Implemented "fill colour" command 2005-10-28 06:05:57 +00:00
README.txt - Made map box scrollable. 2005-10-31 02:20:14 +00:00
buttons.dat - Added ability to control width of links 2005-10-30 08:45:37 +00:00
constants.h - Grid is now off by default 2005-11-12 02:51:37 +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 - Grid is now off by default 2005-11-12 02:51:37 +00:00
example.map - Added ability to control width of links 2005-10-30 08:45:37 +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 - Removed -D from FreeBSD Makefile 2005-11-11 13:04:03 +00:00
netmapr.c - Grid is now off by default 2005-11-12 02:51:37 +00:00
netmapr.exe - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.h - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
netmapr.jpg - Removed -D from FreeBSD Makefile 2005-11-11 13:04:03 +00:00
objects.dat - Implemented copy/paste of objects, text and maps 2005-11-11 12:42:29 +00:00
verdana.ttf - Changed from dodgy homemade vector font to TTF font (verdana) 2005-10-27 04:46:38 +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.