diff --git a/Makefile b/Makefile index 5998158..aee2e8c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -MMARK:=/home/adulau/git/mmark/mmark/mmark -xml2 -page +MMARK:=mmark docs = $(wildcard raw.md) diff --git a/raw.md b/raw.md index 1d0c199..9b10fbe 100644 --- a/raw.md +++ b/raw.md @@ -1,41 +1,49 @@ -% Title = "Programming Methodology Framework aka PMF" -% abbrev = "PMF - Programming Methodology Framework" -% category = "info" -% docName = "draft-dulaunoy-programming-methodology-framework" -% ipr= "trust200902" -% area = "Internet" -% keyword = ["software engineering", "engineering", "pmf", "programming"] -% -% date = 2019-04-11T00:00:00Z -% -% [[author]] -% initials="A." -% surname="Dulaunoy" -% fullname="Alexandre Dulaunoy" -% abbrev="CIRCL" -% organization = "Computer Incident Response Center Luxembourg" -% [author.address] -% email = "alexandre.dulaunoy@circl.lu" -% phone = "+352 247 88444" -% [author.address.postal] -% street = "16, bd d'Avranches" -% city = "Luxembourg" -% code = "L-1160" -% country = "Luxembourg" -% [[author]] -% initials="A." -% surname="Iklody" -% fullname="Andras Iklody" -% abbrev="CIRCL" -% organization = "Computer Incident Response Center Luxembourg" -% [author.address] -% email = "andras.iklody@circl.lu" -% phone = "+352 247 88444" -% [author.address.postal] -% street = "16, bd d'Avranches" -% city = "Luxembourg" -% code = "L-1160" -% country = "Luxembourg" +%%% +Title = "Programming Methodology Framework aka PMF" +abbrev = "PMF - Programming Methodology Framework" +category = "info" +docName = "draft-dulaunoy-programming-methodology-framework" +ipr= "trust200902" +area = "Internet" +keyword = ["software engineering", "engineering", "pmf", "programming"] + +date = 2021-10-01T00:00:00Z + +[seriesInfo] +name = "Internet-Draft" +value = "draft-01" +stream = "independent" +status = "informational" + +[[author]] +initials="A." +surname="Dulaunoy" +fullname="Alexandre Dulaunoy" +abbrev="CIRCL" +organization = "Computer Incident Response Center Luxembourg" + [author.address] + email = "alexandre.dulaunoy@circl.lu" + phone = "+352 247 88444" + [author.address.postal] + street = "16, bd d'Avranches" + city = "Luxembourg" + code = "L-1160" + country = "Luxembourg" + [[author]] + initials="A." + surname="Iklody" + fullname="Andras Iklody" + abbrev="CIRCL" + organization = "Computer Incident Response Center Luxembourg" + [author.address] + email = "andras.iklody@circl.lu" + phone = "+352 247 88444" + [author.address.postal] + street = "16, bd d'Avranches" + city = "Luxembourg" + code = "L-1160" + country = "Luxembourg" +%%% .# Abstract @@ -85,6 +93,9 @@ A simplified overview of the process can be described as follow: +----------+ ~~~~~ + +The PMF methodology covers open source software along with proprietary software and can be used interchangeably in both. + ## Management and PMF methodology A simple management process is a requirement of the PMF methodology. diff --git a/raw.md.html b/raw.md.html index a4c5502..33ac9ab 100644 --- a/raw.md.html +++ b/raw.md.html @@ -1,488 +1,1060 @@ - + + +
+ + +Internet-Draft | -A. Iklody | -
Intended status: Informational | -CIRCL | -
Expires: October 13, 2019 | -April 11, 2019 | -
Programming Methodology Framework aka PMF
- draft-dulaunoy-programming-methodology-framework
This document describes the Programming Methodology Framework also known under the PMF methodology. The methodology is based on the manifesto written by Zed A. Shaw [PROGRAMMING-MF-MANIFESTO] which describes a natural approach to software engineering with a strong focus on the act of programming. The PMF methodology uses a soft naming to allow for a non-partisan reference to official engineering or project documents describing one of the most used software engineering methodologies.
-This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
-Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.
-Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
-This Internet-Draft will expire on October 13, 2019.
-Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.
-This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
- - - -This document describes the Programming Methodology Framework also known under the PMF methodology. The methodology is based on the manifesto written by Zed A. Shaw [PROGRAMMING-MF-MANIFESTO] which +describes a natural approach to software engineering with a strong focus on the act of programming. The PMF methodology uses a soft naming to allow for a non-partisan reference +to official engineering or project documents describing one of the most used software engineering methodologies.¶
++ This Internet-Draft is submitted in full conformance with the + provisions of BCP 78 and BCP 79.¶
++ Internet-Drafts are working documents of the Internet Engineering Task + Force (IETF). Note that other groups may also distribute working + documents as Internet-Drafts. The list of current Internet-Drafts is + at https://datatracker.ietf.org/drafts/current/.¶
++ Internet-Drafts are draft documents valid for a maximum of six months + and may be updated, replaced, or obsoleted by other documents at any + time. It is inappropriate to use Internet-Drafts as reference + material or to cite them other than as "work in progress."¶
++ This Internet-Draft will expire on 4 April 2022.¶
++ Copyright (c) 2021 IETF Trust and the persons identified as the + document authors. All rights reserved.¶
++ This document is subject to BCP 78 and the IETF Trust's Legal + Provisions Relating to IETF Documents + (https://trustee.ietf.org/license-info) in effect on the date of + publication of this document. Please review these documents + carefully, as they describe your rights and restrictions with + respect to this document. Code Components extracted from this + document must include Simplified BSD License text as described in + Section 4.e of the Trust Legal Provisions and are provided without + warranty as described in the Simplified BSD License.¶
+In 2011, Zed A. Shaw published a blog post which describes:¶
+{align="left"} I think I'm going to create the ultimate software development methodology. It'll be revolutionary compared to others because it will focus on the one thing that gets software done. Its entire focus will be this one, glorious, completely useful activity for writing software. It's name even embodies the perfection of this programming methodology.¶
+The PMF methodology was published as a manifesto later [PROGRAMMING-MF-MANIFESTO]. The manifesto clearly describes the focus on programming to avoid the surrounding management overhead and pivot towards the delivery of the software. The [THE-TAO-OF-PROGRAMMING] describes similar methodologies which strongly focus on coding, scripting and programming.¶
+The overall concept of PMF methodology follows the following process:¶
-
Repeat the above process until the software is delivered.
-A simplified overview of the process can be described as follow:
--+----------+ +
Repeat the above process until the software is delivered.¶
+A simplified overview of the process can be described as follow:¶
++----------+ | | | idea <------+ | | | @@ -501,105 +1073,160 @@ | release +------+ | | +----------+ --
A simple management process is a requirement of the PMF methodology. The management process is meant to be complementary instead of interfering with the programming aspect and solely serves to support the PMF methodology.
- - --
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119].
-Secure and defensive programming can only come by practicing programming and this also includes the act of simplifying or removing code to reduce the attack surface.
-The authors wish to thank all the programmers who program.
-[RFC2119] | --Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. | -
[PROGRAMMING-MF-MANIFESTO] | --Shaw, "Programming Motherfucker, do you speak it?" | -
[THE-TAO-OF-PROGRAMMING] | --James, "The Tao of Programming" | -
The PMF methodology covers open source software along with proprietary software and can be used interchangeably in both.¶
+A simple management process is a requirement of the PMF methodology. +The management process is meant to be complementary instead of interfering with +the programming aspect and solely serves to support the PMF methodology.¶
+ +The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", +"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this +document are to be interpreted as described in RFC 2119 [RFC2119].¶
+Secure and defensive programming can only come by practicing programming and this also +includes the act of simplifying or removing code to reduce the attack surface.¶
+The authors wish to thank all the programmers who program.¶
+L-1160
L-1160