[fossil-users] Changing the default home page header

2011-04-19 Thread Tony Perovic
The Timeline page header says: Timeline The Files page header says: File List Branches says /Branches Tags says /Tags Wiki says /Wiki Admin says /Server Administration But the Home page says: To be consistent, I want to change it to say: Home Page How do I change it? I created a new Home

Re: [fossil-users] Changing the default home page header

2011-04-19 Thread Ron Wilson
On Tue, Apr 19, 2011 at 12:23 PM, Tony Perovic wrote: > Looking at Admin|Header, I think that $ is the part I want > changed. Where is that coming from? > > > > I need something like: > > If $ equals $ then > > $ = “Home” > > End > > > > Do I have to learn TH1/TCL? > That is what needs to be c

[fossil-users] incorrect "has CR/NL" guess?

2011-04-19 Thread Stephan Beal
Hi, fossilers, The past few days i've been seeing these mysterious messages: ./pfs/whio_epfs.c contains CR/NL line endings; commit anyhow (y/N/a)?y ./pfs/whio_epfs_block.c contains CR/NL line endings; commit anyhow (y/N/a)?y ./pfs/whio_epfs_inode.c contains CR/NL line endings; commit anyhow (y/N/

Re: [fossil-users] Changing the default home page header

2011-04-19 Thread Tony Perovic
After reading the TH Manual and Reference I tried replacing: $: $ with $: if $project_name eq $title "Home" else $title Now all my web pages are blank. Clearly, there must be some way of testing the TH code BEFORE editing the html scripts. How? Tony Perovic Compumation, Inc. __

Re: [fossil-users] Changing the default home page header

2011-04-19 Thread Ron Wilson
On Tue, Apr 19, 2011 at 3:37 PM, Tony Perovic wrote: > Clearly, there must be some way of testing the TH code BEFORE editing the > html scripts. How? Since TH1 is a subset of TCL, you could test your TH1 code using a TCL environment. While it would be easy enough to set values for the Fossil spec

[fossil-users] Cloning on IIS

2011-04-19 Thread Tony Perovic
Cloning works if I run Fossil in server mode: Server: Fossil server myrepository.fossil Workstation: Fossil clone http://myserver:8080 myclone.fossil It also works using IIS/CGI if I clone a new, empty repository. However, if I try to clone a