Re: [Moin-user] formatter to javascript?

2011-01-11 Thread Matthew Nuzum
he theme that grabs this json and does interesting things with it. Allowing a user to insert Javascript (or a DSL later converted to JS) in the page that is then run in a browser by whomever later comes to view that page is not a good plan. -- Matthew Nuzum newz2000 on freenode, s

[Moin-user] Jijna themeing in 2.0

2009-06-25 Thread Matthew Nuzum
that historically JS has been used only as an enhancement and not required, assuming that policy still exists, is there a preferred javascript toolkit that is being used with Moin? -- Matthew Nuzum newz2000 on freenode, skype, linkedin, identi.ca and tw

Re: [Moin-user] Serving one wiki from two different domains?

2008-12-03 Thread Matthew Nuzum
eate a read-only and read-write instance of a wiki. -- Matthew Nuzum newz2000 on freenode - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Mobli

Re: [Moin-user] Embeded Video and svg images

2008-11-17 Thread Matthew Nuzum
rs. It's the age-old "blunt instrument" analogy. Soon you'll your users putting tags in your wiki. :-/ -- Matthew Nuzum newz2000 on freenode - This SF.Net email is sponsored by the Moblin Your Move Develo

Re: [Moin-user] MoinMoin on simple hosting sites

2008-06-09 Thread Matthew Nuzum
on public wikis, it is the easiest install method. I suspect as concurrency or server load goes up you'll wish you could use another technique. -- Matthew Nuzum newz2000 on freenode - Check out the new SourceForge.net M

Re: [Moin-user] need server-busting test

2008-04-17 Thread Matthew Nuzum
the vm solution will meet your needs. If so, then what do you care as long as the end result is satisfactory? (that's a rhetorical question) Consider testing your vm system under a normal workload and checking if the performance is acceptable. If so, then be happy. :-) -- Matthew Nuzum newz2000

Re: [Moin-user] Stripping out wiki actions

2008-03-14 Thread Matthew Nuzum
child tag) to include a unique identifier for the page. So, you could do something like: ... This gives you the ability to create special style rules that affect individual pages. -- Matthew Nuzum newz2000 on freenode - This

Re: [Moin-user] Adding new pages with a script?

2008-03-14 Thread Matthew Nuzum
7;s nothing too clever involved. Spammers do it all the time. Maybe Gustavo's editmoin program can give you some inspiration: http://labix.org/editmoin -- Matthew Nuzum newz2000 on freenode - This SF.net email is sponsor

[Moin-user] What's in a theme?

2008-01-24 Thread Matthew Nuzum
rintcss/ I'm curious, what are the essential elements of a default theme for moin? Maybe if we list the requirements, someone will come along and make a theme. One item is easy re-theming support using CSS (so that a person can make minor or even major tweaks by only adding an additional

Re: [Moin-user] user generation with mail confirmation

2007-11-24 Thread Matthew Nuzum
ypassed Moin's authentication and use our own. However, this would be far beyond what Kris is interesting in doing. I'm sure someone else on this list can give a better answer that I can. -- Matthew Nuzum newz2000 on freenode ---

Re: [Moin-user] Once again about RSS

2007-11-10 Thread Matthew Nuzum
and basically ditching the project since the wiki used here was not cached in any way and RSS readers can be merciless when checking for updates. But I used it enough to know that it works perfectly. -- Matthew Nuzum newz2000 on freenode --

Re: [Moin-user] How can i completely remove actions from drop down menu in moinmoin?

2007-08-09 Thread Matthew Nuzum
your customizations to the copy. That way, when you upgrade, your changes don't get overwritten by the upgrade. If you just want a CSS change that makes the menu disappear, do: form.actionsmenu { display: none; } Its still ther

Re: [Moin-user] How can i completely remove actions from drop down menu in moinmoin?

2007-08-09 Thread Matthew Nuzum
verride the method that displays that portion of the nav. I'm having trouble getting to the code quickly, but I believe you can override editorBar or editorLink with your own stuff. Others here can chime in I'm sure. -- Matthew Nuzum newz2000 on freenode