Initial commit. Added old code. Added README

This commit is contained in:
2022-12-07 17:32:08 +02:00
commit 0102605c07
10 changed files with 866 additions and 0 deletions

19
README Normal file
View File

@@ -0,0 +1,19 @@
# How to use
### Preparation
You will need 2 folders
1. In the "source" folder you will add/modify/remove FreeMind .mm files
Please do not use it for anything else.
2. In the "destination" folder will be automatically generated/delete html files.
If the source file is named "map.mm" then the resulting html file will be "map.mm.html".
The "files.zip" must be unpacked in the "destination" folder such that there is a single level "files" folder.
### Usage
Invoke the "watcher" executable from a directory where the "mindgen" is located (usually the same one)
```
./watcher /path/to/src /path/to/dst
```
### command.sh
Example script that automatically changes the working directory to its location and executes the watcher