From: Lawrence A. <la...@us...> - 2002-02-07 12:01:44
|
Is there any need for a LeastPopular page/plugin, to show which pages are not visited often? That might help admins to determine what can be deleted. They may also promote PageChurning (which is probably a GoodThing). Visitors will be able to see what pages have not been visited in a while, visit them, and maybe add something useful. After a while, the really bad pages would rise to the top, and can be deleted. Similarly, what about a plugin showing which pages have not been edited for a long time? They would be easy to code (eg using a negative "limit" argument to the MostPopular/RecentChanges plugins), but I'm just wondering if anyone thinks they would be useful. My own view is that they may be worth having. Lawrence |
From: Tara S. <ta...@sp...> - 2002-02-07 14:28:54
|
Lawrence Akka wrote: > Is there any need for a LeastPopular page/plugin, to show which pages [snip] > They would be easy to code (eg using a negative "limit" argument to the > MostPopular/RecentChanges plugins), but I'm just wondering if anyone > thinks they would be useful. I'd love them both! Tara -- http://spirolattic.net/ |
From: John K. <jo...@ke...> - 2002-02-07 16:51:09
|
Hi, Is there a way to view the same information in two different ways without duplicating the entire phpwiki directory and customising the templates in both? I'm thinking of the usual 'online browsing' page vs a 'formatted for print' version. John. -- --------------------------------------------------------- email: jo...@ke... phone: 07944 755613 web: www.kershaw.org AOL: johnkershaw --------------------------------------------------------- |
From: Jeff D. <da...@da...> - 2002-02-07 19:56:17
|
> Is there a way to view the same information in two different ways > without duplicating the entire phpwiki directory and customising the > templates in both? Yes. See http://phpwiki.sf.net/phpwiki/FrequentlyAskedQuestions (Answer A3.b, in particular.) (Is that what you meant?) |
From: Carsten K. <car...@ma...> - 2002-02-07 19:32:54
|
There's the new AllPages plugin. it doesn't do any sorting yet but it would help for this kind of search. http://phpwiki.sourceforge.net/alpha/en/AllPages Carsten On Thursday, February 7, 2002, at 09:27 am, Tara Star wrote: > Lawrence Akka wrote: >> Is there any need for a LeastPopular page/plugin, to show which pages > [snip] >> They would be easy to code (eg using a negative "limit" argument to the >> MostPopular/RecentChanges plugins), but I'm just wondering if anyone >> thinks they would be useful. > > I'd love them both! > > Tara |
From: Adam S. <ad...@pe...> - 2002-02-07 23:44:02
|
I think the information would be very useful, however I'm not sure I see any need for a LeastPopular page or dedicated plugin as it isn't something you'd typically dedicate a page too, I'd see it more as a tool for the hardcore wiki users/editors to clean up old content, relink pages and possibly delete pages which are no longer relevant. A possibly more interesting approach would be (as Carsten suggests) to have an AllPages plugin which could sort the results by all the columns provided (Hits, Name, Modification, Locked etc). Adding a column for number of edits would be good information as well. Regardless of implementation though I think the information would be great to have. Adam. On Thu, 2002-02-07 at 11:32, Carsten Klapp wrote: > There's the new AllPages plugin. it doesn't do any sorting yet but it > would help for this kind of search. > > http://phpwiki.sourceforge.net/alpha/en/AllPages > > Carsten > > On Thursday, February 7, 2002, at 09:27 am, Tara Star wrote: > > > Lawrence Akka wrote: > >> Is there any need for a LeastPopular page/plugin, to show which pages > > [snip] > >> They would be easy to code (eg using a negative "limit" argument to the > >> MostPopular/RecentChanges plugins), but I'm just wondering if anyone > >> thinks they would be useful. > > > > I'd love them both! > > > > Tara > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Steve W. <sw...@pa...> - 2002-02-09 06:25:34
|
Or perhaps UnPopular. :-) I think you'll be surprised at what pages show up under least viewed / longest since edit. Depending on the information the Wiki contains, it may prove useless. It will still be interesting to look at. ~swain Adam Shand wrote: > I think the information would be very useful, however I'm not sure I see > any need for a LeastPopular page or dedicated plugin as it isn't > something you'd typically dedicate a page too, I'd see it more as a tool > for the hardcore wiki users/editors to clean up old content, relink > pages and possibly delete pages which are no longer relevant. > > A possibly more interesting approach would be (as Carsten suggests) to > have an AllPages plugin which could sort the results by all the columns > provided (Hits, Name, Modification, Locked etc). Adding a column for > number of edits would be good information as well. > > Regardless of implementation though I think the information would be > great to have. > > Adam. > > On Thu, 2002-02-07 at 11:32, Carsten Klapp wrote: > >>There's the new AllPages plugin. it doesn't do any sorting yet but it >>would help for this kind of search. >> >>http://phpwiki.sourceforge.net/alpha/en/AllPages >> >>Carsten >> >>On Thursday, February 7, 2002, at 09:27 am, Tara Star wrote: >> >> >>>Lawrence Akka wrote: >>> >>>>Is there any need for a LeastPopular page/plugin, to show which pages >>>> >>>[snip] >>> >>>>They would be easy to code (eg using a negative "limit" argument to the >>>>MostPopular/RecentChanges plugins), but I'm just wondering if anyone >>>>thinks they would be useful. >>>> >>>I'd love them both! >>> >>>Tara >>> >> >>_______________________________________________ >>Phpwiki-talk mailing list >>Php...@li... >>https://lists.sourceforge.net/lists/listinfo/phpwiki-talk >> > > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > > |