Open main menu

lensowiki β

Changes

Help:External editors/Tech

1,097 bytes added, 19:14, 26 October 2005
m
Reverted edits by 85.99.224.55 to last version by Eloquence
Control files are in Microsoft's .ini format: ''[Section] Key=Value''. This makes them very easy to read.

One very important principle behind the protocol is that control files sent to the helper application are ''thin''. The helper application handles the downloading and uploading. That makes it relatively easy to add support for application/x-external-editor to any wiki engine, since only few changes have to be made.

== Control file ==

[Process]
Type=[1]
Engine=[2]
Script=[3]
Server=[4]
Path=[5]

[File]
Extension=[6]
URL=[7]

# Can be "Edit text", "Edit file" or "Diff text".
# Can currently only be MediaWiki. Please let [[User:Eloquence|me]] know if your wiki engine supports the application/x-external-editor protocol.
# For MediaWiki, full URL to index.php ($wgServer + $wgScript)
# For MediaWiki, server base URL ($wgServer)
# For MediaWiki, wiki document root ($wgScriptPath) - this is used to rewrite links from relative URLs to absolute URLs for previews
# What should the extension of the file be? For text, MediaWiki uses ".wiki"
# Where can the resource be found?
Anonymous user