well if you do will be kind enough to help im sure that would be very kind of you.<br><br>I like the look of liferea...its easy and simple. <br><br>I think its best to maybe avoid writing on this thread for fear of overposting!<br>
<br>Im not apt in programming so i dont think id be able to write a script for it. but i know what i want it to do<br><br>i was also looking into a symbian app that would automatically switch on the bluetooth at certain times...which would/could in turn trigger the rss feed !<br>
<br>So where do we start?and how can i help you in this?<br><br><div class="gmail_quote">2008/5/28 Robert McWilliam &lt;<a href="mailto:rmcw@allmail.net">rmcw@allmail.net</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, May 28, 2008 at 02:53:29PM +0100, Javad Ayaz wrote:<br>
&gt; Are there any Rss readers that will beam info to a bluetooth phone !!!<br>
&gt; knewsticker / akregator / other KDE application<br>
<br>
</div>I don&#39;t know of any apps that do this already (which doesn&#39;t mean much<br>
since I&#39;ve never looked for it), but it shouldn&#39;t be hard to write the<br>
functionality yourself. Writing a script to copy the files from where<br>
ever your pod-catcher puts them to the phone is fairly easy: if you<br>
can mount the phone&#39;s filesystem (obexfs does this via FUSE but I<br>
haven&#39;t used it so have no idea how well it works) one rsync command<br>
will do, if not then you&#39;d need a bit more logic to decide which files<br>
to send and then send them (off the top of my head I&#39;d think this<br>
would be by getting a list of files on the phone already or if that<br>
was too much hassle looking at which ones are newer than the last time<br>
they were synced to the phone.).<br>
<br>
The next issue would be how to trigger the script: easiest is running<br>
it manually but there is scope for automating it either when the<br>
pod-catcher downloads new files or when your phone comes into range of<br>
the computer. In both cases you&#39;d have to find some hook in the<br>
podcatcher or something that detects the phone being within range<br>
(blueproximity does this - intended for locking/unlocking the computer<br>
but it allows you to specify the commands to run for each so there is<br>
no reason it couldn&#39;t trigger the sync).<br>
<br>
I&#39;m happy to help you through writing and hooking up such a script off<br>
list (save annoying anyone with a long thread) if you want. Once it&#39;s<br>
working it could go in your howto for anyone else wanting to the same<br>
thing.<br>
<br>
 &nbsp; &nbsp; &nbsp; Robert<br>
<br>
________________________________________________________<br>
Robert McWilliam &nbsp; &nbsp; <a href="mailto:rmcw@allmail.net">rmcw@allmail.net</a> &nbsp; &nbsp;<a href="http://www.ormiret.com" target="_blank">www.ormiret.com</a><br>
<br>
Weinberg&#39;s Law:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Progress will be made on alternate Fridays.<br>
<font color="#888888"><br>
--<br>
<a href="mailto:ubuntu-uk@lists.ubuntu.com">ubuntu-uk@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk</a><br>
<a href="https://wiki.ubuntu.org/UKTeam/" target="_blank">https://wiki.ubuntu.org/UKTeam/</a><br>
</font></blockquote></div><br>