RecentUpload: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
26 bytes added ,  11:44, 22 August 2009
m
Line 97: Line 97:
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
!style="width:80px" | Variable
!style="width:90px" | Variable
!style="width:400px" | Description
!style="width:400px" | Description
!style="width:150px" | Example
!style="width:150px" | Example
Line 103: Line 103:
|$nickname[]
|$nickname[]
|Describe the use of the file.  If you leave this blank it will use the filename as the description
|Describe the use of the file.  If you leave this blank it will use the filename as the description
|Realtime data
|"My Realtime data"
|-
|-
|$freq[]
|$freq[]
|How often would you expect the file to be updated.  This is for your information only and is displayed on the page but does not have any affect on the code
|How often would you expect the file to be updated.  This is for your information only and is displayed on the page but does not have any affect on the code
|15 seconds
|"15 seconds"
|-
|-
|$file_url[]
|$file_url[]
|the path to where the file is, relative to where this code is running
|the path to where the file is, relative to where this code is running
|./realtime.txt
|"./realtime.txt" OR "realtime.txt"
|}
|}


A complete set of three variables is required for each file to be checked.  Repeat as necessary; in the above example we are checking four files.
A complete set of three variables is required for each file to be checked.  Repeat as necessary; in the above example we are checking four files.


=Testing=
=Testing=
8

edits

Navigation menu