Home | Trees | Index | Help |
---|
Package RDFCalendar :: Module Format |
|
Constants for parsing and writing. Copyright (C) 2005, 2006, 2007 Paul Boddie <paul@boddie.org.uk> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Function Summary | |
---|---|
Return the special property label for the given 'property_name', or None if a generic label is to be used (for example, to construct a predicate for RDF triple stores). |
Variable Summary | |
---|---|
list |
all_labels = ['class', 'completed', 'created', 'descript...
|
tuple |
connector_attributes = ('RELATED-TO',)
|
list |
connector_labels = ['related-to', 'organizer', 'attendee...
|
tuple |
datetime_attributes = ('COMPLETED', 'CREATED', 'DTSTAMP'...
|
tuple |
datetime_values = ('UNTIL',)
|
dict |
element_names = {'VTODO': 'to-do', 'VCALENDAR': 'calenda...
|
dict |
item_type_names = {'to-do': 'VTODO', 'journal': 'VJOURNA...
|
tuple |
multivalue_attributes = ('RDATE', 'EXDATE')
|
dict |
permitted_attributes = {'VTODO': ('CLASS', 'COMPLETED', ...
|
dict |
permitted_elements = {'VTODO': ('VALARM',), 'VCALENDAR':...
|
dict |
permitted_labels = {'dtstamp': 'datetime', 'created': 'd...
|
tuple |
person_attributes = ('ATTENDEE', 'ORGANIZER')
|
str |
rdfcalendar = 'http://www.boddie.org.uk/ns/rdfcalendar/'...
|
str |
rdftype = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#ty...
|
tuple |
subvalue_attributes = ('RRULE', 'EXRULE')
|
list |
supported_item_types = ['card', 'calendar', 'event', 'fr...
|
list |
uriref_labels = ['uri', 'related-to']
|
list |
value_labels = ['start', 'duration', 'end', 'datetime', ...
|
Function Details |
---|
get_property_label(property_name)Return the special property label for the given 'property_name', or None if a generic label is to be used (for example, to construct a predicate for RDF triple stores). |
Variable Details |
---|
all_labels
|
connector_attributes
|
connector_labels
|
datetime_attributes
|
datetime_values
|
item_type_names
|
multivalue_attributes
|
permitted_attributes
|
permitted_elements
|
permitted_labels
|
person_attributes
|
rdfcalendar
|
rdftype
|
subvalue_attributes
|
supported_item_types
|
uriref_labels
|
value_labels
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Mar 19 01:08:11 2007 | http://epydoc.sf.net |