hWiki 0.0

From Microformats Wiki
Revision as of 16:28, 18 July 2020 by Aaronpk (talk | contribs) (Replace <entry-title> with {{DISPLAYTITLE:}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This proposal does not follow the microformats process, draft status removed. Please start with the microformats process. Tantek 15:47, 20 February 2009 (UTC)


hWiki is a wiki content and functionality identifier.

This proposal need a help to be a real Draft Specification

Introduction

The wikis are popular and may be useful if the the user agent may talk with the user what is the collaborative and editable content on the page, how he can do this and other interaction optimizations wiki-sys-independent. This may be useful for indexers bots too. If they know what is the collaborative text, what is the link for the past versions, etc...

List of Wiki Entities to identify

What we must identify? There are Hierarchic?

  • Wiki Page
<body class="wiki-page"><!-- all this web page is a wiki page -->

or

<div class="wiki-page"><!-- a wiki box inside a more complex web page -->
    • Wiki Header
      • Wiki Name
      • Wiki Page Permission - values: public-unauthenticated, public-authenticated and group-restricted
<div class="wiki-header">
  <h1 class="wiki-name">The Foo Bar Wiki</h1>
  <span class="wiki-permission-unauthenticated">This wiki is public! Click on the edit button!</span>
</div>
    • Wiki Page Name
    • Wiki Content
      • Wiki Content TOC
      • Section Edit Button
    • Wiki Actions
      • Edit Button
      • History Button
      • Delete Button
      • Attach File Button
      • "Link to Me" Button
    • Wiki Page Versions
      • Preview version Button - identifying the version
      • Version to version diff Button - identifying the versions
    • Wiki Page Revision
      • Name of the last editor
      • page link of the last editor
      • Revision number
      • Revision date
<div class="wiki-rev">
  Revision <span class="rev">2</span> -
  <span class="date" title="2009-02-11T15:14:06Z">11 Feb 2009</span> -
  by <a class="user-fn user-url" href="/user/Fulano">Fulano de Tal</a>
</div>