From: Etienne G. <et...@cs...> - 2005-02-13 01:11:46
|
Hi Felipe, I agree this way of protecting the wiki is rather clunky. As it is, I have little time to maintain the wiki, but you are free to set up another one with whatever protection you feel is appropriate. If John finds the new wiki acceptable, he can then have wiki.octave.org point to it, at which point I would discontinue the wiki I'm presently maintaining. Cheers, Etienne PS : Do you now manage to edit the wiki right now? PPS: Wikipedia's def of "wiki" http://en.wikipedia.org/wiki/Wiki does not exclude requiring registration to edit a wiki. On Sat, Feb 12, 2005 at 08:24:27PM -0400, Felipe G. Nievinski wrote: # OK, thanks. # # Look, I've read about your reasons to block editing on that Wiki. # But I think you should use some other workaround (daily backups, # restored in case of troubles?). # In my opinion a Wiki which is not free to anybody edit should not be # called Wiki. # # Please do not take these comments as criticism, but as suggestions to # make it better. # # Thank you once again. # # Felipe. # # Etienne Grossmann wrote: # > # > Hi Felipe, # > # >you should now be able to edit the wiki. I haven't added your # >contribution because I am busy right now. # > # > Cheers and thanks for your help w/ the wiki, # > # > Etienne # > # >On Thu, Feb 10, 2005 at 08:07:48PM -0400, Felipe G. Nievinski wrote: # ># > Editing not allowed for 131.202.141.24 / 12599.gge.unb.ca: user, ip, # ># > or network is blocked. # ># > # ># > Please contact octave-dev at lists.sourceforge.net, specifying your # ># > IP, if you would like to contribute to this site # ># # ># Please, I'd like to contribute the following piece of code to # ># http://wiki.octave.org/wiki.pl?TipsTricks # ># # ># # ># function experience # ># # ># %!test # ># %! experience_design_mat # ># %! experience_obs_eqs # ># %! assert (experience_design_mat == pi); # ># %! assert (experience_obs_eqs == exp(1)); # ># %! # ># %! endfunction % this is a trick. # ># %! % now we can declare functions to be used by the test above. # ># %! # ># %! function a = experience_design_mat # ># %! a = pi; # ># %! endfunction # ># %! # ># %! function b = experience_obs_eqs # ># %! b = exp(1); # ># %! % endfunction: don't add it here. Let test() do it. # ># # ># # ># ------------------------------------------------------- # ># SF email is sponsored by - The IT Product Guide # ># Read honest & candid reviews on hundreds of IT Products from real users. # ># Discover which products truly live up to the hype. Start reading now. # ># http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click # ># _______________________________________________ # ># Octave-dev mailing list # ># Oct...@li... # ># https://lists.sourceforge.net/lists/listinfo/octave-dev # > # -- Etienne Grossmann ------ http://www.cs.uky.edu/~etienne |