From 7d0b8686e98f606d20c0bf393bfe1dd8c3cd3388 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Wed, 16 Jan 2019 23:31:27 +1030 Subject: meetings: mv README{,.md} to enable github markdown rendering Change-Id: Ic756f5ab16eb6ecbc1e0d73544fe3324fc3a3bc9 Signed-off-by: Andrew Jeffery --- meetings/README | 19 ------------------- meetings/README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meetings/README create mode 100644 meetings/README.md diff --git a/meetings/README b/meetings/README deleted file mode 100644 index e96dd29..0000000 --- a/meetings/README +++ /dev/null @@ -1,19 +0,0 @@ -OPENBMC MEETINGS -================ -This takes the YAML formatted meetings.yaml file and converts to a .ics file -that can be used as input into a calendar. This process allows for adding -additional meetings in the future, just by adding another record to the yaml -file, as well as automating ical generation and email. The tool that is used -to do the conversion is yaml2ical. Follow the usage and installation -instructions here: - -https://github.com/openstack-infra/yaml2ical - -Start by editing meetings.yaml, changing the fields to the needed values. You -can get more description on the supported fields at the link above. - -Once you are happy with the info in the yaml file, run the tool yaml2ical: - -yaml2ical -f -y . -o meetings.ics - -The -f parameter forces an overwrite of the existing ical file. diff --git a/meetings/README.md b/meetings/README.md new file mode 100644 index 0000000..e96dd29 --- /dev/null +++ b/meetings/README.md @@ -0,0 +1,19 @@ +OPENBMC MEETINGS +================ +This takes the YAML formatted meetings.yaml file and converts to a .ics file +that can be used as input into a calendar. This process allows for adding +additional meetings in the future, just by adding another record to the yaml +file, as well as automating ical generation and email. The tool that is used +to do the conversion is yaml2ical. Follow the usage and installation +instructions here: + +https://github.com/openstack-infra/yaml2ical + +Start by editing meetings.yaml, changing the fields to the needed values. You +can get more description on the supported fields at the link above. + +Once you are happy with the info in the yaml file, run the tool yaml2ical: + +yaml2ical -f -y . -o meetings.ics + +The -f parameter forces an overwrite of the existing ical file. -- cgit v1.2.1