Difference between revisions of "User:Esteis"

From Wiki
Jump to navigation Jump to search
(Add note about key pages)
(Some unstructured thoughts on this wiki's direction.)
Line 10: Line 10:
 
** are at {{code|<nowiki>[[Command/keyword:style]]</nowiki>}} (ugly)
 
** are at {{code|<nowiki>[[Command/keyword:style]]</nowiki>}} (ugly)
 
** should be at {{code|<nowiki>[[KeyValue/style]]</nowiki>}} (better)
 
** should be at {{code|<nowiki>[[KeyValue/style]]</nowiki>}} (better)
 +
 +
== A design for this wiki ==
 +
 +
=== What sort of pages do we have on here? ===
 +
 +
* Command documentation ({{cmd|startitemize}}, {{cmd|setupnarrower}}
 +
* Description of mechanisms (heads, captions, itemize, floats, etc.)
 +
* Howto instructions (How to install ConTeXt, how to use text editor X with ConTeXt)
 +
* Snippet collections (make a framebox without borders)
 +
* Example style files
 +
 +
* Description of mechanisms which contains a great many miscellaneous examples (e.g. [[Quotes]]).
 +
* MkII examples
 +
* MkIV examples
 +
* Bug workarounds
 +
 +
I think the topics, first of all, should get Navboxes. Example from Wikipedia: [http://en.wikipedia.org/wiki/Template:France_topics France navbox], [http://en.wikipedia.org/wiki/Template:Navbox Navbox template]. They can be used to bind together...
 +
* The commands
 +
* The mechanism description pages
 +
* The example style files
 +
* The 'how to do X' snippers
 +
...that are to do with a topic.
 +
 +
=== Why do people come here? ===
 +
 +
* I want to install ConTeXt
 +
* I know a command, and want to look up what it does
 +
* I know what structure I want, and want to look up how to do it
 +
* I want to report a bug
 +
* I want to join development
 +
* I want to learn about ConTeXts social events (TUG meetings, etc.)
 +
* I'm looking for a manual or a book
 +
* I want to learn how to add X to the wiki.
 +
* I want to learn how to code X in ConTeXt
 +
 +
=== Next action ===
 +
 +
* Redesign the Main Page, with a link to the village pump
 +
* Work out entry points for "Why do people come here"
 +
 +
  
 
== Page template: Command reference ==
 
== Page template: Command reference ==

Revision as of 23:17, 4 July 2012

User page of Esteis; my real name is Sietse Brouwer, e-mail address sbbrouwer@—gmail—.com. Quite experienced with ConTeXt by now, especially from filling in lots of command reference pages over at Category:Commands.

TODO

  • Tell people that {{cmd|startnarrower|[left]}} --> \startnarrower[left] is now possible.
  • Make {{cmdstop|narrower}} that displays as {{cmd|stopnarrower}}, but links to {{cmd|startnarrower}}
  • Wiki entries on general key=value keys (well, the links to the entries):
    • are at [[Command/keyword:style]] (ugly)
    • should be at [[KeyValue/style]] (better)

A design for this wiki

What sort of pages do we have on here?

  • Command documentation (\startitemize, \setupnarrower
  • Description of mechanisms (heads, captions, itemize, floats, etc.)
  • Howto instructions (How to install ConTeXt, how to use text editor X with ConTeXt)
  • Snippet collections (make a framebox without borders)
  • Example style files
  • Description of mechanisms which contains a great many miscellaneous examples (e.g. Quotes).
  • MkII examples
  • MkIV examples
  • Bug workarounds

I think the topics, first of all, should get Navboxes. Example from Wikipedia: France navbox, Navbox template. They can be used to bind together...

  • The commands
  • The mechanism description pages
  • The example style files
  • The 'how to do X' snippers

...that are to do with a topic.

Why do people come here?

  • I want to install ConTeXt
  • I know a command, and want to look up what it does
  • I know what structure I want, and want to look up how to do it
  • I want to report a bug
  • I want to join development
  • I want to learn about ConTeXts social events (TUG meetings, etc.)
  • I'm looking for a manual or a book
  • I want to learn how to add X to the wiki.
  • I want to learn how to code X in ConTeXt

Next action

  • Redesign the Main Page, with a link to the village pump
  • Work out entry points for "Why do people come here"


Page template: Command reference

{{Reference
|name=XXX
|attributes=
}}

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
  <tr>
    <td colspan="2" class="cmd">\XXX<!--
      --><span class="first">[...]</span><!--
      --><span class="second">[...]</span><!--
      --><span class="third">[...]</span><!--
 --></td>
  </tr>
  <tr valign="top" class="first">
    <td class="cmd">[...]</td>
    <td>''text''</td>
  </tr>
  <tr valign="top" class="second">
    <td class="cmd">[...]</td>
    <td>''text''</td>
  </tr>
  <tr valign="top" class="third">
    <td class="cmd">[...]</td>
    <td>''text''</td>
  </tr>
</table>

== Description == 


== Example ==


== See also ==


== Help from ConTeXt-Mailinglist/Forum ==
All issues with:
{{Forum|{{SUBPAGENAME}}}}

[[Category:Commands|XXX]]