[fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Richard Hipp
Wouldn't it be nice to have a tree view of the files under control, similar to this: http://www.sqlite.org/customandroid/doc/trunk/www/tree.wiki The page above was generated using tree tree.wiki on Linux then adding pre markup to tree.wiki page. That page is for an unrelated project. But it

[fossil-users] C Best Practices

2013-12-30 Thread Sean Woods
I have been using C for many more projects over the past year. I enjoy writing projects in C because they are fast, reasonably portable (across unices), and have a small footprint. The coding style is natural to me and I enjoy having insight into some of the lower level details. I approach

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 8:12 PM, Richard Hipp d...@sqlite.org wrote: Please feel free to contribute design ideas or implementation suggestions. What comes to mind: - with a bit of JS it could be made interactive (collapsible/openable) - it could be a supplement or replacement for the /dir

Re: [fossil-users] C Best Practices

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 8:38 PM, Sean Woods s...@seanwoods.com wrote: I realize this might be a little off-topic for the fossil users list, and I apologize in advance for that. Call it my end-of-year indulgence. I think it's an advantage, though, because we might be able to get better

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stefan Bellon
On Mon, 30 Dec, Stephan Beal wrote: - it might not be practical for repos with many thousands of files (then again, maybe it would be especially useful on such repos). If you open collapsed by default, this should not be a problem as you can drill down the path you're interested in without

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Michai Ramakers
On 30 December 2013 20:12, Richard Hipp d...@sqlite.org wrote: Wouldn't it be nice to have a tree view of the files under control, similar to this: http://www.sqlite.org/customandroid/doc/trunk/www/tree.wiki ... Please feel free to contribute design ideas or implementation suggestions.

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Michai Ramakers
On 30 December 2013 20:41, Stephan Beal sgb...@googlemail.com wrote: On Mon, Dec 30, 2013 at 8:12 PM, Richard Hipp d...@sqlite.org wrote: Please feel free to contribute design ideas or implementation suggestions. What comes to mind: - with a bit of JS it could be made interactive

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 9:20 PM, Michai Ramakers m.ramak...@gmail.comwrote: I'm not a greybeard console-only type, but occasionally use 'links' to browse fossil repos; perhaps JS collapse/expand should not get too much in the way there. Or if I'm the only links-/lynx-user out there, go ahead

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 9:14 PM, Stefan Bellon sbel...@sbellon.de wrote: On Mon, 30 Dec, Stephan Beal wrote: - it might not be practical for repos with many thousands of files (then again, maybe it would be especially useful on such repos). If you open collapsed by default, this should

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Andy Bradford
Thus said Stephan Beal on Mon, 30 Dec 2013 20:41:38 +0100: On a related note: i had intended to add an ls -1 style output to /dir over the holidays (based on an ML suggestion back in November), Isn't this already possible with CSS? Thanks, Andy -- TAI64 timestamp: 400052c1dcd7

[fossil-users] Additional CSS skins [was Re: Proposed Fossil interface enhancement.]

2013-12-30 Thread Andy Bradford
Thus said Michai Ramakers on Mon, 30 Dec 2013 21:16:11 +0100: As for the visual appearance: what would be very useful already for me is a clear visual difference between a dir- and file-name (in any file-manager, for that matter). I use the following CSS for this (provided by someone on

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread org.fossil-scm.fossil-users
On Mon, 30 Dec 2013 21:25:36 +0100 Stephan Beal sgb...@googlemail.com wrote: On Mon, Dec 30, 2013 at 9:20 PM, Michai Ramakers m.ramak...@gmail.comwrote: I'm not a greybeard console-only type, but occasionally use 'links' to browse fossil repos; perhaps JS collapse/expand should not get too

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 9:51 PM, Andy Bradford amb-fos...@bradfords.orgwrote: Thus said Stephan Beal on Mon, 30 Dec 2013 20:41:38 +0100: On a related note: i had intended to add an ls -1 style output to /dir over the holidays (based on an ML suggestion back in November), Isn't this

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 10:21 PM, Stephan Beal sgb...@googlemail.comwrote: Partially - i'd actually like to do something more akin to (ls -la). A simple single-column list could (it seems) be done with CSS. i spoke too soon - the columns are done with TDs, and CSS isn't enough to make those

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 10:04 PM, org.fossil-scm.fossil-us...@io7m.comwrote: Unless it's something else causing it here, clicking anything in the timeline without javascript enabled will take you to the honeypot... I've gotten used to browsing fossil repositories with javascript enabled as

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Richard Hipp
On Mon, Dec 30, 2013 at 4:04 PM, org.fossil-scm.fossil-us...@io7m.comwrote: Unless it's something else causing it here, clicking anything in the timeline without javascript enabled will take you to the honeypot... I've gotten used to browsing fossil repositories with javascript enabled as

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Joel Bruick
Stephan Beal wrote: On Mon, Dec 30, 2013 at 10:21 PM, Stephan Beal sgb...@googlemail.com mailto:sgb...@googlemail.com wrote: Partially - i'd actually like to do something more akin to (ls -la). A simple single-column list could (it seems) be done with CSS. i spoke too soon - the

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Stephan Beal
On Mon, Dec 30, 2013 at 10:30 PM, Joel Bruick j...@joelface.com wrote: Stephan Beal wrote: i spoke too soon - the columns are done with TDs, and CSS isn't enough to make those single-column. Is there a glitch in the Matrix? ;)

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread org.fossil-scm.fossil-users
On Mon, 30 Dec 2013 22:25:58 +0100 Stephan Beal sgb...@googlemail.com wrote: It's apparently not detecting your browser as human... On Mon, 30 Dec 2013 16:28:17 -0500 Richard Hipp d...@sqlite.org wrote: This is a defense against spiders trying to index the entire repository, Oh, I'm aware,

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Andy Bradford
Thus said Stephan Beal on Mon, 30 Dec 2013 22:34:24 +0100: Good find! Once again, it is proven that i have the memory of a goldfish! Hence my suggestion on the other thread that we have some skins that actually represent these things. I too forget them and have to

Re: [fossil-users] password manager support

2013-12-30 Thread David Rush
If ssh-agent can work it's probably the way to go. It seems to be the most standardized amongst all the popular pass-phrase managers, at least on non-[apple|microsoft] platforms. But, as far as I can tell it only stores decrypted private keys and not any pass phrases and I don't have the resources

Re: [fossil-users] C Best Practices

2013-12-30 Thread David Rush
I'm a die-hard C junkey and it's done me well over the years. Most of my career has been writing C for embedded systems where the newest high-level language runtime just won't fit. I've written some fairly unconventional human-machine-interface web apps where the server side is written in C and it

Re: [fossil-users] C Best Practices

2013-12-30 Thread Eduardo
El Mon, 30 Dec 2013 14:38:55 -0500 Sean Woods s...@seanwoods.com escribió: I have been using C for many more projects over the past year. I enjoy writing projects in C because they are fast, reasonably portable (across unices), and have a small footprint. The coding style is natural to me