aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/README.txt
diff options
context:
space:
mode:
authorJustin Clarke Casey2007-12-31 03:33:21 +0000
committerJustin Clarke Casey2007-12-31 03:33:21 +0000
commit60fa75ac0466101654c6043d0366965da34c35bc (patch)
tree97915b0d42aba2e119025cad6f154a478fab09ca /bin/inventory/README.txt
parent* Added a catch for RemotingErrors on the TCP init (diff)
downloadopensim-SC_OLD-60fa75ac0466101654c6043d0366965da34c35bc.zip
opensim-SC_OLD-60fa75ac0466101654c6043d0366965da34c35bc.tar.gz
opensim-SC_OLD-60fa75ac0466101654c6043d0366965da34c35bc.tar.bz2
opensim-SC_OLD-60fa75ac0466101654c6043d0366965da34c35bc.tar.xz
Standard library folders can now be configued in the xml in inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently
showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon.
Diffstat (limited to 'bin/inventory/README.txt')
-rw-r--r--bin/inventory/README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/inventory/README.txt b/bin/inventory/README.txt
index 003a18a..fdbbbdc 100644
--- a/bin/inventory/README.txt
+++ b/bin/inventory/README.txt
@@ -1,6 +1,14 @@
1README 1README
2 2
3Inventory configuration is carried out here. Currently, you can add new items to OpenSimLibrary/OpenSimLibrary.xml, 3The standard common inventory library is configured here. You can add new inventory
4folders to the standard library by editing OpenSimLibary/OpenSimLibraryFolders.xml
5You can also add new inventory items to OpenSimLibrary/OpenSimLibrary.xml,
4as long as they have a corresponding asset entry in bin/OpenSimAssetSet.xml. 6as long as they have a corresponding asset entry in bin/OpenSimAssetSet.xml.
5 7
8The same set of folders and items must be present in the configuration of both
9the grid servers and all the regions. The reasons for this are historical -
10this restriction will probably be lifted in the future, at which point the
11inventory items and folders will only need to be configured on the grid inventory
12server (assuming you are running in grid mode rather than standalone)
13
6Inventory_Default.xml and Inventory_Library.xml are unused at the moment. 14Inventory_Default.xml and Inventory_Library.xml are unused at the moment.