From: Steve W. <sw...@wc...> - 2000-12-01 17:39:52
|
This should be a simple fix, but what's the simplest? We can add another config variable to let the admin decide between 'http' and 'https', but there should be a way to let the Wiki decide this itself. Suggestions? sw On Fri, 1 Dec 2000, Olivier Kaloudoff wrote: > Hi ! > > I am very happy with wiki, > thank you, this is really a great tool. > > however, we tried an https > installation here at ynternet.org, and > wiki keeps sending urls matching > http:// ... > > SSL would be great to share > a private, password protected wiki. > > Do you plan some improvements > going this way ? > > Best Regards, > > Olivier Kaloudoff > ka...@yn... > > ps: I can give you a french translation > for wiki in a few days, if you want. > ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Olivier K. <ka...@ka...> - 2000-12-01 17:51:14
|
> This should be a simple fix, but what's the simplest? We can add another > config variable to let the admin decide between 'http' and 'https', but > there should be a way to let the Wiki decide this itself. Suggestions? any way to use relative urls instead of absolute ones ? > sw > > On Fri, 1 Dec 2000, Olivier Kaloudoff wrote: > > > Hi ! > > > > I am very happy with wiki, > > thank you, this is really a great tool. > > > > however, we tried an https > > installation here at ynternet.org, and > > wiki keeps sending urls matching > > http:// ... > > > > SSL would be great to share > > a private, password protected wiki. > > > > Do you plan some improvements > > going this way ? > > > > Best Regards, > > > > Olivier Kaloudoff > > ka...@yn... > > > > ps: I can give you a french translation > > for wiki in a few days, if you want. > > > > ...............................ooo0000ooo................................. > Hear FM quality freeform radio through the Internet: http://wcsb.org/ > home page: www.wcsb.org/~swain > > |
From: Yann F. <yan...@yn...> - 2000-12-01 21:03:23
|
We have a bug when tring to put some code in a page : >WikiFatalError >Stack bounds exceeded in SetHTMLOutputMode I can send the code if necessary. Yann |
From: Steve W. <sw...@wc...> - 2000-12-01 22:05:03
|
Yes, if you could send the page source, that would tell us a lot... thx sw On Fri, 1 Dec 2000, Yann Forget wrote: > We have a bug when tring to put some > code in a page : > > >WikiFatalError > > >Stack bounds exceeded in SetHTMLOutputMode > > I can send the code if necessary. > > Yann > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpwiki-talk > ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Arno H. <aho...@in...> - 2000-12-06 11:21:33
|
> > however, we tried an https > > installation here at ynternet.org, and > > wiki keeps sending urls matching > > http:// ... Maybe I'm missing something obvious, but why don't you just set the $ScriptURL to something like "https://ynternet.org/wiki/" ? (assuming latest tarball) /Arno |
From: Arno H. <aho...@in...> - 2000-12-06 17:43:28
|
> On Fri, 1 Dec 2000, Olivier Kaloudoff wrote: > > ps: I can give you a french translation > > for wiki in a few days, if you want. Go ahead and send it in :o) /Arno |
From: Olivier K. <ka...@ka...> - 2000-12-14 19:13:29
|
Hi Arno, I saw locale/translate.sh in the 1.1.9 tarball. I seems to be useful *after* translation. But no docs about how to start translation for a new locale (fr). any help ? Kalou ka...@yn... ----------------------------------------------- Ynternet.org Notre mission: Favoriser la coopération au développement entre jeunes grace aux ressources du reseau Internet ----------------------------------------------- > > > ps: I can give you a french translation > > > for wiki in a few days, if you want. > > Go ahead and send it in :o) > > /Arno > |
From: Jan N. <ja...@gn...> - 2000-12-14 19:54:01
|
Olivier Kaloudoff <ka...@ka...> writes: > I saw locale/translate.sh in the > 1.1.9 tarball. I seems to be useful *after* > translation. > > But no docs about how to start > translation for a new locale (fr). Just copy the locale/po/phpwiki.pot to fr.po, alongside nl.po. Then, translate all the strings to french. Emacs has a handy po translation mode for you. Most of the work, though is in translating the pgsrc and template files. Easiest is to do: mkdir locale/fr cp -rv pgsrc locale/fr cp -rv templates locale/fr You may want to change the names of some pgsrc files afterwards. For anything you don't know, look at the `nl' or `de' versions. Maybe you find some information at http://www.iro.umontreal.ca/contrib/po/HTML/ If you succeed, you may also want to add instructions to the translation doco for phpwiki ;-) Good luck. Jan. -- Jan Nieuwenhuizen <ja...@gn...> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org |
From: Jan H. <hi...@wi...> - 2000-12-14 20:15:55
|
I have just completed a new version of dbmlib.php that now also defines GetWikiPageLinks et cetera, and an alternative version of InitMostPopular (it sorted alphabetically and not numerically). I have also defined the function RemovePage so pages can now be removed. Whom do I send this to? Kind regards, -- Jan Hidders |
From: Steve W. <sw...@wc...> - 2000-12-14 20:47:11
|
You can forward that to the list as an attachment, and we'll test it out. This will be a big help! Thanks! :-) sw On Thu, 14 Dec 2000, Jan Hidders wrote: > I have just completed a new version of dbmlib.php that now also defines > GetWikiPageLinks et cetera, and an alternative version of InitMostPopular > (it sorted alphabetically and not numerically). I have also defined the > function RemovePage so pages can now be removed. > > Whom do I send this to? > > Kind regards, > > -- Jan Hidders > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpwiki-talk > ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |
From: Jan H. <hi...@wi...> - 2000-12-14 22:10:53
Attachments:
dbmlib.php
|
On Thu, Dec 14, 2000 at 03:47:10PM -0500, Steve Wainstead wrote: > > You can forward that to the list as an attachment, and we'll test it out. Ok. Here it is. I forgot to clean up the pre-amble of the file (it's not your latest version) but I assume that is not really a problem. Note that the DBM file 'wikilinks', as I defined it, is a very redundant datastructure, but that makes the lookups quicker (and the code uglier :-)). I also generalized InsertPage a little so I could use it also for 'wikilinks'. I am not sure if the padding that happens there, is really neccessary for 'wikilinks', but I assumed it couldn't do much harm. The RemovePage function now does not report any error whatsoever. I assume it should report something if a non-existing page is deleted. But I didn't implment that yet. I have tested the file here under RedHat 6.2 + PHP3 and RedHat 7.0 + PHP4 and both seems to work. But there are undoubtedly still some bugs, so let me know. I also have a short question. I saw that if a request is made for a non-existing page, this is still counted in wikiscore. That entry remains there until the non-existing page is explicitly deleted. It's not really wrong but it surprised me a bit that you would allow entries in a table for non-existing pages. Kind regards, --- Jan Hidders |
From: Arno H. <aho...@in...> - 2000-12-14 21:22:42
|
> I have just completed a new version of dbmlib.php > Whom do I send this to? If your changes are smaller than say 30k then just post them to this list. /Arno |
From: Steve W. <sw...@wc...> - 2000-12-18 21:40:27
|
This is now committed to CVS. I need to give it another round of testing. thx so much! sw On Thu, 14 Dec 2000, Jan Hidders wrote: > I have just completed a new version of dbmlib.php that now also defines > GetWikiPageLinks et cetera, and an alternative version of InitMostPopular > (it sorted alphabetically and not numerically). I have also defined the > function RemovePage so pages can now be removed. > > Whom do I send this to? > > Kind regards, > > -- Jan Hidders > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpwiki-talk > ...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain |