Update of /cvsroot/gtkpod/gtkpod/scripts
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2495/scripts
Modified Files:
sync-evocalendar.sh sync-kaddressbook.sh sync-korganizer.sh
sync-notes.sh sync-tomboy.sh
Log Message:
* sync-evocalendar.sh
sync-kaddressbook.sh
sync-korganizer.sh
sync-notes.sh
sync-tomboy.sh
sync-webcalendar.sh: corrected syntax description from
"-e=none" to "-e none".
* src/file_export.c (export_playlist_file_write): simplified
prefs_get_*_value() to prefs_get_*()
* file.h (FileSource): changed order to reflect the order of
options in the Export Playlist file requester
dialog. Thanks to Todd.
* README: updated instructions on how to restore one's iPod
after file system errors or similar devastating events.
Index: sync-evocalendar.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/sync-evocalendar.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sync-evocalendar.sh 22 Oct 2006 05:24:52 -0000 1.4
+++ sync-evocalendar.sh 10 Feb 2007 09:33:33 -0000 1.5
@@ -23,7 +23,7 @@
ENCODING=ISO-8859-15 # encoding used by ipod
-# Unless called with "-e=none" this script requires "iconv" available
+# Unless called with "-e none" this script requires "iconv" available
# from http://www.gnu.org/software/libiconv/
# About the encoding used by the iPod (by Jorg Schuler):
@@ -65,7 +65,7 @@
# Added Usage-line, added check for vcard file, rearranged source
#
# 2004/07/03 (Jorg Schuler <jcsjcs at users dot sourceforge dot net>):
-# Made "iconv" optional (call with -e="none")
+# Made "iconv" optional (call with "-e none")
#
# Removed "dos2unix" as my iPod (firmware 1.3) happily accepted
# DOS-type vcards as well. Instead changed the "grep" pattern to
Index: sync-kaddressbook.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/sync-kaddressbook.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sync-kaddressbook.sh 12 Jun 2005 08:41:46 -0000 1.5
+++ sync-kaddressbook.sh 10 Feb 2007 09:33:33 -0000 1.6
@@ -13,7 +13,7 @@
DATAFILE=~/.kde/share/apps/kabc/std.vcf # vcard file
ENCODING=ISO-8859-15 # encoding used by ipod
-# Unless called with "-e=none" this script requires "iconv" available
+# Unless called with "-e none" this script requires "iconv" available
# from http://www.gnu.org/software/libiconv/
# About the encoding used by the iPod (by Jorg Schuler):
@@ -50,7 +50,7 @@
# Added Usage-line, added check for vcard file, rearranged source
#
# 2004/07/03 (Jorg Schuler <jcsjcs at users dot sourceforge dot net>):
-# Made "iconv" optional (call with -e="none")
+# Made "iconv" optional (call with "-e none")
#
# Removed "dos2unix" as my iPod (firmware 1.3) happily accepted
# DOS-type vcards as well. Instead changed the "grep" pattern to
Index: sync-korganizer.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/sync-korganizer.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sync-korganizer.sh 12 Jun 2005 08:41:46 -0000 1.4
+++ sync-korganizer.sh 10 Feb 2007 09:33:33 -0000 1.5
@@ -13,7 +13,7 @@
DATAFILE=~/.kde/share/apps/korganizer/std.ics # calendar data file
ENCODING=ISO-8859-15 # encoding used by ipod
-# Unless called with "-e=none" this script requires "iconv" available
+# Unless called with "-e none" this script requires "iconv" available
# from http://www.gnu.org/software/libiconv/
# About the encoding used by the iPod (by Jorg Schuler):
@@ -50,7 +50,7 @@
# Added Usage-line, added check for vcard file, rearranged source
#
# 2004/07/03 (Jorg Schuler <jcsjcs at users dot sourceforge dot net>):
-# Made "iconv" optional (call with -e="none")
+# Made "iconv" optional (call with "-e none")
#
# Removed "dos2unix" as my iPod (firmware 1.3) happily accepted
# DOS-type vcards as well. Instead changed the "grep" pattern to
Index: sync-notes.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/sync-notes.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sync-notes.sh 12 Jun 2005 08:41:46 -0000 1.4
+++ sync-notes.sh 10 Feb 2007 09:33:33 -0000 1.5
@@ -13,7 +13,7 @@
NOTESPATH=~/Desktop/Notizen # path to folder containing notes
ENCODING=ISO-8859-15 # encoding used by ipod
-# Unless called with "-e=none" this script requires "iconv" available
+# Unless called with "-e none" this script requires "iconv" available
# from http://www.gnu.org/software/libiconv/
# About the encoding used by the iPod (by Jorg Schuler):
@@ -50,7 +50,7 @@
# Added Usage-line, added check for vcard file, rearranged source
#
# 2004/07/03 (Jorg Schuler <jcsjcs at users dot sourceforge dot net>):
-# Made "iconv" optional (call with -e="none")
+# Made "iconv" optional (call with "-e none")
#
# Removed "dos2unix" as my iPod (firmware 1.3) happily accepted
# DOS-type vcards as well. Instead changed the "grep" pattern to
Index: sync-tomboy.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/scripts/sync-tomboy.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sync-tomboy.sh 17 May 2006 12:02:30 -0000 1.1
+++ sync-tomboy.sh 10 Feb 2007 09:33:33 -0000 1.2
@@ -15,7 +15,7 @@
NOTESPATH=~/.tomboy # path to folder containing notes
ENCODING=ISO-8859-15 # encoding used by ipod
-# Unless called with "-e=none" this script requires "iconv" available
+# Unless called with "-e none" this script requires "iconv" available
# from http://www.gnu.org/software/libiconv/
# About the encoding used by the iPod (by Jorg Schuler):
@@ -52,7 +52,7 @@
# Added Usage-line, added check for vcard file, rearranged source
#
# 2004/07/03 (Jorg Schuler <jcsjcs at users dot sourceforge dot net>):
-# Made "iconv" optional (call with -e="none")
+# Made "iconv" optional (call with "-e none")
#
# Removed "dos2unix" as my iPod (firmware 1.3) happily accepted
# DOS-type vcards as well. Instead changed the "grep" pattern to
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2