From: Tara S. <te...@cl...> - 2001-11-11 20:49:47
|
There, the migration to phpwiki 1.3.1 is done! I have plugin problems, though:=20 http://www.climbtothestars.org/spirolattic/index.php/LikePages?page=3DBac= kLinks and if I try inserting <?plugin BackLinks?> in a page, nothing happens. Is this supposed to be broken? I was also wondering if there was a WikiPage somewhere about InterWiki=20 (I don't think it's shipped in the PhpWiki 1.3.1 package, but was there=20 one somewhere on PhpWiki?) Thanks a lot, Tara --=20 Je r=E9ponds au mieux de mes connaissances Climb to the Stars! - http://climbtothestars.org/ no tables: http://climbtothestars.org/coding/tableless/ Pompeurs Associ=E9s - http://pompage.net/ |
From: Jeff D. <da...@da...> - 2001-11-12 03:24:55
|
On Sun, 11 Nov 2001 21:45:55 +0100 "Tara Star" <te...@cl...> wrote: > I have plugin problems, though: > http://www.climbtothestars.org/spirolattic/index.php/LikePages?page=BackLinks I just fixed it for you. (It's fixed in CVS too.) > and if I try inserting <?plugin BackLinks?> in a page, nothing happens. Try <?plugin BackLinks page=[pagenamee]?> As you've just noticed, the plugin argument conventions are: 1) probably still in flux. 2) not documented It's alpha software. Sorry. > I was also wondering if there was a WikiPage somewhere about InterWiki > (I don't think it's shipped in the PhpWiki 1.3.1 package, but was there > one somewhere on PhpWiki?) There's nothing that comes with PhpWiki. Try UseMod:InterWiki at: http://www.usemod.com/cgi-bin/wiki.pl?InterWiki Currently, 1.3's interwiki links are pretty much an exact clone of UsemodWiki's |
From: Adam S. <ad...@pe...> - 2001-11-12 05:29:10
|
> Currently, 1.3's interwiki links are pretty much an exact clone of > UsemodWiki's i have a collection of interwiki which is a superset of all the wiki's i've used that i've build here: http://www.spack.org/download/interwiki.map at least the version of phpwiki 1.3 i have doesn't work with some of them though because it requires that the right hand side of the interwiki link is a wiki word. adam. |
From: Jeff D. <da...@da...> - 2001-11-12 16:51:45
|
> at least the version of phpwiki 1.3 i have doesn't work with some of them > though because it requires that the right hand side of the interwiki link > is a wiki word. (It's not obvious from the code,) but you can use arbitrary right hand sides if you put the whole thing in square brackets, like: [PhpWiki:square brackets]. |
From: Adam S. <ad...@pe...> - 2001-11-12 17:01:30
|
> (It's not obvious from the code,) but you can use arbitrary right hand > sides if you put the whole thing in square brackets, like: > [PhpWiki:square brackets]. okay that'll work. is there any reason for that restriction? it just makes doing things this ugly: Google:PhpWiki or ISBN:12-34566-789 or Category:Documentation adam. |
From: Jeff D. <da...@da...> - 2001-11-12 17:15:58
|
> is there any reason for that restriction? No, I guess not. I think you can fix it by changing the regexp in the call to $transform->register() around line 298 of lib/transform.php. My untested guess is that changing "$InterWikiLinkRegexp:$WikiNameRegexp" to "$InterWikiLinkRegexp:\\S+" will do the trick. Spaces will still not be allowed in the RHSs (unless brackets are used) for fairly obvious reasons. If I remember, I'll fix it in CVS in a couple of days. If I don't remember, remind me. On Mon, 12 Nov 2001 09:01:26 -0800 (PST) "Adam Shand" <ad...@pe...> wrote: > > > (It's not obvious from the code,) but you can use arbitrary right hand > > sides if you put the whole thing in square brackets, like: > > [PhpWiki:square brackets]. > > okay that'll work. is there any reason for that restriction? it just > makes doing things this ugly: > > Google:PhpWiki or ISBN:12-34566-789 or Category:Documentation > > adam. > -- -- Jeff Dairiki <da...@da...> |
From: Tara S. <te...@cl...> - 2001-11-12 10:40:43
|
Jeff Dairiki wrote: > On Sun, 11 Nov 2001 21:45:55 +0100 > "Tara Star" <te...@cl...> wrote: >>I have plugin problems, though:=20 >> >> > http://www.climbtothestars.org/spirolattic/index.php/LikePages?page=3DB= ackLinks >=20 > I just fixed it for you. (It's fixed in CVS too.) Thanks!! > As you've just noticed, the plugin argument conventions are: > 1) probably still in flux. > 2) not documented > It's alpha software. Sorry. >=20 That's fine. I hope you don't think I'm complaining about stuff not=20 working. But as I've got you handy, I ask questions (one thing I know=20 how to do very well) ;) --=20 Je r=E9ponds au mieux de mes connaissances Climb to the Stars! - http://climbtothestars.org/ SpiroLattic - http://climbtothestars.org/spirolattic/ Pompeurs Associ=E9s - http://pompage.net/ |