aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/README.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/inventory/README.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/bin/inventory/README.txt b/bin/inventory/README.txt
new file mode 100644
index 0000000..ecd81d1
--- /dev/null
+++ b/bin/inventory/README.txt
@@ -0,0 +1,21 @@
1README
2
3Folders and items which will appear in the standard common library for all
4avatars can be configured here. The root folder (currently called OpenSim
5Library) is hardcoded, but you can add your own configuration of folders and
6items directly beneath this, in addition to (or instead of) the contents of the
7default OpenSim library.
8
9To add a new library, edit Libraries.xml. The entry in here needs to point to
10two further xml files, one which details your library inventory folders and another
11which details your library inventory items. Each inventory item will need to be
12associated with an asset. Assets are configured separately in the bin/assets
13directory.
14
15If you are running in grid mode, any library you add must be present in both
16your grid servers installation and in
17every region installation, otherwise library items will fail in the regions
18where the inventory configuration is not present. The reasons for this are historical
19and will probably be lifted in a future revision.
20
21Files in the attic directory are currently unused.