CatWeb: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Web== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||GA Event Notifier ||Victor Hua ||Gathers sev…" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Web== | ==Web== | ||
| Line 31: | Line 32: | ||
||A script showing how to setup a static URL of the form <your-alias>.obj.virtualid.info which maps to the dynamic HTTP-in URL LSL generates and keeps it up-to-date. | ||A script showing how to setup a static URL of the form <your-alias>.obj.virtualid.info which maps to the dynamic HTTP-in URL LSL generates and keeps it up-to-date. | ||
|} | |} | ||
{{LSLC|}} | |||
Revision as of 17:06, 3 April 2011
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Web
| Name | Creator | Description |
|---|---|---|
| GA Event Notifier | Victor Hua | Gathers seven days event data from a Google calendar and display it through a simple interface. The lsl script can access several calendars at once through seperate php files. One file per calendar. Host the included php on your own web server. |
| Google Charts | Dedric Mauriac | Create links to display raw data as a chart image. |
| Load URL | Emmas Seetan | Touch to get a dialog to visit the URL inside the script. |
| PHP_RegionFunctions | Gypsy Paz and Zayne Exonar | Three useful PHP functions to get region info |
| Static_URLs | Jor3l Boa | How to generate a static url for HTTP-In temporal limitations. |
| VirtualID URL Mapper for HTTP-in | Cenji Neutra | A script showing how to setup a static URL of the form <your-alias>.obj.virtualid.info which maps to the dynamic HTTP-in URL LSL generates and keeps it up-to-date. |