mirror of
https://github.com/adulau/pmf.git
synced 2024-12-22 00:35:59 +00:00
chg: [PMF] updated to version 02
This commit is contained in:
parent
3eb49d3fb4
commit
aed0acf4ff
6 changed files with 24 additions and 24 deletions
|
@ -11,4 +11,4 @@ engineering methodologies.
|
||||||
|
|
||||||
## Internet-Draft
|
## Internet-Draft
|
||||||
|
|
||||||
The [Programming Methodology Framework aka PMF](raw.md.txt) in ASCII format. Published [draft-01](https://www.ietf.org/archive/id/draft-dulaunoy-programming-methodology-framework-01.html)
|
The [Programming Methodology Framework aka PMF](raw.md.txt) in ASCII format. Published [draft-02](https://www.ietf.org/archive/id/draft-dulaunoy-programming-methodology-framework-02.html)
|
||||||
|
|
BIN
doc/JanThesis.pdf
Normal file
BIN
doc/JanThesis.pdf
Normal file
Binary file not shown.
2
raw.md
2
raw.md
|
@ -7,7 +7,7 @@ ipr= "trust200902"
|
||||||
area = "Internet"
|
area = "Internet"
|
||||||
keyword = ["software engineering", "engineering", "pmf", "programming"]
|
keyword = ["software engineering", "engineering", "pmf", "programming"]
|
||||||
submissiontype = "independent"
|
submissiontype = "independent"
|
||||||
date = 2023-02-22T00:00:00Z
|
date = 2024-05-23T00:00:00Z
|
||||||
|
|
||||||
[seriesInfo]
|
[seriesInfo]
|
||||||
name = "Internet-Draft"
|
name = "Internet-Draft"
|
||||||
|
|
18
raw.md.html
18
raw.md.html
|
@ -24,11 +24,11 @@ to official engineering or project documents describing one of the most used sof
|
||||||
ConfigArgParse 1.7
|
ConfigArgParse 1.7
|
||||||
google-i18n-address 3.1.0
|
google-i18n-address 3.1.0
|
||||||
intervaltree 3.1.0
|
intervaltree 3.1.0
|
||||||
Jinja2 3.1.2
|
Jinja2 3.1.4
|
||||||
lxml 4.9.2
|
lxml 4.9.2
|
||||||
platformdirs 4.2.1
|
platformdirs 4.1.0
|
||||||
pycountry 22.3.5
|
pycountry 22.3.5
|
||||||
PyYAML 6.0
|
PyYAML 6.0.1
|
||||||
requests 2.31.0
|
requests 2.31.0
|
||||||
setuptools 67.7.2
|
setuptools 67.7.2
|
||||||
six 1.16.0
|
six 1.16.0
|
||||||
|
@ -1218,11 +1218,11 @@ li > p:last-of-type:only-child {
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<td class="left">Internet-Draft</td>
|
<td class="left">Internet-Draft</td>
|
||||||
<td class="center">PMF - Programming Methodology Framework</td>
|
<td class="center">PMF - Programming Methodology Framework</td>
|
||||||
<td class="right">February 2023</td>
|
<td class="right">May 2024</td>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
<tfoot><tr>
|
<tfoot><tr>
|
||||||
<td class="left">Dulaunoy & Iklody</td>
|
<td class="left">Dulaunoy & Iklody</td>
|
||||||
<td class="center">Expires 26 August 2023</td>
|
<td class="center">Expires 24 November 2024</td>
|
||||||
<td class="right">[Page]</td>
|
<td class="right">[Page]</td>
|
||||||
</tr></tfoot>
|
</tr></tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
@ -1235,12 +1235,12 @@ li > p:last-of-type:only-child {
|
||||||
<dd class="internet-draft">draft-02</dd>
|
<dd class="internet-draft">draft-02</dd>
|
||||||
<dt class="label-published">Published:</dt>
|
<dt class="label-published">Published:</dt>
|
||||||
<dd class="published">
|
<dd class="published">
|
||||||
<time datetime="2023-02-22" class="published">22 February 2023</time>
|
<time datetime="2024-05-23" class="published">23 May 2024</time>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="label-intended-status">Intended Status:</dt>
|
<dt class="label-intended-status">Intended Status:</dt>
|
||||||
<dd class="intended-status">Informational</dd>
|
<dd class="intended-status">Informational</dd>
|
||||||
<dt class="label-expires">Expires:</dt>
|
<dt class="label-expires">Expires:</dt>
|
||||||
<dd class="expires"><time datetime="2023-08-26">26 August 2023</time></dd>
|
<dd class="expires"><time datetime="2024-11-24">24 November 2024</time></dd>
|
||||||
<dt class="label-authors">Authors:</dt>
|
<dt class="label-authors">Authors:</dt>
|
||||||
<dd class="authors">
|
<dd class="authors">
|
||||||
<div class="author">
|
<div class="author">
|
||||||
|
@ -1280,7 +1280,7 @@ to official engineering or project documents describing one of the most used sof
|
||||||
time. It is inappropriate to use Internet-Drafts as reference
|
time. It is inappropriate to use Internet-Drafts as reference
|
||||||
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p>
|
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p>
|
||||||
<p id="section-boilerplate.1-4">
|
<p id="section-boilerplate.1-4">
|
||||||
This Internet-Draft will expire on 26 August 2023.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
|
This Internet-Draft will expire on 24 November 2024.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
|
@ -1289,7 +1289,7 @@ to official engineering or project documents describing one of the most used sof
|
||||||
<a href="#name-copyright-notice" class="section-name selfRef">Copyright Notice</a>
|
<a href="#name-copyright-notice" class="section-name selfRef">Copyright Notice</a>
|
||||||
</h2>
|
</h2>
|
||||||
<p id="section-boilerplate.2-1">
|
<p id="section-boilerplate.2-1">
|
||||||
Copyright (c) 2023 IETF Trust and the persons identified as the
|
Copyright (c) 2024 IETF Trust and the persons identified as the
|
||||||
document authors. All rights reserved.<a href="#section-boilerplate.2-1" class="pilcrow">¶</a></p>
|
document authors. All rights reserved.<a href="#section-boilerplate.2-1" class="pilcrow">¶</a></p>
|
||||||
<p id="section-boilerplate.2-2">
|
<p id="section-boilerplate.2-2">
|
||||||
This document is subject to BCP 78 and the IETF Trust's Legal
|
This document is subject to BCP 78 and the IETF Trust's Legal
|
||||||
|
|
20
raw.md.txt
20
raw.md.txt
|
@ -5,7 +5,7 @@
|
||||||
Network Working Group A. Dulaunoy
|
Network Working Group A. Dulaunoy
|
||||||
Internet-Draft A. Iklody
|
Internet-Draft A. Iklody
|
||||||
Intended status: Informational CIRCL
|
Intended status: Informational CIRCL
|
||||||
Expires: 26 August 2023 22 February 2023
|
Expires: 24 November 2024 23 May 2024
|
||||||
|
|
||||||
|
|
||||||
Programming Methodology Framework aka PMF
|
Programming Methodology Framework aka PMF
|
||||||
|
@ -37,11 +37,11 @@ Status of This Memo
|
||||||
time. It is inappropriate to use Internet-Drafts as reference
|
time. It is inappropriate to use Internet-Drafts as reference
|
||||||
material or to cite them other than as "work in progress."
|
material or to cite them other than as "work in progress."
|
||||||
|
|
||||||
This Internet-Draft will expire on 26 August 2023.
|
This Internet-Draft will expire on 24 November 2024.
|
||||||
|
|
||||||
Copyright Notice
|
Copyright Notice
|
||||||
|
|
||||||
Copyright (c) 2023 IETF Trust and the persons identified as the
|
Copyright (c) 2024 IETF Trust and the persons identified as the
|
||||||
document authors. All rights reserved.
|
document authors. All rights reserved.
|
||||||
|
|
||||||
This document is subject to BCP 78 and the IETF Trust's Legal
|
This document is subject to BCP 78 and the IETF Trust's Legal
|
||||||
|
@ -53,9 +53,9 @@ Copyright Notice
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dulaunoy & Iklody Expires 26 August 2023 [Page 1]
|
Dulaunoy & Iklody Expires 24 November 2024 [Page 1]
|
||||||
|
|
||||||
Internet-Draft PMF - Programming Methodology Framework February 2023
|
Internet-Draft PMF - Programming Methodology Framework May 2024
|
||||||
|
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
|
@ -109,9 +109,9 @@ Table of Contents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dulaunoy & Iklody Expires 26 August 2023 [Page 2]
|
Dulaunoy & Iklody Expires 24 November 2024 [Page 2]
|
||||||
|
|
||||||
Internet-Draft PMF - Programming Methodology Framework February 2023
|
Internet-Draft PMF - Programming Methodology Framework May 2024
|
||||||
|
|
||||||
|
|
||||||
+----------+
|
+----------+
|
||||||
|
@ -165,9 +165,9 @@ Internet-Draft PMF - Programming Methodology Framework February 2023
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dulaunoy & Iklody Expires 26 August 2023 [Page 3]
|
Dulaunoy & Iklody Expires 24 November 2024 [Page 3]
|
||||||
|
|
||||||
Internet-Draft PMF - Programming Methodology Framework February 2023
|
Internet-Draft PMF - Programming Methodology Framework May 2024
|
||||||
|
|
||||||
|
|
||||||
3. Acknowledgements
|
3. Acknowledgements
|
||||||
|
@ -221,4 +221,4 @@ Authors' Addresses
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dulaunoy & Iklody Expires 26 August 2023 [Page 4]
|
Dulaunoy & Iklody Expires 24 November 2024 [Page 4]
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" -->
|
<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" -->
|
||||||
<rfc version="3" ipr="trust200902" docName="draft-02" submissionType="independent" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true">
|
<rfc version="3" ipr="trust200902" docName="draft-dulaunoy-programming-methodology-framework-02" submissionType="independent" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true">
|
||||||
|
|
||||||
<front>
|
<front>
|
||||||
<title abbrev="PMF - Programming Methodology Framework">Programming Methodology Framework aka PMF</title><seriesInfo value="draft-02" stream="independent" status="informational" name="Internet-Draft"></seriesInfo>
|
<title abbrev="PMF - Programming Methodology Framework">Programming Methodology Framework aka PMF</title>
|
||||||
<author initials="A." surname="Dulaunoy" fullname="Alexandre Dulaunoy"><organization abbrev="CIRCL">Computer Incident Response Center Luxembourg</organization><address><postal><street>122, rue Adolphe Fischer</street>
|
<author initials="A." surname="Dulaunoy" fullname="Alexandre Dulaunoy"><organization abbrev="CIRCL">Computer Incident Response Center Luxembourg</organization><address><postal><street>122, rue Adolphe Fischer</street>
|
||||||
<city>Luxembourg</city>
|
<city>Luxembourg</city>
|
||||||
<code>L-1521</code>
|
<code>L-1521</code>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<country>Luxembourg</country>
|
<country>Luxembourg</country>
|
||||||
</postal><phone>+352 247 88444</phone>
|
</postal><phone>+352 247 88444</phone>
|
||||||
<email>andras.iklody@circl.lu</email>
|
<email>andras.iklody@circl.lu</email>
|
||||||
</address></author><date year="2023" month="February" day="22"></date>
|
</address></author><date year="2024" month="May" day="23"></date>
|
||||||
<area>Internet</area>
|
<area>Internet</area>
|
||||||
<workgroup></workgroup>
|
<workgroup></workgroup>
|
||||||
<keyword>software engineering</keyword>
|
<keyword>software engineering</keyword>
|
||||||
|
|
Loading…
Reference in a new issue