parse(file_get_contents($filename)); $yml = $document->getYAML(); $content = $document->getContent(); $title = $yml['title'] ?? 'invalid'; $author = htmlspecialchars($yml['author']); $description = "RFC {$yml['number']}: {$yml['title']} by {$author}"; include __DIR__.'/../header.php'; ?> < back to list

RFC :

Author:

Status:


Updates: {$num}"; if (next($arr)) { echo ", "; } } ?>
Updated by: {$num}"; if (next($arr)) { echo ", "; } }?>
substr(basename($rfc, ".md"), 3), "yml" => $parser->parse(file_get_contents($rfc))->getYAML(), ]; } ?>

RFC List

Drafts