Re: [Moin-user] Image problems

2010-02-08 Thread Rick Vanderveer
On Mon, Feb 8, 2010 at 4:49 PM, Chris G wrote: > On Mon, Feb 08, 2010 at 04:40:59PM -0600, Rick Vanderveer wrote: > >Your example: > > > ((attachment:/home/abcde/xyx/image.jpg|caption|width=1234|align="left"}} > > > >would be: > > > {{attachment:/home/abcde/xyx/image.jpg|caption|width=1

Re: [Moin-user] Is it possible to display local images?

2010-02-08 Thread George Dinwiddie
Chris G wrote: > What would be much more useful is simply to tell moinmoin that I want > to display this image (e.g. /home/abcd/fred/imahe.jpg) without any > manipulation at all, no copying, nothing. Well, Moin is a wiki app, not a full webserver. That's why Apache was suggested before. But it

Re: [Moin-user] Is it possible to display local images?

2010-02-08 Thread m...@heavy.ch
Am Montag, den 08.02.2010, 21:04 + schrieb Chris G: > On Mon, Feb 08, 2010 at 09:48:25PM +0100, m...@heavy.ch wrote: > >Am Montag, den 08.02.2010, 17:55 + schrieb Chris G: > > > > Is it possible for moinmoin to display 'local' images, i.e. images > > which are already on the system

[Moin-user] 'Specific link schemes', where are they documented?

2010-02-08 Thread Chris G
Since I'm a reStructuredText enthusiast I have looked at the moinmoin reStructuredText instructions and had a play with it, it [mostly] works. The HelpOnParsers section about reStructuredText says (among other things):- The above creates a link to an attachment named Attachment.zip. If the

Re: [Moin-user] Is it possible to display local images?

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 05:12:08PM -0500, George Dinwiddie wrote: > Hi, Chris, > > Chris G wrote: > >>[1]http://moinmo.in/HelpOnImages > >> > > Yes, I read that, but it doesn't actually work for *any* images that I > > have tried it with. It may work if you're actually sending an image > > fr

Re: [Moin-user] Image problems

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 04:40:59PM -0600, Rick Vanderveer wrote: >Your example: >((attachment:/home/abcde/xyx/image.jpg|caption|width=1234|align="left"}} > >would be: >{{attachment:/home/abcde/xyx/image.jpg|caption|width=1234,align="left"}} > OK, thanks, but I'd really like to be

Re: [Moin-user] Image problems

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 04:25:31PM -0600, Rick Vanderveer wrote: >Well, Chris, keep in mind that no blogging/wiki tool is going to just >magically scale 6~12Mb photos to some arbitrary size that fits your >needs. You'll have to either make or scale your own photos. > >With a simpl

Re: [Moin-user] Image problems

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 05:02:44PM -0500, George Dinwiddie wrote: > Hi, Chris, > > I don't use many images in moin pages, but I do what you suggest in HTML > pages. I typically use ImageMagick to create the thumbnails, these > days. It lets me bulk convert from the commandline. I've used it o

Re: [Moin-user] Is it possible to display local images?

2010-02-08 Thread George Dinwiddie
Hi, Chris, Chris G wrote: >>[1]http://moinmo.in/HelpOnImages >> > Yes, I read that, but it doesn't actually work for *any* images that I > have tried it with. It may work if you're actually sending an image > from a remote system to the system where moinmoin is running but it's > total rubbis

Re: [Moin-user] Image problems

2010-02-08 Thread Rick Vanderveer
Your example: ((attachment:/home/abcde/xyx/image.jpg|caption|width=1234|align="left"}} would be: {{attachment:/home/abcde/xyx/image.jpg|caption|width=1234,align="left"}} -Rick On Mon, Feb 8, 2010 at 4:25 PM, Chris G wrote: > On Mon, Feb 08, 2010 at 09:24:09PM +, Chris G wrote: > > I'm beg

Re: [Moin-user] Image problems

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 09:24:09PM +, Chris G wrote: > I'm beginning to think that putting pictures into a wiki is just not > the done thing! :-) (or maybe :-( ) > > I'm trying to use moinmoin (and I have also played with some other > wikis without much more success) to create some narratives

Re: [Moin-user] Image problems

2010-02-08 Thread George Dinwiddie
Hi, Chris, I don't use many images in moin pages, but I do what you suggest in HTML pages. I typically use ImageMagick to create the thumbnails, these days. It lets me bulk convert from the commandline. I've used it on Linux, Windows, & OS-X. It also has python bindings, I think, if you or

Re: [Moin-user] Image problems

2010-02-08 Thread Rick Vanderveer
Well, Chris, keep in mind that no blogging/wiki tool is going to just magically scale 6~12Mb photos to some arbitrary size that fits your needs. You'll have to either make or scale your own photos. With a simple test, I've confirmed that you can combine multiple variables. So, for example, you sho

[Moin-user] Image problems

2010-02-08 Thread Chris G
I'm beginning to think that putting pictures into a wiki is just not the done thing! :-) (or maybe :-( ) I'm trying to use moinmoin (and I have also played with some other wikis without much more success) to create some narratives of holidays and other similar sorts of things. What I want is the

Re: [Moin-user] Is it possible to display local images?

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 09:48:25PM +0100, m...@heavy.ch wrote: >Am Montag, den 08.02.2010, 17:55 + schrieb Chris G: > > Is it possible for moinmoin to display 'local' images, i.e. images > which are already on the system where moinmoin is running? > > I'm running version 1.9.1 on xubun

Re: [Moin-user] Is it possible to display local images?

2010-02-08 Thread m...@heavy.ch
Am Montag, den 08.02.2010, 17:55 + schrieb Chris G: > Is it possible for moinmoin to display 'local' images, i.e. images > which are already on the system where moinmoin is running? > > I'm running version 1.9.1 on xubuntu 9.10. All I want to do is > display images which are already on the s

Re: [Moin-user] multilingual regexes (need expert regex writer)

2010-02-08 Thread Mariano Absatz
On Mon, Feb 8, 2010 at 15:48, Tobin Cataldo wrote: > Greetings, > > I am no expert, but I think positive look ahead assertion and positive look > behind assertion may be what you are after... > Tobin... thanx a lot for your answer... it completely solved my problem... I had forgotten about look a

Re: [Moin-user] multilingual regexes (need expert regex writer)

2010-02-08 Thread Tobin Cataldo
Greetings, I am no expert, but I think positive look ahead assertion and positive look behind assertion may be what you are after... #!c:\python26\python.exe import re list = ['OneGroup', 'GrupoDos', 'GrupoMyGroup'] for item in list: m = re.match('(?P(Grupo)?(?P((?<=Grupo)\S+|\S+(?=Gro

Re: [Moin-user] How to allow editing only by logged in users?

2010-02-08 Thread Chris G
On Mon, Feb 08, 2010 at 11:52:56AM -0600, Rick Vanderveer wrote: >Hey Chris, >What you want to do is leverage a couple Moin features: > > 1. First is cosmetic - in your farmconfig.py file, switch your theme to >one of the available *_cms themes. The point is so that non-logged use

Re: [Moin-user] No images after Ubuntu upgrade

2010-02-08 Thread stephen
Thanks. You're absolutely right. > Hi Stephen, > > This sounds like a classic case of forgetting to update the "alias" line > so that the /moin_static182 string actually corresponds to your version > of MoinMoin. > > What version of MoinMoin is running on your system? If it isn't 1.8.2, > then th

[Moin-user] Is it possible to display local images?

2010-02-08 Thread Chris G
Is it possible for moinmoin to display 'local' images, i.e. images which are already on the system where moinmoin is running? I'm running version 1.9.1 on xubuntu 9.10. All I want to do is display images which are already on the system as .JPG files. I don't want to upload them into moinmoin as

Re: [Moin-user] How to allow editing only by logged in users?

2010-02-08 Thread Rick Vanderveer
Hey Chris, What you want to do is leverage a couple Moin features: 1. First is cosmetic - in your farmconfig.py file, switch your theme to one of the available *_cms themes. The point is so that non-logged users are not seeing all the edit tools on the wiki. Included in Moin is the modernized_cm

Re: [Moin-user] No images after Ubuntu upgrade

2010-02-08 Thread Eric Johnson
Hi Stephen, This sounds like a classic case of forgetting to update the "alias" line so that the /moin_static182 string actually corresponds to your version of MoinMoin. What version of MoinMoin is running on your system? If it isn't 1.8.2, then that alias line won't work. "mod_wsgi" is the pre

[Moin-user] No images after Ubuntu upgrade

2010-02-08 Thread stephen
Hello all. I recently upgraded my Ubuntu 9.10, and all icons/graphics are not displayed. Anyone want to guess what might have happened? I've been using apache2 and modfastcgi, though it looks like there is a new preferred method for working with apache2? Here is /etc/apache2/conf.d/wiki file:

[Moin-user] How to allow editing only by logged in users?

2010-02-08 Thread Chris G
I have just installed moinmoin 1.9.1 on my xubuntu linux system. I've gone for the WikiFarm mode as I want to run a couple of personal wikis on it. It went fairly smoothly after a few false starts and I now have it up and running OK. However I have one really silly/fundamental question - how do I

[Moin-user] multilingual regexes (need expert regex writer)

2010-02-08 Thread Mariano Absatz
Hi, I have an old moin 1.6 wiki almost abandoned which I had configured to my taste... Now I need another wiki, so I installed (in another server) a fresh 1.9.1. Both wikis are somehow bilingual (Spanish/English)... not in the sense as dual-language-pages but most pages are in Spanish and some a