On Sun, May 3, 2009 at 1:43 PM, JohnMc <[email protected]> wrote:
> > But flat files, that is so yesterday... -- dlypka > > It seems to be, till you start talking about portability. Free of the > need to drag around a DBMS, PMWiki will run on just about any media > you can think of. I can fit an awful lot of wiki pages in the 300kb > that is a sqlite footprint. Any of the other DBMS are even worse on > that score. > > Just saying. Flat files are not the issue for us, I think - it is one of how to get this more readily used so that people who know, learn, discover things about web2py can contribute to a new community manual. As far as I can see, http://wiki.python.org/ and the PyCon implementation (see the instructions, for example, at http://us.pycon.org/2009/openspace/): To create a page, just type a non-existing URL into your browser location (i.e. /2009/openspace/MyNewFancyOpenSpace ), and click 'Create Page'. The Wiki uses ReStructuredText<http://docutils.sourceforge.net/docs/user/rst/quickref.html>for the markup, and a ' Title<http://docutils.sourceforge.net/docs/user/rst/quickref.html#section-structure>' is required. Please note that *you must be logged in to create a new page*. As with other things here, we are trying to go _with_ the flow of the python community (we'll work from within that space to make improvements towards the broader community): mercurial for repository; sphinx for documentaiton; reStructuredText for Wiki (and python-istas don't seem to need WYSIWYG interface for that). Those interested can find the source code for how the pycon site sets up docutils, and handles wiki links at the source repository for pycon-tech, the code base for the django part of the pycon website (see http://us.pycon.org/2009/site/howto/; pycon.coderanger.com seems to be down at the moment; I've sent a note about it - that's the Trac and repository for pycon-tech). - Yarko > > > On May 3, 11:11 am, dlypka <[email protected]> wrote: > > Ok, I just took a look at pmwiki. > > It does have a nice Search features. > > But flat files, that is so yesterday... > > I would suggest using pmwiki features as the basis of the web2py wiki > > development Roadmap with implementation continuing in web2py. > > Just change the input UI to be WYSIWYG html. Maybe write a utility to > > extract the content from HTML into that python doc representation if > > that would be good for generating a searchable and indexable co- > > representation. > > > > On May 3, 10:24 am, JohnMc <[email protected]> wrote: > > > > > There is a wiki standards effort that is attempting to foster common > > > layouts so that interwiki linking will be easier. > http://webseitz.fluxent.com/wiki/WikiStandards > > > > > As to a good example of a wiki, PmWiki is one of the better ones. > > > (www.pmwiki.org). It is a flat file, PHP based system. > > > > > DenesL, keep in mind that Massimo in his physical persona operates in > > > an academic environment. The hyper politics of which could lead to an > > > unusual "What your effort is not good enough to build a wiki on?" > > > whispered in the ear of the Dean. I would caution discretion. > > > > > On May 2, 7:37 pm, DenesL <[email protected]> wrote: > > > > > > On May 2, 5:09 pm, mdipierro <[email protected]> wrote: > > > > > > > I think it would be "politically" bad for me to host a non-web2py- > > > > > based wiki. > > > > > > The lack of organized up-to-date documentation is even worse > > > > politically speaking. > > > > > > > If anybody wants to create an alternate wiki and host it. As soon > as > > > > > it is decent I do not mind linking it. > > > > > > Anybody has suggestions about the best wiki to use?. > > > > Should we start with a list of desired features? e.g. support for > > > > reStructuredText. > > > > I have no personal experience in wikis so I am unable to comment. > > > > > > > Massimo- Hide quoted text - > > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

