| 1 |
freemind-browser for Debian
|
| 2 |
---------------------------
|
| 3 |
|
| 4 |
freemind-browser is a java applet to present FreeMind Mindmaps on the web
|
| 5 |
(read-only).
|
| 6 |
|
| 7 |
freemindbrowser.jar and freemindbrowser.html are examples of files to be used
|
| 8 |
for this purpose. Place those two files in your web arborescence, make sure that
|
| 9 |
freemindbrowser.html (or whatever name you gave to it) points properly to
|
| 10 |
freemindbrowser.jar in the "archive" attribute of the "applet" tag (the example
|
| 11 |
file assumes that both are in the same directory).
|
| 12 |
|
| 13 |
Then copy a mind-map as well to the same web arborescence, and adapt the
|
| 14 |
following lines to your need:
|
| 15 |
<param name="browsemode_initial_map"
|
| 16 |
value="http://freemind.sourceforge.net/maps/freemind.mm">
|
| 17 |
|
| 18 |
NOTE: the URL to the map file must be absolute, but can only be on the same
|
| 19 |
server as the jar file (for security reasons).
|
| 20 |
|
| 21 |
-- Eric Lavarde <deb@zorglub.s.bawue.de>, Sun, 05 Dec 2004 21:01:14 +0100
|