~ackondro/aniworld/0.2

« back to all changes in this revision

Viewing changes to aniworld/aniworldconfig.py

  • Committer: Andrew Sellers
  • Date: 2009-12-26 06:57:19 UTC
  • Revision ID: ackondro@gmail.com-20091226065719-ve8yzrk6180kgjum
Functions in aniworld organized, documentation and commenting proceeding along well

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#This is the latest db format, it will not always line up with the current version, but will line up with some release of aniworld
48
48
#Records created prior to 0.2.beta2 will not have the version field
49
49
db_version='0.2.beta2'
 
50
 
 
51
#Views are only required for the ViewEpisode Dialog TreeView, but will eventually be used in all views, yes it is finally happening
 
52
#Views are stored as tuples with the first part containing the map function and the second containing the reduce function
 
53
design_doc='aniworld-doc'
 
54
series_files=("""function(doc){if (doc.fid){emit (doc.aid,[doc.Number,doc.Title,doc.watched,doc.uri])}}""","")
50
55
# where your project will head for your data (for instance, images and ui files)
51
56
# by default, this is ../data, relative your trunk layout
52
57
__aniworld_data_directory__ = '../data/'