4354 downloads - 17 November 2008

Suggestions

From Universal Edit Button

Jump to: navigation, search
< Community Portal

Contents

Also see Implemented suggestions



comment6, comment4,

comment4,

comment2,

comment5,

comment1,

comment3,

comment1,

comment2,

comment2,

[edit] Replace figure on the home page

Can someone create an animated gif showing the UEB on (that is, with) various wikis? It will ilustrate the point better.

[edit] Use a common vector based image for variations

Hi, I'd like to contribute this svg source of a 'simpler/stylized' logo base, ready for any semantic (editable/editing) improvement and cosmetic adjustment (gradients/reflections/gel/shadows) Lorenzo Pastrana

[edit] Linking Scheme

The linking format suggested on Add The Link uses the LINK element in a very odd way. If this element references another webpage that is used for editing, the type should be text/html or similar, not application/wiki (which really makes no sense as a content-type, since "wiki" is not a data format). Different purposes of links should be distinguished by their rel, title, and href protocol, not their type.

I would suggest proposing an "edit" token to the HTML5 working group to be used in rel and rev attributes (props to Mark). This would denote a link to a page which allows editing of the current resource (when used in rel), or the to the page being edited (rev). The token could be used with "alternate" in a similar way as stylesheets to denote secondary resources, such as edit pages for particular sections. Hence, the use of these tags on an imaginary wiki page might look like so

 <LINK rel="edit" title="Edit this page" href="index.php?title=This_Page&action=edit" />

for a regular page-wide edit, or

 <LINK rel="edit alternate" title="Edit section 2 of this page" href="index.php?title=This_Page&action=edit&section=2" />

for a section edit. The token might also be useful for things like RSD and XML-RPC

 <LINK rel="edit" type="application/xml+rpc" title="RPC interface" href="rpc.php?title=This_Page" />
 <LINK rel="edit" type="application/rsd+xml" title="RSD" href="rpc.php?type=rsd&title=This_Page" />

Note: RSD links currently use "editURI" as their rel token. Perhaps this should be used instead of "edit"?

--Max 14:00 Oct 21,2008 (PST)

I fully support this! Actually, I think I'll just add it to MediaWiki on general principle... (Added on MediaWiki 1.14 dev trunk in r42339) --Brion Vibber 18:04, 22 October 2008 (UTC)
Personal tools