Skip to content

Instantly share code, notes, and snippets.

@armed
Created November 25, 2010 03:16
Show Gist options
  • Save armed/714841 to your computer and use it in GitHub Desktop.
Save armed/714841 to your computer and use it in GitHub Desktop.
#==============================================================================
# Tag
#==============================================================================
vendor.tag.AreaTag(at11):
label: China
vendor.tag.AreaTag(at12):
label: France
vendor.tag.FunctionTag(ft1):
label: Wedding
vendor.tag.FunctionTag(ft2):
label: Party
#==============================================================================
# Venue
#==============================================================================
vendor.VenueVendor(venue1):
tags: [at11, at12, ft1, ft2]
vendor.VenueVendor(venue2):
tags: [at11, ft1]
# Bloc
Bloc(b):
name: Yop
created: 2001-11-23T15:03:17-05
criterias:
? key1
: value1
? key2
: value2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment