Show
Ignore:
Timestamp:
03/15/11 13:26:45 (2 years ago)
Author:
APA
Message:

Support for "heading5"
Beautified Sources in Wikidata/ in order to make them easier comparable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mbutscher/work/Consts.py

    r251 r252  
    55# where branch is normally string "wikidPad", but should be changed if somebody 
    66# develops a derived version of WikidPad. 
    7 #  
     7# 
    88# major and minor are the main versions, 
    99# stateAndMicro is: 
    10 #     between 0 and 99 for "alpha"  
     10#     between 0 and 99 for "alpha" 
    1111#     between 100 and 199 for "beta" 
    1212#     between 200 and 299 for "rc" (release candidate) 
    1313#     300 for "final" 
    14 #      
     14# 
    1515#     the unit and tenth place form the micro version. 
    16 #  
     16# 
    1717# patch is a sub-micro version, if needed, normally 0. 
    18 #  
     18# 
    1919# Examples: 
    2020# (1, 8, 207, 0) is 1.8rc07 
     
    4040FormatTypes = Enumeration("FormatTypes", ["Default", "WikiWord", 
    4141        "AvailWikiWord", "Bold", "Italic", "Heading1", "Heading2", "Heading3", 
    42         "Heading4", "Url", "Script", "Attribute", "ToDo" 
     42        "Heading4", "Heading5", "Url", "Script", "Attribute", "ToDo" 
    4343        ], 0) 
    44          
     44 
    4545 
    4646# Store hints for WikiData.storeDataBlock()