Difference between revisions of "SFN:HowTo Grab/Clean/Upload Varaphalam"
(Created page with "← HowTo Documents ---- * Ensure that Perl Mediawiki libraries are installed in your system. * Create a directory in your home, say, <code>mkn</code>. This wil...") |
m (Cvr moved page HowTo Grab/Clean/Upload Varaphalam to SF:HowTo Grab/Clean/Upload Varaphalam without leaving a redirect) |
(No difference)
|
Latest revision as of 09:54, 18 August 2014
- 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
).