Skip to content

Commit

Permalink
Add PSR-13 to the index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Dec 28, 2015
1 parent 9e2ddec commit 01c51fe
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions index.md
Expand Up @@ -30,32 +30,34 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,

### Draft

| Num | Title | Editor(s) | Coordinator | Sponsor |
|:---:|--------------------------------------|--------------------------------|----------------|-------------------|
| 5 | [PHPDoc Standard][psr5] | Mike van Riel | Phil Sturgeon | Donald Gilbert |
| 8 | [Huggable Interface][psr8] | Larry Garfield | Cal Evans | Paul M. Jones |
| 9 | [Security Disclosure][psr9] | Lukas Kahwe Smith | Korvin Szanto | Larry Garfield |
| 10 | [Security Advisories][psr10] | Lukas Kahwe Smith | Larry Garfield | Korvin Szanto |
| 11 | [Container Interface][psr11] | Matthieu Napoli, David Négrier | Paul M. Jones | Jeremy Lindblom |
| 12 | [Extended Coding Style Guide][psr12] | Michael Cullum | Korvin Szanto | Alexander Makarov |
| Num | Title | Editor(s) | Coordinator | Sponsor |
|:---:|--------------------------------------|--------------------------------|-------------------------|-------------------|
| 5 | [PHPDoc Standard][psr5] | Mike van Riel | Phil Sturgeon | Donald Gilbert |
| 8 | [Huggable Interface][psr8] | Larry Garfield | Cal Evans | Paul M. Jones |
| 9 | [Security Disclosure][psr9] | Lukas Kahwe Smith | Korvin Szanto | Larry Garfield |
| 10 | [Security Advisories][psr10] | Lukas Kahwe Smith | Larry Garfield | Korvin Szanto |
| 11 | [Container Interface][psr11] | Matthieu Napoli, David Négrier | Paul M. Jones | Jeremy Lindblom |
| 12 | [Extended Coding Style Guide][psr12] | Michael Cullum | Korvin Szanto | Alexander Makarov |
| 13 | [Hypermedia Links][psr13] | Larry Garfield | Matthew Weier O'Phinney | Evert Pot |

## Numerical Index

| Status | Num | Title | Editor(s) | Coordinator | Sponsor |
|--------|:---:|--------------------------------------|--------------------------------|----------------|-------------------|
| X | 0 | [Autoloading Standard][psr0] | _N/A_ | _N/A_ | _N/A_ |
| A | 1 | [Basic Coding Standard][psr1] | _N/A_ | _N/A_ | _N/A_ |
| A | 2 | [Coding Style Guide][psr2] | _N/A_ | _N/A_ | _N/A_ |
| A | 3 | [Logger Interface][psr3] | Jordi Boggiano | _N/A_ | _N/A_ |
| A | 4 | [Autoloading Standard][psr4] | Paul M. Jones | Phil Sturgeon | Larry Garfield |
| D | 5 | [PHPDoc Standard][psr5] | Mike van Riel | Phil Sturgeon | Donald Gilbert |
| A | 6 | [Caching Interface][psr6] | Larry Garfield | Paul Dragoonis | Robert Hafner |
| A | 7 | [HTTP Message Interface][psr7] | Matthew Weier O'Phinney | Beau Simensen | Paul M. Jones |
| D | 8 | [Huggable Interface][psr8] | Larry Garfield | Cal Evans | Paul M. Jones |
| D | 9 | [Security Disclosure][psr9] | Lukas Kahwe Smith | Korvin Szanto | Larry Garfield |
| D | 10 | [Security Advisories][psr10] | Lukas Kahwe Smith | Larry Garfield | Korvin Szanto |
| D | 11 | [Container Interface][psr11] | Matthieu Napoli, David Négrier | Paul M. Jones | Jeremy Lindblom |
| D | 12 | [Extended Coding Style Guide][psr12] | Michael Cullum | Korvin Szanto | Alexander Makarov |
| Status | Num | Title | Editor(s) | Coordinator | Sponsor |
|--------|:---:|--------------------------------------|--------------------------------|-------------------------|-------------------|
| X | 0 | [Autoloading Standard][psr0] | _N/A_ | _N/A_ | _N/A_ |
| A | 1 | [Basic Coding Standard][psr1] | _N/A_ | _N/A_ | _N/A_ |
| A | 2 | [Coding Style Guide][psr2] | _N/A_ | _N/A_ | _N/A_ |
| A | 3 | [Logger Interface][psr3] | Jordi Boggiano | _N/A_ | _N/A_ |
| A | 4 | [Autoloading Standard][psr4] | Paul M. Jones | Phil Sturgeon | Larry Garfield |
| D | 5 | [PHPDoc Standard][psr5] | Mike van Riel | Phil Sturgeon | Donald Gilbert |
| A | 6 | [Caching Interface][psr6] | Larry Garfield | Paul Dragoonis | Robert Hafner |
| A | 7 | [HTTP Message Interface][psr7] | Matthew Weier O'Phinney | Beau Simensen | Paul M. Jones |
| D | 8 | [Huggable Interface][psr8] | Larry Garfield | Cal Evans | Paul M. Jones |
| D | 9 | [Security Disclosure][psr9] | Lukas Kahwe Smith | Korvin Szanto | Larry Garfield |
| D | 10 | [Security Advisories][psr10] | Lukas Kahwe Smith | Larry Garfield | Korvin Szanto |
| D | 11 | [Container Interface][psr11] | Matthieu Napoli, David Négrier | Paul M. Jones | Jeremy Lindblom |
| D | 12 | [Extended Coding Style Guide][psr12] | Michael Cullum | Korvin Szanto | Alexander Makarov |
| D | 13 | [Hypermedia Links][psr13] | Larry Garfield | Matthew Weier O'Phinney | Evert Pot |

_**Legend:** A = Accepted | D = Draft | R = Review | X = Deprecated_

Expand All @@ -73,3 +75,4 @@ _**Legend:** A = Accepted | D = Draft | R = Review | X = Deprecated_
[psr10]: https://github.com/php-fig/fig-standards/blob/master/proposed/security-reporting-process.md
[psr11]: https://github.com/container-interop/fig-standards/blob/master/proposed/container.md
[psr12]: https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md
[psr13]: https://github.com/php-fig/fig-standards/blob/master/proposed/links.md

0 comments on commit 01c51fe

Please sign in to comment.