This is the products inventory card. You can use it to enter items
into the SLQuery.com index automatically. Each item listing
is separated by a line containing a single tilde (~).
You MUST end your items with a tilde. I've placed a final tilde at the
end of the default notecard as a reminder.
// Lines beginning with two forward slashes are considered comments
Lines containing only space are ignored.
Item entries are defined by the following information, each on it's own line. The only
*required* lines are Name and Type. All others can be left out or blank.
Name: defines the name of the entry
Code: defines a special code for server boxes
URL: defines an external URL on the web.
Description: the descriptive text of the entry. Note, this description will only be used on creation. Updates to existing items will maintain the site's version of the description for you.
ImageKey: This is the UUID key of a texture image describing the product. You obtain this by right-clicking on the texture in your inventory and choosing "Copy Asset UUID". Please note that the uuid texture key is for use inside Second Life only. It cannot be used to display an image on the website at this time.
Type: This is the type of item it is. Item types may only be one of the following:
- Other
- Animation
- Body Part
- Clothing
- Landmark
- Notecard
- Product
- Script
- Texture
- Sound
- Gesture
- Hyperlink
Permissions: List only the permissions you want to approve. Anything missing is not considered a valid permission.
Mature: Indicates if the item is mature or not. Only accepts Yes or No.
LandmarkRegion: The region for the given landmark
LandmarkPosition: Position coordinates
Tags: space delimited keywords
Note that currently, only Landmark's can override the default location position for an infoKit, this is so that it stays consistent for use when adding actual items to the kit as well as the notecard. Most notably, for use in SLExchange integrated boxes.
// ----------------------------------------------------------------
Name: The name of my place
URL: http://www.somewhere.com
Description: This is a fantastic site
ImageKey: 00000000-0000-0000-0000-000000000000
Type: Hyperlink
Permissions: Modify, Copy, Transfer
Mature: No
~
Name: The name of my product
URL: http://www.slquery.com
Description: This is a fantastic product with lots of cool features
ImageKey: 00000000-0000-0000-0000-000000000000
Type: Product
Permissions: Modify, Copy
Mature: Yes
~
Name: The name of my product
Description: This is a fantastic product with lots of cool features
Type: Landmark
LandmarkRegion: Shepherd
LandmarkPosition: 128,128,30
// ----------------------------------------------------------------
// Please make sure that at least one tilde exists after your last item
// ----------------------------------------------------------------
~
// ----------------------------------------------------------------