From ducasse@iam.unibe.ch Thu Sep 16 04:46:08 2004 From: =?utf-8?q?st=C3=A9phane?= ducasse To: smallwiki@list.inf.unibe.ch Subject: Is there a way to create forwarding page in Smallwiki Date: Thu, 16 Sep 2004 06:46:08 +0200 Message-ID: <5360D66E-079B-11D9-9112-000D932DAF46@iam.unibe.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8409872345535390176==" --===============8409872345535390176== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi I would like to redirect Re: http://kilana.unibe.ch:9090/caroandbot/environment/ to Re: http://kilana.unibe.ch:9090/botinc/environment/ --===============8409872345535390176==-- From vogel@iam.unibe.ch Thu Sep 16 07:51:55 2004 From: David Vogel To: smallwiki@list.inf.unibe.ch Subject: Re: Is there a way to create forwarding page in Smallwiki Date: Thu, 16 Sep 2004 09:51:55 +0200 Message-ID: <1095321115.4149461bd521d@www.iam.unibe.ch> In-Reply-To: <5360D66E-079B-11D9-9112-000D932DAF46@iam.unibe.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3334329719357994292==" --===============3334329719357994292== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable hi stef, there is an easy way with javascript: 1) create a page with the url http://kilana.unibe.ch:9090/caroandbot/environment 2) in the body (textarea field) add the follwing on one line (otherwise smallwiki would add some html tags): 3) done. remark: when you want to edit the page later, you will have to type directly = the url of the page with the action parameter: e.g. http://kilana.unibe.ch:9090/caroandbot/environment/?action=3DPageEdit ...otherwise the page will redirect to the second one before you can hit the edit button. another way would be to put apache in front of smallwiki and let it to all the redirection stuff (overkill at the moment). hope this helps, cheers, david. Zitat von st=C3=A9phane ducasse : > Hi >=20 > I would like to redirect Re:=20 > http://kilana.unibe.ch:9090/caroandbot/environment/ > to Re: http://kilana.unibe.ch:9090/botinc/environment/ >=20 >=20 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --===============3334329719357994292==-- From ducasse@iam.unibe.ch Thu Sep 16 18:08:22 2004 From: =?utf-8?q?st=C3=A9phane?= ducasse To: smallwiki@list.inf.unibe.ch Subject: Re: Is there a way to create forwarding page in Smallwiki Date: Thu, 16 Sep 2004 20:08:22 +0200 Message-ID: <65C4E86A-080B-11D9-9112-000D932DAF46@iam.unibe.ch> In-Reply-To: <1095321115.4149461bd521d@www.iam.unibe.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6326986488637678825==" --===============6326986488637678825== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Thanks david. Have you look at the paper on seaside we wrote? (http://www.iam.unibe.ch/~scg/Archive/Papers/Duca04eSeaside.pdf) Else do you have a trick so that I do not have to create environment but just caroandBot On 16 sept. 04, at 09:51, David Vogel wrote: > hi stef, > > there is an easy way with javascript: > > 1) create a page with the url > http://kilana.unibe.ch:9090/caroandbot/environment > 2) in the body (textarea field) add the follwing on one line (otherwise > smallwiki would add some html tags): > > > > 3) done. > > remark: when you want to edit the page later, you will have to type > directly the > url of the page with the action parameter: > e.g. > http://kilana.unibe.ch:9090/caroandbot/environment/?action=PageEdit > > ...otherwise the page will redirect to the second one before you can > hit the > edit button. > > > another way would be to put apache in front of smallwiki and let it to > all the > redirection stuff (overkill at the moment). > > > hope this helps, > > cheers, > david. > > > > Zitat von stéphane ducasse : > >> Hi >> >> I would like to redirect Re: >> http://kilana.unibe.ch:9090/caroandbot/environment/ >> to Re: http://kilana.unibe.ch:9090/botinc/environment/ >> >> > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > --===============6326986488637678825==-- From vogel@iam.unibe.ch Mon Sep 20 05:47:19 2004 From: David Vogel To: smallwiki@list.inf.unibe.ch Subject: Re: Is there a way to create forwarding page in Smallwiki Date: Mon, 20 Sep 2004 07:47:19 +0200 Message-ID: <1095659239.414e6ee71daf5@www.iam.unibe.ch> In-Reply-To: <65C4E86A-080B-11D9-9112-000D932DAF46@iam.unibe.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5994091277485254117==" --===============5994091277485254117== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Zitat von st=C3=A9phane ducasse : > Thanks david. > Have you look at the paper on seaside we wrote? =20 > (http://www.iam.unibe.ch/~scg/Archive/Papers/Duca04eSeaside.pdf) >=20 looks very interesting. I showed it to some people to my company, but they wo= n't use seaside. bummer... (they are java people) > Else do you have a trick so that I do not have to create environment =20 > but just caroandBot >=20 if you want to make it just with plain html and javascript: no. so I guess th= at the smallwiki server would have to do this redirection in some way.... better might be to use apache in front of smallwiki. the apache server could handle all redirections in an easy way. (and improve the caching, deny access to smallwiki for certain ip-ranges, etc.) and you could choose some virtual domain for the smallwiki instance @ kilana. e.g. smallwiki.iam.unibe.ch would be much better than kilana:9090. so you won= 't run into problems if the port number (or server name) changes for some reason. (problems: all the people and search engines would still refer to the old port/name for some time...) have a good day! cheers, david >=20 > On 16 sept. 04, at 09:51, David Vogel wrote: >=20 > > hi stef, > > > > there is an easy way with javascript: > > > > 1) create a page with the url > > http://kilana.unibe.ch:9090/caroandbot/environment > > 2) in the body (textarea field) add the follwing on one line (otherwise > > smallwiki would add some html tags): > > > > > > > > 3) done. > > > > remark: when you want to edit the page later, you will have to type =20 > > directly the > > url of the page with the action parameter: > > e.g. =20 > > http://kilana.unibe.ch:9090/caroandbot/environment/?action=3DPageEdit > > > > ...otherwise the page will redirect to the second one before you can =20 > > hit the > > edit button. > > > > > > another way would be to put apache in front of smallwiki and let it to =20 > > all the > > redirection stuff (overkill at the moment). > > > > > > hope this helps, > > > > cheers, > > david. > > > > > > > > Zitat von st=C3=A9phane ducasse : > > > >> Hi > >> > >> I would like to redirect Re: > >> http://kilana.unibe.ch:9090/caroandbot/environment/ > >> to Re: http://kilana.unibe.ch:9090/botinc/environment/ > >> > >> > > > > > > > > > > ---------------------------------------------------------------- > > This message was sent using IMP, the Internet Messaging Program. > > >=20 >=20 >=20 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --===============5994091277485254117==-- From ducasse@iam.unibe.ch Mon Sep 20 06:28:08 2004 From: =?utf-8?q?st=C3=A9phane?= ducasse To: smallwiki@list.inf.unibe.ch Subject: Re: Is there a way to create forwarding page in Smallwiki Date: Mon, 20 Sep 2004 08:28:08 +0200 Message-ID: <3D016066-0ACE-11D9-90FF-000D932DAF46@iam.unibe.ch> In-Reply-To: <1095659239.414e6ee71daf5@www.iam.unibe.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5173544849506269157==" --===============5173544849506269157== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On 20 sept. 04, at 07:47, David Vogel wrote: > Zitat von stéphane ducasse : > >> Thanks david. >> Have you look at the paper on seaside we wrote? >> (http://www.iam.unibe.ch/~scg/Archive/Papers/Duca04eSeaside.pdf) >> > > looks very interesting. I showed it to some people to my company, but > they won't > use seaside. bummer... (they are java people) David I suggest you to give a try to build your gaming site with it :) and see if you can make money with that. You should have a look at Mewa this is a form builder built by adrian, this lets you going extremely fast to build a cool web page. FOr example the company managing the author rights in switzerland is using it > >> Else do you have a trick so that I do not have to create environment >> but just caroandBot >> > > if you want to make it just with plain html and javascript: no. so I > guess that > the smallwiki server would have to do this redirection in some way.... > > better might be to use apache in front of smallwiki. the apache server > could > handle all redirections in an easy way. (and improve the caching, deny > access > to smallwiki for certain ip-ranges, etc.) > > and you could choose some virtual domain for the smallwiki instance @ > kilana. > e.g. smallwiki.iam.unibe.ch would be much better than kilana:9090. so > you won't > run into problems if the port number (or server name) changes for some > reason. > > (problems: all the people and search engines would still refer to the > old > port/name for some time...) > > have a good day! > cheers, > david > >> >> On 16 sept. 04, at 09:51, David Vogel wrote: >> >>> hi stef, >>> >>> there is an easy way with javascript: >>> >>> 1) create a page with the url >>> http://kilana.unibe.ch:9090/caroandbot/environment >>> 2) in the body (textarea field) add the follwing on one line >>> (otherwise >>> smallwiki would add some html tags): >>> >>> >>> >>> 3) done. >>> >>> remark: when you want to edit the page later, you will have to type >>> directly the >>> url of the page with the action parameter: >>> e.g. >>> http://kilana.unibe.ch:9090/caroandbot/environment/?action=PageEdit >>> >>> ...otherwise the page will redirect to the second one before you can >>> hit the >>> edit button. >>> >>> >>> another way would be to put apache in front of smallwiki and let it >>> to >>> all the >>> redirection stuff (overkill at the moment). >>> >>> >>> hope this helps, >>> >>> cheers, >>> david. >>> >>> >>> >>> Zitat von stéphane ducasse : >>> >>>> Hi >>>> >>>> I would like to redirect Re: >>>> http://kilana.unibe.ch:9090/caroandbot/environment/ >>>> to Re: http://kilana.unibe.ch:9090/botinc/environment/ >>>> >>>> >>> >>> >>> >>> >>> ---------------------------------------------------------------- >>> This message was sent using IMP, the Internet Messaging Program. >>> >> >> >> > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > --===============5173544849506269157==--