Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Stephan Beal
On Sat, Jun 3, 2017 at 5:00 AM, The Tick  wrote:

> I tried 'f help -w'. Then, I accidentally typed 'f help www' and got a
> different list. I can't find 'www' as an option in either list.
>

Be sure not to skip the top-most text (which likely scrolled off of your
screen):

[stephan@host:~]$ f help www
unknown command: www
Available commands:
...


There seems to be a lot of the help that is only available if one is "in
> the know" so to speak.
>
> I will save this email so I won't forget. Thanks.
>
> PS. Seems to me that a 'f help -a' should mention 'f help help', and 'f
> help help' should mention these other options. Maybe I missed it.


f help -a lists 'help':

[stephan@host:~]$ f help -a
3-way-mergeclean  help   rebuildstatus
...

but you're right: help help "should" also list it. It kind of does, but
only if one makes the mental leap to "help" being an actual command (as
opposed to some meta-command):

[stephan@host:~]$ f help help
Usage: f help COMMAND
   or: f COMMAND --help
...

where "COMMAND" would be "help".

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread The Tick

On 6/2/2017 9:34 PM, Stephan Beal wrote:

On Sat, Jun 3, 2017 at 4:23 AM, The Tick > wrote:

Looking at that URL you provided, I went and tried 'f help cmds'. I
did not know that existed since neither 'f help' nor 'f help -a'
listed 'cmds' as something to ask for.

Are there other (for want of a better term) magic topics? Are some
only available via the web interface or would 'f help ...' be able
to retrieve the help?


Which commands appear using which help options has changed a few times
over the years. Try:

f help help

for the options needed to list various categories of commands. Note that
the CLI _can_ show help for web pages, but (to avoid any naming
ambiguities) you have to prefix the page name with a slash, e.g.:

f help timeline
vs
f help /timeline

both of those are valid but will show completely different things.


Wow! Those are all new.

I did a 'f help help'.

I tried 'f help -w'. Then, I accidentally typed 'f help www' and got a 
different list. I can't find 'www' as an option in either list.


There seems to be a lot of the help that is only available if one is "in 
the know" so to speak.


I will save this email so I won't forget. Thanks.

PS. Seems to me that a 'f help -a' should mention 'f help help', and 'f 
help help' should mention these other options. Maybe I missed it.


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Stephan Beal
On Sat, Jun 3, 2017 at 4:23 AM, The Tick  wrote:

> Looking at that URL you provided, I went and tried 'f help cmds'. I did
> not know that existed since neither 'f help' nor 'f help -a' listed 'cmds'
> as something to ask for.
>
> Are there other (for want of a better term) magic topics? Are some only
> available via the web interface or would 'f help ...' be able to retrieve
> the help?


Which commands appear using which help options has changed a few times over
the years. Try:

f help help

for the options needed to list various categories of commands. Note that
the CLI _can_ show help for web pages, but (to avoid any naming
ambiguities) you have to prefix the page name with a slash, e.g.:

f help timeline
vs
f help /timeline

both of those are valid but will show completely different things.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread The Tick

On 6/2/2017 8:50 PM, Stephan Beal wrote:

On Sat, Jun 3, 2017 at 3:46 AM, The Tick > wrote:

I guess I'm blind. I can't find any RSS feed button on the tickets
page or the settings->tickets. Is it something I have to enable?
...in the repository? ...on chiselapp.com ?

At one time I remember investigating how to do rss and I think it
involved something called an aggregator? At that point I lost interest.


See:

http://fossil-scm.org/index.html/help?cmd=/timeline.rss



Thank you. I pointed thunderbird at a url for my repository based on 
that help page and it told me there was a ticket.


Looking at that URL you provided, I went and tried 'f help cmds'. I did 
not know that existed since neither 'f help' nor 'f help -a' listed 
'cmds' as something to ask for.


Are there other (for want of a better term) magic topics? Are some only 
available via the web interface or would 'f help ...' be able to 
retrieve the help?



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Richard Hipp
On 6/2/17, The Tick  wrote:
> I guess I'm blind. I can't find any RSS feed button on the tickets page
> or the settings->tickets. Is it something I have to enable? ...in the
> repository? ...on chiselapp.com?
>
> At one time I remember investigating how to do rss and I think it
> involved something called an aggregator? At that point I lost interest.
>

RSS works by polling.  The aggregator polls various sites (for
example: https://www.fossil-scm.org/fossil/timeline.rss) and then
displays recent changes.

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Stephan Beal
On Sat, Jun 3, 2017 at 3:46 AM, The Tick  wrote:

> I guess I'm blind. I can't find any RSS feed button on the tickets page or
> the settings->tickets. Is it something I have to enable? ...in the
> repository? ...on chiselapp.com?
>
> At one time I remember investigating how to do rss and I think it involved
> something called an aggregator? At that point I lost interest.


See:

http://fossil-scm.org/index.html/help?cmd=/timeline.rss

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How do I get a notification that a ticket has been created?

2017-06-02 Thread Richard Hipp
You can use the RSS feed.  But otherwise, I'm not aware of anything.

I have design notes on my desk for some new capabilities to facilitate
this, but nothing has been implemented yet.

On 6/2/17, The Tick  wrote:
> I've got one repository on chiselapp.com. Suppose someone creates a
> ticket. How do I -- as the administrator -- get notified? I've got no
> reason to login and even if I do it once a week, it's a waste of time if
> there are no tickets.
>
> To see what happens when a ticket is created, I made a "test" ticket
> myself using the anonymous login to my repository on chiselapp.com. I
> expected that I'd get some sort of email... but nothing. Of course, I
> also find nothing under "settings" that allows me to set an email
> address. My email only exists for the chiselapp.com account.
>
> So, what (if any) features exist for notification when a ticket is
> created/changed/etc.? I could not find anything in the fossilbook.pdf
> about the ticketing system.
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users