From 0fd663a16357cd300cadbe56469101f0954e6a84 Mon Sep 17 00:00:00 2001 From: Abu Sakib Date: Fri, 5 Jun 2020 14:26:35 +0600 Subject: readme: migrate to Markdown for dictionary and baobab and update --- mate-dictionary/Makefile.am | 2 +- mate-dictionary/README | 25 ------------------------- mate-dictionary/README.md | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 26 deletions(-) delete mode 100644 mate-dictionary/README create mode 100644 mate-dictionary/README.md (limited to 'mate-dictionary') diff --git a/mate-dictionary/Makefile.am b/mate-dictionary/Makefile.am index de4d7657..8c9cce1c 100644 --- a/mate-dictionary/Makefile.am +++ b/mate-dictionary/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = libgdict src data docs help -EXTRA_DIST = TODO README AUTHORS +EXTRA_DIST = TODO README.md AUTHORS diff --git a/mate-dictionary/README b/mate-dictionary/README deleted file mode 100644 index ad27357a..00000000 --- a/mate-dictionary/README +++ /dev/null @@ -1,25 +0,0 @@ -MATE Dictionary - Look up words in dictionary sources. - -+++ - -Source tree: - -data/ - contains Glade files for the UI; the .server file and menu description - file for the applet; GSettings schemas; the .desktop for the application. - -docs/ - reference/ - gtk-doc magic needed for the Gdict reference guide. - -help/ - the help for the application and the applet. - -libgdict/ - contains the Gdict library, which is the engine upon which both the - application and the applet are built; - -src/ - contains the application and the applet sources. - -2005-12-19 20:24 (+0100) ebassi diff --git a/mate-dictionary/README.md b/mate-dictionary/README.md new file mode 100644 index 00000000..bdd045ad --- /dev/null +++ b/mate-dictionary/README.md @@ -0,0 +1,17 @@ +MATE Dictionary +==================== +MATE Dictionary enables you to search words and terms in a dictionary source. + +Source tree: + +* `data/`: contains Glade files for the UI; the .server file and menu description file for the applet; GSettings schemas; the .desktop for the application. + +* `docs/reference/`: gtk-doc magic needed for the Gdict reference guide. + +* `help/`: the help for the application and the applet. + +* `libgdict/`: contains the Gdict library, which is the engine upon which both the application and the applet are built. + +* `src/`: contains the application and the applet sources. + +2005-12-19 20:24 (+0100) ebassi -- cgit v1.2.1