You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(45) |
Nov
(32) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(45) |
Mar
(2) |
Apr
|
May
(5) |
Jun
|
Jul
(13) |
Aug
(3) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(3) |
| 2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Steffen S. <ste...@lo...> - 2003-11-17 18:30:03
|
Kynan Cheng wrote: > When you say the file is 'checked in', does that imply that it is > only available to CVS users? Yes. But the now current version (1.6) is also attached to the corresponding bug-report, so you can download it from the following url: http://sourceforge.net/tracker/?func=detail&atid=595683&aid=838258&group_id=91038 Ciao, Steffen |
|
From: Steffen S. <ste...@lo...> - 2003-11-17 18:28:36
|
Hi, view.php version 1.6 is available from cvs. Since the finally working anonymous-cvs is several days behind (and thus rather useless) I also attached the new version to bug 838258 which was fixed by this version. So you can download the new version from the following url: http://sourceforge.net/tracker/?func=detail&atid=595683&aid=838258&group_id=91038 And here is the changelog: FIXED: If there is no valid session index.php is shown instead of a blank page. FIXED: The URL is now enclosed in double quotes and thus can contain single quotes (SF Bug 838258). FIXED: Some minor fixes and improvements. Ciao, Steffen |
|
From: Kynan C. <ka...@ya...> - 2003-11-17 08:23:29
|
Steffen, I was unable to locate this file for download anywhere on the site. When you say the file is 'checked in', does that imply that it is only available to CVS users? ===== Please note my MSN and Yahoo Messenger IDs are now both ka...@ya... See my photolog at http://www.firebreathingdragons.com ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca |
|
From: Steffen S. <ste...@lo...> - 2003-11-15 18:26:36
|
Hi, a fixed and rewritten version of view.php has been checked in. It should display fine with current Mozilla and IE versions. Please test it with your installed browsers and report whether it works or not. Here is the changelog: CHANGED: Folder view is now based on code provided by user 'fmunz' for mozilla/firebird browser. Tested with mozilla 1.5. FIXED: IE display bug. Tested with IE 5.0 and 6.0. CHANGED/FIXED: The list creation from sql resultset has been rewritten from scratch and should be correct and more robust. NEW: Debug output. Ciao, Steffen |
|
From: Kynan C. <ka...@ya...> - 2003-11-14 00:37:56
|
--- Steffen Siebert <ste...@lo...> wrote: > > Firebird gives: > > Warning: open(/tmp/sess_f728c2970b370dd0d7fbc58e586f2c29, > O_RDWR) > > failed: Permission denied (13) in /home/syncit/www/view.php on > line > > 28 > > > The offending command at line 28 of view.php seems to be > > sessionopen(); > > I don't know how sessionopen() works internally, but from the > errormsg we > can assume that it tries to create a temp-file in /tmp for > storing session > data. Please check that you have proper permissions on /tmp Of course! How did I miss that?! Thanks! Works great now. Also thanks Florian Munz for the view.php that works with Firebird. K ===== Please note my MSN and Yahoo Messenger IDs are now both ka...@ya... See my photolog at http://www.firebreathingdragons.com ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca |
|
From: Steffen S. <ste...@lo...> - 2003-11-13 18:13:33
|
> Firebird gives: > Warning: open(/tmp/sess_f728c2970b370dd0d7fbc58e586f2c29, O_RDWR) > failed: Permission denied (13) in /home/syncit/www/view.php on line > 28 > [note this is not the Firebird 'enabled' view.php. It's the one > from the 0.2.2 version of the minimal server.] > The offending command at line 28 of view.php seems to be > sessionopen(); I don't know how sessionopen() works internally, but from the errormsg we can assume that it tries to create a temp-file in /tmp for storing session data. Please check that you have proper permissions on /tmp Ciao, Steffen |
|
From: Kynan C. <ka...@ya...> - 2003-11-13 05:54:44
|
Hi, My minimal server installation seems to work well. However, I can't seem to log in via the webpage. IE gives: blank page Firebird gives: Warning: open(/tmp/sess_f728c2970b370dd0d7fbc58e586f2c29, O_RDWR) failed: Permission denied (13) in /home/syncit/www/view.php on line 28 [note this is not the Firebird 'enabled' view.php. It's the one from the 0.2.2 version of the minimal server.] I tried reinstalling the whole thing from scratch, but get the same error. The offending command at line 28 of view.php seems to be sessionopen(); Does this have to do with file permissions (set at 775) or MySQL or php scripting?? How do I rectify this? Thanks. ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca |
|
From: Steffen S. <ste...@lo...> - 2003-11-12 22:50:22
|
Hi, on the second attempt and after several days the sourceforge staff finally managed to fix the anonymous cvs for bookmarksync :) If you're interested in the nasty details, here is the link to the issue: http://sourceforge.net/tracker/?func=detail&atid=200001&aid=836185&group_id=1 Ciao, Steffen |
|
From: Steffen S. <ste...@lo...> - 2003-11-11 11:54:03
|
I've released version 0.2.2 of the server-php-minimal package on = sourceforge: http://www.sourceforge.net/projects/bookmarksync/ Changelog: 0.2.2 (released 2003-11-07) NOTE: This is mostly a re-release of unoffical 0.2.1 release = available from berlios.de =09 - more extensive and more user friendly debugging via new debug.php = page. After authentification (please change the current password 'secret' = to something really secret) the current debug.log is displayed together with the current logging state (logging enabled or disabled). A button toggles the logging state, another button refreshes the = page (to show new log entries) and with the truncate button it is = possible (after confirmation) to flush all log entries. - Fixed SF bugs 830173 and 823312 (URLs containing quotes couldn't inserted into the database. - Fixed reg.php:SF Bug 817537 (REGEDIT4 and no trailing slash for = root) Blank line after copyright block broke header modification. - All unnecessary tables and fields of the remaining tables in bookmarksync.sql were removed (to make it minimal). - Added new database table syncit_config which stores configuration params. (currently used for debug output only, but other params like master password etc. should be stored here) If you want to update a 0.2.0 installation, please execute the following = sql statement (also found in bookmarksync.sql) on your mysql database: =20 CREATE TABLE syncit_config ( param varchar(50) NOT NULL, value varchar(50) default NULL, PRIMARY KEY (param) ) TYPE=3DMyISAM; Ciao, Steffen |
|
From: Jon B. <Jon...@sy...> - 2003-11-07 00:29:21
|
Sytone would be it. =20 -----Original Message----- From: Paul Thompson [mailto:cap...@sq...]=20 Sent: 06 November 2003 22:59 To: Jon Bullen Cc: boo...@li...; boo...@li... Subject: Re: [BMSYNC-DEVEL] BookmarkSync Project Website Excellent. What is your Sourceforge user id? I will add it as soon as I recieve it. Then you are free to pretty much do as you like. My first specific request is that you get a wiki installed. If you need some direction on that, let me know. Paul PS. Does anyone else have any great ideas on stuff we should do with a website? Jon Bullen wrote: > Id be happy to help out.=20 >=20 > -----Original Message----- > From: boo...@li... > [mailto:boo...@li...] On Behalf Of=20 > Paul Thompson > Sent: 06 November 2003 22:21 > To: boo...@li...; > boo...@li... > Subject: [BMSYNC-DEVEL] BookmarkSync Project Website >=20 > I am looking for someone who'd like to put a little effort into=20 > creating some sort of basic project website for BookmarkSync at: >=20 > http://bookmarksync.sf.net >=20 > Hit REPLY-ALL and shout out if you are interested. >=20 > -- > Paul Joseph Thompson > cap...@sq... > AIM/Yahoo/MSN IM: Captain Bunzo > ICQ Number: 38801719 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/=20 > _______________________________________________ > bookmarksync-devel mailing list > boo...@li... > https://lists.sourceforge.net/lists/listinfo/bookmarksync-devel >=20 >=20 -- Paul Joseph Thompson cap...@sq... AIM/Yahoo/MSN IM: Captain Bunzo ICQ Number: 38801719 |
|
From: Paul T. <cap...@sq...> - 2003-11-06 22:58:58
|
Excellent. What is your Sourceforge user id? I will add it as soon as I recieve it. Then you are free to pretty much do as you like. My first specific request is that you get a wiki installed. If you need some direction on that, let me know. Paul PS. Does anyone else have any great ideas on stuff we should do with a website? Jon Bullen wrote: > Id be happy to help out. > > -----Original Message----- > From: boo...@li... > [mailto:boo...@li...] On Behalf Of > Paul Thompson > Sent: 06 November 2003 22:21 > To: boo...@li...; > boo...@li... > Subject: [BMSYNC-DEVEL] BookmarkSync Project Website > > I am looking for someone who'd like to put a little effort into creating > some sort of basic project website for BookmarkSync at: > > http://bookmarksync.sf.net > > Hit REPLY-ALL and shout out if you are interested. > > -- > Paul Joseph Thompson > cap...@sq... > AIM/Yahoo/MSN IM: Captain Bunzo > ICQ Number: 38801719 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > bookmarksync-devel mailing list > boo...@li... > https://lists.sourceforge.net/lists/listinfo/bookmarksync-devel > > -- Paul Joseph Thompson cap...@sq... AIM/Yahoo/MSN IM: Captain Bunzo ICQ Number: 38801719 |
|
From: Jon B. <Jon...@sy...> - 2003-11-06 22:48:11
|
Id be happy to help out.=20
-----Original Message-----
From: boo...@li...
[mailto:boo...@li...] On Behalf Of
Paul Thompson
Sent: 06 November 2003 22:21
To: boo...@li...;
boo...@li...
Subject: [BMSYNC-DEVEL] BookmarkSync Project Website
I am looking for someone who'd like to put a little effort into creating
some sort of basic project website for BookmarkSync at:
http://bookmarksync.sf.net
Hit REPLY-ALL and shout out if you are interested.
--
Paul Joseph Thompson
cap...@sq...
AIM/Yahoo/MSN IM: Captain Bunzo
ICQ Number: 38801719
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
bookmarksync-devel mailing list
boo...@li...
https://lists.sourceforge.net/lists/listinfo/bookmarksync-devel
|
|
From: Paul T. <cap...@sq...> - 2003-11-06 22:21:14
|
I am looking for someone who'd like to put a little effort into creating
some sort of basic project website for BookmarkSync at:
http://bookmarksync.sf.net
Hit REPLY-ALL and shout out if you are interested.
--
Paul Joseph Thompson
cap...@sq...
AIM/Yahoo/MSN IM: Captain Bunzo
ICQ Number: 38801719
|
|
From: Steffen S. <ste...@lo...> - 2003-11-04 10:40:11
|
> Slow down, Steffen. Instead of forking the project, why don't=20 > you just=20 > ask the mostly absent project administrators if you can step=20 > up and take=20 > the lead. First of all, I know that project forking is bad. Unfortunatly by giving me more rights on the project doesn't solve the = main problem, the bad performance of sourceforge. I know it's not nice = to complain about a free service, but in my opinion the current = situation on sourceforge is a major drawback for a vital open source = project. Not only the broken anonymous cvs is a big problem, but also = the substantial time lags mostly everywhere, e.g. web cvs but also the = mailing lists. In my opinion the mailing lists were much more usable on = yahoo. > As for anonymous cvs, well, can't fix that. I do mean to get=20 > some sort=20 > of cvs daily snapshot thing going soon. Why trying to fix sourceforge annoyances when we can move to another = open source hoster like berlios and spend our precious time on = development of syncit instead? Ciao, Steffen |
|
From: Paul T. <cap...@sq...> - 2003-11-03 22:37:52
|
Slow down, Steffen. Instead of forking the project, why don't you just ask the mostly absent project administrators if you can step up and take the lead. You wouldn't get an argument from me there, and I don't think you would get one from Morbus, either. If this works for you, let us know and we'll up your access. As for anonymous cvs, well, can't fix that. I do mean to get some sort of cvs daily snapshot thing going soon. Anyways, let's not fork the project. Paul Steffen Siebert wrote: > I've done some bugfixing and development on the server-php-minimal 0.2.0 > release: > > - more extensive and more user friendly debugging via new debug.php page. > After authentification (please change the current password 'secret' to > something really secret) the current debug.log is displayed together > with the current logging state (logging enabled or disabled). > > A button toggles the logging state, another button refreshes the page > (to show new log entries) and with the truncate button it is possible > (after confirmation) to flush all log entries. > - Fixed SF bugs 830173 and 823312 (URLs containing quotes couldn't > inserted into the database. > - Fixed reg.php:SF Bug 817537 (REGEDIT4 and no trailing slash for root) > Blank line after copyright block broke header modification. > - All unnecessary tables and fields of the remaining tables in > bookmarksync.sql were removed (to make it minimal). > - Added new database table syncit_config which stores configuration > params. (currently used for debug output only, but other params like > master password etc. should be stored here) > > Due to the bad performance and anonymous cvs problems of sourceforge > combined with mostly absent project administrators, I've decided to setup my > own project called 'mybookmarksync' on berlios.de (a site similar to > Sourceforge but without the problems ;) > > On http://developer.berlios.de/projects/mybookmarksync/ you can download my > (unoffical) 0.2.1 release. > > The diffs are available by anonymous cvs: > > cvs -d:pserver:ano...@cv...:/cvsroot/mybookmarksync login > (use empty password) > cvs -d:pserver:ano...@cv...:/cvsroot/mybookmarksync co > server-php-minimal > cvs -d:pserver:ano...@cv...:/cvsroot/mybookmarksync diff -r > release_0_2_0 -r my_release_0_2_1 > > If you want to update a 0.2.0 installation, please execute the following sql > statement (also found in bookmarksync.sql) on your mysql database: > > CREATE TABLE syncit_config ( > param varchar(50) NOT NULL, > value varchar(50) default NULL, > PRIMARY KEY (param) > ) TYPE=MyISAM; > > Ciao, > Steffen > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > bookmarksync-devel mailing list > boo...@li... > https://lists.sourceforge.net/lists/listinfo/bookmarksync-devel -- Paul Joseph Thompson cap...@sq... AIM/Yahoo/MSN IM: Captain Bunzo ICQ Number: 38801719 |
|
From: Steffen S. <ste...@lo...> - 2003-11-02 12:58:39
|
[Note: I'm resending this post since the first one didn't seem to come
through. If you receive it twice, I apologize]
Hi,
I've done some bugfixing and development on the server-php-minimal 0.2.0
release:
- more extensive and more user friendly debugging via new debug.php page.
After authentification (please change the current password 'secret' to
something really secret) the current debug.log is displayed together
with the current logging state (logging enabled or disabled).
A button toggles the logging state, another button refreshes the page
(to show new log entries) and with the truncate button it is possible
(after confirmation) to flush all log entries.
- Fixed SF bugs 830173 and 823312 (URLs containing quotes couldn't
inserted into the database.
- Fixed reg.php:SF Bug 817537 (REGEDIT4 and no trailing slash for root)
Blank line after copyright block broke header modification.
- All unnecessary tables and fields of the remaining tables in
bookmarksync.sql were removed (to make it minimal).
- Added new database table syncit_config which stores configuration
params. (currently used for debug output only, but other params like
master password etc. should be stored here)
Due to the bad performance and anonymous cvs problems of sourceforge
combined with mostly absent project administrators, I've decided to setup my
own project called 'mybookmarksync' on berlios.de (a site similar to
Sourceforge but without the problems ;)
On http://developer.berlios.de/projects/mybookmarksync/ you can download my
(unoffical) 0.2.1 release.
The diffs are available by anonymous cvs:
cvs -d:pserver:ano...@cv...:/cvsroot/mybookmarksync login
(use empty password)
cvs -d:pserver:ano...@cv...:/cvsroot/mybookmarksync co
server-php-minimal
cvs -d:pserver:ano...@cv...:/cvsroot/mybookmarksync diff -r
release_0_2_0 -r my_release_0_2_1
If you want to update a 0.2.0 installation, please execute the following sql
statement (also found in bookmarksync.sql) on your mysql database:
CREATE TABLE syncit_config (
param varchar(50) NOT NULL,
value varchar(50) default NULL,
PRIMARY KEY (param)
) TYPE=MyISAM;
Ciao,
Steffen
|
|
From: <ja...@sy...> - 2003-10-27 05:05:46
|
We have also put up a free syncit server at http://www.sync2it.com for those who are looking for a replacement service. Please stop by and take a look, the interface of course will be familiar. We too are professionally hosted and regularly backed up. Regards, Jack Secure Data Systems |
|
From: Henry v. d. B. <he...@li...> - 2003-10-26 00:26:39
|
Hi, LinkaGoGo is a free online bookmark manager and is in operation since early 2001. LinkaGoGo now supports synchronization with SyncIt for linkaGoGo Donators. See http://www.linkagogo.com/ for more details on the features linkaGoGo provides. Visit http://www.linkagogo.com/go/SyncItForm for instructions on how to set it up. Besides the cool new synchronization feature, linkaGoGo also provides other features such as: * Import/export of IE/Netscape, Safari, Opera, MSN Explorer, AOL. Lynx and XBEL bookmarks. * Customizable portal home page with dynamic toolbars, reminders. * Three different views on your bookmarks: indexed, folders or ordered by 7 different attributes such as last visited. * Search your bookmarks. * Email, verify and site see your bookmarks. We love the idea behind SyncIt, just the look on peoples faces when they see a Favorite "automagically" show up in the Internet Explorer Links toolbar after adding a bookmark to linkaGoGo.... Priceless :-) Regards Henry van den Broek linkaGoGo p.s Off course linkaGoGo is professionally hosted: with daily backups, power backup etc. |
|
From: Daniel G. <geh...@li...> - 2003-10-25 14:20:41
|
Augusto, Could you send me the new install script, so I can add it to the CVS ? Also, if you can grab the latest 1.6 release from SourceForge and create = an installer with it, I'll be more than happy to add it to the file release area. Regards, Daniel > -----Original Message----- > From: boo...@li...=20 > [mailto:boo...@li...] On=20 > Behalf Of Augusto Mendon=E7a > Sent: Tuesday, October 21, 2003 11:13 PM > To: boo...@li... > Cc: er...@po... > Subject: [BMSYNC-USERS] New Installer for Syncit >=20 > Hi All, >=20 > we developed a new installer for the syncit client=20 > application. With it there is just one step. How can we=20 > upload it to the the forum? >=20 > Best Regards for all, >=20 > 2Go Team. >=20 > Yahoo! Mail - o melhor webmail do Brasil http://mail.yahoo.com.br >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer relations=20 > Here's your chance to show off your extensive product=20 > knowledge We want to know what you know. Tell us and you have=20 > a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > bookmarksync-users mailing list > boo...@li... > https://lists.sourceforge.net/lists/listinfo/bookmarksync-users >=20 |
|
From: Brian S. <bs...@te...> - 2003-10-24 23:29:34
|
I would like to thank the 2go team for creating a server and helping keep up the syncIT service. Users there are still two really good servers to signup at: -Network32 http://syncit.network32.net - 2go Team Thanks Brian Scott Network32 Web Hosting Services as well as SyncIT Service CEO ----- Original Message ----- From: boo...@li... Date: Wed, 22 Oct 2003 20:04:59 -0700 To: boo...@li... Subject: bookmarksync-users digest, Vol 1 #10 - 8 msgs > Send bookmarksync-users mailing list submissions to > boo...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/bookmarksync-users > or, via email, send a message with subject or body 'help' to > boo...@li... > > You can reach the person managing the list at > boo...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of bookmarksync-users digest..." > > > Today's Topics: > > 1. New Installer for Syncit (=?iso-8859-1?q?Augusto=20Mendon=E7a?=) > 2. Re: bookmarksync-users digest, Vol 1 #8 - 4 msgs (Brian Scott) > 3. Re: New Installer for Syncit (Paul Thompson) > 4. Re: New Installer for Syncit (Paul Thompson) > 5. Re: New Installer for Syncit (Paul Thompson) > 6. Re: New Installer for Syncit (Paul Thompson) > 7. Re: New Installer for Syncit (Morbus Iff) > 8. Unsubscribe (Christopher Davis) > > --__--__-- > > Message: 1 > Date: Tue, 21 Oct 2003 18:13:22 -0300 (ART) > From: =?iso-8859-1?q?Augusto=20Mendon=E7a?= <ame...@ya...> > Reply-To: aug...@or... > To: boo...@li... > Cc: er...@po... > Subject: [BMSYNC-USERS] New Installer for Syncit > > Hi All, > > we developed a new installer for the syncit client > application. With it there is just one step. How can > we upload it to the the forum? > > Best Regards for all, > > 2Go Team. > > Yahoo! Mail - o melhor webmail do Brasil > http://mail.yahoo.com.br > > > --__--__-- > > Message: 2 > From: "Brian Scott" <bs...@te...> > To: boo...@li... > Date: Tue, 21 Oct 2003 17:57:04 -0500 > Subject: [BMSYNC-USERS] Re: bookmarksync-users digest, Vol 1 #8 - 4 msgs > > Network32's version supports most browsers even naetscape! > http://syncit.network32.net > ----- Original Message ----- > From: boo...@li... > Date: Mon, 20 Oct 2003 20:00:30 -0700 > To: boo...@li... > Subject: bookmarksync-users digest, Vol 1 #8 - 4 msgs > > > Send bookmarksync-users mailing list submissions to > > boo...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/bookmarksync-users > > or, via email, send a message with subject or body 'help' to > > boo...@li... > > > > You can reach the person managing the list at > > boo...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of bookmarksync-users digest..." > > > > > > Today's Topics: > > > > 1. Netscape (Bob Thompson) > > 2. Re: New version: added Mozilla & Firebird support > > to client (Henning K. Pedersen) > > 3. Erratic 1.4 client (Jeffrey S. Groby) > > > > -- __--__-- > > > > Message: 1 > > Date: Thu, 16 Oct 2003 09:14:10 -0400 > > From: Bob Thompson <bth...@gl...> > > To: boo...@li... > > Subject: [BMSYNC-USERS] Netscape > > > > Help, > > I am a long time user of syncit. I recently started using Netscape Navigator > > 7.1 in addition to IE on one particular pc. I can not seem to get syncit to > > sync the Netscape bookmarks. I have tried adding a registry setting - don't > > think this was really necessary for Netscape. I have also tried Daniel's 1.6 > > version - still nothing with Netscape. Works perfect on 5 different PCs > > running IE. > > > > Bob Thompson > > Programmer Analyst > > Glen Raven Mills, Inc. > > 1831 N. Park Avenue > > Glen Raven, N.C. 27217 > > Voice:(336) 221-2254 > > mailto:bth...@gl... > > > > > > > > > > -- __--__-- > > > > Message: 2 > > Date: Thu, 16 Oct 2003 23:11:50 +0200 > > From: "Henning K. Pedersen" <hen...@fo...> > > To: Daniel Gehriger <geh...@li...> > > CC: boo...@li..., > > boo...@li... > > Subject: Re: [BMSYNC-USERS] New version: added Mozilla & Firebird support > > to client > > > > Daniel Gehriger wrote: > > > > > Hello, > > > > > > I added support for Mozilla & Firebird to the SyncIt client. > > > > > > [Snipped for brevity] > > > > Thank you, thank you, thank you! You just made my day a WHOLE lot better > > :) Did I remember to say thank you??? > > > > Regards, > > Henning > > > > > > > > ________________________________________________________________________ > > Forbrukerkraft VIRUSSCAN : No Viruses Found > > > > > > -- __--__-- > > > > Message: 3 > > From: "Jeffrey S. Groby" <js...@ch...> > > To: boo...@li... > > Date: Fri, 17 Oct 2003 14:45:34 -0400 > > Subject: [BMSYNC-USERS] Erratic 1.4 client > > > > I created the database, imported the SQL file, and created > > my user as per the README. > > > > I exported the registry settings and imported them into my > > Windows machine. > > > > However, each time I run the client I have to manually > > edit the registry for the client to use the correct > > address of my server, it keeps defaulting to 127.0.0.1. > > > > Any ideas on this? > > > > Thanks > > Jeff > > > > > > > > -- __--__-- > > > > _______________________________________________ > > bookmarksync-users mailing list > > boo...@li... > > https://lists.sourceforge.net/lists/listinfo/bookmarksync-users > > > > > > End of bookmarksync-users Digest > > > > - BScott > SyncIT > http://sync.network32.net > > > -- > __________________________________________________________ > Sign-up for your own personalized E-mail at Mail.com > http://www.mail.com/?sr=signup > > CareerBuilder.com has over 400,000 jobs. Be smarter about your job search > http://corp.mail.com/careers > > > > --__--__-- > > Message: 3 > Date: Wed, 22 Oct 2003 01:13:21 -0500 > From: Paul Thompson <cap...@sq...> > To: aug...@or..., > boo...@li... > Cc: boo...@li..., er...@po... > Subject: Re: [BMSYNC-USERS] New Installer for Syncit > > Augusto Mendonça wrote: > > we developed a new installer for the syncit client > > application. With it there is just one step. How can > > we upload it to the the forum? > > First, thanks for the hard work and thanks for the contribution. > > As for how to upload it, that is a great question. Probably an > attachment would be fine, tar/gziped, zipped, whatever. > > Just make sure you upload that attachment to the devel mailing list, not > the user one. > > You guys sound like you have some great ideas and work to contribute. I > might suggest you start up some conversation about these ideas, etc, on > the development mailing list. If you would like to become more actively > involved in the development of bmsync, we could probably add you as > developers to the project. > > After you contribute your ideas/suggestions, we should probably get a > roadmap of sorts officialized so that people can make code changes > directly to cvs, of these sorts. I know Morbus has started that roadmap, > but it sounds like their is plenty to be added. > > -- > Paul Joseph Thompson > cap...@sq... > AIM/Yahoo/MSN IM: Captain Bunzo > ICQ Number: 38801719 > > > > --__--__-- > > Message: 4 > Date: Wed, 22 Oct 2003 01:13:21 -0500 > From: Paul Thompson <cap...@sq...> > To: aug...@or..., > boo...@li... > Cc: boo...@li..., er...@po... > Subject: Re: [BMSYNC-USERS] New Installer for Syncit > > Augusto Mendonça wrote: > > we developed a new installer for the syncit client > > application. With it there is just one step. How can > > we upload it to the the forum? > > First, thanks for the hard work and thanks for the contribution. > > As for how to upload it, that is a great question. Probably an > attachment would be fine, tar/gziped, zipped, whatever. > > Just make sure you upload that attachment to the devel mailing list, not > the user one. > > You guys sound like you have some great ideas and work to contribute. I > might suggest you start up some conversation about these ideas, etc, on > the development mailing list. If you would like to become more actively > involved in the development of bmsync, we could probably add you as > developers to the project. > > After you contribute your ideas/suggestions, we should probably get a > roadmap of sorts officialized so that people can make code changes > directly to cvs, of these sorts. I know Morbus has started that roadmap, > but it sounds like their is plenty to be added. > > -- > Paul Joseph Thompson > cap...@sq... > AIM/Yahoo/MSN IM: Captain Bunzo > ICQ Number: 38801719 > > > > --__--__-- > > Message: 5 > Date: Wed, 22 Oct 2003 01:13:21 -0500 > From: Paul Thompson <cap...@sq...> > To: aug...@or..., > boo...@li... > Cc: boo...@li..., er...@po... > Subject: Re: [BMSYNC-USERS] New Installer for Syncit > > Augusto Mendonça wrote: > > we developed a new installer for the syncit client > > application. With it there is just one step. How can > > we upload it to the the forum? > > First, thanks for the hard work and thanks for the contribution. > > As for how to upload it, that is a great question. Probably an > attachment would be fine, tar/gziped, zipped, whatever. > > Just make sure you upload that attachment to the devel mailing list, not > the user one. > > You guys sound like you have some great ideas and work to contribute. I > might suggest you start up some conversation about these ideas, etc, on > the development mailing list. If you would like to become more actively > involved in the development of bmsync, we could probably add you as > developers to the project. > > After you contribute your ideas/suggestions, we should probably get a > roadmap of sorts officialized so that people can make code changes > directly to cvs, of these sorts. I know Morbus has started that roadmap, > but it sounds like their is plenty to be added. > > -- > Paul Joseph Thompson > cap...@sq... > AIM/Yahoo/MSN IM: Captain Bunzo > ICQ Number: 38801719 > > > > --__--__-- > > Message: 6 > Date: Wed, 22 Oct 2003 01:13:21 -0500 > From: Paul Thompson <cap...@sq...> > To: aug...@or..., > boo...@li... > Cc: boo...@li..., er...@po... > Subject: Re: [BMSYNC-USERS] New Installer for Syncit > > Augusto Mendonça wrote: > > we developed a new installer for the syncit client > > application. With it there is just one step. How can > > we upload it to the the forum? > > First, thanks for the hard work and thanks for the contribution. > > As for how to upload it, that is a great question. Probably an > attachment would be fine, tar/gziped, zipped, whatever. > > Just make sure you upload that attachment to the devel mailing list, not > the user one. > > You guys sound like you have some great ideas and work to contribute. I > might suggest you start up some conversation about these ideas, etc, on > the development mailing list. If you would like to become more actively > involved in the development of bmsync, we could probably add you as > developers to the project. > > After you contribute your ideas/suggestions, we should probably get a > roadmap of sorts officialized so that people can make code changes > directly to cvs, of these sorts. I know Morbus has started that roadmap, > but it sounds like their is plenty to be added. > > -- > Paul Joseph Thompson > cap...@sq... > AIM/Yahoo/MSN IM: Captain Bunzo > ICQ Number: 38801719 > > > > --__--__-- > > Message: 7 > Date: Wed, 22 Oct 2003 07:14:48 -0400 > To: Paul Thompson <cap...@sq...>, > aug...@or..., boo...@li... > From: Morbus Iff <mo...@di...> > Subject: Re: [BMSYNC-USERS] New Installer for Syncit > Cc: boo...@li..., er...@po... > > >> we developed a new installer for the syncit client > >> application. With it there is just one step. How can > >> we upload it to the the forum? > > > >First, thanks for the hard work and thanks for the contribution. > >As for how to upload it, that is a great question. Probably an > >attachment would be fine, tar/gziped, zipped, whatever. > > Daniel Gehringer will be doing further development on the client - in > fact, he already has (as per the Mozilla/Firebird tracker item), and > he'll be given CVS and File Release access within a few days to get > things going. > > -- > Morbus Iff ( rootle-dee-tootle-dee-toot! ) > Technical: http://www.oreillynet.com/pub/au/779 > Culture: http://www.disobey.com/ and http://www.gamegrene.com/ > icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus > > > --__--__-- > > Message: 8 > Reply-To: <chr...@at...> > From: "Christopher Davis" <chr...@at...> > To: <boo...@li...> > Date: Wed, 22 Oct 2003 08:42:07 -0500 > Subject: [BMSYNC-USERS] Unsubscribe > > This is a multi-part message in MIME format. > > ------=_NextPart_000_001D_01C39878.62009A50 > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: 7bit > > unsubscribe > > > > > ------=_NextPart_000_001D_01C39878.62009A50 > Content-Type: text/html; > charset="us-ascii" > Content-Transfer-Encoding: quoted-printable > > <html> > > <head> > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = > charset=3Dus-ascii"> > > > <meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)"> > > <style> > <!-- > /* Style Definitions */ > p.MsoNormal, li.MsoNormal, div.MsoNormal > {margin:0in; > margin-bottom:.0001pt; > font-size:12.0pt; > font-family:"Times New Roman";} > a:link, span.MsoHyperlink > {color:blue; > text-decoration:underline;} > a:visited, span.MsoHyperlinkFollowed > {color:purple; > text-decoration:underline;} > span.EmailStyle17 > {font-family:"Times New Roman"; > color:windowtext; > font-weight:normal; > font-style:normal; > text-decoration:none none;} > @page Section1 > {size:8.5in 11.0in; > margin:1.0in 1.25in 1.0in 1.25in;} > div.Section1 > {page:Section1;} > --> > </style> > > </head> > > <body lang=3DEN-US link=3Dblue vlink=3Dpurple> > > <div class=3DSection1> > > <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = > style=3D'font-size: > 12.0pt'>unsubscribe</span></font></p> > > <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span = > style=3D'font-size: > 12.0pt'> </span></font></p> > > </div> > > </body> > > </html> > > ------=_NextPart_000_001D_01C39878.62009A50-- > > > > > --__--__-- > > _______________________________________________ > bookmarksync-users mailing list > boo...@li... > https://lists.sourceforge.net/lists/listinfo/bookmarksync-users > > > End of bookmarksync-users Digest > - BScott SyncIT http://syncit.network32.net -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers |
|
From: Daniel G. <geh...@li...> - 2003-10-24 21:32:56
|
There's already some code for Opera in the source code; it's just not enabled. I'll check what's missing to get it to work. - Daniel > -----Original Message----- > From: boo...@li... > [mailto:boo...@li...] On > Behalf Of Mattias Bergsten > Sent: Friday, October 24, 2003 8:50 PM > To: boo...@li... > Subject: Re: [BMSYNC-USERS] [ANN] BookmarkSync Client Update > > --On fredag den 24 oktober 2003 16:58 +0200 Daniel Gehriger > <geh...@li...> wrote: > > > - added support for Netscape 6 and later, Mozilla and Mozilla > > Firebird > > Lovely. > > I do have one question though - is anyone working on support > for Opera? I would if I could code, but sadly, I can't. > > /fnord > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open Source > Community? Make a contribution, and help us add new features > and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > bookmarksync-users mailing list > boo...@li... > https://lists.sourceforge.net/lists/listinfo/bookmarksync-users > |
|
From: Mattias B. <fn...@fn...> - 2003-10-24 18:49:54
|
--On fredag den 24 oktober 2003 16:58 +0200 Daniel Gehriger <geh...@li...> wrote: > - added support for Netscape 6 and later, Mozilla and Mozilla Firebird Lovely. I do have one question though - is anyone working on support for Opera? I would if I could code, but sadly, I can't. /fnord |
|
From: Daniel G. <geh...@li...> - 2003-10-24 18:22:21
|
NEW SYNCIT CLIENT 1.6 --------------------- I would like to announce a new stable release of the SyncIt client. The client is available as syncit-1_6.exe from the file release area on SourceForge: http://www.sourceforge.net/projects/bookmarksync/ . The CHANGELOG for this release follows: - added support for Netscape 6 and later, Mozilla and Mozilla Firebird - detecting changed bookmarks file location using "browser.bookmarks.file" in user.js and prefs.js - added support for UTF-8 encoded bookmarks.html file format - added support for entity encodings in bookmarks.html file (eg. """) - added Mozilla-specific bookmarks.html I/O class - added support for shared bookmark files (eg. Mozilla & NS using the same bookmarks.html) - updated MSVC 6 and MSVC 7.1 project files Regards, Daniel |
|
From: Christopher D. <chr...@at...> - 2003-10-22 17:01:51
|
unsubscribe |
|
From: Morbus I. <mo...@di...> - 2003-10-22 13:11:58
|
>> we developed a new installer for the syncit client >> application. With it there is just one step. How can >> we upload it to the the forum? > >First, thanks for the hard work and thanks for the contribution. >As for how to upload it, that is a great question. Probably an >attachment would be fine, tar/gziped, zipped, whatever. Daniel Gehringer will be doing further development on the client - in fact, he already has (as per the Mozilla/Firebird tracker item), and he'll be given CVS and File Release access within a few days to get things going. -- Morbus Iff ( rootle-dee-tootle-dee-toot! ) Technical: http://www.oreillynet.com/pub/au/779 Culture: http://www.disobey.com/ and http://www.gamegrene.com/ icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus |