From: Lawrence F. L. Jr. <lf...@in...> - 2002-09-16 22:28:32
|
Is there a location where I can download a SiteMap plugin? -- L.F.London lf...@in... http://market-farming.com PermacultureWiki http://www.ibiblio.org/ecolandtech/pcwiki/index.php |
From: Reini U. <ru...@x-...> - 2002-09-17 06:13:43
|
Lawrence F. London, Jr. schrieb: > Is there a location where I can download a SiteMap plugin? Enter this in your wiki PhpWikiCvs:lib/plugin/SiteMap.php or see http://phpwiki.sourceforge.net/phpwiki/SiteMap -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2002-09-17 06:22:29
|
Reini Urban schrieb: > Lawrence F. London, Jr. schrieb: >> Is there a location where I can download a SiteMap plugin? > or see http://phpwiki.sourceforge.net/phpwiki/SiteMap Note that it doesn't yet include breadth-first search, which will be fixed really soon. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Lawrence F. L. Jr. <lf...@in...> - 2002-09-17 15:27:02
|
Reini Urban wrote: > Lawrence F. London, Jr. schrieb: >> Is there a location where I can download a SiteMap plugin? > Enter this in your wiki > PhpWikiCvs:lib/plugin/SiteMap.php > or see http://phpwiki.sourceforge.net/phpwiki/SiteMap Thanks Reini, When editing a test page I added this line: ! View Site Map for the Permaculture Wiki: PhpWikiCvs:lib/plugin/SiteMap.php ... and got this error message when trying to run sitemap from the saved page: /cgi-bin/viewcvs.cgi/phpwiki/phpwiki/SiteMap: unknown location Got the same message at http://phpwiki.sourceforge.net/phpwiki/SiteMap when executing: * Src: PhpWikiCvs:lib/plugin/SiteMap.php -- L.F.London lf...@in... http://market-farming.com PermacultureWiki http://www.ibiblio.org/ecolandtech/pcwiki/index.php |
From: Reini U. <ru...@x-...> - 2002-09-18 10:01:09
|
Lawrence F. London, Jr. schrieb: > /cgi-bin/viewcvs.cgi/phpwiki/phpwiki/SiteMap: unknown location > > Got the same message at http://phpwiki.sourceforge.net/phpwiki/SiteMap > when executing: * Src: PhpWikiCvs:lib/plugin/SiteMap.php Sorry, there must be brackets around it. * Src: [PhpWikiCvs:lib/plugin/SiteMap.php] http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/SiteMap.php -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Lawrence F. L. Jr. <lf...@in...> - 2002-09-18 18:22:32
|
Reini Urban wrote: > Sorry, there must be brackets around it. > * Src: [PhpWikiCvs:lib/plugin/SiteMap.php] > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/SiteMap.php I downloaded the source for SiteMap.php from: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/SiteMap.php#rev1.2 and uploaded it to /pcwiki/lib/plugins & added this link to HomePage !View Site Map: <?plugin SiteMap?> It would not run this way. The demo at: http://phpwiki.sourceforge.net/demo/en/SiteMap works well Curious what it would take to get it to work for me. Thanks, LL -- L.F.London lf...@in... http://market-farming.com PermacultureWiki http://www.ibiblio.org/ecolandtech/pcwiki/index.php |
From: Reini U. <ru...@x-...> - 2002-09-19 17:22:57
|
Lawrence F. London, Jr. schrieb: > I downloaded the source for SiteMap.php from: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/SiteMap.php#rev1.2 > and uploaded it to /pcwiki/lib/plugins > & added this link to HomePage !View Site Map: <?plugin SiteMap?> > It would not run this way. > The demo at: http://phpwiki.sourceforge.net/demo/en/SiteMap works well > Curious what it would take to get it to work for me. do you get an error, an empty page or just an empty list? if the list is empty, be sure to add a link from your StartPage to the SiteMap. Otherwise the recursion will not find it's startpoint. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Lawrence F. L. Jr. <lf...@in...> - 2002-09-19 19:42:24
|
Reini Urban wrote: > Lawrence F. London, Jr. schrieb: >> I downloaded the source for SiteMap.php from: >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/SiteMap.php#rev1.2 >> and uploaded it to /pcwiki/lib/plugins >> & added this link to HomePage !View Site Map: <?plugin SiteMap?> >> It would not run this way. >> The demo at: http://phpwiki.sourceforge.net/demo/en/SiteMap works well >> Curious what it would take to get it to work for me. > do you get an error, an empty page or just an empty list? None of the above. I am running this version of phpwiki, out of the box: PHPWIKI_VERSION 1.3.2-jeffs-hacks I don't get an error message or a blank page. The plugin just doesn't run; it interprets the "SiteMap" portion of the link: <?plugin SiteMap?> as a new page-to-be-edited called SiteMap, with the usual ? after it and the <? ?> part displays as extraneous text. I just tried it again and the new link looks like this: <?plugin SiteMap??> I went to the download page, cut and pasted the php code into SiteMap.php, then uploaded to /lib/plugins. Since it works fine on the demo site I cannot see why it will not work on mine. > if the list is empty, be sure to add a link from your StartPage to the > SiteMap. Otherwise the recursion will not find it's startpoint. I will do that for sure. Thanks for the reminder. Lawrence -- L.F.London lf...@in... http://market-farming.com PermacultureWiki http://www.ibiblio.org/ecolandtech/pcwiki/index.php |
From: Lawrence F. L. Jr. <lf...@in...> - 2002-09-26 21:17:53
|
Lawrence F. London, Jr. wrote: > Reini Urban wrote: >> Lawrence F. London, Jr. schrieb: >> <....> >> do you get an error, an empty page or just an empty list? It works now, perfectly. Thanks very much, Reini. Can be seen at: http://www.ibiblio.org/ecolandtech/pcwiki/index.php/SiteMap >> if the list is empty, be sure to add a link from your StartPage to the >> SiteMap. Otherwise the recursion will not find it's startpoint. I had failed to do this. Cheers, Lawrence -- L.F.London lf...@in... http://market-farming.com PermacultureWiki http://www.ibiblio.org/ecolandtech/pcwiki/index.php |