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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
26 matches
Mail list logo