blapp-users Mailing List for Blapp, a Mac OS X Blosxom Weblog Editor
Brought to you by:
mmcc
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-22 12:32:00
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: David R. <da...@ma...> - 2004-01-30 16:32:06
|
Hello again, Blapp 6's release motivated me to go back and do some more digging.. The following script works in OS 10.2, Beta of GUI scripting and an older version of Safari. cheers! dAVE --based on <http://www.macosxhints.com/article.php?story=20030913153245341> set url_list to {} tell application "System Events" tell process "Safari" set winCount to count of windows repeat with i from 1 to winCount set tabCount to count of radio buttons of window i repeat with j from 1 to tabCount click radio button j of window i set theUrl to value of text field 1 of group 1 of splitter group 1 of window i set theTitle to name of window i set url_item to "<a href=\"" & theUrl & "\">" & theTitle & "</a>" as text set url_list to url_list & url_item end repeat end repeat end tell --display dialog url_list as text end tell |
From: David R. <da...@ma...> - 2004-01-14 05:11:52
|
This should do the trick. It uses Apple's UI scripting to get to each tab. <http://macscripter.net/exchange/index.php?id=P121> I'll try blending this with the Daring Fireball scripts after I get some sleep. ttyl, dAVE |
From: Michael M. <mic...@ma...> - 2004-01-14 00:19:00
|
Alas, that article is older than the one I sent. As far as I know there is no solution to this problem yet... I'm sure it'll get fixed eventually, and when it is, I'll update blapp. thanks, -mike On Jan 13, 2004, at 3:51 PM, David Rostenne wrote: > There is a followup article that might be helpful. > <http://daringfireball.net/2003/02/save_and_restore_safari_urls> > > This requires either OS X 10.3 or 10.2.8 with the GUI Scripting Beta > installed. > > dAVE > > At 3:28 PM -0800 1/13/04, Michael McCracken wrote: >> >> Oh, this is a bug in safari. We use applescript to get the open >> windows, and Safari only returns the current in-focus tab thru >> applescript. >> >> More about this here: >> http://daringfireball.net/2003/05/safaris_unscriptable_tabs >> >>> Feature Request: I should also have the preference to toggle showing >>> Links from my Blog posts. Then, if the feature above works, I could >>> easily blog just my open tabs. >> >> this sounds like a good idea. or we could at least allow sorting of >> the links table... >> >> -mike > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Blapp-users mailing list > Bla...@li... > https://lists.sourceforge.net/lists/listinfo/blapp-users |
From: David R. <da...@th...> - 2004-01-14 00:00:15
|
There is a followup article that might be helpful. <http://daringfireball.net/2003/02/save_and_restore_safari_urls> This requires either OS X 10.3 or 10.2.8 with the GUI Scripting Beta installed. dAVE At 3:28 PM -0800 1/13/04, Michael McCracken wrote: > >Oh, this is a bug in safari. We use applescript to get the open >windows, and Safari only returns the current in-focus tab thru >applescript. > >More about this here: >http://daringfireball.net/2003/05/safaris_unscriptable_tabs > >>Feature Request: I should also have the preference to toggle >>showing Links from my Blog posts. Then, if the feature above works, >>I could easily blog just my open tabs. > >this sounds like a good idea. or we could at least allow sorting of >the links table... > >-mike |
From: Michael M. <mic...@ma...> - 2004-01-13 23:28:43
|
On Jan 13, 2004, at 2:13 PM, David Rostenne wrote: > Here goes.. <Mac OS X 10.2.8, Blapp 2 (v. 05), Safari 1.0.1 (v85.6)> > > I was much confused when I first posted to the list, as I was > expecting to be able to find any open tab in Safari in the Link List. > This is not what's happening! > > I have Blapp set to only show me the currently loaded URLS in Safari. > I scroll through the list and find only the tab in focus, which has a > safari icon. If I use the search field to find that one it works fine, > either by url or caption. Looking for or searching for any other tabs > shows they are not in the list. > > If I go over to Safari, switch to another tab, and then go back to > Blapp and Rescan Links, I can find the new tab only. Same procedure as > above. > > Am I not supposed to see all my open tabs? Oh, this is a bug in safari. We use applescript to get the open windows, and Safari only returns the current in-focus tab thru applescript. More about this here: http://daringfireball.net/2003/05/safaris_unscriptable_tabs > Feature Request: I should also have the preference to toggle showing > Links from my Blog posts. Then, if the feature above works, I could > easily blog just my open tabs. this sounds like a good idea. or we could at least allow sorting of the links table... -mike > > Cheers, > > dAVE > > > >> Hi. >> This sounds like a new problem, so if you can provide some more info, >> we can figure it out now. >> >> I think there haven't been enough list messages to have an archive >> yet. If there was, it'd be at this page: >> http://sourceforge.net/mail/?group_id=65672 >> >> -mike >> >> On Jan 13, 2004, at 10:17 AM, David Rostenne wrote: >> >>> Hi! >>> >>> I have been using Blapp for several versions.. and finally got >>> around to trying the Link List. Now I am confused about why the >>> search box works sometimes and not others. >>> >>> I'm assuming this may have been discussed already, so, is there an >>> archive of the list somewhere? >>> >>> Thanks, >>> >>> dAVE >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.net email is sponsored by: Perforce Software. >>> Perforce is the Fast Software Configuration Management System >>> offering >>> advanced branching capabilities and atomic changes on 50+ platforms. >>> Free Eval! http://www.perforce.com/perforce/loadprog.html >>> _______________________________________________ >>> Blapp-users mailing list >>> Bla...@li... >>> https://lists.sourceforge.net/lists/listinfo/blapp-users >> >> >> >> Content-Type: application/pkcs7-signature; >> name=smime.p7s >> Content-Disposition: attachment; >> filename=smime.p7s >> >> Attachment converted: Zulu2:smime 107.p7s (????/----) (0006F9F5) > |
From: David R. <da...@th...> - 2004-01-13 18:20:15
|
Hi! I have been using Blapp for several versions.. and finally got around to trying the Link List. Now I am confused about why the search box works sometimes and not others. I'm assuming this may have been discussed already, so, is there an archive of the list somewhere? Thanks, dAVE |
From: Matt D. <mat...@ya...> - 2003-10-30 16:12:33
|
Hi folks, I thought I'd share this little script that I wrote. It renames post files so that they'll get handled properly by the fauxami Blosxom plugin. If you have a blog with multiple people who post to it, but only one shell account on the remote host, you may want to have a look. More indepth explanation is included in the file header. Matt __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Warner O. <wa...@wa...> - 2003-08-07 02:51:58
|
This is an interesting problem I recently ran into with v5. I configured Blapp for remote blogging on my server. Rsync'ed ok and downloaded my existing entries. I then went into the prefs again because I wanted to move my entries to a new location on the server. Thinking everything was saved I tried to sync again - nothing changed on the server. Went back into prefs and it was still set to the old value. Shutdown blapp and tried again, same results. Basically to get it to work I had to edit the plist prefs and that worked alright. -warner |
From: Michael M. <mmc...@cs...> - 2003-05-23 06:52:28
|
Hi, I have a quick question for users of Blapp: Do you use the "Auto-publish on save" feature that publishes whenever you save a document? I don't, and I'm wondering if it needs to be there. It is currently a performance problem that would be easiest to fix through destruction. Please reply to this list, or in comments to the post about this at my weblog: http://disco.ucsd.edu/blog/computers/apps/Blapp/ Thanks! -mike |
From: <mic...@ma...> - 2003-05-16 19:45:06
|
Hmm, I'm stumped. Judging by the permission denied errors you've been getting in the console, I think it must be a problem with the ssh setup. Have you tried repeating the rsync command in the terminal? THat should tell us if the problem is in Blapp or ssh... -mike On Monday, May 12, 2003, at 06:09 PM, Paul Gobble wrote: > Sorry, but I have been using ssh-agent and keys and the like. About a > month ago when I first started messing with this stuff I read your > read me and that led me down the ssh path. So, knowing that, what > would your next guess be? > > Thanks again, > Paul > > > > On Monday, May 12, 2003, at 07:45 PM, mic...@ma... wrote: > >> I think I know what's going on now. If you usually use ssh & scp, but >> you always have to type in your password, then Blapp isn't going to >> work out of the box. There's no way for it to get your password and >> then send it to rsync. The blapp readme has a link to some >> explanatory material on how to set up ssh-keys so you don't need a >> password from a particular computer. Alternatively you can use >> sshpasskey from bill bumgarner. read about it at >> http://www.codefab.com/unsupported/SSHPassKey_v1.1-1-README.html >> >> icab should not have any effect - so you can keep it if you want. >> >> hope this helps, >> -mike >> >> On Monday, May 12, 2003, at 12:41 PM, Paul Gobble wrote: >> >>> Micheal, >>> >>> Thank you very much for the help! Below are some messages from the >>> console. >>> >>> >>> >>> This is what the console tells me when I press "Publish"... >>> >>> rsync: open connection using ssh -l paul 192.168.0.17 rsync --server >>> --sender -vuogtprc . /usr/local/share/httpd/blosxom/gfp/datadir >>> Permission denied, please try again. >>> >>> Permission denied, please try again. >>> >>> Permission denied (publickey,password,keyboard-interactive). >>> >>> rsync: connection unexpectedly closed (0 bytes read so far) >>> rsync error: error in rsync protocol data stream (code 12) at >>> /SourceCache/rsync/rsync-8/rsync/io.c(140) >>> 2003-05-12 15:24:25.549 Blapp[614] RSYNC error >>> >>> >>> >>> >>> This is what the console tells me when I quit Blapp, start it again, >>> then go an look at the Preference panel... >>> >>> 2003-05-12 15:28:39.808 pbs[381] CFLog (0): >>> CFPropertyListCreateFromXMLData(): plist parse failed; the data is >>> not proper UTF-8. The file name for this data could be: >>> <plist resource in resource fork> of bundle: /Applications/iCab >>> The parser will retry as in 10.1, but the problem should be >>> corrected in the plist. >>> 2003-05-12 15:29:36.838 Blapp[723] script is >>> /Users/paul/Library/Application Support/Blapp/publish.sh >>> >>> >>> And of course, now that I've asked for help, the Preference panel is >>> retaining my Publish info just fine. But, I swear, this is the >>> first time that it has. >>> >>> >>> What do you think? ssh problems? I use ssh and scp all the time. >>> This is how I currently post to my blog. Permissions troubles on >>> the unix server? >>> >>> And if things are conflicting with iCab, I'd be more than happy to >>> loose iCab. I don't know the last time I used it, so it wouldn't be >>> a loss. >>> >>> Oh, and I took the ~ out of the local blog location, and that part >>> seams to work fine. >>> >>> Thanks again! >>> Paul >>> >>> >>> >>>> sorry for the terse reply. I'll try to help. >>>> >>>> On Monday, May 12, 2003, at 07:30 AM, Paul Gobble wrote: >>>> >>>>> I'm trying to use Blapp v2(.5) to remotely publish, but I'm having >>>>> configuration troubles. >>>>> >>>>> In the Preference Panel (Weblog tab) I'm asked for "Blosxom Weblog >>>>> Directory" I've entered the local path to a folder hold the local >>>>> version ("~/Documents/Blapp/thisblog") I am not serving from my >>>>> local mac. >>>> >>>> Try without the tilde? I'll be embarrassed if it doesn't handle >>>> that, but it wouldn't be the first time... >>>> >>>>> >>>>> Then I'm asked for "Publishing/Remote Blog Location" I assume this >>>>> it the path to the server's blosxom datadir? >>>> yup >>>> >>>>> This FreeBSD server is on my local network, so I enter " >>>>> myname@192.168.0.2:/acutual/path/to/blosxom/datadir" ; >>>>> >>>> >>>> looks fine >>>>> Am I understanding things correctly? >>>> >>>> i think so. >>>>> >>>>> There are two symptoms to my problem. 1/It just doesn't work. 2/ >>>>> The Weblog tab of the Settings Preferences Panel never retains the >>>>> "Publishing" info I've entered. >>>>> >>>>> I do have ssh working. >>>> >>>> can you send any output to the console >>>> (/applications/utilities/console.app) from when you try to publish? >>>> >>>> I'm very confused about the #2, though- does it quit OK or does it >>>> crash? and does this really happen all the time? >>>> >>>> thanks, >>>> mike >>>> >>>>> >>>>> I'd love some help. >>>>> Thanks, >>>>> Paul >>>>> >> > |
From: <mic...@ma...> - 2003-05-12 18:55:27
|
sorry for the terse reply. I'll try to help. On Monday, May 12, 2003, at 07:30 AM, Paul Gobble wrote: > I'm trying to use Blapp v2(.5) to remotely publish, but I'm having > configuration troubles. > > In the Preference Panel (Weblog tab) I'm asked for "Blosxom Weblog > Directory" I've entered the local path to a folder hold the local > version ("~/Documents/Blapp/thisblog") I am not serving from my local > mac. Try without the tilde? I'll be embarrassed if it doesn't handle that, but it wouldn't be the first time... > > Then I'm asked for "Publishing/Remote Blog Location" I assume this it > the path to the server's blosxom datadir? yup > This FreeBSD server is on my local network, so I enter " > myname@192.168.0.2:/acutual/path/to/blosxom/datadir" ; > looks fine > Am I understanding things correctly? i think so. > > There are two symptoms to my problem. 1/It just doesn't work. 2/ The > Weblog tab of the Settings Preferences Panel never retains the > "Publishing" info I've entered. > > I do have ssh working. can you send any output to the console (/applications/utilities/console.app) from when you try to publish? I'm very confused about the #2, though- does it quit OK or does it crash? and does this really happen all the time? thanks, mike > > I'd love some help. > Thanks, > Paul > |
From: Paul G. <pau...@sb...> - 2003-05-12 14:31:12
|
I'm trying to use Blapp v2(.5) to remotely publish, but I'm having configuration troubles. In the Preference Panel (Weblog tab) I'm asked for "Blosxom Weblog Directory" I've entered the local path to a folder hold the local version ("~/Documents/Blapp/thisblog") I am not serving from my local mac. Then I'm asked for "Publishing/Remote Blog Location" I assume this it the path to the server's blosxom datadir? This FreeBSD server is on my local network, so I enter " myname@192.168.0.2:/acutual/path/to/blosxom/datadir" ; Am I understanding things correctly? There are two symptoms to my problem. 1/It just doesn't work. 2/ The Weblog tab of the Settings Preferences Panel never retains the "Publishing" info I've entered. I do have ssh working. I'd love some help. Thanks, Paul |