Re: [fossil-users] The fossil service command

2011-07-19 Thread Trou Macacq
On Mon, 18 Jul 2011 23:51:11 +0300, Richard Hipp d...@sqlite.org wrote:

First of all, thank you Thomas (and you Richard!) for such a nice feature.

Regarding name of the command I'm agree 'service' and 'server' commands  
are confusing, since theya re very close by meanings. However, I don't  
think that 'win-serve' is OK too, because this feature will be available  
on Windows only, so 'win' prefix is definitely obsolete. Moreover, command  
names with dashes seems to be inconsistent to other fossil commands.

I'm voting for name 'background'. It's the same by the meaning, but more  
useful than 'service' because we can use short command 'fossil ba', for  
example in this case.

 Thomas Schnurrenberger's fossil service command - for running Fossil  
 as a
 windows service - is now on the trunk.  But I wonder:  The name of this
 command is very similar to fossil server and might be confusing.  Do we
 need to change it to something more distinctive?  Perhaps fossil  
 wservice
 or fossil win-serve.  Other ideas?

-- 
@macacq
___
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] Fossil experience two console windows

2011-07-15 Thread Trou Macacq
On Thu, 14 Jul 2011 23:59:47 +0300, Konstantin Khomoutov  
flatw...@users.sourceforge.net wrote:

 One can use the cmdow [1] freeware tool which is kind of start on
 steroids; for instance, to run `fossil ui` hidden one could do

 cmdow /RUN /HID fossil ui

 [...]

 1. http://www.commandline.co.uk/cmdow/


Hm! It seems they have even more suitable utility for me: CHP.EXE  
http://www.commandline.co.uk/chp/

It just silently creates hidden process. chp fossil ui works more then  
fine. However internal fossil command to run as windows service will also  
be great. One more killer feature for fossil.

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


[fossil-users] Fossil experience two console windows

2011-07-14 Thread Trou Macacq
Hi All,

(sadly) I'm just an occasional fossil user, not a command line ninja, but  
like fossil web interface a lot. And I'm a bit tired to keep two terminals  
open: one for sending commands to fossil executable and another one for  
keeping 'fossil ui' command running. And I need these windows both all the  
time. And I don't like it, since I'm not a window switching ninja too :)  
So, time to time I'm switching to incorrect window and trying to send  
command to 'fossil ui' terminal (with no results of cause). Do we have a  
way around this?

For example can we start fossil ui in background like 'net start fossil'  
and than 'net stop fossil'? So one terminal window will be used for  
controlling web-ui and working with repository. This will improve my  
fossil experience a lot.

I'm interested in solution working for Windows (my work) / Mac (my home) /  
Linux (my hobby). Maybe third-party tool?

Many thanks in advance for your help!

--
@macacq
___
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] Fossil social networking

2011-03-22 Thread Trou Macacq
On Tue, 22 Mar 2011 21:28:54 +0200, Bill Burdick bill.burd...@gmail.com  
wrote:

 Has anyone talked about adding Github-like social networking to Fossil?

I think it might be a good idea to add OpenID server feature to the fossil  
(OpenID authentication backend as well).

So we will get distributed GitHub.

-- 
@macacq
___
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] IMHO Fossil needs renaming...

2011-03-03 Thread Trou Macacq
On Wed, 02 Mar 2011 21:37:37 +0200, Chad Perrin c...@apotheon.net wrote:

 On Wed, Mar 02, 2011 at 01:25:55PM -0500, Mike Meyer wrote:

 My only problem with the name is that it's to common a word - searching
 for info on fossil keeps turning up paleontological sites.

 Try searching for fossil scm.  It works for me.

I think our goal here is to make a ballyhoo around fossil (the same way  
how git quickly became popular some time ago), so 'fossil' keyword will  
not lead to the paleontological sites at the first place.

And important step on this is to make website more stylish. Compare all  
these:

* http://git-scm.com/
* http://mercurial.selenic.com/
* http://bazaar.canonical.com/

and please don't say that http://www.fossil-scm.org/ looks modern enough.

Design matters.

-- 
@macacq
___
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] $baseurl question (reverse proxy issue)

2010-12-16 Thread Trou Macacq
Hi

I've tried to solve my issue by using Apache mod_env and
mod_rewrite... I'm might be wrong but zBaseURL variable somehow
connected with HTTP_HOST env variable... And this env variable cannot
be changed either in CGI script using bash, or by using SetEnv
mod_rewreite directive.

About fossil server... on production (not ad hoc) this means using
inetd daemon. And I might say something stupid, but I'm almost sure it
not installed on my Ubuntu server 10.10 by default. And I trying to
keep everything as standard as possible. Is this itetd setup really
better than CGI. Where I can find a list of advantages and
disadvantages of this approach?

Many thanks in advance!

--
@macacq



On Thu, Dec 16, 2010 at 3:26 PM, Joerg Sonnenberger
jo...@britannica.bec.de wrote:
 On Thu, Dec 16, 2010 at 08:20:02AM -0500, Richard Hipp wrote:
 On Thu, Dec 16, 2010 at 8:17 AM, Trou Macacq mac...@gmail.com wrote:

  2) Should we consider using relative URLs instead of absolute?
 

 That sounds like it is the right solution.  But it is a big change.  It will
 likely take a week or two to appear.

 It also doesn't work if you want to redirect. I haven't checked, but
 does fossil honour PATH_INFO? That's the correct approach for this and
 the rest is a question of Apache configuration.

 BTW, I would suggest to not use CGI, but run the reverse proxy directly
 on fossil server.

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

___
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] Hello. Anyone for source highlighting?

2010-12-16 Thread Trou Macacq
I'm interested in this idea.

And I thought to try develop new default skin for fossil in fancy
web 2.0 style and with syntax highlighting, however I was considering
http://alexgorbatchev.com/SyntaxHighlighter/

If you're interested, we can discuss our next steps.

--
@macacq



On Thu, Dec 16, 2010 at 4:37 PM, pablo veliz pve...@viva.com.do wrote:
 Since we are using a browser to see the code, why not use a client side 
 library for syntax-highlighting like http://codemirror.net/ ?
 That way works in any platform, and can be extended for different languages.

 -Original Message-
 From: fossil-users-boun...@lists.fossil-scm.org 
 [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Martin 
 Sandiford
 Sent: Monday, December 13, 2010 7:11 PM
 To: fossil-users@lists.fossil-scm.org
 Subject: Re: [fossil-users] Hello. Anyone for source highlighting?

 I'm in favor.  Not really sure what I need to do to help this to happen?

 Code review anyone?

 Martin

 On 07/12/2010, at 8:40 PM, Gour wrote:

 On Mon, 8 Nov 2010 21:51:19 +1030
 Martin == Martin Sandiford wrote:

 Martin Changes are on the experimental branch.  It's been tested
 Martin reasonably well on MacOSX and Linux.  I've implemented a Win32
 Martin version as well, but this has really only had basic testing.

 Is there any chance that it ends applied to the upstream?


 Sincerely,
 Gour

 --

 Gour  | Hlapicina, Croatia  | GPG key: CDBF17CA
 
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

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

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