aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2019-12-18Convert plaintext documents to MarkdownSimon Ser
This converts GOVERNANCE, MEMBERS and README to Markdown documents. These are only cosmetic changes, the actual contents and wording have been retained. GitLab pretty-prints Markdown and adds anchors. We can now add links from one document to another. Unfortunately GOVERNANCE lettered lists have been converted to numbered lists, because Markdown doesn't support the former. Signed-off-by: Simon Ser <contact@emersion.fr> Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/issues/3
2019-11-21readme: changes should be submitted via GitLabSimon Ser
510188250ea8 ("Add governance document") adds a GOVERNANCE document describing development based on GitLab merge requests. Update the README file accordingly. Some information is duplicated across README and GOVERNANCE, this is intentional to make README provide a more human-friendly, less bureaucratic version. GOVERNANCE is still the authoritative version. Signed-off-by: Simon Ser <contact@emersion.fr>
2016-04-13readme: Correct spelling and grammarYong Bakos
Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
2015-11-17README: postfix -> suffixJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-17README: Use the word 'deprecated' instead of 'obsolete'Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-16README: Add note about CC:ing maintainersJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Make the interface major version suffix more clearJonas Ådahl
Append _vN instead of just N where N is the major version. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Some clarifications regarding major vs minor versionsJonas Ådahl
Was missing that the major version is also part of the interface names. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Document interface naming conventionJonas Ådahl
Document that what different types of protocols should prefix their interfaces with. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Change the examples from wl_ to wp_Jonas Ådahl
It was decided that the wl_ prefixed used by protocols and the wayland-client and wayland-server API should only be used by those two libraries. Instead, invent a new prefix for protocols in wayland-protocols: wp_, which stands for Wayland Protocol. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-09README: Remove confusing part of paragraph about releasesJonas Ådahl
It should be understood that it is possible to make "oops didn't mean that" commits making intra-release backward incompatible changes. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-06README: Another typo fix and some line wrap cleanupJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-06README: typo fixesPekka Paalanen
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-03README: Clarify unstable between release on an unstable protocolJonas Ådahl
Unstable changes can be made to unstable protocols, but this was about unstable changes within the same major version. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-03Added README file describing development procedures etcJonas Ådahl
The format used is (unverified) AsciiDoc. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-10-09Initial commitJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>