From: Carsten K. <car...@ma...> - 2002-02-21 02:06:45
|
I appreciate this feedback, and all very good points. I will move the code out of main and start making a plugin, to keep this extra functionality separate from the core wiki functions. In the mean time I will rethink the page. As you point out the need for a markup indicator will probably go away (also in agreement that PhpWiki should only support one markup style), and page size is of very limited interest. Carsten On Wednesday, February 20, 2002, at 01:11 pm, Jeff Dairiki wrote: > Carsten Klapp said: > >> The short answer is yes, and no; try the new page out to see the >> differences. > > I've tried it. The only things it provides which are not > immediately available on PageHistory are markup version, > "size", and the hit count. > > Markup version will probably go away in any release version. > I think the general concensus is that we should only support > one markup style. (I agree with that concensus.) > > "Size" is kind of useless to anyone except possibly an admin. You > can get a good idea of the size just by browsing the page --- if that's > not good enough for you, ViewSource or edit it. > > Hit count could concievably be of interest, I suppose. > But we don't need a whole new button/page/and all the code > for it just for that. > > I think we really need to try hard to keep the user interface > simple. There are other wikis out there that do everything > and have every possible feature, but even for me, they are not > easy to use. I believe our target with PhpWiki is to make it > suitable for use by not-so-computer-literate users. > > > In any case, something like this should be implemented as a > plugin/ActionPage, just like PageHistory. There's no need to > add more code to main, etc... > > > |