Copy to and from the Journal: Difference between revisions
Line 5: | Line 5: | ||
This python script [[http://wiki.laptop.org/images/b/b4/Copy-to-journal.txt http://wiki.laptop.org/images/b/b4/Copy-to-journal.txt]] by Reinier Heeres and Phil Bordelon seems to do the trick. |
This python script [[http://wiki.laptop.org/images/b/b4/Copy-to-journal.txt http://wiki.laptop.org/images/b/b4/Copy-to-journal.txt]] by Reinier Heeres and Phil Bordelon seems to do the trick. |
||
This allows you to copy files from |
This allows you to copy files from [[Linux]] to the [[Journal Activity]] filesystem. |
||
To use it, save it using the name '''copy-to-journal.py'''. Save it in /home/olpc using the [[Opera]] web browser. |
To use it, save it using the name '''copy-to-journal.py'''. Save it in /home/olpc using the [[Opera]] web browser. |
||
Go to the [[Terminal |
Go to the [[Terminal Activity]], and type |
||
cd /home/olpc |
cd /home/olpc |
||
To go to the directory you saved the file in. Then type |
To go to the directory you saved the file in. Then type |
||
Line 14: | Line 14: | ||
To make the file executable. Then type |
To make the file executable. Then type |
||
python copy-to-journal.py FILENAME -m MIMETYPE -t TITLE |
python copy-to-journal.py FILENAME -m MIMETYPE -t TITLE |
||
* |
* '''FILENAME''' is the name you saved in the filesystem, |
||
* |
* '''MIMETYPE''' is the [[Mimetype]] (eg txt or pdf). |
||
* |
* '''TITLE''' is the name you want in the journal. |
||
==Copy from Journal script== |
==Copy from Journal script== |
Revision as of 10:25, 17 January 2008
This page will document ways of getting files from the Linux file system on the OLPC into the Journal within Sugar.
Image:Support-banner-square.png|173px|community support pages rect 0 0 135 204 [1] rect 135 0 345 204 Support FAQ rect 0 205 135 408 [2]
- Comment : there's some whitespace here:
rect 135 205 345 408 Other support
- maybe desc none is better. testing.
desc none
</imagemap>Copy to Journal Script
This python script [http://wiki.laptop.org/images/b/b4/Copy-to-journal.txt] by Reinier Heeres and Phil Bordelon seems to do the trick.
This allows you to copy files from Linux to the Journal Activity filesystem.
To use it, save it using the name copy-to-journal.py. Save it in /home/olpc using the Opera web browser. Go to the Terminal Activity, and type
cd /home/olpc
To go to the directory you saved the file in. Then type
chmod a+x copy-to-journal.py
To make the file executable. Then type
python copy-to-journal.py FILENAME -m MIMETYPE -t TITLE
- FILENAME is the name you saved in the filesystem,
- MIMETYPE is the Mimetype (eg txt or pdf).
- TITLE is the name you want in the journal.
Copy from Journal script
[This script] allows you to copy files from the Journal to the linux filesystem.
To use it, save it using the name copy-from-journal.py. Save it in /home/olpc using the Opera web browser. Go to the [[]Terminal]], and type
cd /home/olpc
To go to the directory you saved the file in. Then type
chmod a+x copy-from-journal.py
To make the file executable. Then type
python copy-from-journal.py -t NAME
But replace NAME with the name you saved in the Journal.