Page 1 of 1

Tip of the Day

Posted: 18 May 2008 15:29
by jacky

Code: Select all

    + Tweak: Added key to tweak the name of the TipOfTheDay file. Useful 
      when you want to use translated versions of TipOfTheDay.htm with 
      distinctive filenames. 
      For example, this could be the name for a Brazilian version: 
        [Settings] 
        FileTipOfTheDay=TipOfTheDay_br.htm 
      The default name for the file is and has been TipOfTheDay.htm.
Question : Shouldn't then the user file not be tipfotheday_user.htm but whatever the name of the file of "official" tips is, with a suffix _user ?

So in your example, it'd be TipOfTheDay_br_user.htm

Re: Tip of the Day

Posted: 18 May 2008 15:55
by admin
jacky wrote:

Code: Select all

    + Tweak: Added key to tweak the name of the TipOfTheDay file. Useful 
      when you want to use translated versions of TipOfTheDay.htm with 
      distinctive filenames. 
      For example, this could be the name for a Brazilian version: 
        [Settings] 
        FileTipOfTheDay=TipOfTheDay_br.htm 
      The default name for the file is and has been TipOfTheDay.htm.
Question : Shouldn't then the user file not be tipfotheday_user.htm but whatever the name of the file of "official" tips is, with a suffix _user ?

So in your example, it'd be TipOfTheDay_br_user.htm
I don't see a necessity, but it would be easier to communicate: user file = official + _user.

So you could also have fruitcake.jam and fruitcake_user.jam if you feel like it.