all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lukasz Stafiniak" <lukstafi@gmail.com>
To: "Tim X" <timx@nospam.dev.null>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs accessing a mediawiki through an "automatice proxy configuration url"?
Date: Sat, 19 May 2007 21:13:01 +0200	[thread overview]
Message-ID: <4a708d20705191213s2657a817l7ec58dc1bbd2c266@mail.gmail.com> (raw)
In-Reply-To: <87r6q6thix.fsf@lion.rapttech.com.au>

On 4/27/07, Tim X <timx@nospam.dev.null> wrote:
>
> I've been thinking about a similar problem lately. I would like to be able to
> update our company wiki from within emacs rather than from within another
> browser and I'd like a nicer environment than you would get just inside a w3m
> form text area.
>
> A couple of things have come to mind. There is a wiki (PMWiki) which has an
> emacs mode you can use to update the wiki. I've not tried it, but I suspect it
> might be a good source of ideas for writing some mode that would work with our
> company's wiki.

http://pmwiki-mode.sourceforge.net/ Source is not very elegant, but we
have quite a handful of features, and some more ideas waiting for yet
longer days ;-)
One thing is holding us from an official release, that is encoding
issues (handling of out-of-ascii characters).
>
> One of the problems with wikis is that many have now incorporated extensions
> beyond the basic/initial wiki markup. This makes a generic wiki mode unlikely.
> However, there is also a lot of commonality which we should be able to exploit.
>
Our code is quite PMWiki specific...
And we don't yet heavily handle markup (just a bit of highlighting).
Some WYSIWYG is in the wish-list.

> emacs 22 has the url package that use to be part of w3 and there are interfaces
> to wget and curl, so it shouldn't be too hard to find a way of moving pages
> in/out (there is also emacs webdav interface).
>
This is a very nice package, BUT it captures all redirections. I have
modified one of its functions not to follow redirections, just marking
them as such.

> I expect it wouldn't be to hard to achieve a nice emacs based mode for editing
> a wiki as long as that wiki isn't too feature rich.
>
An emacs mode is a must for any serious publishing, and emacs+wiki
makes a nice collaborative editing environment. For example,
pmwiki-mode handles edit conflicts with a three-way ediff (compare
buffers with ancestor).

  parent reply	other threads:[~2007-05-19 19:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-27  3:25 Emacs accessing a mediawiki through an "automatice proxy configuration url"? Galen Boyer
2007-04-27  7:15 ` Tim X
2007-05-13  2:19   ` Galen Boyer
2007-05-19 19:13   ` Lukasz Stafiniak [this message]
2007-05-19 19:32     ` Lukasz Stafiniak
2007-05-22 21:45   ` Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a708d20705191213s2657a817l7ec58dc1bbd2c266@mail.gmail.com \
    --to=lukstafi@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=timx@nospam.dev.null \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.