diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | baobab/README | 55 | ||||
-rw-r--r-- | baobab/README.md | 11 | ||||
-rw-r--r-- | mate-dictionary/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/README | 25 | ||||
-rw-r--r-- | mate-dictionary/README.md | 17 |
6 files changed, 31 insertions, 81 deletions
@@ -25,5 +25,7 @@ Requirements The following configure flags can be used: `--enable-zlib`: Enable ZLib support for Logview [default=yes] + `--with-grep`: Specify the path to the grep command [default=find it ourselves] + `--enable-debug`: Enable debug messages [default=no] diff --git a/baobab/README b/baobab/README deleted file mode 100644 index 7597c54c..00000000 --- a/baobab/README +++ /dev/null @@ -1,55 +0,0 @@ -Copyright -========= - - Baobab - a graphical directory tree analyzer - Copyright (C) 2005 Fabio Marzocca - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - - For more details see the file COPYING. - - -What is Baobab -============== - - Baobab is able to scan either specific directories or the whole - filesystem, in order to give the user a graphical tree representation - including each directory size or percentage in the branch. - It also auto-detects in real-time any change made to your home - folder as far as any mounted/unmounted device. - - A detailed documentation of the program could be read at: - http://www.gnome.org/projects/baobab. - - -System Requirements -=================== - -Baobab should build on most unices. It needs the X11R6 (or xorg) -libraries, glib, and gtk 2.x. - - -Author -====== - -Baobab is being maintained by Fabio Marzocca <[email protected]>. If -you are having trouble installing and/or running Baobab, feel free to -e-mail me. - -You can check on the current status of Baobab via www at: - http://www.gnome.org/projects/baobab - -Comments, ideas and (most of all) bug reports (and especially patches) are -very welcome. diff --git a/baobab/README.md b/baobab/README.md new file mode 100644 index 00000000..159d0861 --- /dev/null +++ b/baobab/README.md @@ -0,0 +1,11 @@ +Baobab +========= +Baobab is the MATE Disk Usage Analyzer. + +What is Baobab +============== +Baobab is able to scan either specific directories (local or remote) or the whole filesystem, in order to give the user a graphical tree representation including each directory size or percentage in the branch. It also auto-detects in real-time any change made to your home folder as far as any mounted/unmounted device. + +System Requirements +=================== +Baobab should build on most unices. It needs the X11R6 (or xorg) libraries, GLib, and GTK 3.x. 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 <ebassi (AT) gmail (DOT) com> 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 <ebassi (AT) gmail (DOT) com> |