aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/README.txt
diff options
context:
space:
mode:
authorJustin Clarke Casey2007-12-31 23:20:49 +0000
committerJustin Clarke Casey2007-12-31 23:20:49 +0000
commitb8975ecbd9510bd8e766cb4ca06c5a70110187cd (patch)
tree7489daa7abfb2709f89f519a14dd15ce6e10bb9a /bin/inventory/README.txt
parent* Added database and UserManagerBase glue for FriendsList management (diff)
downloadopensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.zip
opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.tar.gz
opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.tar.bz2
opensim-SC_OLD-b8975ecbd9510bd8e766cb4ca06c5a70110187cd.tar.xz
Make it possible for new inventory 'libraries' to be added without changing the default OpenSimLibrary files. Additional library folders and items can be added in a separate
directory and linked in by an entry to inventory/Libraries.xml
Diffstat (limited to 'bin/inventory/README.txt')
-rw-r--r--bin/inventory/README.txt27
1 files changed, 17 insertions, 10 deletions
diff --git a/bin/inventory/README.txt b/bin/inventory/README.txt
index f32f1aa..ecd81d1 100644
--- a/bin/inventory/README.txt
+++ b/bin/inventory/README.txt
@@ -1,14 +1,21 @@
1README 1README
2 2
3The standard common inventory library is configured here. You can add new inventory 3Folders and items which will appear in the standard common library for all
4folders to the standard library by editing OpenSimLibary/OpenSimLibraryFolders.xml 4avatars can be configured here. The root folder (currently called OpenSim
5You can also add new inventory items to OpenSimLibrary/OpenSimLibrary.xml, 5Library) is hardcoded, but you can add your own configuration of folders and
6as long as they have a corresponding asset entry in bin/OpenSimAssetSet.xml. 6items directly beneath this, in addition to (or instead of) the contents of the
7 7default OpenSim library.
8The same set of folders and items must be present in the configuration of both 8
9the grid servers and all the regions. The reasons for this are historical - 9To add a new library, edit Libraries.xml. The entry in here needs to point to
10this restriction will probably be lifted in the future, at which point the 10two further xml files, one which details your library inventory folders and another
11inventory items and folders will only need to be configured on the grid inventory 11which details your library inventory items. Each inventory item will need to be
12server (assuming you are running in grid mode rather than standalone) 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.
13 20
14Files in the attic directory are currently unused. 21Files in the attic directory are currently unused.