minor changes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2011-12-04 21:40:13 +04:00
parent 12cfd0c849
commit 8fb70eb017
2 changed files with 24 additions and 3 deletions

View File

@ -26,8 +26,25 @@ Concepts
workflow workflow
| a named sequence/graph of states and transitions (actions) | a named sequence/graph of states and transitions (actions)
structural structural
store
URL URL
index
| contains:
metadata
item data
GID
metadata
GIDs of available local sub-items (thumbs, previews, ...)
GIDs of available remote sub-items (thumbs, previews, ...)
URLs (optional)
| URLs are only local...
store
cache
cache
store
clone/remote (???)
structure structure
configuration (archive-wide) configuration (archive-wide)
@ -37,8 +54,12 @@ structure
remote refs remote refs
clone settings clone settings
index (metadata) index (metadata)
version info
data data
requirements requirements
index external data (represented by URLs and groups of URLs) index external data (represented by URLs and groups of URLs)
indexing is done via tags (metadata) indexing is done via tags (metadata)

View File

@ -1,7 +1,7 @@
#======================================================================= #=======================================================================
__version__ = '''0.0.01''' __version__ = '''0.0.01'''
__sub_version__ = '''20111111161334''' __sub_version__ = '''20111204203122'''
__copyright__ = '''(c) Alex A. Naanou 2011''' __copyright__ = '''(c) Alex A. Naanou 2011'''
@ -164,7 +164,7 @@ def split_images(index):
Groups are split to contain one raw each. Groups are split to contain one raw each.
Each image will be grouped to the raw that containse the ragest Each image will be grouped to the raw that contains the largest
matching sub-path, starting from root. matching sub-path, starting from root.
Resulting groups will have a gid as it's key Resulting groups will have a gid as it's key