Question
Related to
IncludeTopicsAndWebPages:
When trying to include some part of information from twiki.org, e.g. as in
%INCLUDE{ "http://twiki.org/cgi-bin/view/Plugins/PublishWebPluginDev" pattern=".*patternRevInfo\">([^>]+>[^>]+>).*" }%
we get the following:
Forbidden
You don't have permission to access /cgi-bin/view/Plugins/PublishWebPluginDev
on this server.
Apache/2.2.0 (Unix) DAV/2 Server at twiki.org Port 80
Correct would be something like "r52 - 13 Sep 2006 - 16:43:06 -
PeterThoeny"
Test to see whether it works (if something like "r52 - 13 Sep 2006 - 16:43:06 -
PeterThoeny" does not appear, it doesn't work):
Topic revision: r78 - 2012-03-05
-
Environment
--
WolfgangSlany - 19 Sep 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
For security and performance reasons we block most scripted access to twiki.org, including access from TWiki itself. If you install TWiki on your site you will be able to screen scrape your own pages.
--
PeterThoeny - 19 Sep 2006
Thank you. I saw your answer only after my last edit --- just ignore it. wget works as a workaround.
--
WolfgangSlany - 20 Sep 2006
Wget doesn't work for accessing twiki org. This makes it extremely frustrating to install plugins as instead of simply wgeting, people must now download to a desktop, then bring over to install machine.
--
EricHanson - 21 Dec 2007
pass the
-U or
--user-agent= command line parameter to
wget and then it will work.
--
WillNorris - 22 Dec 2007