diff options
author | Brian McBee | 2008-01-07 01:03:46 +0000 |
---|---|---|
committer | Brian McBee | 2008-01-07 01:03:46 +0000 |
commit | 35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 (patch) | |
tree | 42e91b37aa581006dc9defb6780ff15319049d3f /bin/inventory/NotecardsLibrary | |
parent | Factor out inventory code in SceneObjectGroup into seperate class. (diff) | |
download | opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.zip opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.gz opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.bz2 opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.xz |
More inventory work for CharlieO. Final patch to make it all work yet to come.
Diffstat (limited to 'bin/inventory/NotecardsLibrary')
-rw-r--r-- | bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml | 17 | ||||
-rw-r--r-- | bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml | 45 |
2 files changed, 62 insertions, 0 deletions
diff --git a/bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml b/bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml new file mode 100644 index 0000000..eb89ece --- /dev/null +++ b/bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Notecards Library"> | ||
12 | <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Notecards Library"/> | ||
15 | <Key Name="type" Value="7"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml new file mode 100644 index 0000000..c1c27c5 --- /dev/null +++ b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml | |||
@@ -0,0 +1,45 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | <Section Name="Welcome notecard"> | ||
20 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" /> | ||
21 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
22 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here --> | ||
23 | <Key Name="description" Value="Welcome" /> | ||
24 | <Key Name="name" Value="Welcome" /> | ||
25 | <Key Name="assetType" Value="7" /> | ||
26 | <Key Name="inventoryType" Value="7" /> | ||
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
31 | </Section> | ||
32 | <Section Name="Example notecard"> | ||
33 | <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" /> | ||
34 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | ||
35 | <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/> | ||
36 | <Key Name="description" Value="Example notecard" /> | ||
37 | <Key Name="name" Value="Example notecard" /> | ||
38 | <Key Name="assetType" Value="7" /> | ||
39 | <Key Name="inventoryType" Value="7" /> | ||
40 | <Key Name="currentPermissions" Value="2147483647" /> | ||
41 | <Key Name="nextPermissions" Value="2147483647" /> | ||
42 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
43 | <Key Name="basePermissions" Value="2147483647" /> | ||
44 | </Section> | ||
45 | </Nini> | ||