SFN:HowTo Grab/Clean/Upload Varaphalam
- Ensure that Perl Mediawiki libraries are installed in your system.
- Create a directory in your home, say,
mkn
. This will look like/home/username/mkn
after creation. Theusername
may be replaced with user actual user id. - Change directory with the command
cd mkn
- Unzip the archive
palm-grab-upload.zip
in the newly created directory. - Open
Makefile
ingedit
:gedit Makefile
. - Enter the name of the file to be grabbed against the
file
variable. - Execute the command:
make
- If everything is correct, the pages will be grabbed from Palm, cleaned up and
out.wiki
will be created in your working directory (i.e.,mkn
).