From c16158772d64cab8a4ed1f165cab57d307998e78 Mon Sep 17 00:00:00 2001 From: Hossein Date: Tue, 23 Mar 2021 14:20:32 +0430 Subject: Using .md extension/Markdown syntax for modules README Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- scaddins/README | 8 -------- scaddins/README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 scaddins/README create mode 100644 scaddins/README.md (limited to 'scaddins') diff --git a/scaddins/README b/scaddins/README deleted file mode 100644 index 1e0f88eacbcf..000000000000 --- a/scaddins/README +++ /dev/null @@ -1,8 +0,0 @@ -Extra functions for calc. - -These provide UNO components that implement more exotic calc -functions. If you want to do the same, here can be a good place to -start. - -See also: -[http://wiki.openoffice.org/wiki/Scaddins] diff --git a/scaddins/README.md b/scaddins/README.md new file mode 100644 index 000000000000..1e0f88eacbcf --- /dev/null +++ b/scaddins/README.md @@ -0,0 +1,8 @@ +Extra functions for calc. + +These provide UNO components that implement more exotic calc +functions. If you want to do the same, here can be a good place to +start. + +See also: +[http://wiki.openoffice.org/wiki/Scaddins] -- cgit