crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs

formattable.yo (1175B)


      1 itemization(
      2         it() tt(%a) is the availability of the current back end, when
      3         a current back end is established;
      4         it() tt(%1a) is the availability of the first back end (0 when
      5         unavailable, 1 if available); tt(%2a) is the availability of
      6         the second back end, and so on;
      7         it() tt(%b) is the name of the current back end, when one is
      8         established; 
      9         it() tt(%1b) is the name of the first back end, tt(%2b) of the
     10         second back end, and so on;
     11         it() tt(%e) is the count of seconds since start of epoch
     12         (January 1st 1970 GMT);
     13         it() tt(%r) is the IP address of the client that requests a
     14         connection and for whom the external dispatcher should compute
     15         a back end;
     16         it() tt(%s) is the name of the current service that the client
     17         connected to;
     18         it() tt(%t) is the current local time in ASCII format, in
     19         em(YYYY-MM-DD/hhh:mm:ss); 
     20         it() tt(%T) is the current GMT time in ASCIII format;
     21         it() tt(%v) is the Crossroads version;
     22         it() Any other chararacter following a tt(%) sign is taken
     23         literally; e.g. tt(%z) is just a z.)