From ac8b1e595fa7ace7e2539276355954b2dceeb388 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 10 Mar 2017 23:30:40 -0500 Subject: [PATCH] markdown: support Smartypants (#4162) Added new config section '[smartypants]', and disabled by default. --- conf/app.ini | 7 +++++++ gogs.go | 2 +- modules/bindata/bindata.go | 4 ++-- modules/markdown/markdown.go | 17 +++++++++++++++++ modules/setting/setting.go | 11 +++++++++++ templates/.VERSION | 2 +- 6 files changed, 39 insertions(+), 4 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 00efda50a..99f838053 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -124,6 +124,13 @@ CUSTOM_URL_SCHEMES = ; Separate extensions with a comma. To render files w/o extension as markdown, just put a comma FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd +[smartypants] +ENABLED = false +FRACTIONS = true +DASHES = true +LATEX_DASHES = true +ANGLED_QUOTES = true + [http] ; Value for Access-Control-Allow-Origin header, default is not to present ACCESS_CONTROL_ALLOW_ORIGIN = diff --git a/gogs.go b/gogs.go index c5a9e484e..a711e607e 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.10.13.0310" +const APP_VER = "0.10.14.0310" func init() { setting.AppVer = APP_VER diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 35ce726a8..684fa80fd 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -292,7 +292,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7b\x5b\x8f\x1b\x49\x96\xde\x7b\xfc\x8a\xd3\x35\x1e\xb7\x64\x24\x59\x17\xa9\xd4\xd5\xaa\xe1\x62\x28\x32\xc9\xca\x15\x6f\x9d\x99\x94\x5a\x2d\x14\x52\x51\x99\x41\x32\xa6\x92\x19\xd9\x19\x91\x55\x62\xc3\x58\xcc\xc0\x0f\xbe\xc0\x86\x1f\x6c\xef\xc2\xc0\xc2\xf0\xc0\xb0\x17\x58\x7b\xed\x59\xd8\x06\x66\xc6\xb3\xf6\x43\x7b\xdf\xa5\xff\xb0\xee\xf5\x1a\x36\xf6\x2f\x18\xe7\x44\x26\x99\x94\x4a\xda\x5e\xc0\x96\x80\x62\x32\x23\xe2\x44\xc4\xb9\x7e\xe7\x44\xf0\x07\xf0\xc9\x27\x9f\xc0\xc4\x7d\xe6\xfa\x40\x7f\xc6\xd3\xbe\x37\x78\x01\xe1\x85\x17\xc0\xc0\x1b\xb9\xd8\xce\x6c\xaf\xd9\xc8\xed\x06\x2e\x8c\xbb\x4f\x5d\xe8\x5d\x74\x27\x43\x37\x80\xe9\x04\x7a\x53\xdf\x77\x83\xd9\x74\xd2\xf7\x26\x43\xe8\xcd\x83\x70\x3a\x86\xde\x74\x32\xf0\x86\xef\x52\xf0\x06\xf0\x62\x3a\x87\xae\xef\xc2\xac\xdb\x7b\xda\x1d\xe2\x88\x99\x3f\x7d\xe6\xf5\x5d\xdf\xd9\x9b\x60\xfa\x1c\x29\xcf\x5e\xc0\x74\x00\x5e\x48\x34\xd8\x39\x74\xf3\x1c\x32\xbe\x16\x60\x56\xdc\x80\x5e\xa9\x5b\x0d\x2a\x03\x71\x23\x8a\x0d\xe4\x7c\x29\xc0\x48\x93\x0a\xd6\x9d\xcd\xa2\x49\x77\xec\x42\x07\x86\x6a\xa9\xd9\x39\x84\x2b\x61\x47\xaa\x05\x98\x95\x00\xbd\xd1\x46\xac\xa1\xd4\xa2\xb0\xc4\x8a\x32\xd3\xb6\xb3\x3f\x9f\x44\xf3\xc0\xf5\xa1\x03\x4b\x69\xd8\x39\xb8\xd2\xac\x44\x01\x07\x89\xb8\x39\x70\xe0\x20\x2f\x54\x72\x00\xaa\x80\x03\x23\xb4\x39\xa0\xfe\xe3\x69\x1f\x27\x4b\xc4\x0d\x63\x2f\xb5\x28\x6e\x44\x71\xc9\x66\xfe\x34\x9c\xf6\xa6\x23\xe8\xc0\xca\x98\x9c\xf5\xa7\xe3\xae\x37\x81\x0e\xa4\x2a\xe6\xe9\x4a\x69\xc3\xfc\xe9\x34\x8c\xe6\x3e\x76\xf9\xe1\xbd\xba\xff\x7d\xfd\xf8\xf0\xf0\x87\xf7\x6c\xf7\xfb\xfa\xf1\x0f\xef\x5d\x84\xe1\x2c\x9a\x4d\xfd\xf0\xbe\x3e\x64\xf4\xa5\xdb\xef\xe3\x02\x8f\xda\xf4\x9f\x6d\x3b\x40\x07\x1e\x1c\x1d\x1d\xb1\x73\x98\x89\x62\x2d\xb5\x96\x2a\x83\x85\x2a\xa0\xcc\xe4\x6b\xd0\x2a\xbe\x16\x86\xcd\x27\xde\x97\x51\x30\xed\x3d\x75\xc3\x68\xe6\xfa\x63\x2f\x08\xbc\x29\x2e\xec\xd1\xa3\x47\xec\x1c\x46\xb8\x3c\xb8\xd7\x1f\x7f\x75\x1f\x70\x6d\x38\x1c\x39\x03\xb7\xaa\xb8\x16\x85\x86\x7b\xba\x8c\x57\xc0\x35\x04\xc1\x05\x94\x79\xc2\x8d\xb8\x0f\x3c\x8e\x85\xd6\x32\x5b\xc2\xad\xb8\x02\xe4\x81\x8c\x45\x9b\x9d\x83\x97\xc1\x5a\x69\x03\x31\xd7\x42\xc3\x46\x95\x90\x28\xc8\x94\x81\x4c\x88\x04\x8c\x82\x78\xc5\x33\x14\xdd\x4a\x40\x22\x16\xbc\x4c\x0d\xdc\xf0\xb4\xa4\xc1\xdd\xd4\x88\x02\xa4\x01\x95\xa5\x1b\x90\x0b\x1c\x5f\xd0\xbc\x96\xcb\x90\xa9\x44\x80\xd4\x44\x90\x04\x8b\x42\xe6\x1a\x90\x23\xd4\xd8\x66\xa3\x69\xaf\x3b\x8a\x3e\xc6\xea\x2d\x4b\xdf\xe7\xf6\x39\xf4\xa5\xe6\x57\xa9\xa0\x49\x17\x82\x9b\xb2\x10\x70\xbb\x12\x19\x4d\xc9\x6f\xb8\x4c\xb1\x99\xf5\xbd\xa0\xfb\x64\xe4\x46\xd8\xad\x03\x0b\x9e\x6a\xc1\xce\xe1\xf9\x4a\x90\xf2\x94\x5a\xc0\x55\x29\x53\x23\xb3\xe6\xea\x15\x6e\xc0\xb4\x59\x10\x76\xfd\x10\x87\x46\x81\xeb\x3f\x23\xdd\xab\x29\xf4\xd5\x9a\xcb\xac\x52\x7b\x05\x57\x02\xc4\xeb\x5c\x69\x91\x40\x45\x2a\x4e\x55\x26\x50\x50\x0c\xc7\x6f\x95\x6c\xa7\x40\xa8\x0c\xaa\x30\x90\x95\xeb\x2b\x54\xf7\xbf\x9a\x48\xa5\x49\x27\x27\xec\x1c\x26\xc2\xa0\xdc\x41\x66\x46\x14\x0b\x1e\xdf\xb9\x8f\x54\x6a\x23\x32\x34\x46\x1a\x3f\xf2\x82\xd0\x9d\x44\x17\xd3\x20\x6c\x28\xe9\xfe\x32\xbe\x37\x95\x6a\x31\x3f\xbc\x57\xaf\x8c\x76\xe4\x2b\x65\x20\xe7\x66\x85\x16\x8d\x34\x12\x59\x88\xd8\xa8\x62\xe3\x6c\xb5\x48\x6a\xf8\xf4\x77\x0e\xdb\x5a\xaf\x3e\x75\xe0\xaa\x34\xa4\x7c\x2b\x7e\x43\x8c\x44\x89\x7c\x7a\xb8\x52\x6b\x71\xb8\x94\xc6\xf6\x6a\xd3\xbc\xa4\x29\xb3\x6e\x78\x01\x1d\x76\x0e\xbd\x95\x52\xda\x6a\x67\x2c\xf3\x15\xea\xbf\x51\xa0\xcb\x3c\xc7\xcd\xa0\x6d\x10\xff\x54\x96\x89\xd8\x48\x95\x69\xb6\x13\x63\xd4\xf3\x66\x17\xae\x1f\x40\x07\xb8\xd0\xc7\x27\x67\xad\xd8\x14\x0e\x3d\x7f\x7e\xb2\x7d\x3e\x39\x7d\xb4\x7b\x7f\x72\xd6\x5a\xc6\xeb\x1f\xab\x5c\x64\x5a\xaf\xda\xb1\x5a\x3b\xc0\x8b\x78\xa1\xca\xe2\xe4\xf4\xd1\xf6\xf9\xf8\xe4\x8c\x54\xb3\xda\x33\x99\x51\x21\xb8\x11\x60\xc4\x3a\x57\x05\x2f\x36\xb0\x90\xa9\xd0\x56\x55\xd1\x53\x41\x5e\x5e\xa5\x32\xbe\x86\x6b\xb1\x81\x92\x2c\x55\xeb\x55\xeb\x5a\x6c\x96\x22\x73\xd8\x79\x93\x6d\x95\x7b\xdc\xd1\xda\x72\xd7\xb2\xe8\xa9\xfb\x22\x0a\xdd\xa0\xc1\xa6\x19\x8a\x02\x19\xb3\x23\xb9\x27\x87\xdd\xfb\x4f\x81\x67\x09\xa4\x02\x1d\xb8\x48\x53\x58\xc8\x2c\x01\x55\x1a\xb8\x5d\xc9\x78\x05\xa8\x87\xb8\x1b\x9e\xa6\xdb\xb9\x86\xa8\x06\x34\x53\x83\x3e\xb9\x96\x44\xc6\xb8\xe9\xdb\xca\xcc\xc8\x9b\x88\xf8\x1a\xd6\x32\x93\xeb\x72\x4d\x7b\xd5\xf2\x1b\x01\xb7\xd2\xac\x20\x56\x45\x21\x74\xae\xb2\x04\x77\x6f\x36\xb9\x60\x63\x6f\xe2\x8d\xe7\x63\xda\x51\xe0\x7d\xe5\x46\xbd\x0b\xb7\xf7\xb4\x69\x7f\x95\xf9\xf7\xfa\x13\x0c\x34\x19\x5a\x4c\x15\x03\xd6\x2a\x11\x6c\x3a\x18\x8c\xbc\x89\x5b\x87\x00\x3b\xac\x76\x06\xfe\x74\x1e\xba\x7e\x34\x9a\x0e\x1b\x14\x87\x22\x13\x05\xae\x5a\x1b\x91\xeb\xc7\xec\x1c\xfe\x06\xb4\x0f\x97\xe8\x61\x63\x51\x18\x68\xc5\xbc\x63\x8a\x52\x40\x2b\x29\x0b\x8e\x3a\xd5\x39\xfb\xec\xd1\xd1\xea\x68\x7d\xa4\xa1\x85\x71\xa3\xb3\xde\xe0\x47\x5b\xbc\xe6\xeb\x3c\x15\xa8\x25\xec\x9c\x9d\xc3\xb4\x80\x45\xa1\xd6\xc0\xa1\x9d\x2f\x5e\x93\x02\x90\xa1\x17\x46\x24\xb6\x05\xd5\xf8\xb9\xcc\x12\x8c\x9c\x38\x99\x5c\x58\x06\x6a\xa3\x0a\x01\xf7\x12\xc5\xce\xc9\xaf\x2d\x54\xb1\x14\x06\xf9\x69\xc7\xd3\xc0\xbc\x90\x37\xd8\xf9\x5a\x6c\xee\xdb\x65\x5b\x35\x4d\x21\xbf\x8e\xf5\xf1\x09\xb4\x64\x46\x54\x69\xf6\x16\xca\xd4\x7e\x13\x6b\x68\x65\xea\x5a\x6c\xf4\xf7\x1b\x75\x2d\x36\xf5\x20\x6c\xd0\xf8\x90\x08\xcd\x7a\xae\x1f\x46\x04\x2a\x3a\x10\x97\xda\xa8\xf5\x21\x46\x56\x7d\x58\x4f\xc3\x50\x8c\x77\x75\xa8\x28\xb2\x73\x98\xe7\x39\xba\x1a\x71\x23\x52\x02\x03\x62\x9d\xa7\xb8\x29\x54\x4a\x6d\xb8\x91\xb1\xe5\x1b\xfa\x96\x7d\xa3\x20\x16\xa0\x9a\xdf\xae\x44\x21\x6c\x48\x94\x1a\xc4\x6b\x11\x97\x46\x24\xe8\xc4\x43\xaf\xf7\x8e\xfb\xe8\x57\xe3\x69\x20\x7a\x0b\xc4\x30\x09\x37\x9c\x40\x4a\xbf\x1b\x76\x6b\xcd\xa6\x97\x84\x71\x52\x94\x09\x06\x6e\xbb\xca\xe1\x57\xde\xac\x76\x38\xcc\x9d\x90\x62\xd1\xbb\x9d\x4a\x8d\xb8\x55\x69\xc2\x40\x0b\x8a\x2a\x59\x2b\x55\xcb\xa5\x48\x08\xe3\x68\x07\x62\x9e\xa1\xdf\x3f\x40\x8f\x67\xe1\x8b\x78\x9d\xa7\xaa\x10\x07\x6c\xd4\x25\xf0\x16\xcd\xba\x43\x64\x1c\xf6\x60\xec\x65\x21\x72\xa5\x25\xda\xfc\xe5\x9e\xbf\x45\xf2\xa8\x2e\x38\xdf\xb6\x8f\x14\xfa\x53\x4d\x5b\xd8\x33\xfb\x83\xdf\x39\xfc\x11\xce\x8f\xd1\xeb\xb7\x48\xc5\x5b\xcd\x21\x07\x04\x80\x88\x4f\x08\xd0\x74\x5c\xc8\xdc\x90\x5d\xd6\x21\xa1\xda\xb6\x76\x40\xab\xb5\x30\x72\x2d\x34\xc4\xaa\x4c\x13\xda\x8b\x5e\x1d\xb0\xa0\xe7\x7b\xb3\x30\x0a\x5f\xcc\x70\xed\x57\x5c\xaf\x1a\x5c\xef\x4e\x02\x0f\xf1\x45\xa1\x85\xf5\xd5\x3c\x83\x32\x2b\x44\xac\x96\x99\xfc\x46\x24\x75\x1b\xc3\x8e\x51\xef\xa2\xeb\x07\xae\x5d\xcf\x40\x15\xb1\xa8\x90\x65\x26\x6e\x77\x3b\xdd\x54\x01\xb4\x32\x06\x36\x98\xfa\x3d\x37\x9a\xf9\xde\xb3\x6e\xe8\x36\xad\x3c\x55\x57\x3c\x85\x35\x7f\x4d\x8e\x88\xbc\x33\xc9\x54\xae\x11\xce\x2c\x9a\x14\x73\x8b\x10\x0a\x07\x5a\xc7\xb0\x16\x3c\x43\x3c\x63\x7b\xb2\x71\xf7\xcb\xa8\xe7\xbb\xdd\xd0\x9b\x4e\xa2\x91\x37\xf6\x30\x18\xb6\x8e\xd9\x39\x8c\x65\x51\xa0\x2c\x36\x59\x0c\x5f\x97\xa2\x14\x90\x8a\x6c\x69\x56\x0e\xc8\x0c\xa7\xd3\x02\x01\xd3\x7a\xd7\x8b\x5c\xbe\xe1\x68\x50\x08\xb9\x64\xb6\x64\x63\xcf\xf7\xa7\x7e\xf4\xc5\xdc\x9d\xbb\xd1\xc8\x9d\x0c\x49\x15\x8f\x2b\x08\xc9\x4d\xbc\xb2\xb1\xe3\xc3\xf4\xf3\x32\x4d\xa1\x10\x5f\x97\x14\x62\xb6\x23\xee\x98\x6b\x36\x1f\x8d\x22\xdf\xfd\x62\x8e\x81\xe3\x03\x33\x16\x62\x21\x8a\x42\x24\x30\x92\xb1\xc8\x10\x30\x1a\x05\x79\x8a\xb0\x83\x5b\x27\x64\x54\x5e\x83\x78\xc4\x0b\x88\x50\x10\x1a\xad\x4b\x6d\x60\x4d\xd3\x93\xf9\x12\x5e\x42\xc7\xa2\xb2\xc5\x61\x6a\x89\xa1\xd6\x57\x5e\xa1\xf9\x9a\xcd\x7c\x77\xe0\xfa\xbe\xdb\x8f\x46\x5e\xcf\x9d\x04\x2e\x06\xec\x6e\xce\xe3\x95\xa8\xd7\x01\x27\xed\x23\x07\x79\x5f\x7d\x6f\x04\x06\x7e\x25\x53\x69\x48\x2d\x08\x23\xf1\xd8\xd8\x68\xd3\xd4\x74\xb8\xda\x58\x48\x9a\x17\xca\xa8\x58\xa5\xdb\x10\x41\x68\x73\x48\x52\xad\x55\xc7\xcd\xde\x25\xbc\x96\x4b\x8a\x18\x0d\x9d\xb9\xda\xd8\x3c\xc2\x3a\xaa\xca\x2d\x58\xa8\x8b\x0e\x25\x1a\x7b\x43\x9f\x94\xa6\x41\xb8\xa7\xb2\xb8\x2c\x0a\x91\xc5\x1b\xb4\xce\x52\x5b\x00\x5e\x08\x53\x48\x71\x23\x20\x56\xeb\xb5\x34\x1a\x64\xb6\x50\xc5\x9a\xf4\xb5\x0d\xe1\x4a\x6a\xb8\xe1\x85\xa4\x45\x25\x62\x21\x33\xa4\x85\x02\xa8\x95\xbb\x82\x74\x28\x16\xae\xaf\xb5\xcd\xa8\x2a\x87\x53\x94\x59\x2d\x3a\xc2\xe6\x68\xc3\x6d\x98\xeb\x92\xa7\xe9\xc6\xc1\xf7\xec\xdc\xe2\x7d\x48\x44\x2e\x10\x0b\x2c\x60\xa5\x6e\x61\xcd\xb3\x0d\xf4\x66\x73\x0d\xf7\x62\x55\x08\x7d\x7f\x0b\xdf\xda\xe0\x59\x05\xb0\xc3\x10\xaf\xd8\x58\xf5\x8d\x28\x30\x80\x51\xba\x93\xa0\x39\x0d\xa7\xc3\x00\x6e\x65\x9a\x02\x2f\x8d\xc2\x1d\x21\xae\xd8\x40\x22\x8c\x88\xed\xa2\x76\x6b\xa7\xb9\x28\xbf\xa8\xe0\x0f\xce\xc5\x7a\xd3\xf1\xd8\x0b\x83\x68\xe0\x86\xbd\x8b\xa8\x37\x9d\xf4\xe6\xbe\xef\x4e\x7a\x2f\x10\xd9\xee\xb9\xc9\xb6\x48\xf0\x13\xbd\xe5\x48\x6a\xb2\xf1\x2a\x02\x23\xaa\x45\x68\xb8\xcd\x5b\xd1\x81\x11\x10\x4d\x65\x26\xe0\xb6\xe0\x39\x32\x9d\xd6\xd3\x53\x89\xa8\x2c\xdb\xd2\xc3\x34\x28\x10\x39\x27\x05\x68\xd0\x22\x1d\xe3\x24\x33\xde\x86\x50\xed\x68\xd5\xc8\x4f\x9a\x15\x46\xd3\xed\x18\x07\x7e\x52\x12\x0e\x34\xf5\x38\x46\xd0\xe5\xb9\xdf\x9d\x45\xee\x97\xa1\x3b\xc1\x3c\x10\x95\xbf\x6d\x5e\x1b\xa7\xbd\x4e\x9c\xf6\x9a\x17\xd7\x89\xba\xcd\xf0\x9b\xfd\xb8\x4e\x10\x2c\x3e\xe3\xa9\x4c\xec\xfe\x10\x06\x55\x5b\xa3\x3d\x71\xc8\x0b\x71\x23\xc5\x2d\x74\x67\x1e\x70\xad\x55\x2c\x39\x22\x10\x5a\xb1\x59\x89\xb5\x03\x75\x06\xc9\x73\x79\x78\x73\x7c\x58\xcf\xb2\xb7\x57\x92\x2e\x59\x0e\xad\x55\xb7\xd1\x3d\x10\x5d\xc3\xaf\x90\x5d\xc8\x1f\x9a\x1d\x6e\x55\xf6\xa9\x2d\x08\xa0\x4b\x42\x36\xee\x73\x1e\x12\x25\x34\x76\x21\x0f\x81\x06\xff\xcc\x73\x9f\x93\xc9\x20\x5a\x20\xf0\x86\xfb\xae\xd7\xb1\x2f\xd7\x32\x4f\x15\x4f\x2e\x77\x96\xd9\x30\x43\x9a\xc7\x76\xd0\xed\xca\x0c\xfb\xd0\x01\x04\x70\x0d\x58\x5c\x23\x69\x99\x6e\x2a\xac\x55\x8d\x81\x7b\x49\x13\x21\x2c\x85\xd1\x10\xa7\x82\x67\x22\xc1\x9d\x5b\x90\x51\x97\x38\xc8\xa1\xde\x67\xa1\x3b\x9e\x35\x51\xc3\xa1\x59\xe7\x87\x15\x3d\x0c\x5d\xb8\x24\x0c\xa2\x95\x50\x78\x21\x80\xa7\xa9\xba\xb5\xd6\x7e\x55\xcf\x2d\x12\x07\x44\x7b\xd9\x06\xb9\xe6\x4b\x71\xf8\x93\x5c\x2c\xff\xb6\x7d\xcc\xb3\x65\x1b\x46\x02\x85\x29\xd6\xb9\xd9\x54\x31\x89\x88\x00\x9a\xe5\xa2\x9e\x82\x75\x47\xa3\xe9\x73\xb7\x4f\xf1\x37\xa0\xc8\x39\xae\x9c\x02\xc1\x6e\xb5\x00\xc1\x6b\x9f\x2c\x33\x18\x3f\x61\x96\xe1\xdd\x2f\x09\x6e\x43\x07\x1e\x34\xc6\xec\x8c\xd1\xaa\x30\x05\x46\x5a\x2c\xc5\x41\x1c\x8a\x62\x3a\x65\xec\x65\x2d\xaa\x86\x58\x56\xbc\x48\xac\x15\x5c\x15\x82\x5f\xef\xc4\x5f\xbb\xc7\x8b\xae\x8f\x3e\x7e\xe2\x46\x4f\x7c\xb7\xdb\x44\xf9\xb5\xc1\xda\xf0\x80\x89\x70\x2b\x88\x57\x62\x7d\x17\x0f\xb9\xc6\x49\xae\xab\xd4\xaa\x10\xe8\x6a\x30\xdc\x8d\x6b\xe5\x39\x27\xa8\x51\x81\x73\x58\x4a\xe3\xac\xf9\x32\x13\x86\xd9\xea\x58\x34\xf7\x47\x51\xd0\xbb\x70\xc7\x15\xc7\xbe\x8f\xb7\x40\x4f\x4a\x33\x89\xe4\x10\xf5\xde\xae\xa3\x31\xe5\xf7\x72\x11\x96\x44\xed\x1f\x0e\x55\xc3\x42\xb8\xde\x6a\xff\x1d\x7e\x82\x84\xb6\xef\x22\x3e\xe4\x1d\x18\x7b\x89\x98\xfb\xd2\x3a\x89\xd2\xe2\xd1\x2e\x55\x87\x5a\x3d\x95\x99\x42\xa5\xad\x2e\xb2\xb2\x35\x2d\xe4\x52\x66\xb0\x12\x9c\x9c\x75\x03\x37\x52\x35\x47\xa1\x1f\xd1\x22\x33\xac\xdb\xeb\xb9\x41\x80\xce\x37\xf4\xa7\xa3\x88\x74\x2e\x9a\xfa\xde\x90\x2a\x1d\xcc\x02\x3e\x94\xfb\x56\x44\xe9\x52\x15\xd2\xac\xd6\x9a\x70\xbd\x59\x09\x59\xec\xe5\x84\x16\xc9\xc0\xbd\x52\x0b\xc4\x5c\x46\x41\x52\x87\x73\xd2\xeb\xfb\xec\x25\xa6\xdf\xd5\x90\xe8\x5a\x6c\x22\xd4\x67\x7d\xc9\xdc\xfe\xc9\xe9\xe9\xf1\xe7\xd0\x81\x93\xd3\x47\xcc\xed\xf5\x83\x2e\x40\xf5\xcd\xa7\x67\xfa\x76\xf4\xf0\x8c\xf5\xb7\x5f\x8f\x8f\x4e\x1e\x32\xf6\x12\x8d\xf5\x8a\x6b\x71\xd9\xa8\x2a\xae\x37\xfa\xeb\x94\xea\x8a\x4a\x9b\x65\x21\xb4\x05\xe7\xfa\xeb\x54\x1a\xf1\xe0\xc0\xa1\xa8\x87\xb1\xb4\x2a\x31\xe0\x5a\x43\xd9\x7f\x62\x85\x3b\xde\x04\x5f\x8c\x1a\xa0\xe2\x49\x0d\x84\x89\x2c\xab\x2a\x30\xc7\x27\x9f\x51\x0d\xe6\xf8\xf1\x83\x07\x47\x8f\x58\x55\x1a\x45\x38\xce\xaa\x4a\x67\xa1\x94\x61\xb3\x6e\x10\x3c\xef\xd7\xf0\x77\x6f\x45\x19\xc6\x6a\x51\x17\x42\x2d\xab\x70\xd1\x08\xfc\x64\x51\x25\x14\x37\xa2\x90\x8b\x4d\x6b\x51\xa6\xe9\x01\x0b\x82\xd1\xb6\x2c\x6a\xfb\xd7\x64\xeb\xad\x91\x68\x0e\x8c\x4c\xae\x0e\x1c\x2a\xc7\xf0\x2b\xad\xd2\xd2\xec\xb2\xac\x8c\x36\x4f\x5e\x0f\xf5\xb3\x2a\x2a\xb2\xa6\xeb\xc3\x4d\xb4\x93\x2b\xc6\x5e\xf2\x64\x2d\xc9\x1b\xd4\xc0\xac\x10\xcb\x32\xe5\x05\xdc\xc3\x64\x88\x5a\xef\xdb\x64\xa8\x51\x2d\x51\xc5\x92\x67\xf2\x1b\x6e\x2b\x37\xdb\xb4\xdd\x1d\xce\x47\x5d\x3f\x9a\xfa\xc3\x2d\xf6\xde\x3a\x0b\xf6\x52\x8b\xb8\x2c\xa4\xd9\x5c\x32\x6f\x12\x84\xdd\xd1\x08\x71\x57\xd3\x9b\x7c\xf2\x89\x2d\x90\xdb\x3a\x7a\x38\x85\xa7\xae\x3b\x83\x17\xd3\xb9\x0f\xc4\x6f\x4c\xfb\x20\xe8\x0e\xdc\x4f\x3e\x61\x81\xdb\xf3\xdd\x30\x7a\xea\x22\xa0\xf8\xe4\x07\x3f\x1e\xf4\xdd\xe7\xbe\xfb\xdc\xff\x9b\x7f\xeb\x1e\x66\x83\xa5\x51\x98\xc8\x49\x74\x34\x6b\x41\xde\x31\xe1\x1b\xcd\x46\xd3\xa1\x37\x89\x7c\x77\xec\x8e\x9f\xb8\x7e\xd4\xef\xbe\x40\xa3\xfc\x8c\xf5\xa6\xd3\xa7\x9e\x4b\x05\xec\x86\x98\x23\x7e\x2b\x30\x81\xaa\x9b\xb7\xe3\x9a\x7d\x08\xd5\x27\x12\x25\x55\x75\x0b\xdc\xde\xdc\x6f\x26\x35\x3e\xc6\x21\x8d\xc9\x8f\x7a\xbd\x41\x4c\xb5\x12\x99\xa9\xb3\x55\x6b\xc7\xdb\x32\x3b\xd5\xd6\xf1\x0b\xf3\xdd\x67\xae\x1f\x60\x92\x34\xfd\xf2\x45\xd4\x9d\x87\x17\xee\x24\xf4\x7a\x36\xa5\xa9\x14\xf0\xcb\xd6\x73\xf7\x09\x36\xb5\xf0\x45\x55\x45\x97\xb1\xb8\x64\xdd\x5e\xe8\x3d\x73\xa3\xde\xb4\xef\x46\x23\x7c\x1a\x7b\x93\x79\x48\x71\xe0\xf8\xec\x88\xf9\x6e\xe0\x62\xbe\x8d\xaa\xfb\xc1\x4e\xe7\x30\xa7\xd5\xd4\x15\x67\x95\x2d\x64\xb1\x06\xd1\x5a\x73\x99\x92\x83\x2a\xc4\x52\x6a\x63\xcb\x2d\xcc\x77\x87\x5e\x10\xba\x7e\xe4\x8e\xbb\xde\x28\xa2\xd3\x0c\x7f\xbc\x57\x94\x15\xd6\x49\xd9\x90\x68\x07\x8b\x82\x34\x9a\x34\xad\xd6\x2f\x1e\xc7\xaa\xcc\x6c\xf9\xba\xa9\x5e\x5e\x10\xbe\x87\xce\x69\x89\x94\xc7\x68\xb9\xa4\x3a\x93\x51\x40\x78\x87\x67\x1b\xb3\x92\xd9\xb2\xcd\x30\x7d\xf2\x7c\x37\x0a\xbc\xe1\xc4\x9b\x44\x88\x62\x1a\x14\xc6\xb8\x9b\x4c\x55\x55\x9d\x46\xe0\x9b\x4c\x43\x6f\xf0\x22\xc2\xdd\x34\xbb\x23\x0e\x49\x84\xe1\x32\x7d\x4c\x47\x14\xfa\xf1\xe1\xe1\x52\x9a\x55\x79\xd5\x8e\xd5\x1a\x6d\x4b\x1a\x4d\x26\x76\x28\xb5\x2e\x85\x3e\x3c\x7e\x74\x5a\xd3\xfc\x98\x54\xb7\x93\x7c\xa8\xef\xf4\x43\x4c\xa8\x42\x79\xcc\x73\x13\xaf\x38\x62\x40\x99\x58\xf5\x7a\x4f\x4a\x15\xed\x5e\x77\x16\xf6\x2e\xba\x35\xe6\x62\x2f\x6f\xc5\xd5\x4a\xa9\x6b\x74\x05\x21\xa1\x20\x0c\xde\x82\xe8\x26\xf6\x2c\xa4\x76\x02\xa5\x16\xbb\xc2\x08\x6e\x13\x5d\x9a\x4e\x79\x7c\x8d\x0f\x89\xd4\xb1\x2a\x92\x03\x56\x61\x1b\xb2\x12\x07\xa8\xdd\x81\xaa\x95\x9d\xc3\x85\x52\xd7\x94\xf8\x7c\x24\x4b\xae\xd6\x84\xd1\x5c\xdd\x95\x1b\xdf\x9d\x0e\xf7\x45\x2a\x6f\x44\x41\x39\x13\x22\x79\x99\x81\x16\xb1\xca\x12\xcd\xfa\x2e\xaa\xb9\x1f\x85\xde\xd8\x9d\xce\x43\x02\x45\xe7\x40\x71\x15\x64\x46\x1e\x4a\x34\x2a\x7c\xc8\xaf\xe0\xa9\x37\x8b\xc2\x51\x10\x3d\x73\x7d\x6f\xf0\xa2\xc1\xf4\xc9\x16\x76\xad\xa4\x26\x58\xdb\xc8\x00\x09\x7e\x22\x86\xcb\xf9\x12\x7d\xef\xd0\x9b\x0c\xa3\xc9\x7c\x4c\xcb\x24\x20\x26\x53\x51\x5c\x36\xb0\x6f\x4d\xf6\x49\xb9\x58\x50\xad\x8d\x62\x2d\xa2\xab\x15\xcf\x32\x91\x3a\x70\x2d\x44\x0e\x92\x9c\xba\xa4\x80\x6f\x4f\x76\x20\x21\x1c\x7f\x9d\xa9\x5b\xb8\x45\xf0\x43\x8d\x6d\x16\xb8\x93\x7e\xf4\x64\x3e\x18\xb8\x3e\xf2\xc8\x32\xa8\xce\xfc\x13\xa9\xf3\x94\x6f\xec\x59\x06\xd9\xb3\x3d\x04\x0c\xe6\x4f\x7e\xdb\xed\xd9\xa3\x83\xfa\x40\x90\x8e\x0e\xc8\x4a\x6c\x7d\x89\x9d\xc3\x70\x4d\xea\xaf\xd7\x26\x6f\x2f\xf1\x19\x55\xff\xf1\xe9\xd9\x67\xec\x1c\xbe\xf8\xa2\x6a\xf8\xfa\x6b\x7a\xfb\xf0\x11\x32\x79\xa2\x8c\x70\xea\x3c\x83\x8a\xa3\x22\x4b\x2a\xb0\x75\xf0\xf0\xd1\xe9\x81\x03\xc1\x38\x9c\x55\x89\x27\xc2\x6d\x2d\x12\x4c\x79\x51\xee\x74\xd2\x13\x8e\x02\x50\x99\x1d\x7b\x7a\xf6\x19\x32\xa0\x10\x08\xb4\x10\x9e\x25\x84\x7a\xfd\x41\x0f\x1e\x3d\x3c\xfa\x7c\x9b\xeb\xbe\x53\x10\xdb\x11\x92\xa6\xca\x70\xd3\x5b\xbe\xd1\xdb\xf9\xaa\xd8\xdf\x88\x87\x17\xee\x68\x0a\x2a\x17\xd6\x7c\x6c\x7c\x5d\x29\x6d\xc8\x61\xa3\x8d\x24\x12\xe5\x25\x32\xd3\xde\x55\x27\x70\x0c\x1d\x83\x58\x60\xbc\xed\x8f\x76\xb4\x4f\x70\x0f\xc0\x51\xb1\xd9\xa6\xd1\x6d\x86\xfd\xe8\x30\xc8\x46\x1b\xf2\x9f\xe4\x3d\x2d\x60\xb0\x67\x2b\x8d\x62\xb4\x6a\xee\xb8\x0d\xd3\x2c\xdd\x10\x3e\x30\x2b\xa4\xac\x0a\xd0\x22\x5d\xb4\xd0\x49\x8a\xa4\x39\x50\x5b\x15\xaf\xd5\xdb\xba\x54\x88\x53\x29\x32\xd3\xec\x87\xa0\x27\xea\xb9\x7e\xe8\x0d\xd0\x5f\xed\x02\xdc\x1d\xf5\x65\xab\xdd\x1f\x2b\x30\x57\x3d\x76\x15\x66\xd2\x2f\x5b\x87\x4f\x92\x42\x68\xed\x90\x34\x4f\x1f\x9c\x9c\x54\xd5\x94\xca\xe5\x10\xca\xe6\x19\x08\xd2\xda\x6d\x67\x55\xd0\xf6\x5f\x1d\xa0\x7a\x1f\xc0\x8f\xa8\xf9\xc7\x8d\x5a\xff\x6f\xbd\x02\x6b\x9d\x6c\xe0\x4f\xc7\x55\xd2\x85\x8b\xd8\xc5\x5c\x8a\x44\x39\xd7\xfa\x16\x7d\x94\x8d\xb1\x4d\x7c\x87\x8c\x31\xe2\xb5\x39\xcc\x53\x2e\x09\xfc\x5b\x8a\x64\xa5\x2a\x33\x88\xba\x91\x4b\xb3\x51\xd7\x9b\x44\xa1\xfb\x65\xd8\xc0\x3f\x31\x8f\x57\xfb\x18\x56\xac\x55\xb1\xb1\x78\x30\x91\xe8\x45\x95\x7d\x4b\x3d\x0f\xf6\x4b\xc2\x55\x67\xd6\xed\x77\x67\x21\xc5\x7e\xfb\xa6\x86\x87\x55\x7b\x85\x39\x87\x3d\x5b\x55\xbb\xe1\x69\xc3\xfd\xed\x51\x7c\x74\xc4\xbc\x49\xe8\xfa\xcf\xba\x18\xdc\x1e\x1d\xd5\x84\xec\x5a\x2c\xca\x6c\xac\x65\x77\x54\x47\xda\x5c\xf3\x9d\x9d\x03\x0d\x78\x0c\x99\x3d\xf1\xec\x98\x38\x77\xb0\xb1\xf3\xf8\xd1\x83\xcf\x3e\x77\x6a\x6e\x76\xd6\x3c\xe6\x85\xca\x9c\xe4\xaa\x73\xe4\xe4\x4a\xa5\x94\x1a\x74\x8e\x8f\x8e\x1c\x99\xa4\x22\xaa\xbc\x75\xc7\x02\x8f\x7a\xe6\xc7\xf0\x6a\x07\xc3\x8f\x8f\x4f\x8e\x8f\x5f\xd5\x26\x8a\x60\x87\x4e\xea\xef\xe6\x29\x66\x6b\x15\x4b\x6b\xf6\xde\xc5\xcf\xfa\x22\x45\x93\xa1\xb3\x42\xdd\x48\x04\x65\x84\x78\x96\xa0\x72\x0b\x74\xcf\xab\x2e\x8f\xc9\x0c\x6d\xd5\x26\xdb\xd4\xbd\x36\xc2\x60\x0e\x2b\x53\xf1\x18\xaa\x95\xed\xce\x44\xaa\x9a\xc1\x2b\x42\xdf\x55\xab\x7e\xf5\xff\x8d\x7b\x98\xc6\x3c\x86\xa5\x6a\xe9\xaf\xd3\x56\x52\x60\x38\x3c\xa4\x97\x90\xe8\xac\x5e\xb0\x36\x98\x80\xd7\x2b\xc3\x5c\xe6\x71\x3d\xdf\x8f\xeb\x35\x46\x06\x9d\xe0\xab\x2d\x9b\xa2\xea\x8e\x4a\x95\x47\xd4\x3b\xa1\x4c\xda\x6e\x39\x56\xea\x5a\xda\x4a\x72\x0d\x88\x2b\xb8\x2c\xa3\x54\x5e\x8b\xc8\xe2\x23\x76\x8e\x2e\x1a\xa3\x17\xfa\xa8\x9a\x5f\x98\xd7\x22\xa2\xaa\xd4\xb8\xe9\x1a\xad\xab\xf9\x00\xc2\xae\xf0\x8f\x16\xa6\x9a\x7f\x6f\x2c\x21\x9c\x0a\xf7\x20\xec\xb5\x54\x76\xe5\xa6\x7a\xe9\xc3\x1e\x61\x86\xad\xe9\xec\x11\x39\x7b\xf4\xf0\xe8\x88\x0d\x7b\x51\x6d\x35\x04\x22\xa0\x53\x35\xec\xa8\xa4\x72\x61\xeb\xb5\x77\x0c\x0f\x5c\xba\x34\x12\x8d\xbc\x81\xfb\xee\xf8\xde\x8e\x71\xe4\xae\x7b\x81\x3f\x60\xf8\x27\xda\x67\x63\x14\xeb\x62\xc1\xd8\xcb\x5c\xc6\xa6\x2c\xc8\xa3\x6c\x8f\x91\x6d\x8d\x4c\x6f\xeb\x3f\x98\xd4\xdf\x70\xc3\x0b\xcd\xba\xcf\xba\x61\xd7\x8f\xe6\xb3\xd1\xb4\xdb\xdf\xab\x83\xd5\x3d\xce\xa1\xb7\x92\x99\xd0\xa2\x82\x7a\x94\x3e\xdb\x73\xfc\x83\xa4\x54\x7a\x55\xaa\x03\x5b\x27\xe6\x75\xc5\xc7\x0e\x05\xad\xca\x22\x16\x0e\xa0\x7c\x2d\x26\x7e\x7c\x78\x18\x67\xed\x65\x61\x3b\x10\x2e\xb6\x8f\x87\x6c\xe8\x57\x4b\x09\xa6\x73\xbf\x47\x79\x54\xd5\x8d\x0e\xb4\xa8\x6c\x9e\x96\x62\x8b\x03\x16\xaa\x88\xb7\x35\x38\x3a\xe1\x95\x19\xa8\xc5\x82\x4a\x56\x6b\xba\xab\x52\xc7\xdd\x9a\x74\x43\x33\x06\x22\xa1\x63\xe3\x9a\x11\x90\x2a\x75\x5d\xe6\xb8\x45\x0d\xfd\x49\x50\x15\x31\x62\x85\x30\xa1\xea\xb2\x2b\xbe\xb2\x73\x0b\x50\x28\x98\x20\x8a\x15\x62\x0b\xf9\x6f\x6f\x6f\xdb\xa9\xbc\xaa\xb7\xa8\x8a\xe5\xf7\x58\x3f\x2d\xeb\xdd\x0d\x20\x4b\x87\x15\x1d\xd4\x95\x44\xea\x2b\x9e\x22\x1a\xa9\x94\x76\xe0\xf6\x5d\xbf\x1b\xba\xfd\x68\xbb\xbf\x0a\xb5\x73\x63\x78\xbc\x5a\x8b\xcc\x5c\x36\xee\xcd\xec\xde\xee\xc1\xf8\x76\x7d\xc2\x47\x30\xfe\x15\x92\x78\x55\x4d\xf1\x4e\xed\x95\x0e\xfd\x76\x44\xde\x19\x68\xb5\x66\xd7\xfc\x6a\xaf\xb6\xd0\x68\x60\xe7\x30\xcd\x68\x7b\x6b\xd5\x2c\xa7\x62\x7e\xf1\x91\x2a\xea\xbb\xe5\xd1\xbb\x3b\x51\xfd\xf3\xfd\x7a\xe9\xfe\x5a\x1f\x9c\x8c\x9f\xb0\x46\xd9\xf4\x61\x35\xec\xc3\x25\xd3\xfd\xf1\xc7\x47\xef\x95\x50\xd1\xb4\x91\xd9\x41\x2e\x62\xb9\x90\xc2\x1e\x71\x57\x40\x00\x19\xb7\x28\xd3\x74\x03\xaa\x34\x79\x89\x7a\x97\x20\xc6\xda\xa7\xea\x0f\x7a\xc7\xc7\x27\x0f\x6a\x22\x3c\xad\x01\xaa\x48\xea\xfa\x3d\x8a\xad\x3b\x09\xbc\x9e\x03\xf3\x4c\xbe\xee\x73\x44\xcf\x7e\x79\xb5\xa9\x9e\x06\xbd\xb3\x93\x93\xfa\xf3\x2b\xfb\x70\x7a\xe4\xd4\xa4\xb7\x0f\xb6\xe9\xc1\x83\x07\x9f\x6f\x1f\x26\x3c\x53\x0e\x3c\x95\x26\x5e\x89\xcc\x81\xc0\xf0\x75\x5e\x7d\x8c\x65\x9a\xca\xed\x73\x5c\x28\xc2\x01\xf4\x15\x47\x55\x18\x81\x84\xd9\xcc\x75\xf8\x15\xe6\x59\x0d\x36\xd4\x76\x82\x99\xb1\x4a\x79\xb6\x44\xf3\x38\xcc\xaf\x97\x87\xc8\xbd\xc3\x1f\xe4\xd7\xcb\x56\xac\x32\x6d\x38\x6a\xc9\x60\xea\x8f\xbb\x14\xd2\xeb\x6b\x1e\x98\x69\x18\xcc\xf8\x34\x8a\x88\x8e\xe4\x0b\xcd\x5e\xa6\x6a\x79\xc9\xde\xb9\x68\x54\xe5\xa1\x48\x4d\xa5\xa2\x02\x2e\x55\xf0\x6f\x06\xfc\xba\x43\x8d\x6f\xd5\x7a\xcd\xc9\x67\xd6\x15\xe0\x75\x99\x1a\x99\xd7\x27\x33\x95\x7a\xd6\xc3\x1c\xd2\x93\x03\x56\xd5\xe6\xaa\xb7\xff\x2f\xb3\xb5\x3b\x12\xb5\x1a\xd4\x84\x05\x8f\xa9\x6e\xe8\x65\x0b\x85\x9f\xcf\x79\x91\xe1\xa7\x5b\x14\xaa\xc0\x87\x01\x37\x3c\x7d\x67\xc3\x76\x14\x1b\xb9\xcf\x5c\x44\x78\xf4\x95\xd5\x28\x6f\xcb\x2e\xeb\x7f\xb2\x74\x43\xdc\x6d\x57\xef\x51\xbf\xd3\xc6\x49\x06\x9d\xd2\xae\x44\x21\x4d\x4d\x6f\x4b\x89\xf8\xf2\x2e\x19\x7c\xf9\x3d\x68\x54\xfe\xd2\xba\x27\x5d\x9f\x36\x8a\x04\x25\x0e\x85\x32\x28\x96\x7b\xfa\x16\x35\x95\x4c\x55\xa1\x03\xc1\x7c\xb0\x42\x64\xf7\xd9\x68\x3a\x8c\xfc\x69\x68\xd3\x91\x6d\x38\x5f\xa2\xf7\x21\x22\x09\x97\xe9\x86\xf5\xbb\xde\xe8\xc5\x7b\xfd\xb6\xee\x43\xaf\xe4\x82\x30\x3c\xe6\x9a\xa9\x3d\x05\xdb\xe3\xe5\xc9\x59\x75\x96\x73\x0c\x3f\xfa\x11\x9c\x9c\x39\x70\x72\xfa\xa8\xe1\x58\xa2\xe0\xc2\x1b\xd0\xdd\xbf\xb3\x8a\x2e\xf9\xf6\x9d\x93\x69\x10\xa6\x41\x23\x6f\x62\xab\x6c\x47\xf4\x0f\x65\xfd\x3a\x97\x05\x79\x8b\x4d\xad\xf3\x16\x3d\xde\x4b\x44\x2a\x8c\x00\xbe\x30\xa2\x80\x35\x7f\x4d\x5d\xee\x13\x99\x6d\xfd\x72\x5b\x24\xa6\x2a\xcc\xbb\xd2\xa0\xb7\xdf\x4b\x1c\xcf\xab\x82\xcb\xdc\x1f\x31\x7b\xeb\x13\x13\x97\x42\x35\xcf\x8b\x8a\x32\xcb\x50\x06\xf8\xba\x3a\xb9\xce\x45\x21\x55\x62\x4f\x89\xef\x38\xce\xf3\xcb\xac\xd9\x9b\x52\x68\x3a\xa2\xb3\xe5\x9c\x36\x5d\x06\xee\x86\x11\x25\xe7\xbb\x8c\xe9\x1c\xe6\x74\x4b\xb6\xba\x8c\xa1\xed\x4a\xda\xf6\xea\x6c\x54\xbd\xbc\x64\x41\xef\xc2\xed\xcf\x29\x84\xfd\xd8\x1e\xf8\x1d\x1f\xad\x19\x95\x5d\xb7\xe7\x8d\x2b\xc1\x53\xb3\xb2\xb7\xdc\x2a\x32\x85\xc8\x55\x64\xdf\x47\xf4\xfe\x2e\x4a\x27\x0f\x57\x6c\x57\x2b\x7a\x74\x84\x11\xad\x5b\x2c\x4b\x1b\x5a\xd1\xd9\x93\x1f\xc9\x12\xf8\x74\x29\x0d\x2c\x74\x7c\xfd\x69\xed\x39\x5a\xad\x32\x2b\x30\x2c\x11\xd7\x5a\x2d\xc3\x97\x1a\xbd\x0f\xfa\x46\xf2\xa0\x2a\xdb\xfa\x48\x69\x5a\x3a\x5e\x13\x4c\x4a\x54\xac\xe9\x05\x12\x3b\x3c\x6e\x7f\xd6\x3e\x65\x5d\x7f\x18\x58\x93\xeb\xd1\x3d\xbd\xc6\x49\x2a\x5d\xbe\xd2\x46\xc6\x35\x7b\x68\x2f\x11\xed\x0e\xdb\xf4\xe5\xbb\xdc\x25\xa1\xdc\xbd\x55\x9c\x20\x15\x3c\x2b\xf3\xe6\x14\xbc\x88\x57\xf2\x46\xe8\x26\xe3\xaa\x77\x51\x6c\xbb\xbf\x37\x89\x15\xe1\xdd\xb3\x9c\x43\x88\x28\xbb\xbe\xa6\xb7\xbb\x7e\x28\x17\xf5\x5c\x8d\xf3\xbb\xea\x58\x97\x4d\x47\x98\x7e\x84\x17\x5d\xf4\x8f\xb4\xd8\x97\x4b\x69\x1a\x27\x17\x1a\x56\x72\xb9\x4a\xe5\x72\x45\xb6\xcc\x13\x42\xbf\x59\x02\x85\x58\xab\x1b\x7b\x6b\x29\x5b\x8a\xdd\x79\x45\xdf\x1b\x0c\xa2\x0b\x6f\x78\x31\xf2\x86\x17\xe1\x5e\x41\xb8\x09\x10\xd0\x94\xf5\x16\xbb\x20\xe5\xa6\x39\x23\x96\x4b\xe4\x62\x41\x25\x67\x32\xca\xa1\x17\x5a\xd2\x4d\x23\x7f\x8f\x6a\xbc\xe2\x05\x8f\x0d\xe2\x6c\x22\x99\x36\x0f\xe2\x3e\x4e\x93\x6e\x5c\x75\x7b\xa1\xbd\x22\x7b\x7a\x07\x71\x8b\x69\xf4\x4a\xdd\x66\x1f\xa1\x55\x83\x1a\x1b\x6c\x3e\xa2\xd6\xcb\xb8\xa1\xd4\x7c\xb9\xc4\xc4\x1f\x85\xd4\x6a\xa1\xc7\xfe\xeb\xe8\xf4\x32\xae\x34\x7a\xd8\x8b\x76\x4a\x3d\xdd\x56\xd7\xee\x28\xd9\xa2\x94\xdb\xd5\xfb\x4b\x66\xef\xe7\xb8\x64\x8c\x47\xd5\x3d\x2c\x7b\x7b\x9f\xf5\x46\xd3\x89\x5b\x3d\xcf\xe6\xa3\x51\xf5\x38\xec\xd9\xf2\x06\x7b\x69\x3d\xc6\x65\xe3\xa2\x5b\xb3\x46\xb2\x52\x65\xa1\xe1\x4a\x98\x5b\x21\xaa\xd2\xad\x75\x17\x7d\x77\xd0\x9d\x8f\xc2\xa8\x51\x2d\x39\x43\xe4\x9d\xcb\xcb\xf7\x18\x2f\x8d\x58\x6b\x8b\xfc\xed\x95\x59\x0b\xf6\xb9\xad\x02\x23\xf7\xed\xaf\x3e\x02\x37\xf2\x42\x77\x6c\xe5\xc7\xd8\xcb\x92\x68\xed\x0a\xca\x7b\x97\xa0\xb6\x47\xe9\x28\x50\xab\x1d\x2a\xa3\x2b\xaa\x29\xb2\x9c\x48\xbb\x5f\xce\x46\x53\xdf\x8d\xf6\x0a\xcd\x27\x47\x7b\x44\xed\x61\xc4\x87\xc8\x11\x19\x2f\x08\xe6\xef\x10\x39\xde\x27\xb2\xbd\x99\x57\x5d\x7a\xda\x27\xc2\x63\x23\x6f\xa4\xd9\xc0\x42\x88\x84\x0d\x5c\xb7\x4f\x77\x16\xec\x6d\xa0\x8a\xe0\xe9\xf6\x88\x5b\x2d\xe0\xc0\xac\xc4\x5a\xb4\x62\x95\xaa\xe2\x00\xd6\xc2\x70\x30\x7c\xe9\xd8\x4b\x56\x57\x1b\xe8\x66\x49\xa1\x64\x02\xbf\xd5\x81\x53\xba\x0c\xdf\x45\x8d\xa6\xf3\x0d\xa0\x41\x94\x73\xc2\x41\xa6\xb2\xea\x38\xb5\x3e\x66\xb5\x52\xb0\xf7\xd6\x1b\xbf\x91\xd0\x66\x93\x6e\x4f\x71\x10\xc3\xee\xce\x70\x12\x71\x23\x52\x95\x8b\x42\xb7\x97\x4a\x2d\x6d\xd5\xf0\xf0\x56\x5c\x1d\xda\x90\xa3\x0f\x4f\x8e\x8e\x1f\x1e\x1e\x1f\x1f\x06\x16\xad\xb7\x16\xaa\x68\x35\x36\xd0\x92\x59\xab\xb7\x2a\xd4\x5a\xb4\x1e\x7c\x4e\x8d\xd5\xf2\x59\x78\xe1\x8e\xdd\xa8\x37\x1d\x4d\xfd\x68\xec\x86\xdd\x28\xec\x0e\xa1\x03\xaf\x7e\xb0\x58\x9c\x3e\x78\xf8\xe0\x55\x13\x8d\xc8\x0c\xae\x36\x46\xe8\x9d\x21\xdb\xd4\x71\x57\xb1\xbf\xd7\xac\x2b\x8c\x9f\x54\x58\xc0\x0b\x66\xa3\xae\x2d\xb3\xd6\xd9\xce\xd9\x83\xb3\xb3\x47\x47\x67\xa4\x60\xed\xed\x49\xef\x4e\x98\xd5\x91\xce\x47\x14\x62\x1e\xb8\xfe\xbe\x3e\x9c\x1e\xbd\xaf\xa9\x1f\x25\xe1\xbb\xb3\xe9\x47\x49\x64\xca\xc8\xf8\xaf\x50\xcc\xc9\x34\xf4\x7a\xef\xaa\xf7\xe9\x1e\x99\xe6\xa1\xf4\x47\x69\x4d\xfd\xe1\x7b\xeb\x21\x0e\x21\x3b\xee\xb0\xc3\xbf\xe6\xee\x8e\x31\x49\x94\xc7\x67\xd9\x25\x1b\x75\x27\xe8\xe3\x40\x64\xad\x79\xe0\x7c\xb3\x6a\xf5\x26\xf8\xf7\xe2\x29\xfe\x0d\x9f\x3b\x89\x68\xf5\x5d\x67\x51\xb4\x06\xbe\x93\xa5\xad\xc9\xc8\x49\x6f\x5a\xa3\x67\x4e\x51\xb6\xfc\xb9\xf3\x13\xde\xfa\xed\x99\x23\x74\xcb\x0d\x9c\xdc\xb4\x9e\xf8\x4e\x9e\xb6\x66\x23\xe7\x6a\xd9\x7a\x32\x74\xa4\x69\x79\xa1\xb3\x90\xad\x81\xe7\x98\xa2\x15\xfa\x4e\xac\x5b\xbd\xaf\x1c\x5d\xb4\x82\x99\xa3\x6f\x5a\x81\xeb\x5c\xab\xd6\x53\xdf\x59\xa6\x48\xa1\xbc\x6e\xcd\xbb\x74\x89\x01\x57\xe4\x66\xcb\x54\xea\x95\xf3\xe7\xff\xfe\xa7\x7f\xf6\x27\xff\xe4\xcf\x7e\xf9\x47\xdf\xfd\xee\xdf\x75\xfe\xfc\x57\x3f\xfb\x8b\x7f\xfb\x4f\xed\x97\xbf\xfc\xcd\xdf\xfb\x8b\x7f\xf3\xcf\xbf\xfb\xe5\x7f\xf8\xcb\xdf\xfc\xfd\x77\x1b\xfe\xc7\x3f\xfe\xc5\x77\xbf\xfa\xaf\xd8\xd0\x17\xa5\xd1\xf1\xca\x19\x14\x3c\xfb\xf6\x0f\xb8\xd4\xce\x44\x24\xa2\x48\x79\x96\x68\x67\xc4\xcd\x8d\x14\x7f\xfa\xf3\xd2\x79\xf3\x2f\xdf\xfe\x9d\xb7\x3f\x7b\xfb\xb3\x37\xbf\x7e\xf3\xcb\x37\xbf\x72\xbe\xfb\xbd\x7f\xfd\xdd\xef\xff\xbb\xff\xf9\x87\xff\xc2\x71\x75\xce\xbf\xfd\x63\x95\x3a\x33\x55\x98\x72\x59\x7e\xfb\x87\x1a\x12\x05\x4f\x0a\xae\x25\xbe\x4c\xf5\xb5\x74\xde\xfc\xf1\xdb\x7f\xf0\xe6\xbf\xbc\xf9\x8f\x6f\x7e\xf1\xf6\xa7\x96\x86\xe3\x19\x9e\x4a\x4c\x63\x83\x52\xad\x79\xca\x65\x26\x32\x27\xfc\xf6\x37\xc5\xf5\xb7\x7f\x20\x9c\xff\xfe\x8f\xc4\x9f\xfe\xdc\xc8\x8c\x3b\x6f\x7e\xfe\xf6\xa7\x6f\xfe\x5b\x35\x28\xb8\x11\x99\xbe\xe6\xce\xff\xf9\x67\xbf\xff\xbf\xfe\xf3\x1f\xfd\xef\xdf\xfd\x4f\xce\x90\xa7\x62\xa9\x9c\x37\xff\xea\xcd\xaf\xdf\xfe\xf4\xcd\x2f\xde\xfe\xde\x9b\x3f\x79\xfb\xb3\xb7\xff\xf0\xcd\xaf\xdf\xfc\x82\xd9\x3c\xd1\x1e\x7d\xa2\xf5\x63\x08\xca\x65\x7c\x2d\x0a\x2b\xdd\x36\xbe\xc4\xd4\xf6\x92\x91\x78\x49\xcc\x8c\x64\x0c\x1d\xf8\x66\xc5\x48\xd0\xf4\xd8\x0a\x9f\x33\xfa\xbb\xfd\x46\x82\xa7\x9f\xbe\x31\x92\x3e\x82\x8f\x82\x91\x0a\x40\x07\xb2\x94\x91\x1e\x40\x07\xd2\x1b\x46\xca\x00\x1d\x28\x4a\x46\x1a\x01\x1d\xf8\x09\x67\xa4\x16\x38\xa7\x66\xa4\x1b\xd0\x01\xfa\x64\xa4\x23\xf8\x2d\x65\xa4\x28\xd0\x81\xab\x25\x23\x6d\x81\x0e\x48\xc3\x48\x65\x70\x42\xc9\x48\x6f\x08\x12\x32\x52\x1e\xcc\x6c\xf1\x93\x91\x12\x41\x07\x74\xc1\x48\x93\xf0\xf1\x86\x91\x3a\x41\x07\xae\x15\x23\x9d\x82\x0e\x2c\x53\x46\x8a\x05\x1d\x28\xaf\x19\xe5\x31\xf5\xd5\xa8\x35\xcf\x73\xfa\xc1\x88\x6a\x00\xb3\x38\xe5\x74\x68\x40\x68\xa2\x6d\xd4\x3a\xed\xc8\x4c\xb2\x97\xdb\x1e\xed\x6a\xd8\x25\x63\x2f\x15\xa6\xbf\x97\x2c\xb8\x98\x3e\x8f\x06\xd3\x69\xe8\xfa\xd1\x13\xdf\xde\xba\x6f\xa0\xb5\x60\xa5\x6e\xe1\x46\x14\x55\x01\xf9\xdd\xaa\x04\x25\x1a\x08\x65\x86\xaa\xbe\x2c\xba\x50\xca\x88\x62\x8f\xee\x33\xd7\xaf\x7e\xcd\x57\x27\x91\x48\x95\xaa\xc1\xcd\x9f\x3b\xd8\x5f\x2d\x54\x95\xea\x0f\x90\x0a\xdd\xf1\x6c\xd4\x0d\xdd\x88\x0a\xad\x55\x91\x97\xa8\xfe\xdf\x00\x00\x00\xff\xff\x9e\x40\xc6\x7f\x38\x3a\x00\x00") +var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7b\x5b\x8f\x1b\x49\x96\xde\x7b\xfc\x8a\xd3\x35\x1e\xb7\x64\x24\x59\x17\xa9\xaa\xab\x55\x53\x83\x4e\x91\x49\x16\x57\xbc\x75\x66\x52\x97\x16\x0a\xa9\xa8\xcc\x20\x19\x53\xc9\x8c\xec\x8c\xc8\x2a\xb1\x61\x2c\x66\xe0\x07\x5f\x60\xc3\x0f\xb6\x77\x61\x60\x61\x78\x60\xd8\x0b\xac\xbd\xf6\x2c\x6c\x03\x33\xe3\x59\xfb\xa1\xbd\xef\xd2\x7f\x58\xf7\x7a\x0d\x1b\xfb\x17\x8c\x73\x22\x93\x4c\x4a\x25\x6d\x0f\x60\x4b\x40\x31\x19\x19\x71\x22\xe2\x5c\xbf\x73\x22\xf8\x03\xf8\xe4\x93\x4f\x60\xec\x3d\xf5\x7c\xa0\x3f\xa3\x49\x77\xd0\x7b\x01\xe1\xc5\x20\x80\xde\x60\xe8\xe1\x7b\x66\x7b\x4d\x87\x9e\x1b\x78\x30\x72\x9f\x78\xd0\xb9\x70\xc7\x7d\x2f\x80\xc9\x18\x3a\x13\xdf\xf7\x82\xe9\x64\xdc\x1d\x8c\xfb\xd0\x99\x05\xe1\x64\x04\x9d\xc9\xb8\x37\xe8\xbf\x4b\x61\xd0\x83\x17\x93\x19\xb8\xbe\x07\x53\xb7\xf3\xc4\xed\xe3\x88\xa9\x3f\x79\x3a\xe8\x7a\xbe\xb3\x33\xc1\xe4\x19\x52\x9e\xbe\x80\x49\x0f\x06\x21\xd1\x60\x67\xe0\xe6\x39\x64\x7c\x25\xc0\x2c\xb9\x01\xbd\x54\xb7\x1a\x54\x06\xe2\x46\x14\x6b\xc8\xf9\x42\x80\x91\x26\x15\xcc\x9d\x4e\xa3\xb1\x3b\xf2\xe0\x1c\xfa\x6a\xa1\xd9\x19\x84\x4b\x61\x47\xaa\x39\x98\xa5\x00\xbd\xd6\x46\xac\xa0\xd4\xa2\xb0\xc4\x8a\x32\xd3\xb6\xb3\x3f\x1b\x47\xb3\xc0\xf3\xe1\x1c\x16\xd2\xb0\x33\xf0\xa4\x59\x8a\x02\xf6\x12\x71\xb3\xe7\xc0\x5e\x5e\xa8\x64\x0f\x54\x01\x7b\x46\x68\xb3\x47\xfd\x47\x93\x2e\x4e\x96\x88\x1b\xc6\x5e\x6a\x51\xdc\x88\xe2\x92\x4d\xfd\x49\x38\xe9\x4c\x86\x70\x0e\x4b\x63\x72\xd6\x9d\x8c\xdc\xc1\x18\xce\x21\x55\x31\x4f\x97\x4a\x1b\xe6\x4f\x26\x61\x34\xf3\xb1\xcb\x0f\xef\xd5\xfd\xef\xeb\x47\xfb\xfb\x3f\xbc\x67\xbb\xdf\xd7\x8f\x7e\x78\xef\x22\x0c\xa7\xd1\x74\xe2\x87\xf7\xf5\x3e\xa3\x2f\x6e\xb7\x8b\x0b\x3c\x68\xd3\x7f\xb6\xe9\x00\xe7\xf0\xe0\xe0\xe0\x80\x9d\xc1\x54\x14\x2b\xa9\xb5\x54\x19\xcc\x55\x01\x65\x26\x5f\x83\x56\xf1\xb5\x30\x6c\x36\x1e\x3c\x8f\x82\x49\xe7\x89\x17\x46\x53\xcf\x1f\x0d\x82\x60\x30\xc1\x85\x9d\x9c\x9c\xb0\x33\x18\xe2\xf2\xe0\x5e\x77\xf4\xd5\x7d\xc0\xb5\xe1\x70\xe4\x0c\xdc\xaa\xe2\x5a\x14\x1a\xee\xe9\x32\x5e\x02\xd7\x10\x04\x17\x50\xe6\x09\x37\xe2\x3e\xf0\x38\x16\x5a\xcb\x6c\x01\xb7\xe2\x0a\x90\x07\x32\x16\x6d\x76\x06\x83\x0c\x56\x4a\x1b\x88\xb9\x16\x1a\xd6\xaa\x84\x44\x41\xa6\x0c\x64\x42\x24\x60\x14\xc4\x4b\x9e\xa1\xe8\x96\x02\x12\x31\xe7\x65\x6a\xe0\x86\xa7\x25\x0d\x76\x53\x23\x0a\x90\x06\x54\x96\xae\x41\xce\x71\x7c\x41\xf3\x5a\x2e\x43\xa6\x12\x01\x52\x13\x41\x12\x2c\x0a\x99\x6b\x40\x8e\xd0\xcb\x36\x1b\x4e\x3a\xee\x30\xfa\x18\xab\x37\x2c\x7d\x9f\xdb\x67\xd0\x95\x9a\x5f\xa5\x82\x26\x9d\x0b\x6e\xca\x42\xc0\xed\x52\x64\x34\x25\xbf\xe1\x32\xc5\xd7\xac\x3b\x08\xdc\xc7\x43\x2f\xc2\x6e\xe7\x30\xe7\xa9\x16\xec\x0c\x9e\x2d\x05\x29\x4f\xa9\x05\x5c\x95\x32\x35\x32\x6b\xae\x5e\xe1\x06\x4c\x9b\x05\xa1\xeb\x87\x38\x34\x0a\x3c\xff\x29\xe9\x5e\x4d\xa1\xab\x56\x5c\x66\x95\xda\x2b\xb8\x12\x20\x5e\xe7\x4a\x8b\x04\x2a\x52\x71\xaa\x32\x81\x82\x62\x38\x7e\xa3\x64\x5b\x05\x42\x65\x50\x85\x81\xac\x5c\x5d\xa1\xba\xff\xf5\x44\x2a\x4d\x3a\x3a\x62\x67\x30\x16\x06\xe5\x0e\x32\x33\xa2\x98\xf3\xf8\xce\x7d\xa4\x52\x1b\x91\xa1\x31\xd2\xf8\xe1\x20\x08\xbd\x71\x74\x31\x09\xc2\x86\x92\xee\x2e\xe3\x7b\x53\xa9\x16\xf3\xc3\x7b\xf5\xca\x68\x47\xbe\x52\x06\x72\x6e\x96\x68\xd1\x48\x23\x91\x85\x88\x8d\x2a\xd6\xce\x46\x8b\xa4\x86\x4f\x7f\x77\xbf\xad\xf5\xf2\x53\x07\xae\x4a\x43\xca\xb7\xe4\x37\xc4\x48\x94\xc8\xa7\xfb\x4b\xb5\x12\xfb\x0b\x69\x6c\xaf\x36\xcd\x4b\x9a\x32\x75\xc3\x0b\x38\x67\x67\xd0\x59\x2a\xa5\xad\x76\xc6\x32\x5f\xa2\xfe\x1b\x05\xba\xcc\x73\xdc\x0c\xda\x06\xf1\x4f\x65\x99\x88\x8d\x54\x99\x66\x5b\x31\x46\x9d\xc1\xf4\xc2\xf3\x03\x38\x07\x2e\xf4\xe1\xd1\x69\x2b\x36\x85\x43\xcf\x9f\x1f\x6d\x9e\x8f\x8e\x4f\xb6\xed\x47\xa7\xad\x45\xbc\xfa\x42\xe5\x22\xd3\x7a\xd9\x8e\xd5\xca\x01\x5e\xc4\x73\x55\x16\x47\xc7\x27\x9b\xe7\xc3\xa3\x53\x52\xcd\x6a\xcf\x64\x46\x85\xe0\x46\x80\x11\xab\x5c\x15\xbc\x58\xc3\x5c\xa6\x42\x5b\x55\x45\x4f\x05\x79\x79\x95\xca\xf8\x1a\xae\xc5\x1a\x4a\xb2\x54\xad\x97\xad\x6b\xb1\x5e\x88\xcc\x61\x67\x4d\xb6\x55\xee\x71\x4b\x6b\xc3\x5d\xcb\xa2\x27\xde\x8b\x28\xf4\x82\x06\x9b\xa6\x28\x0a\x64\xcc\x96\xe4\x8e\x1c\xb6\xed\x9f\x02\xcf\x12\x48\x05\x3a\x70\x91\xa6\x30\x97\x59\x02\xaa\x34\x70\xbb\x94\xf1\x12\x50\x0f\x71\x37\x3c\x4d\x37\x73\xf5\x51\x0d\x68\xa6\x06\x7d\x72\x2d\x89\x8c\x71\xd3\xb7\x95\x99\x91\x37\x11\xf1\x35\xac\x64\x26\x57\xe5\x8a\xf6\xaa\xe5\x37\x02\x6e\xa5\x59\x42\xac\x8a\x42\xe8\x5c\x65\x09\xee\xde\xac\x73\xc1\x46\x83\xf1\x60\x34\x1b\xd1\x8e\x82\xc1\x57\x5e\xd4\xb9\xf0\x3a\x4f\x9a\xf6\x57\x99\x7f\xa7\x3b\xc6\x40\x93\xa1\xc5\x54\x31\x60\xa5\x12\xc1\x26\xbd\xde\x70\x30\xf6\xea\x10\x60\x87\xd5\xce\xc0\x9f\xcc\x42\xcf\x8f\x86\x93\x7e\x83\x62\x5f\x64\xa2\xc0\x55\x6b\x23\x72\xfd\x88\x9d\xc1\xdf\x80\xf6\xfe\x02\x3d\x6c\x2c\x0a\x03\xad\x98\x9f\x9b\xa2\x14\xd0\x4a\xca\x82\xa3\x4e\x9d\x9f\x7e\x76\x72\xb0\x3c\x58\x1d\x68\x68\x61\xdc\x38\x5f\xad\xf1\xa3\x2d\x5e\xf3\x55\x9e\x0a\xd4\x12\x76\xc6\xce\x60\x52\xc0\xbc\x50\x2b\xe0\xd0\xce\xe7\xaf\x49\x01\xc8\xd0\x0b\x23\x12\xfb\x06\xd5\xf8\x99\xcc\x12\x8c\x9c\x38\x99\x9c\x5b\x06\x6a\xa3\x0a\x01\xf7\x12\xc5\xce\xc8\xaf\xcd\x55\xb1\x10\x06\xf9\x69\xc7\xd3\xc0\xbc\x90\x37\xd8\xf9\x5a\xac\xef\xdb\x65\x5b\x35\x4d\x21\xbf\x8e\xf5\xe1\x11\xb4\x64\x46\x54\x69\xf6\x16\xca\xd4\x7e\x13\x2b\x68\x65\xea\x5a\xac\xf5\xf7\x1b\x75\x2d\xd6\xf5\x20\x7c\xa1\xf1\x21\x11\x9a\x75\x3c\x3f\x8c\x08\x54\x9c\x43\x5c\x6a\xa3\x56\xfb\x18\x59\xf5\x7e\x3d\x0d\x43\x31\xde\xd5\xa1\xa2\xc8\xce\x60\x96\xe7\xe8\x6a\xc4\x8d\x48\x09\x0c\x88\x55\x9e\xe2\xa6\x50\x29\xb5\xe1\x46\xc6\x96\x6f\xe8\x5b\x76\x8d\x82\x58\x80\x6a\x7e\xbb\x14\x85\xb0\x21\x51\x6a\x10\xaf\x45\x5c\x1a\x91\xa0\x13\x0f\x07\x9d\x77\xdc\x47\xb7\x1a\x4f\x03\xd1\x5b\x20\x86\x49\xb8\xe1\x04\x52\xba\x6e\xe8\xd6\x9a\x4d\x8d\x84\x71\x52\x94\x09\x06\x6e\xbb\xca\xfe\x57\x83\x69\xed\x70\x98\x37\x26\xc5\xa2\xb6\xad\x4a\x0d\xb9\x55\x69\xc2\x40\x73\x8a\x2a\x59\x2b\x55\x8b\x85\x48\x08\xe3\x68\x07\x62\x9e\xa1\xdf\xdf\x43\x8f\x67\xe1\x8b\x78\x9d\xa7\xaa\x10\x7b\x6c\xe8\x12\x78\x8b\xa6\x6e\x1f\x19\x87\x3d\x18\x7b\x59\x88\x5c\x69\x89\x36\x7f\xb9\xe3\x6f\x91\x3c\xaa\x0b\xce\xb7\xe9\x23\x85\xfe\x54\xd3\x16\x76\xcc\x7e\xef\x77\xf7\x7f\x84\xf3\x63\xf4\xfa\x31\xa9\x78\xab\x39\x64\x8f\x00\x10\xf1\x09\x01\x9a\x8e\x0b\x99\x1b\xb2\xcb\x3a\x24\x54\xdb\xd6\x0e\x68\xb5\x12\x46\xae\x84\x86\x58\x95\x69\x42\x7b\xd1\xcb\x3d\x16\x74\xfc\xc1\x34\x8c\xc2\x17\x53\x5c\xfb\x15\xd7\xcb\x06\xd7\xdd\x71\x30\x40\x7c\x51\x68\x61\x7d\x35\xcf\xa0\xcc\x0a\x11\xab\x45\x26\xbf\x11\x49\xfd\x8e\x61\xc7\xa8\x73\xe1\xfa\x81\x67\xd7\xd3\x53\x45\x2c\x2a\x64\x99\x89\xdb\xed\x4e\xd7\x55\x00\xad\x8c\x81\xf5\x26\x7e\xc7\x8b\xa6\xfe\xe0\xa9\x1b\x7a\x4d\x2b\x4f\xd5\x15\x4f\x61\xc5\x5f\x93\x23\x22\xef\x4c\x32\x95\x2b\x84\x33\xf3\x26\xc5\xdc\x22\x84\xc2\x81\xd6\x21\xac\x04\xcf\x10\xcf\xd8\x9e\x6c\xe4\x3e\x8f\x3a\xbe\xe7\x86\x83\xc9\x38\x1a\x0e\x46\x03\x0c\x86\xad\x43\x76\x06\x23\x59\x14\x28\x8b\x75\x16\xc3\xd7\xa5\x28\x05\xa4\x22\x5b\x98\xa5\x03\x32\xc3\xe9\xb4\x40\xc0\xb4\xda\xf6\x22\x97\x6f\x38\x1a\x14\x42\x2e\x99\x2d\xd8\x68\xe0\xfb\x13\x3f\xfa\x72\xe6\xcd\xbc\x68\xe8\x8d\xfb\xa4\x8a\x87\x15\x84\xe4\x26\x5e\xda\xd8\xf1\x61\xfa\x79\x99\xa6\x50\x88\xaf\x4b\x0a\x31\x9b\x11\x77\xcc\x35\x9d\x0d\x87\x91\xef\x7d\x39\xc3\xc0\xf1\x81\x19\x0b\x31\x17\x45\x21\x12\x18\xca\x58\x64\x08\x18\x8d\x82\x3c\x45\xd8\xc1\xad\x13\x32\x2a\xaf\x41\x3c\xe2\x05\x44\x28\x08\x8d\x56\xa5\x36\xb0\xa2\xe9\xc9\x7c\x09\x2f\xa1\x63\x51\xd9\x7c\x3f\xb5\xc4\x50\xeb\x2b\xaf\xd0\x6c\x66\x53\xdf\xeb\x79\xbe\xef\x75\xa3\xe1\xa0\xe3\x8d\x03\x0f\x03\xb6\x9b\xf3\x78\x29\xea\x75\xc0\x51\xfb\xc0\x41\xde\x57\xdf\x1b\x81\x81\x5f\xc9\x54\x1a\x52\x0b\xc2\x48\x3c\x36\x36\xda\x34\x35\x1d\xae\xd6\x16\x92\xe6\x85\x32\x2a\x56\xe9\x26\x44\x10\xda\xec\x93\x54\x6b\xd5\xf1\xb2\x77\x09\xaf\xe4\x82\x22\x46\x43\x67\xae\xd6\x36\x8f\xb0\x8e\xaa\x72\x0b\x16\xea\xa2\x43\x89\x46\x83\xbe\x4f\x4a\xd3\x20\xdc\x51\x59\x5c\x16\x85\xc8\xe2\x35\x5a\x67\xa9\x2d\x00\x2f\x84\x29\xa4\xb8\x11\x10\xab\xd5\x4a\x1a\x0d\x32\x9b\xab\x62\x45\xfa\xda\x86\x70\x29\x35\xdc\xf0\x42\xd2\xa2\x12\x31\x97\x19\xd2\x42\x01\xd4\xca\x5d\x41\x3a\x14\x0b\xd7\xd7\xda\x66\x54\x95\xc3\x29\xca\xac\x16\x1d\x61\x73\xb4\xe1\x36\xcc\x74\xc9\xd3\x74\xed\x60\x3b\x3b\xb3\x78\x1f\x12\x91\x0b\xc4\x02\x73\x58\xaa\x5b\x58\xf1\x6c\x0d\x9d\xe9\x4c\xc3\xbd\x58\x15\x42\xdf\xdf\xc0\xb7\x36\x0c\xac\x02\xd8\x61\x88\x57\x6c\xac\xfa\x46\x14\x18\xc0\x28\xdd\x49\xd0\x9c\xfa\x93\x7e\x00\xb7\x32\x4d\x81\x97\x46\xe1\x8e\x10\x57\xac\x21\x11\x46\xc4\x76\x51\xdb\xb5\xd3\x5c\x94\x5f\x54\xf0\x07\xe7\x62\x9d\xc9\x68\x34\x08\x83\xa8\xe7\x85\x9d\x8b\xa8\x33\x19\x77\x66\xbe\xef\x8d\x3b\x2f\x10\xd9\xee\xb8\xc9\xb6\x48\xf0\x13\xbd\xe5\x50\x6a\xb2\xf1\x2a\x02\x23\xaa\x45\x68\xb8\xc9\x5b\xd1\x81\x11\x10\x4d\x65\x26\xe0\xb6\xe0\x39\x32\x9d\xd6\xd3\x51\x89\xa8\x2c\xdb\xd2\xc3\x34\x28\x10\x39\x27\x05\x68\xd0\x22\x1d\xe3\x24\x33\xde\x86\x50\x6d\x69\xd5\xc8\x4f\x9a\x25\x46\xd3\xcd\x18\x07\x7e\x52\x12\x0e\x34\xf5\x38\x46\xd0\xe5\x99\xef\x4e\x23\xef\x79\xe8\x8d\x31\x0f\x44\xe5\x6f\x9b\xd7\xc6\x69\xaf\x12\xa7\xbd\xe2\xc5\x75\xa2\x6e\x33\xfc\x66\x3f\xae\x13\x04\x8b\x4f\x79\x2a\x13\xbb\x3f\x84\x41\xd5\xd6\x68\x4f\x1c\xf2\x42\xdc\x48\x71\x0b\xee\x74\x00\x5c\x6b\x15\x4b\x8e\x08\x84\x56\x6c\x96\x62\xe5\x40\x9d\x41\xf2\x5c\xee\xdf\x1c\xee\xd7\xb3\xec\xec\x95\xa4\x4b\x96\x43\x6b\xd5\x6d\x74\x0f\x44\xd7\xf0\x2b\x64\x17\xf2\x87\x66\x87\x5b\x95\x7d\x6a\x0b\x02\xe8\x92\x90\x8d\xbb\x9c\x87\x44\x09\x8d\x5d\xc8\x43\xa0\xc1\x3f\x1d\x78\xcf\xc8\x64\x10\x2d\x10\x78\xc3\x7d\xd7\xeb\xd8\x95\x6b\x99\xa7\x8a\x27\x97\x5b\xcb\x6c\x98\x21\xcd\x63\x3b\xe8\x76\x65\x86\x5d\x38\x07\x04\x70\x0d\x58\x5c\x23\x69\x99\xae\x2b\xac\x55\x8d\x81\x7b\x49\x13\x21\x2c\x84\xd1\x10\xa7\x82\x67\x22\xc1\x9d\x5b\x90\x51\x97\x38\xc8\xa1\xde\x67\xa1\x37\x9a\x36\x51\xc3\xbe\x59\xe5\xfb\x15\x3d\x0c\x5d\xb8\x24\x0c\xa2\x95\x50\x78\x21\x80\xa7\xa9\xba\xb5\xd6\x7e\x55\xcf\x2d\x12\x07\x44\x7b\xd1\x06\xb9\xe2\x0b\xb1\xff\x93\x5c\x2c\xfe\xb6\x7d\xcc\xb3\x45\x1b\x86\x02\x85\x29\x56\xb9\x59\x57\x31\x89\x88\x00\x9a\xe5\xbc\x9e\x82\xb9\xc3\xe1\xe4\x99\xd7\xa5\xf8\x1b\x50\xe4\x1c\x55\x4e\x81\x60\xb7\x9a\x83\xe0\xb5\x4f\x96\x19\x8c\x1e\x33\xcb\x70\xf7\x39\xc1\x6d\x38\x87\x07\x8d\x31\x5b\x63\xb4\x2a\x4c\x81\x91\x16\x4b\x71\x10\x87\xa2\x98\x8e\x19\x7b\x59\x8b\xaa\x21\x96\x25\x2f\x12\x6b\x05\x57\x85\xe0\xd7\x5b\xf1\xd7\xee\xf1\xc2\xf5\xd1\xc7\x8f\xbd\xe8\xb1\xef\xb9\x4d\x94\x5f\x1b\xac\x0d\x0f\x98\x08\xb7\x82\x78\x29\x56\x77\xf1\x90\x6b\x9c\xe4\xba\x4a\xad\x0a\x81\xae\x06\xc3\xdd\xa8\x56\x9e\x33\x82\x1a\x15\x38\x87\x85\x34\xce\x8a\x2f\x32\x61\x98\xad\x8e\x45\x33\x7f\x18\x05\x9d\x0b\x6f\x54\x71\xec\xfb\x78\x0b\xf4\xa4\x34\x93\x48\xf6\x51\xef\xed\x3a\x1a\x53\x7e\x2f\x17\x61\x49\xd4\xfe\x61\x5f\x35\x2c\x84\xeb\x8d\xf6\xdf\xe1\x27\x48\x68\xbb\x2e\xe2\x43\xde\x81\xb1\x97\x7a\xc5\x0b\xb3\xce\x79\x66\xf4\x65\xc3\x26\x2c\xb3\x7b\xbe\xdb\x09\x2b\x22\x64\x25\x5d\x37\xb8\xf0\x36\xdf\x86\x6e\xe8\x3d\x8f\x76\xdb\xdc\x71\x7f\xe8\x75\xa3\x2f\x67\x93\x70\xdb\xc8\x5e\x22\xb4\xbf\xb4\xbe\xa8\xb4\xb0\xd7\xa5\x22\x54\xab\xa3\x32\x53\xa8\xb4\xe5\xa2\xc4\x5a\x93\x42\x2e\x64\x06\x4b\xc1\x29\x26\x34\xe0\x29\x15\x8d\x14\xba\x2b\x2d\x32\xc3\xdc\x4e\xc7\x0b\x02\xf4\xf1\xa1\x3f\x19\x46\xa4\xda\xd1\xc4\x1f\xf4\xa9\xa0\xc2\x2c\xae\x44\xf5\xda\x68\x42\xba\x50\x85\x34\xcb\x95\xa6\xf4\xc1\x2c\x85\x2c\x76\x52\x4f\x0b\x98\xe0\x5e\xa9\x05\x42\x3b\xa3\x20\xa9\x51\x03\x99\xcf\x7d\xf6\x12\xb3\xfc\x6a\x48\x74\x2d\xd6\x11\x9a\x0d\x72\xad\x7b\x74\x7c\x7c\xf8\x39\x9c\xc3\xd1\xf1\x09\xf3\x3a\xdd\xc0\x05\xa8\xbe\xf9\xf4\x4c\xdf\x0e\x1e\x9e\xb2\xee\xe6\xeb\xe1\xc1\xd1\x43\xc6\x5e\xa2\x4f\xb8\xe2\x5a\x5c\x36\x8a\x97\xab\xb5\xfe\x3a\xa5\xf2\xa5\xd2\x66\x51\x08\x6d\x73\x00\xfd\x75\x2a\x8d\x78\xb0\xe7\x50\x70\xc5\x90\x5d\x55\x32\x70\xad\xa1\xec\x3e\xb6\x3a\x34\x5a\x07\x5f\x0e\x1b\xd8\xe5\x71\x8d\xb7\x89\x2c\xab\x0a\x3d\x87\x47\x9f\x51\xa9\xe7\xf0\xd1\x83\x07\x07\x27\xac\xaa\xc0\x22\xea\x67\x55\x41\xb5\x50\xca\xb0\xa9\x1b\x04\xcf\xba\x35\xca\xde\x59\x51\x86\x90\x40\xd4\xf5\x56\xcb\x2a\x5c\x34\xe2\x4b\x59\x54\x79\xcb\x8d\x28\xe4\x7c\xdd\x9a\x97\x69\xba\xc7\x82\x60\xb8\xa9\xbe\xda\xfe\x35\xd9\x7a\x6b\x24\x9a\x3d\x23\x93\xab\x3d\x87\xaa\x3e\xfc\x4a\xab\xb4\x34\xdb\x64\x2e\xa3\xcd\x93\x73\x45\x33\xa8\x6a\x97\xac\xe9\x61\x71\x13\xed\xe4\x8a\xb1\x97\x3c\x59\x49\x72\x3a\x35\xfe\x2b\xc4\xa2\x4c\x79\x01\xf7\x30\xe7\xa2\xb7\xf7\x6d\xce\xd5\x28\xca\xa8\x62\xc1\x33\xf9\x0d\xb7\x05\xa2\x4d\x75\xc0\xeb\xcf\x86\xae\x1f\x4d\xfc\xfe\x06\xe2\x6f\xcc\x84\xbd\xd4\x22\x2e\x0b\x69\xd6\x97\x6c\x30\x0e\x42\x77\x38\x44\x78\xd7\x74\x5a\x9f\x7c\x62\xeb\xf0\xb6\x5c\x1f\x4e\xe0\x89\xe7\x4d\xe1\xc5\x64\xe6\x03\xf1\x1b\xb3\x4b\x08\xdc\x9e\xf7\xc9\x27\x2c\xf0\x3a\xbe\x17\x46\x4f\x3c\xc4\x2d\x9f\xfc\xe0\x8b\x5e\xd7\x7b\xe6\x7b\xcf\xfc\xbf\xf9\xb7\xee\x61\xd2\x59\x1a\x85\xf9\xa2\x44\x7f\xb6\x12\xe4\x84\x13\xbe\xd6\x6c\x38\xe9\x0f\xc6\x91\xef\x8d\xbc\xd1\x63\xcf\x8f\xba\xee\x0b\xb4\xbf\xcf\x58\x67\x32\x79\x32\xf0\xa8\x4e\xde\x10\x73\xc4\x6f\x05\xe6\x69\xf5\xeb\xcd\xb8\x66\x1f\x4a\x1e\x12\x89\x92\xaa\xba\x05\x5e\x67\xe6\x37\x73\x27\x1f\xc3\x9d\xc6\x1c\x4b\xbd\x5e\x23\x74\x5b\x8a\xcc\xd4\x49\xb1\xb5\xe3\x4d\x35\x9f\x4a\xf8\xf8\x85\xf9\xde\x53\xcf\x0f\x30\x17\x9b\x3c\x7f\x11\xb9\xb3\xf0\xc2\x1b\x87\x83\x8e\xcd\x9c\x2a\x05\x7c\xde\x7a\xe6\x3d\xc6\x57\x2d\x6c\xa8\x8a\xf5\x32\x16\x97\x0c\x9d\xd2\x53\x2f\xea\x4c\xba\x5e\x34\xc4\xa7\xd1\x60\x3c\xb3\xee\xe6\xf0\xf4\x80\xf9\x5e\xe0\x61\x5a\x8f\xaa\xfb\xc1\x4e\x67\x30\xa3\xd5\xd4\x85\x6d\x95\xcd\x65\xb1\x02\xd1\x5a\x71\x99\x92\x83\x2a\xc4\x42\x6a\x63\xab\x3a\xcc\xf7\xfa\x83\x20\xf4\xfc\xc8\x1b\xb9\x83\x61\x44\x87\x26\xfe\x68\xa7\xf6\x2b\xac\x93\xb2\x91\xd7\x0e\x16\x05\x69\x34\x69\x5a\xad\x5f\x3c\x8e\x55\x99\xd9\x2a\x79\x53\xbd\x06\x41\xf8\x5e\x12\x40\x4b\xa4\x74\x49\xcb\x05\x95\xb3\x8c\x02\x82\x55\x3c\x5b\x9b\xa5\xcc\x16\x6d\x86\x59\xda\xc0\xf7\xa2\x60\xd0\x1f\x0f\xc6\x11\x82\xa5\x06\x85\x11\xee\x26\x53\x55\xf1\xa8\x11\x5f\xc7\x93\x70\xd0\x7b\x11\xe1\x6e\x9a\xdd\x11\xee\x24\xc2\x70\x99\x3e\xa2\x93\x10\xfd\x68\x7f\x7f\x21\xcd\xb2\xbc\x6a\xc7\x6a\x85\xb6\x25\x8d\x26\x13\xdb\x97\x5a\x97\x42\xef\x1f\x9e\x1c\xd7\x34\x3f\x26\xd5\xcd\x24\x1f\xea\x3b\xf9\x10\x13\x2a\xc4\x10\xf3\xdc\xc4\x4b\x8e\x50\x53\x26\x56\xbd\xde\x93\x52\x45\xbb\xe3\x4e\xc3\xce\x85\xbb\x8d\x3e\xb7\xe2\x6a\xa9\xd4\x35\xba\x82\x90\xc0\x16\x62\x04\x41\x74\x13\x7b\xe4\x52\x3b\x81\x52\x8b\x6d\xfd\x05\xb7\x89\x2e\x4d\xa7\x3c\xbe\xc6\x87\x44\xea\x58\x15\xc9\x1e\xab\x20\x14\x59\x89\x03\xf4\xde\x81\xea\x2d\x3b\x83\x0b\xa5\xae\x29\xbf\xfa\x48\x32\x5e\xad\x09\x41\x83\xba\x2b\x05\xbf\x3b\xeb\xee\x8a\x54\xde\x88\x82\x52\x33\x4c\x18\x64\x06\x5a\xc4\x2a\x4b\x34\xeb\x7a\xa8\xe6\x7e\x14\x0e\x46\xde\x64\x16\x12\xf6\x3a\x03\x8a\xab\x20\x33\xf2\x50\xa2\x51\x48\x44\x7e\x05\x4f\x06\xd3\x28\x1c\x06\xd1\x53\xcf\x1f\xf4\x5e\x34\x98\x3e\xde\xa0\xbb\xa5\xd4\x84\x9e\x1b\x89\x26\xa1\x5c\x84\x8a\x39\x5f\xa0\xef\xed\x0f\xc6\xfd\x68\x3c\x1b\xd1\x32\x09\xef\xc9\x54\x14\xef\xc3\x89\x33\x78\x5c\xce\xe7\x54\xd2\xa3\x58\x8b\x20\x6e\xc9\xb3\x4c\xa4\x0e\x5c\x0b\x91\x83\x24\xa7\x2e\x29\xe0\xdb\x03\x24\x48\x28\x5d\xb8\xce\xd4\x2d\xdc\x22\xc6\xa2\x97\x6d\x16\x78\xe3\x6e\xf4\x78\xd6\xeb\x79\x3e\xf2\xc8\x32\xa8\x2e\x30\x24\x52\xe7\x29\x5f\xdb\x23\x13\xb2\x67\x7b\xd6\x18\xcc\x1e\xff\x8e\xd7\xb1\x27\x14\xf5\xb9\x23\x9d\x50\x90\x95\xd8\x32\x16\x3b\x83\xfe\x8a\xd4\x5f\xaf\x4c\xde\x5e\xe0\x33\xaa\xfe\xa3\xe3\xd3\xcf\xd8\x19\x7c\xf9\x65\xf5\xe2\xeb\xaf\xa9\xf5\xe1\x09\x32\x79\xac\x8c\x70\xea\x74\x86\x6a\xb0\x22\x4b\x2a\x4c\xb7\xf7\xf0\xe4\x78\xcf\x81\x60\x14\x4e\xab\xfc\x16\x51\xbd\x16\x09\x66\xd6\x28\x77\x3a\x50\x0a\x87\x01\xa8\xcc\x8e\x3d\x3e\xfd\x0c\x19\x50\x08\xc4\x73\x88\x02\x13\x02\xd7\x7e\xaf\x03\x27\x0f\x0f\x3e\xdf\xa4\xd4\xef\xd4\xdd\xb6\x84\xa4\xa9\x12\xe9\xf4\x96\xaf\xf5\x66\xbe\x2a\xf6\x37\xe2\xe1\x85\x37\x9c\x80\xca\x85\x35\x1f\x1b\x5f\x97\x4a\x1b\x72\xd8\x68\x23\x89\x44\x79\x89\xcc\xb4\xb7\x45\x10\x1c\x43\xa7\x2d\x16\x7f\x6f\xfa\xa3\x1d\xed\x12\xdc\x01\x70\x54\xd3\xb6\xd9\x7a\x9b\x61\x3f\x3a\x73\xb2\xd1\x86\xfc\x27\x79\x4f\x0b\x18\xec\x11\x4e\xa3\xe6\xad\x9a\x3b\x6e\xc3\x24\x4b\xd7\x84\x0f\xcc\x12\x29\xab\x02\xb4\x48\xe7\x2d\x74\x92\x22\x69\x0e\xd4\x56\xc5\x6b\xf5\xb6\x2e\x15\xe2\x54\x8a\xcc\x34\xfb\x21\xe8\x89\x3a\x9e\x1f\x0e\x7a\xe8\xaf\xb6\x01\xee\x8e\x32\xb6\xd5\xee\x8f\xd5\xb1\xab\x1e\xdb\x42\x36\xe9\x97\x2d\xf7\x27\x49\x21\xb4\x76\x48\x9a\xc7\x0f\x8e\x8e\xaa\xa2\x4d\xe5\x72\x08\xcc\xf3\x0c\x04\x69\xed\xa6\xb3\x2a\x68\xfb\xaf\xf6\x50\xbd\xf7\xe0\x47\xf4\xfa\x8b\xc6\x91\xc2\x8f\x5f\x81\xb5\x4e\xd6\xf3\x27\xa3\x2a\xb7\xc3\x45\x6c\x63\x2e\x45\xa2\x9c\x6b\x7d\x8b\x3e\xca\xc6\xd8\x26\xbe\x43\xc6\x18\xf1\xda\xec\xe7\x29\x97\x94\x63\x58\x8a\x64\xa5\x2a\x33\x88\xba\x91\x4b\xd3\xa1\x3b\x18\x47\xa1\xf7\x3c\x6c\xe0\x9f\x98\xc7\xcb\x5d\x0c\x2b\x56\xaa\x58\x5b\x3c\x98\x48\xf4\xa2\xca\xb6\x52\xcf\xbd\xdd\xca\x73\xd5\x99\xb9\x5d\x77\x1a\x52\xec\xb7\x2d\x35\x3c\xac\xde\x57\x98\xb3\xdf\xb1\xc5\xbb\x1b\x9e\x36\xdc\xdf\x0e\xc5\x93\x03\x36\x18\x87\x9e\xff\xd4\xc5\xe0\x76\x72\x50\x13\xb2\x6b\xb1\x28\xb3\xb1\x96\xed\x89\x20\x69\x73\xcd\x77\x76\x06\x34\xe0\x11\x64\xf6\x60\xf5\xdc\xc4\xb9\x83\x2f\xcf\x1f\x9d\x3c\xf8\xec\x73\xa7\xe6\xe6\xf9\x8a\xc7\xbc\x50\x99\x93\x5c\x9d\x1f\x38\xb9\x52\x29\xa5\x06\xe7\x87\x07\x07\x8e\x4c\x52\x11\x55\xde\xfa\xdc\x02\x8f\x7a\xe6\x47\xf0\x6a\x0b\xc3\x0f\x0f\x8f\x0e\x0f\x5f\xd5\x26\x8a\x60\x87\x2e\x04\xdc\xcd\x53\x4c\x0a\x2b\x96\xd6\xec\xbd\x8b\x9f\xf5\x7d\x8d\x26\x43\xa7\x85\xba\x91\x08\xca\x08\xf1\x2c\x40\xe5\x16\xe8\x9e\x55\x5d\x1e\x91\x19\xda\xe2\x50\xb6\xae\x7b\xad\x85\xc1\x54\x59\xa6\xe2\x11\x54\x2b\xdb\x1e\xbd\x54\xa5\x89\x57\x84\xbe\xab\xb7\xfa\xd5\xff\x37\xee\x61\x1a\xf3\x08\x16\xaa\xa5\xbf\x4e\x5b\x49\x81\xe1\x70\x9f\x1a\x21\xd1\x59\xbd\x60\x6d\x30\xcf\xaf\x57\x86\xb9\xcc\xa3\x7a\xbe\x2f\xea\x35\x46\x06\x9d\xe0\xab\x0d\x9b\xa2\xea\x2a\x4c\x95\x47\xd4\x3b\xa1\x84\xdd\x6e\x39\x56\xea\x5a\xda\x82\x75\x0d\x88\x2b\xb8\x2c\xa3\x54\x5e\x8b\xc8\xe2\x23\x76\x86\x2e\x1a\xa3\x17\xfa\xa8\x9a\x5f\x98\xd7\x22\xa2\xaa\xd4\xb8\xe9\x1a\xad\xab\xf9\x00\xc2\xae\xf0\x8f\x16\xa6\x9a\x7f\x67\x2c\x21\x9c\x0a\xf7\x20\xec\xb5\x54\xb6\x55\xad\x7a\xe9\xfd\x0e\x61\x86\x8d\xe9\xec\x10\x39\x3d\x79\x78\x70\xc0\xfa\x9d\xa8\xb6\x1a\x02\x11\x70\x5e\xbd\xd8\x52\x49\xe5\xdc\x96\x85\xef\x18\x1e\x78\x74\x37\x25\x1a\x0e\x7a\xde\xbb\xe3\x3b\x5b\xc6\x91\xbb\xee\x04\x7e\x8f\xe1\x9f\x68\x97\x8d\x51\xac\x8b\x39\x63\x2f\x73\x19\x9b\xb2\x20\x8f\xb2\x39\xad\xb6\xa5\x38\xbd\x29\x33\x61\x52\x7f\xc3\x0d\x2f\x34\x73\x9f\xba\xa1\xeb\x47\xb3\xe9\x70\xe2\x76\x77\xca\x6d\x75\x8f\x33\xe8\x2c\x65\x26\xb4\xa8\xa0\x1e\xa5\xcf\xf6\xba\xc0\x5e\x52\x2a\xbd\x2c\xd5\x9e\x2d\x47\xf3\xba\xb0\x64\x87\x82\x56\x65\x11\x0b\x07\x50\xbe\x16\x13\x3f\xda\xdf\x8f\xb3\xf6\xa2\xb0\x1d\x08\x17\xdb\xc7\x7d\xd6\xf7\xab\xa5\x04\x93\x99\xdf\xa1\x3c\xaa\xea\x46\xe7\x66\x54\x9d\x4f\x4b\xb1\xc1\x01\x73\x55\xc4\x9b\x52\x1f\x1d\x24\xcb\x0c\xd4\x7c\x4e\x95\xb1\x15\x5d\x89\xa9\xe3\x6e\x4d\xba\xa1\x19\x3d\x91\xd0\xe9\x74\xcd\x08\x48\x95\xba\x2e\x73\xdc\xa2\x86\xee\x38\xa8\x8a\x18\xb1\x42\x98\x50\x75\xd9\xd6\x78\xd9\x99\x05\x28\x14\x4c\x10\xc5\x0a\xb1\x81\xfc\xb7\xb7\xb7\xed\x54\x5e\xd5\x5b\x54\xc5\xe2\x7b\xac\x9f\x96\xf5\xee\x06\x90\xa5\xfd\x8a\x0e\xea\x4a\x22\xf5\x15\x4f\x11\x8d\x54\x4a\xdb\xf3\xba\x9e\xef\x86\x5e\x37\xda\xec\xaf\x42\xed\xdc\x18\x1e\x2f\x57\x22\x33\x97\x8d\xeb\x39\xdb\xd6\x1d\x18\xdf\xae\x0f\x12\x09\xc6\xbf\x42\x12\xaf\xaa\x29\xde\x29\xf1\xd2\xd9\xe2\x96\xc8\x3b\x03\xad\xd6\x6c\x5f\xbf\xda\xa9\x2d\x34\x5e\xb0\x33\x98\x64\xb4\xbd\x95\x6a\x56\x6d\x31\xbf\xf8\x48\xb1\xf6\xdd\x2a\xec\xdd\x9d\xa8\xcc\xfa\x7e\x59\x76\x77\xad\x0f\x8e\x46\x8f\x59\xa3\x3a\xfb\xb0\x1a\xf6\xe1\xca\xec\xee\xf8\xc3\x83\xf7\x2a\xb5\x68\xda\xc8\xec\x20\x17\xb1\x9c\x4b\x61\x4f\xd2\x2b\x20\x80\x8c\x9b\x97\x69\xba\x06\x55\x9a\xbc\x44\xbd\x4b\x10\x63\xed\x52\xf5\x7b\x9d\xc3\xc3\xa3\x07\x35\x11\x9e\xd6\x00\x55\x24\xf5\x31\x01\x8a\xcd\x1d\x07\x83\x8e\x03\xb3\x4c\xbe\xee\x72\x44\xcf\x7e\x79\xb5\xae\x9e\x7a\x9d\xd3\xa3\xa3\xfa\xf3\x2b\xfb\x70\x7c\xe0\xd4\xa4\x37\x0f\xf6\xd5\x83\x07\x0f\x3e\xdf\x3c\x8c\x79\xa6\x1c\x78\x22\x4d\xbc\x14\x99\x03\x81\xe1\xab\xbc\xfa\x18\xc9\x34\x95\x9b\xe7\xb8\x50\x84\x03\xe8\x2b\x8e\xaa\x30\x02\x09\xb3\x99\xeb\xf0\x2b\xcc\xb3\x1a\x6c\xa8\xed\x04\x33\x63\x95\xf2\x6c\x81\xe6\xb1\x9f\x5f\x2f\xf6\x91\x7b\xfb\x3f\xc8\xaf\x17\xad\x58\x65\xda\x70\xd4\x92\xde\xc4\x1f\xb9\x14\xd2\xeb\xdb\x24\x98\x69\x18\xcc\xf8\x34\x8a\x88\x4e\xfe\x0b\xcd\x5e\xa6\x6a\x71\xc9\xde\xb9\xcf\x54\xe5\xa1\x48\x4d\xa5\xa2\x02\x2e\x55\xf0\x6f\x06\xfc\xba\x43\x8d\x6f\xd5\x6a\xc5\xc9\x67\xd6\x85\xe6\x55\x99\x1a\x99\xd7\x07\x40\x95\x7a\xd6\xc3\x1c\xd2\x93\x3d\x56\xd5\xe6\xaa\xd6\xff\x97\xd9\xda\x1d\x89\x5a\x0d\x6a\xc2\x82\xc7\x54\x37\x1c\x64\x73\x85\x9f\xcf\x78\x91\xe1\xa7\x57\x14\xaa\xc0\x87\x1e\x37\x3c\x7d\x67\xc3\x76\x14\x1b\x7a\x4f\x3d\x44\x78\xf4\x95\xd5\x28\x6f\xc3\x2e\xeb\x7f\xb2\x74\x4d\xdc\x6d\x57\xed\xa8\xdf\x69\xe3\xc0\x84\x0e\x83\x97\xa2\x90\xa6\xa6\xb7\xa1\x44\x7c\x79\x97\x0c\x36\x7e\x0f\x1a\x95\xbf\xb4\xee\x49\xd7\x87\x9a\x22\x41\x89\x43\xa1\x0c\x8a\xe5\x9e\xbe\x45\x4d\x25\x53\x55\xe8\x40\x30\x1f\xac\x10\xd9\x7d\x36\x9c\xf4\x23\x7f\x12\xda\x74\x64\x13\xce\x17\xe8\x7d\x88\x48\xc2\x65\xba\x66\x5d\x77\x30\x7c\xf1\x5e\xbf\x8d\xfb\xd0\x4b\x39\x27\x0c\x8f\xb9\x66\x6a\x0f\xdb\x76\x78\x79\x74\x5a\x1d\x19\x1d\xc2\x8f\x7e\x04\x47\xa7\x0e\x1c\x1d\x9f\x34\x1c\x4b\x14\x5c\x0c\x7a\x74\xc5\xf0\xb4\xa2\x4b\xbe\x7d\xeb\x64\x1a\x84\x69\xd0\x70\x30\xb6\x55\xb6\x03\xfa\x87\xb2\x7e\x9d\xcb\x82\xbc\xc5\xba\xd6\x79\x8b\x1e\xef\x25\x22\x15\x46\x00\x9f\x1b\x51\xc0\x8a\xbf\xa6\x2e\xf7\x89\xcc\xa6\x7e\xb9\x29\x12\x53\x15\xe6\x5d\x69\x50\xeb\xf7\x12\xc7\xb3\xaa\xe0\x32\xf3\x87\xcc\x5e\x2e\xc5\xc4\xa5\x50\xcd\x63\xa9\xa2\xcc\x32\x94\x01\x36\x57\x07\xe4\xb9\x28\xa4\x4a\xec\x61\xf4\x1d\xa7\x86\x7e\x99\x35\x7b\x53\x0a\x4d\x27\x81\xb6\x9c\xd3\xa6\x3b\xc7\x6e\x18\x51\x72\xbe\xcd\x98\xce\x60\x46\x97\x71\xab\x3b\x1f\xda\xae\xa4\x6d\x6f\xe8\x46\x55\xe3\x25\x0b\x3a\x17\x5e\x77\x46\x21\xec\x0b\x7b\xae\x78\x78\xb0\x62\x54\x76\xdd\x1c\x6b\x2e\x05\x4f\xcd\xd2\x5e\xa6\xab\xc8\x14\x22\x57\x91\x6d\x8f\xa8\xfd\x2e\x4a\x47\x0f\x97\x6c\x5b\x2b\x3a\x39\xc0\x88\xe6\x16\x8b\xd2\x86\x56\x74\xf6\xe4\x47\xb2\x04\x3e\x5d\x48\x03\x73\x1d\x5f\x7f\x5a\x7b\x8e\x56\xab\xcc\x0a\x0c\x4b\xc4\xb5\x56\xcb\xf0\x85\x46\xef\x83\xbe\x91\x3c\xa8\xca\x36\x3e\x52\x9a\x96\x8e\x57\x04\x93\x12\x15\x6b\x6a\x40\x62\xfb\x87\xed\xcf\xda\xc7\xcc\xf5\xfb\x81\x35\xb9\x0e\x5d\x07\x6c\x1c\xd8\xd2\x1d\x2f\x6d\x64\x5c\xb3\x87\xf6\x12\xd1\xee\xf0\x9d\xbe\x7c\x97\xbb\x24\x94\xbb\xb7\x8a\x13\xa4\x82\x67\x65\xde\x9c\x82\x17\xf1\x52\xde\x08\xdd\x64\x5c\xd5\x16\xc5\xb6\xfb\x7b\x93\x58\x11\xde\x3d\xcb\x19\x84\x88\xb2\xeb\xdb\x80\xdb\x5b\x8e\x72\x5e\xcf\xd5\x38\x26\xac\x4e\x8f\xd9\x64\x88\xe9\x47\x78\xe1\xa2\x7f\xa4\xc5\xbe\x5c\x48\xd3\x38\xb9\xd0\xb0\x94\x8b\x65\x2a\x17\x4b\xb2\x65\x9e\x10\xfa\xcd\x12\x28\xc4\x4a\xdd\xd8\xcb\x51\xd9\x42\x6c\xcf\x2b\xba\x83\x5e\x2f\xba\x18\xf4\x2f\x86\x83\xfe\x45\xb8\x53\x10\x6e\x02\x04\x34\x65\xbd\xc1\x2e\x48\xb9\x69\xce\x88\xe5\x12\x39\x9f\x53\xc9\x99\x8c\xb2\x3f\x08\x2d\xe9\xa6\x91\xbf\x47\x35\x5e\xf2\x82\xc7\x06\x71\x36\x91\x4c\x9b\x07\x71\x1f\xa7\x49\x17\xbb\xdc\x4e\x68\x6f\xe2\x1e\xdf\x41\xdc\x62\x1a\xbd\x54\xb7\xd9\x47\x68\xd5\xa0\xc6\x06\x9b\x8f\xa8\xf5\x22\x6e\x28\x35\x5f\x2c\x30\xf1\x47\x21\xb5\x5a\xe8\xb1\x7f\x1b\x9d\x5e\xc4\x95\x46\xf7\x3b\xd1\x56\xa9\x27\x9b\xea\xda\x1d\x25\x5b\x94\x72\xbb\x6a\xbf\x64\xf6\x1a\x90\x47\xc6\x78\x50\x5d\xf7\xb2\x3f\x12\x60\x9d\xe1\x64\xec\x55\xcf\xd3\xd9\x70\x58\x3d\xf6\x3b\xb6\xbc\xc1\x5e\x5a\x8f\x71\xd9\xb8\x4f\xd7\xac\x91\x2c\x55\x59\x68\xb8\x12\xe6\x56\x88\xaa\x74\x6b\xdd\x45\xd7\xeb\xb9\xb3\x61\x18\x35\xaa\x25\xa7\x88\xbc\x73\x79\xf9\x1e\xe3\xa5\x11\x2b\x6d\x91\xbf\xbd\x99\x6b\xc1\x3e\xb7\x55\x60\xe4\xbe\xfd\x71\x49\xe0\x45\x83\xd0\x1b\x59\xf9\x31\xf6\xb2\x24\x5a\xdb\x82\xf2\xce\x5d\xab\xcd\x89\x3d\x0a\xd4\x6a\x87\xca\xe8\x26\x6c\x8a\x2c\x27\xd2\xde\xf3\xe9\x70\xe2\x7b\xd1\x4e\xa1\xf9\xe8\x60\x87\xa8\x3d\x8c\xf8\x10\x39\x22\x33\x08\x82\xd9\x3b\x44\x0e\x77\x89\x6c\x2e\x00\x56\x77\xab\x76\x89\xf0\xd8\xc8\x1b\x69\xd6\x30\x17\x22\x61\x3d\xcf\xeb\xd2\xd5\x08\x7b\xe9\xa8\x22\x78\xbc\x39\xe2\x56\x73\xd8\x33\x4b\xb1\x12\xad\x58\xa5\xaa\xd8\x83\x95\x30\x1c\x0c\x5f\x38\xf6\x2e\xd7\xd5\x1a\xdc\x2c\x29\x94\x4c\xe0\xc7\xe7\x70\x4c\x77\xee\x5d\xd4\x68\x3a\xdf\x00\x1a\x44\x39\x27\xec\x65\x2a\xab\x8e\x53\xeb\x63\x56\x2b\x05\x7b\x3d\xbe\xf1\x53\x0c\x6d\xd6\xe9\xe6\x14\x07\x31\xec\xf6\x0c\x27\x11\x37\x22\x55\xb9\x28\x74\x7b\xa1\xd4\xc2\x56\x0d\xf7\x6f\xc5\xd5\xbe\x0d\x39\x7a\xff\xe8\xe0\xf0\xe1\xfe\xe1\xe1\x7e\x60\xd1\x7a\x6b\xae\x8a\x56\x63\x03\x2d\x99\xb5\x3a\xcb\x42\xad\x44\xeb\xc1\xe7\xf4\xb2\x5a\x3e\x0b\x2f\xbc\x91\x17\x75\x26\xc3\x89\x1f\x8d\xbc\xd0\x8d\x42\xb7\x0f\xe7\xf0\xea\x07\xf3\xf9\xf1\x83\x87\x0f\x5e\x35\xd1\x88\xcc\xe0\x6a\x6d\x84\xde\x1a\xb2\x4d\x1d\xb7\x15\xfb\x7b\xcd\xba\xc2\xe8\x71\x85\x05\x06\xc1\x74\xe8\xda\x32\x6b\x9d\xed\x9c\x3e\x38\x3d\x3d\x39\x38\x25\x05\x6b\x6f\x4e\x7a\xb7\xc2\xac\x8e\x74\x3e\xa2\x10\xb3\xc0\xf3\x77\xf5\xe1\xf8\xe0\x7d\x4d\xfd\x28\x09\xdf\x9b\x4e\x3e\x4a\x22\x53\x46\xc6\x7f\x8d\x62\x8e\x27\xe1\xa0\xf3\xae\x7a\x1f\xef\x90\x69\x1e\x4a\x7f\x94\xd6\xc4\xef\xbf\xb7\x1e\xe2\x10\xb2\xe3\x0e\x3b\xfc\x2d\x77\x77\x88\x49\xa2\x3c\x3c\xcd\x2e\xd9\xd0\x1d\xa3\x8f\x03\x91\xb5\x66\x81\xf3\xcd\xb2\xd5\x19\xe3\xdf\x8b\x27\xf8\x37\x7c\xe6\x24\xa2\xd5\xf5\x9c\x79\xd1\xea\xf9\x4e\x96\xb6\xc6\x43\x27\xbd\x69\x0d\x9f\x3a\x45\xd9\xf2\x67\xce\x4f\x78\xeb\x77\xa6\x8e\xd0\x2d\x2f\x70\x72\xd3\x7a\xec\x3b\x79\xda\x9a\x0e\x9d\xab\x45\xeb\x71\xdf\x91\xa6\x35\x08\x9d\xb9\x6c\xf5\x06\x8e\x29\x5a\xa1\xef\xc4\xba\xd5\xf9\xca\xd1\x45\x2b\x98\x3a\xfa\xa6\x15\x78\xce\xb5\x6a\x3d\xf1\x9d\x45\x8a\x14\xca\xeb\xd6\xcc\xa5\x4b\x0c\xb8\x22\x2f\x5b\xa4\x52\x2f\x9d\xbf\xf8\xf7\x3f\xfd\xf3\x3f\xfd\x27\x7f\xfe\xcb\x3f\xfe\xee\xf7\xfe\xae\xf3\x17\xbf\xfa\xd9\x5f\xfe\xdb\x7f\x6a\xbf\xfc\xd5\x6f\xfe\xde\x5f\xfe\x9b\x7f\xfe\xdd\x2f\xff\xc3\x5f\xfd\xe6\xef\xbf\xfb\xe2\x7f\xfc\xe3\x5f\x7c\xf7\xab\xff\x8a\x2f\xba\xa2\x34\x3a\x5e\x3a\xbd\x82\x67\xdf\xfe\x21\x97\xda\x19\x8b\x44\x14\x29\xcf\x12\xed\x0c\xb9\xb9\x91\xe2\xcf\x7e\x5e\x3a\x6f\xfe\xe5\xdb\xbf\xf3\xf6\x67\x6f\x7f\xf6\xe6\xd7\x6f\x7e\xf9\xe6\x57\xce\x77\xbf\xff\xaf\xbf\xfb\x83\x7f\xf7\x3f\xff\xe8\x5f\x38\x9e\xce\xf9\xb7\x7f\xa2\x52\x67\xaa\x0a\x53\x2e\xca\x6f\xff\x48\x43\xa2\xe0\x71\xc1\xb5\xc4\xc6\x54\x5f\x4b\xe7\xcd\x9f\xbc\xfd\x07\x6f\xfe\xcb\x9b\xff\xf8\xe6\x17\x6f\x7f\x6a\x69\x38\x03\xc3\x53\x89\x69\x6c\x50\xaa\x15\x4f\xb9\xcc\x44\xe6\x84\xdf\xfe\xa6\xb8\xfe\xf6\x0f\x85\xf3\xdf\xff\x91\xf8\xb3\x9f\x1b\x99\x71\xe7\xcd\xcf\xdf\xfe\xf4\xcd\x7f\xab\x06\x05\x37\x22\xd3\xd7\xdc\xf9\x3f\xff\xec\x0f\xfe\xd7\x7f\xfe\xe3\xff\xfd\x7b\xff\xc9\xe9\xf3\x54\x2c\x94\xf3\xe6\x5f\xbd\xf9\xf5\xdb\x9f\xbe\xf9\xc5\xdb\xdf\x7f\xf3\xa7\x6f\x7f\xf6\xf6\x1f\xbe\xf9\xf5\x9b\x5f\x30\x9b\x27\xda\xa3\x4f\xb4\x7e\x0c\x41\xb9\x8c\xaf\x45\x61\xa5\xdb\xc6\x46\x4c\x6d\x2f\x19\x89\x97\xc4\xcc\x48\xc6\x70\x0e\xdf\x2c\x19\x09\x9a\x1e\x5b\xe1\x33\x46\x7f\x37\xdf\x48\xf0\xf4\x0b\x3b\x46\xd2\x47\xf0\x51\x30\x52\x01\x38\x87\x2c\x65\xa4\x07\x70\x0e\xe9\x0d\x23\x65\x80\x73\x28\x4a\x46\x1a\x01\xe7\xf0\x13\xce\x48\x2d\x70\x4e\xcd\x48\x37\xe0\x1c\xe8\x93\x91\x8e\xe0\xb7\x94\x91\xa2\xc0\x39\x5c\x2d\x18\x69\x0b\x9c\x83\x34\x8c\x54\x06\x27\x94\x8c\xf4\x86\x20\x21\x23\xe5\xc1\xcc\x16\x3f\x19\x29\x11\x9c\x83\x2e\x18\x69\x12\x3e\xde\x30\x52\x27\x38\x87\x6b\xc5\x48\xa7\xe0\x1c\x16\x29\x23\xc5\x82\x73\x28\xaf\x19\xe5\x31\xf5\x0d\xac\x15\xcf\x73\xfa\x5d\x8a\x6a\x00\xb3\x38\xe5\x74\x68\x40\x68\xa2\x6d\xd4\x2a\x3d\x97\x99\x64\x2f\x37\x3d\xda\xd5\xb0\x4b\xc6\x5e\x2a\x4c\x7f\x2f\x59\x70\x31\x79\x16\xf5\x26\x93\xd0\xf3\xa3\xc7\xbe\xbd\xdc\xdf\x40\x6b\xc1\x52\xdd\xc2\x8d\x28\xaa\x02\xf2\xbb\x55\x09\x4a\x34\x10\xca\xf4\x55\x7d\x27\x75\xae\x94\x11\xc5\x0e\xdd\xa7\x9e\x5f\xfd\x68\xb0\x4e\x22\x91\x2a\x55\x83\x9b\xbf\xaa\xb0\x3f\x8e\xa8\x2a\xd5\x1f\x20\x15\x7a\xa3\xe9\xd0\x0d\xbd\x88\x0a\xad\x55\x91\x97\xa8\xfe\xdf\x00\x00\x00\xff\xff\x57\xd1\x15\x91\x9f\x3a\x00\x00") func confAppIniBytes() ([]byte, error) { return bindataRead( @@ -307,7 +307,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 14904, mode: os.FileMode(420), modTime: time.Unix(1488295495, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 15007, mode: os.FileMode(420), modTime: time.Unix(1489206524, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/modules/markdown/markdown.go b/modules/markdown/markdown.go index dfc8272a8..0af0d9087 100644 --- a/modules/markdown/markdown.go +++ b/modules/markdown/markdown.go @@ -294,6 +294,23 @@ func RenderRaw(body []byte, urlPrefix string) []byte { htmlFlags := 0 htmlFlags |= blackfriday.HTML_SKIP_STYLE htmlFlags |= blackfriday.HTML_OMIT_CONTENTS + + if setting.Smartypants.Enabled { + htmlFlags |= blackfriday.HTML_USE_SMARTYPANTS + if setting.Smartypants.Fractions { + htmlFlags |= blackfriday.HTML_SMARTYPANTS_FRACTIONS + } + if setting.Smartypants.Dashes { + htmlFlags |= blackfriday.HTML_SMARTYPANTS_DASHES + } + if setting.Smartypants.LatexDashes { + htmlFlags |= blackfriday.HTML_SMARTYPANTS_LATEX_DASHES + } + if setting.Smartypants.AngledQuotes { + htmlFlags |= blackfriday.HTML_SMARTYPANTS_ANGLED_QUOTES + } + } + renderer := &Renderer{ Renderer: blackfriday.HtmlRenderer(htmlFlags, "", ""), urlPrefix: urlPrefix, diff --git a/modules/setting/setting.go b/modules/setting/setting.go index ed04665e4..cc83de7d2 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -153,6 +153,15 @@ var ( FileExtensions []string } + // Smartypants settings + Smartypants struct { + Enabled bool + Fractions bool + Dashes bool + LatexDashes bool + AngledQuotes bool + } + // Admin settings Admin struct { DisableRegularOrgCreation bool @@ -583,6 +592,8 @@ func NewContext() { log.Fatal(2, "Fail to map Webhook settings: %v", err) } else if err = Cfg.Section("markdown").MapTo(&Markdown); err != nil { log.Fatal(2, "Fail to map Markdown settings: %v", err) + } else if err = Cfg.Section("smartypants").MapTo(&Smartypants); err != nil { + log.Fatal(2, "Fail to map Smartypants settings: %v", err) } else if err = Cfg.Section("admin").MapTo(&Admin); err != nil { log.Fatal(2, "Fail to map Admin settings: %v", err) } else if err = Cfg.Section("cron").MapTo(&Cron); err != nil { diff --git a/templates/.VERSION b/templates/.VERSION index 425113627..1a0f725b6 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.10.13.0310 \ No newline at end of file +0.10.14.0310 \ No newline at end of file