/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
xml_specs/reduced/overview.xml
54 строки
3 KB
Petr Písař
Spec: XML: Fix a typo in the format (comunity)
10 янв 2023, 17:56
10 янв 2023, 17:56
13f97b4
Код
Авторство
О чём код?
<index xmlns="http://fedoraproject.org/metadata/moduleindex" version="" revision=""> <module name=""> <stream name=""> <!-- DNF wants versions and contexts to differ in @summary etc. --> <build version="" context="" static="" arch="" summary="" description=""> <!-- @static defaults to false. --> <dependency name=""> <requires></requires> <!-- Only one for modulemd-packager-v3 --> <conflicts></conflicts> <!-- Not supported by modulemd-packager-v3 --> </dependency> <dependency name=""/> <!-- An unspecified stream. Not supported by modulemd-packager-v3. --> <license> <module></module> <content></content> </license> <references community="" documentation="" tracker=""/> <profile name="" description=""> <package></package> </profile> <api></api> <demodularized></demodularized> <nevra name="" epoch="" version="" release="" arch=""/> </build> <default-profile modified=""> <!-- @modified could be renamed to version --> <profile></profile> <!-- With a value replaces, missing unsets. --> </default-profile> <obsolete modified="" context=""> <!-- @modified in seconds since the epoch. Missing or empty @context means all contexts. --> <eol when="" message=""> <!-- Missing element means unsetting. --> <!-- @when in seconds since the epoch, missing means now. --> <replacement module="" stream=""/> </eol> </obsolete> <translation modified=""> <!-- @modified could be renamed to version --> <locale name=""> <!-- Each of the child is optional, but there must be at least one. --> <build summary="" description=""/> <!-- missing @summary, @description unsets --> <profile name="" description=""/> <!-- missing @description unsets --> <obsolete context="" message=""/> <!-- missing or empty @context means all contexts, missing @message unsets, unsupported in YAML. --> </locale> </translation> </stream> <default-stream modified="" stream=""/> <!-- @modified could be renamed to version --> <!-- Existing @stream sets a default, missing or empty unsets. --> </module> </index>