Lien pour voir la page sur le wiki
darcs-hash:20050905081430-d1718-51919a2b40a274d1d3937cb570414945bab2ddf5.gz
This commit is contained in:
parent
3abbdae342
commit
f91dcded94
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ contient donc les infos pour configurer correctement votre connexion.
|
|||
%(pagehtml)s
|
||||
|
||||
<p class="creation">
|
||||
Cette page a été extraite du wiki le %(timestamp)s. Vous pouvez l'<a href="%(editlink)s">éditer</a>.
|
||||
Cette page a été extraite du wiki le %(timestamp)s. Vous pouvez l'<a href="%(wikilink)s?action=edit">éditer</a> ou <a href="%(wikilink)s">voir</a> la page originale.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -154,7 +154,7 @@ class MoinDump(_util.Script):
|
|||
'pagenamewithlinks': pagenamewithlinks,
|
||||
'pagehtml': pagehtml,
|
||||
'timestamp': timestamp,
|
||||
'editlink': u"http://wiki.crans.org/%s?action=edit" % quoteWikinameOriUrl(pagename).encode("UTF-8"),
|
||||
'wikilink': u"http://wiki.crans.org/%s" % quoteWikinameOriUrl(pagename).encode("UTF-8"),
|
||||
'theme': request.cfg.theme_default,
|
||||
}).replace("./monobook", ".."))
|
||||
fileout.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue