RE: [xwiki-users] Static snapshots of XWiki spaces
By the way, forgot to mention that the technique below does not grab attachments. If anyone has suggestions on how to get attachments included, I would appreciate tips.Stephen From: stephen_schaub_88@hotmail.com I thought I would share a tip for downloading a static HTML snapshot of an XWiki space. I've had pretty good success using wget: wget -E -r -k -p --no-parent http://myserver/xwiki/bin/view/MySpace/ [snip] _________________________________________________________________ Check the weather nationwide with MSN Search: Try it now! http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG
Hi Stephen, These are good tips to share with others. Do you think you could create a new FAQ entry on http://www.xwiki.org/xwiki/bin/view/FAQ/ about it? The FAQ could be named: How do I export a page in HTML. You could say that its planned to be implemented in http://jira.xwiki.org/jira/browse/XWIKI-564 but that in the meantime its possible to use your trick, for example J Thanks a lot -Vincent From: Stephen Schaub [mailto:stephen_schaub_88@hotmail.com] Sent: vendredi 15 décembre 2006 16:02 To: xwiki-users@objectweb.org Subject: RE: [xwiki-users] Static snapshots of XWiki spaces By the way, forgot to mention that the technique below does not grab attachments. If anyone has suggestions on how to get attachments included, I would appreciate tips. Stephen _____ From: stephen_schaub_88@hotmail.com I thought I would share a tip for downloading a static HTML snapshot of an XWiki space. I've had pretty good success using wget: wget -E -r -k -p --no-parent http://myserver/xwiki/bin/view/MySpace/ [snip] _____ Check the weather nationwide with MSN Search Try it now! <http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG>
Hi. I have followed the following instructions: http://www.xwiki.org/ xwiki/bin/view/AdminGuide/ Installation#HInstallingtheStandalonedistribution Tomcat is running with the following paths : Using CATALINA_BASE: /Users/jeromedelacroix/Library/Tomcat Using CATALINA_HOME: /Users/jeromedelacroix/Library/Tomcat Using CATALINA_TMPDIR: /Users/jeromedelacroix/Library/Tomcat/temp Using JAVA_HOME: /System/Library/Frameworks/JavaVM.framework/ Versions/1.3/Home In Teminal, I have launched xwiki_start.sh I'm getting this: 15:40:30.349 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java: 109) >16> added org.mortbay.log.OutputStreamLogSink@baa466 15:40:30.248 INFO [main] org.mortbay.util.FileResource.<clinit> (FileResource.java:60) >11> Checking Resource aliases 15:40:30.958 INFO [main] org.mortbay.http.HttpServer.doStart (HttpServer.java:729) >10> Version Jetty/5.1.5 15:40:30.982 INFO [main] org.mortbay.util.Container.start (Container.java:74) >14> Started org.mortbay.jetty.servlet.ServletHandler@ee6ad6 15:40:30.983 INFO [main] org.mortbay.util.Container.start (Container.java:74) >11> Started ServletHttpContext[/,/] 15:40:30.989 INFO [main] org.mortbay.http.SocketListener.start (SocketListener.java:204) >11> Started SocketListener on 127.0.0.1:8081 15:40:30.990 INFO [main] org.mortbay.util.Container.start (Container.java:74) >09> Started org.mortbay.jetty.Server@dc423f 15:40:31.152 INFO [main] org.mortbay.http.HttpServer.setStatsOn (HttpServer.java:1133) >18> Statistics on = false for org.mortbay.jetty.Server@f195fc 15:40:31.157 INFO [main] org.mortbay.http.HttpServer.doStart (HttpServer.java:729) >10> Version Jetty/5.1.5 15:40:32.517 INFO [main] org.mortbay.util.Container.start (Container.java:74) >15> Started org.mortbay.jetty.servlet.WebApplicationHandler@a5e65f 15:40:36.916 INFO [main] org.mortbay.util.Container.start (Container.java:74) >11> Started WebApplicationContext[/xwiki,xwiki] 15:40:36.961 INFO [main] org.mortbay.http.SocketListener.start (SocketListener.java:204) >11> Started SocketListener on 0.0.0.0:8080 15:40:36.963 INFO [main] org.mortbay.util.Container.start (Container.java:74) >09> Started org.mortbay.jetty.Server@f195fc I have org.mortbay.start.Main running My Apache server seems to work properly on http://localhost:8080/ Still when I click on: http://localhost:8080/xwiki/bin/view/Main/WebHome I'm getting : type Rapport d'état message /xwiki/bin/view/Main/WebHome description La ressource demandée (/xwiki/bin/view/Main/WebHome) n'est pas disponible. Any clues ? Thanks Jerome --- Jérôme Delacroix Consultant en management coopératif www.cooperatique.com 68 boulevard de Port-Royal - 75005 Paris Tél. : 01 47 48 04 42 - Mob. : 06 60 48 61 63 Skype : jdelacr jerome@cooperatique.com Le 18 déc. 06 à 15:55, Vincent Massol a écrit :
Hi Stephen,
These are good tips to share with others. Do you think you could create a new FAQ entry on http://www.xwiki.org/xwiki/bin/view/FAQ/ about it?
The FAQ could be named: “How do I export a page in HTML”. You could say that it’s planned to be implemented in http://jira.xwiki.org/ jira/browse/XWIKI-564 but that in the meantime it’s possible to use your trick, for example J
Thanks a lot
-Vincent
From: Stephen Schaub [mailto:stephen_schaub_88@hotmail.com] Sent: vendredi 15 décembre 2006 16:02 To: xwiki-users@objectweb.org Subject: RE: [xwiki-users] Static snapshots of XWiki spaces
By the way, forgot to mention that the technique below does not grab attachments. If anyone has suggestions on how to get attachments included, I would appreciate tips.
Stephen
From: stephen_schaub_88@hotmail.com
I thought I would share a tip for downloading a static HTML snapshot of an XWiki space. I've had pretty good success using wget:
wget -E -r -k -p --no-parent http://myserver/xwiki/bin/view/MySpace/
[snip]
Check the weather nationwide with MSN Search Try it now!
-- You receive this message as a subscriber of the xwiki- users@objectweb.org mailing list. To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
participants (3)
-
Jérôme Delacroix -
Stephen Schaub -
Vincent Massol