From 5330e6efbdf16a1aef8b257201359f224484f235 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 7 Oct 2022 22:24:52 +0200 Subject: glep-0068: Indicate that unknown elements should be ignored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As originally stated, the GLEP did not permit extending the format. Let's relax the requirement to conforming files but indicate that the parsers should ignore unknown (i.e. future) elements. Signed-off-by: Michał Górny --- glep-0068.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glep-0068.rst b/glep-0068.rst index a2bee64..9d10aaa 100644 --- a/glep-0068.rst +++ b/glep-0068.rst @@ -67,6 +67,8 @@ must not fetch or process it. The data structure of metadata files is defined in this GLEP. The elements and attributes do not use namespaces. Conforming files must not contain any elements or attributes that are not defined in this specification. +However, parsers should ignore any unknown elements or attributes in order +to permit future extension. Category metadata files are named ``metadata.xml`` and located inside category directories in an ebuild repository. Their structure is described -- cgit v1.2.3-65-gdbad