Re: [fossil-users] Possible to read rss page without starting server?

2014-01-21 Thread Stephan Beal
On Sat, Jan 18, 2014 at 10:16 AM, Matt Welland estifo...@gmail.com wrote: A clean checkout and configure and make worked. Very cool! I hope this makes it to trunk, it will simplify and speed up the rss2email gateway I've set up at work (processing several hundred fossils for rss2email is

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-21 Thread Matt Welland
On Jan 21, 2014 10:45 AM, Stephan Beal sgb...@googlemail.com wrote: On Sat, Jan 18, 2014 at 10:16 AM, Matt Welland estifo...@gmail.com wrote: A clean checkout and configure and make worked. Very cool! I hope this makes it to trunk, it will simplify and speed up the rss2email gateway I've set

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Stephan Beal
On Fri, Jan 17, 2014 at 8:44 PM, Matt Welland estifo...@gmail.com wrote: I'd like to read the rss page for a fossil from the command line without starting the server. Is this possible? Working on a CLI variant of /timeline.rss now, but i don't yet know whether or not g.zBaseUrl is going to

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Stephan Beal
On Fri, Jan 17, 2014 at 8:44 PM, Matt Welland estifo...@gmail.com wrote: I'd like to read the rss page for a fossil from the command line without starting the server. Is this possible? Please try this: http://fossil-scm.org/index.html/timeline?r=rss-cli Caveat: the link tags do not have a

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Matt Welland
Regarding the link, I suggest an optional parameter to set it: -link http://fossil-scm.org/; . For my needs it is good enough if the link is something unique that I can pattern match and replace after the fact. missing-link somehow seems perfect :) However I seem to be missing something

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Matt Welland
I swear it had compiled cleanly but I guess not. I did a make clean is there something more I should do? I'll try in a clean checkout ... main.o -c bld/main_.c In file included from ./src/main.c:306:0: bld/page_index.h:181:37: error: token is not valid in preprocessor expressions

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Stephan Beal
On Sat, Jan 18, 2014 at 10:07 AM, Matt Welland estifo...@gmail.com wrote: I swear it had compiled cleanly but I guess not. I did a make clean is there something more I should do? I'll try in a clean checkout ... main.o -c bld/main_.c In file included from ./src/main.c:306:0:

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Matt Welland
A clean checkout and configure and make worked. Very cool! I hope this makes it to trunk, it will simplify and speed up the rss2email gateway I've set up at work (processing several hundred fossils for rss2email is taking more time than I like). A switch to set the link would be icing on the cake

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Stephan Beal
On Sat, Jan 18, 2014 at 10:16 AM, Matt Welland estifo...@gmail.com wrote: A clean checkout and configure and make worked. Very cool! I hope this makes it to trunk, it will simplify and speed up the rss2email gateway I've set up at work (processing several hundred fossils for rss2email is

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Stephan Beal
On Sat, Jan 18, 2014 at 10:18 AM, Stephan Beal sgb...@googlemail.comwrote: [stephan@host:~/cvs/fossil/fossil]$ f rss -url my_url -n 3 | grep 'link' linkmy_url/link linkmy_url/info/c434509060c720385388d7a028d05c80081fd69a/link linkmy_url/info/ed43e8d0112b9c0e50d533f49cbaa1e1c3a9475f/link

Re: [fossil-users] Possible to read rss page without starting server?

2014-01-18 Thread Stephan Beal
On Sat, Jan 18, 2014 at 10:19 AM, Stephan Beal sgb...@googlemail.comwrote: ignore for the moment that the limit (-n) is not counting properly. Please give it another try. The -n|-limit counts properly now, the various -y|-type options work, and help text has been added. -- - stephan beal

[fossil-users] Possible to read rss page without starting server?

2014-01-17 Thread Matt Welland
I'd like to read the rss page for a fossil from the command line without starting the server. Is this possible? Thanks. -- Matt -=- 90% of the nations wealth is held by 2% of the people. Bummer to be in the majority... ___ fossil-users mailing list