X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.py;h=5a401abde033bc06cd504fdb61c4e00fc41676e2;hb=62db44f1f908f7f3f0d9942f841b89115b8d6c67;hp=a0dc72ca0629280be7792e5c57d3dee60c5b2525;hpb=6002848303f10b453acd930707ea436ec1183725;p=geekigeeki.git diff --git a/geekigeeki.py b/geekigeeki.py index a0dc72c..5a401ab 100755 --- a/geekigeeki.py +++ b/geekigeeki.py @@ -344,7 +344,7 @@ def send_footer(mod_string=None): Creative Commons License generated in %0.3fs by GeekiGeeki version %s

-''' % (relative_url('cc-by-sa.png'), clock() - start_time, __version__)) +''' % (relative_url('sys/cc-by-sa.png'), clock() - start_time, __version__)) if mod_string: print('

last modified %s

' % mod_string) print('') @@ -541,11 +541,11 @@ class WikiFormatter: scan_re = re.compile(r"""(?: # Styles and formatting ("--" must cling to a word to disambiguate it from the dash) (?P \*\* | // | \#\# | __ | --\b | \b-- | \^\^ | ,, | ''' | '' | `` ) - | (?P --) | (?P \={2,6}) | (?P
\\\\) | (?P ^-{3,}) | (?P \b( FIXME | TODO | DONE )\b ) + | (?P --) # Links | (?P \<\<([^\s\|\>]+)(?:\s*\|\s*([^\>]+)|)\>\>)