all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Editing Live Wiki Pages?
@ 2004-05-05 14:14 Eric Eide
  2004-05-05 14:57 ` Marco Parrone
  2004-05-05 15:36 ` David Hansen
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Eide @ 2004-05-05 14:14 UTC (permalink / raw)


Is there an Emacs major mode for editing "live" Wiki pages --- something that
works with Wikis that aren't "local" and that aren't being served by Emacs
itself?

This seems like a question that I should be able to figure out for myself, but
after looking through the online Emacs-for-Wiki materials that I could find
(and there is a lot!) I still came up short.  I found modes that know about
Wiki markup, and modes for working on local Wikis, and modes for turning Emacs
into a Wiki server itself --- but nothing that claimed to be able to edit pages
that live on remote Wiki servers.

I'm just now getting started with Wikis, and I'm thinking about setting up a
Wiki for collaboration within my research group.  But we would really like to
edit Wiki pages in a way that doesn't suck.

Thank you for any pointers!

Eric.

-- 
-------------------------------------------------------------------------------
Eric Eide <eeide@cs.utah.edu>  .         University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Editing Live Wiki Pages?
  2004-05-05 14:14 Editing Live Wiki Pages? Eric Eide
@ 2004-05-05 14:57 ` Marco Parrone
  2004-05-05 15:36 ` David Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Parrone @ 2004-05-05 14:57 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 596 bytes --]

Eric Eide on Wed, 05 May 2004 08:14:00 -0600 (MDT) writes:

> Is there an Emacs major mode for editing "live" Wiki pages --- something that
> works with Wikis that aren't "local" and that aren't being served by Emacs
> itself?

A quick way is to use Emacs with w3m using emacsclient.

First you have to set the EDITOR environment variable to emacsclient
and to call the `server-start' Emacs function.

Then browse the wiki with w3m and, when you edit a page, it will
create a buffer in your emacs session where you can edit the page.

-- 
Marco Parrone (marc0) <marc0@autistici.org> [0x45070AD6]

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Editing Live Wiki Pages?
  2004-05-05 14:14 Editing Live Wiki Pages? Eric Eide
  2004-05-05 14:57 ` Marco Parrone
@ 2004-05-05 15:36 ` David Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: David Hansen @ 2004-05-05 15:36 UTC (permalink / raw)


On Wed, 05 May 2004 08:14:00 -0600 (MDT) Eric Eide wrote:

> Is there an Emacs major mode for editing "live" Wiki pages --- something that
> works with Wikis that aren't "local" and that aren't being served by Emacs
> itself?

`simple-wiki-edit-mode' works with oddmuse <http://www.oddmuse.org/>
wikis (e.g. the wiki at <http://www.emacswiki.org/>).  See 

http://www.emacswiki.org/cgi-bin/wiki/SimpleWikiEditMode

The file simple-wiki.el also comes with major modes for mediawiki
<http://www.mediawiki.org/>, phpwiki <http://www.phpwiki.org/> and
jspwiki <http://www.jspwiki.org/> but you have to use it in conjunction
with a browser that lets you use an external editor for text areas
(e.g. firefox with the mozex extension or w3m).

-- David

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-05 15:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-05 14:14 Editing Live Wiki Pages? Eric Eide
2004-05-05 14:57 ` Marco Parrone
2004-05-05 15:36 ` David Hansen

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.