initial version

master
Bernie Hoeneisen 4 years ago
parent 3bc84357dc
commit 6323d8b2af

@ -0,0 +1,52 @@
#!/usr/bin/make -f
NAME := draft-lenzini-medup-ux-considerations
REV := 00
DRAFT := $(NAME)-$(REV)
OUTPUTS = $(DRAFT).xml $(DRAFT).txt $(DRAFT).html
DATE := $(shell date +%Y%m%d)
all: $(OUTPUTS)
$(DRAFT).xml: $(NAME).mkd \
../shared/author_tags/gabriele_lenzini.mkd \
../shared/author_tags/borce_stojkovski.mkd \
../shared/references/isoc-btn.mkd \
../shared/text-blocks/key-words-rfc2119.mkd \
#../shared/text-blocks/terms-intro.mkd \
#../shared/text-blocks/handshake.mkd \
#../shared/text-blocks/trustwords.mkd \
#../shared/text-blocks/tofu.mkd \
#../shared/text-blocks/mitm.mkd \
#../shared/text-blocks/implementation-status.mkd \
#../shared/references/implementation-status.mkd \
# ../shared/ascii-arts/basic-msg-flow.mkd \
# ../shared/author_tags/claudio_luck.mkd \
# ../shared/author_tags/bernie_hoeneisen.mkd \
# ../shared/author_tags/volker_birk.mkd \
# ../shared/author_tags/hernani_marques.mkd \
# ../shared/ascii-arts/pep_id_system.mkd \
# to match backslash at the end of the previous line
kramdown-rfc2629 $(NAME).mkd > $(DRAFT).xml
$(DRAFT).txt: $(DRAFT).xml
xml2rfc $(DRAFT).xml
$(DRAFT).html: $(DRAFT).xml
xml2rfc --html $(DRAFT).xml
# copy files to review folder
review: distclean $(DRAFT).txt $(DRAFT).html
mkdir -p review ; \
cp -p $(DRAFT).txt review/$(DRAFT)-pre$(DATE).txt ; \
cp -p $(DRAFT).html review/$(DRAFT)-pre$(DATE).html
clean:
rm -f $(OUTPUTS)
distclean:
rm -f -r $(NAME)-* .refcache
.PHONY: clean all

@ -0,0 +1,108 @@
---
coding: utf-8
title: "User Interaction Considerations in Protocols"
abbrev: User Interaction Considerations
docname: draft-lenzini-medup-ux-considerations-00
category: std
stand_alone: yes
pi: [toc, sortrefs, symrefs, comments]
author:
{::include ../shared/author_tags/gabriele_lenzini.mkd}
{::include ../shared/author_tags/borce_stojkovski.mkd}
normative:
# RFC3156:
RFC4949:
# RFC5322:
RFC7435:
# I-D.birk-pep:
# I-D.marques-pep-handshake:
# I-D.marques-pep-rating:
informative:
# RFC4880:
# RFC6973:
# RFC5321:
# RFC7258:
# RFC7942:
# RFC8280:
# I-D.luck-lamps-pep-header-protection:
# I-D.marques-pep-email:
# I-D.birk-pep-trustwords:
# I-D.hoeneisen-pep-keysync:
{::include ../shared/references/isoc-btn.mkd}
--- abstract
\[\[ TODO \]\]
--- middle
# Introduction
\[\[ TODO \]\]
{::include ../shared/text-blocks/key-words-rfc2119.mkd}
<!--
{::include ../shared/text-blocks/terms-intro.mkd}
{::include ../shared/text-blocks/handshake.mkd}
{::include ../shared/text-blocks/trustwords.mkd}
{::include ../shared/text-blocks/tofu.mkd}
{::include ../shared/text-blocks/mitm.mkd}
-->
# ----------------------------------------------------------------------------------------------------
# REAL TITEL
HERE COMES THE REAL TEXT....
\[\[ TODO \]\]
# ----------------------------------------------------------------------------------------------------
# Security Considerations
\[\[ TODO \]\]
# Privacy Considerations
\[\[ TODO \]\]
# IANA Considerations
This document has no actions for IANA.
# Acknowledgements
The authors would like to thank the following people who have provided
feedback or significant contributions to the development of this
document: \[\[ TODO \]\]
This work was initially created by pEp Foundation, and will be reviewed and
extended with funding by the Internet Society's Beyond the Net Programme on
standardizing pEp. {{ISOC.bnet}}
--- back
# Document Changelog
\[\[ RFC Editor: This section is to be removed before publication \]\]
* draft-lenzini-medup-ux-considerations-00:
* Initial version
# Open Issues
\[\[ RFC Editor: This section should be empty and is to be removed
before publication \]\]

@ -0,0 +1,11 @@
-
ins: B. Stojkovski
name: Borce Stojkovski
org: University of Luxembourg
street: 29, avenue JF Kennedy
city: L-1855 Luxembourg
country: Luxembourg
email: borce.stojkovski@uni.lu
uri: https://wwwen.uni.lu/snt/people/borce_stojkovski

@ -0,0 +1,11 @@
-
ins: G. Lenzini
name: Gabriele Lenzini
org: University of Luxembourg
street: 29, avenue JF Kennedy
city: L-1855 Luxembourg
country: Luxembourg
email: gabriele.lenzini@uni.lu
uri: https://wwwen.uni.lu/snt/people/gabriele_lenzini
Loading…
Cancel
Save