[ReSpec] version 20.1.1 released

Hi ReSpec users,

tl;dr:

  * `formerEditors` is now supported in config - works the same as the
`editors` array.
  * Support for `<h1 id=title>` to title your document (e.g., for i18n
purposes).
  * ReSpec will take part in Google Summer of Code later this year.

## `formerEditors` config option
For W3C Specs, retired editors can now be moved to this array. They
will show up at the top of the spec as "Former Editors:".

More info/example:
https://github.com/w3c/respec/wiki/formerEditors


## Using a h1 for spec title
If for whatever reason you want to have markup in the title of your
spec, you can now declare a H1 element with the id "title" at the top
of your document. ReSpec will take care of the rest, including moving
it to the right place and inserting a HTML `title` element into the
head for you.

More info/example:
https://github.com/w3c/respec/wiki/h1-element


## Google Summer of Code (GSoC)
ReSpec will be taking part in Google Summer of Code later this year,
as a Mozilla project. It means we will have a student workin on ReSpec
almost full time for about 10 weeks. We are still working out details
of exactly what that student will be doing, but we hope to see some
new features and fixes.

Some potential task are listed here:
https://github.com/w3c/respec/issues/1502

More info about GSoC:
https://summerofcode.withgoogle.com/

## Change log
Check out the change log to see what else is new/fixed/exciting!
https://github.com/w3c/respec/blob/develop/CHANGELOG.md

Kind regards,
The Happy ReSpec Elfs

Received on Tuesday, 20 March 2018 06:59:22 UTC