Add description to prim-dns file server.lsl
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
/* prim-dns file server, version 1.0.0 */
|
/* prim-dns file server v1.1.0
|
||||||
|
*
|
||||||
/* The prefix for scripts which will act as caches for the file server. */
|
* This script is a request handler script which will serve specially-named
|
||||||
string cache_prefix = "prim-dns file server cache";
|
* notecards in the prim's inventory as "files".
|
||||||
|
*/
|
||||||
|
|
||||||
/* The name used for the index notecard in each "directory". Note: XHTML is preferred because HTML can only be used by the internal SL browser, and only works for the owner of the linkset. */
|
/* The name used for the index notecard in each "directory". Note: XHTML is preferred because HTML can only be used by the internal SL browser, and only works for the owner of the linkset. */
|
||||||
string index_notecard = "index.xhtml";
|
string index_notecard = "index.xhtml";
|
||||||
|
|
||||||
|
/* The prefix for scripts which will act as caches for the file server. */
|
||||||
|
string cache_prefix = "prim-dns file server cache";
|
||||||
|
|
||||||
/* A list of cached notecards, the contents of which are stored in the cache scripts. */
|
/* A list of cached notecards, the contents of which are stored in the cache scripts. */
|
||||||
list cached_notecards;
|
list cached_notecards;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user