Markup 2Well, list tags should work:
Yay, it works 
Still cannot figure why the internal link to /frog/files/Teru doesn't work
Let me try again...
Nope
Googled on the keywords 403 Deeplinking because the error message showed so, I found the code below in webapps/frog/frog/snakelets.py as follows:
def serve(self, request, response):
if not request.getReferer().startswith(request.getBaseURL()):
# deeplink attempted (request without a referer header)
if not self.getWebApp().getConfigItem("allowdeeplinks"):
return response.sendError(403, "deeplinking not allowed")
It's the code part to check "deeplinking". Let me comment out the part temporarily, and see what happens.
Wow! It wooooooooorrrrrrrked! Now, the picture looks too big. Let me add an attribute to make it smaller.
OK, but, when I add a space around the character |, it doesn't work... why?
By the way, how can I escape the tag expression here... By code tag?
[@logo-Ubuntu.png|w=50%]
Good. What I meant above is, when Ićwrite
[@logo-Ubuntu.png | w=50%]
it doesn't work.
• Wrote Teru at 21:02 (edited 3×, last on 04 Mar 2008) | read 10× | Add comment