File:  [Repository] / VSyncer / SysConfig.py
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jan 2 19:01:35 2008 UTC (16 years, 4 months ago) by casties
Branches: MAIN
CVS tags: HEAD
first checking of modified SourceSyncer

diffable = ['DTML Method',
            'DTML Document',
            'Script (Python)',
            'Page Template'
            ] 

syncable = ['File',
            'Image',
            'DTML Method',
            'DTML Document',
            'Script (Python)',
            'Page Template'          
           ]

colours = {
  'ok':'green',
  'out of date':'orange',
  'missing':'red',
  'extra':'red',
}

error_messages = {
  '200': "<font color=green>Completed with no errors.</font>",
  '403': "<font color=red>You do not have access to do that. You must have the same account on the destination server.</font>",
  '404': "<font color=red>Wasn't able to find this object.</font>",
  '500': "<font color=red>Server error while syncing.</font>"
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>