/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Web/html/ssi.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Using
 
2
-----
 
3
<!--#something -->              
 
4
        * Last space must presist!
 
5
 
 
6
 
 
7
Variables
 
8
---------
 
9
  echo var="var_name"
 
10
        DATE_LOCAL, HTTP_REFERER, DATE_GMT, REMOTE_ADDR, DOCUMENT_NAME,
 
11
        HTTP_USER_AGENT
 
12
 
 
13
  fsize file="file_name"        - File Size
 
14
  flastmode file="file_name"    - File Last Modification Date
 
15
 
 
16
Formating
 
17
----------
 
18
  config timefmt="time fmt"     - Date output format
 
19
                                %A %B %Y %D %H %M %R %p %S %a %b %y %d
 
20
                                %I %m %r %T %Z
 
21
 
 
22
Running Programms
 
23
-----------------
 
24
  exec cgi="cgi_nae"
 
25
 
 
26
Including File
 
27
--------------
 
28
  include file="file_name"      - Only files in same directory
 
29
  include virtual="file_name"   - If file in another directory
 
 
b'\\ No newline at end of file'