From: Bernie Innocenti Date: Fri, 14 Aug 2009 23:15:27 +0000 (+0200) Subject: Move cc-by-sa.png to sys/ X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=commitdiff_plain;h=74c6b88a6aee836a0aef40e5631130ecf9495bf3 Move cc-by-sa.png to sys/ --- 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*([^\>]+)|)\>\>)