From 7afe667a444504d56f8081f58324392ff8b75735 Mon Sep 17 00:00:00 2001 From: Mohammad Abu Sakib Date: Tue, 7 Apr 2020 22:39:52 +0600 Subject: Migrate to README.md and fix links --- README | 29 ----------------------------- README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 29 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index bccb00cb..00000000 --- a/README +++ /dev/null @@ -1,29 +0,0 @@ -Atril -================================================== -Atril is a document viewer capable of displaying -multiple and single page document formats like PDF -and Postscript. For more general information about -Atril please visit our website at - -https://github.com/mate-desktop/atril - -Atril is a fork of Evince - -This software is licensed under the GPL - -Atril Requirements -================================================== -MATE Platform libraries [ https://github.com/mate-desktop/ ] -Poppler for PDF viewing [ http://poppler.freedesktop.org/ ] -GhostScript for Postscript viewing [ http://www.cs.wisc.edu/~ghost/ ] - -Atril Optional Backend Libraries -================================================== -DjVuLibre for DjVu viewing [ http://djvulibre.djvuzone.org/ ] -Rar for viewing CBR comics [ http://www.rarsoft.com/ ] -libgxps for XPS documents [ https://wiki.gnome.org/libgxps ] - -Atril Requirements to Run Tests -================================================== -python-dogtail [ https://fedorahosted.org/dogtail/ ] -python-pyatspi2 [ http://download.gnome.org/sources/pyatspi/ ] diff --git a/README.md b/README.md new file mode 100644 index 00000000..b28fde2b --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +Atril +================================================== +Atril is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS and Portable Document Format (PDF) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Atril is a fork of Evince. + +This software is licensed under the GNU GPL. For more on the license, see COPYING. + +Atril Requirements +================================================== +* [MATE Platform libraries](https://github.com/mate-desktop/mate-desktop/) + +* [Poppler](https://poppler.freedesktop.org/) for PDF viewing + +* [GhostScript](https://www.ghostscript.com/) for PostScript viewing + +Atril Optional Backend Libraries +================================================== +* [DjVuLibre](http://djvu.sourceforge.net/) for DjVu viewing + +* [RAR](https://www.rarlab.com/) for viewing CBR comics + +* [libgxps](https://wiki.gnome.org/Projects/libgxps) for XPS documents + +Atril Requirements to Run Tests +================================================== +* [python-dogtail](https://gitlab.com/dogtail/dogtail) +* [python-pyatspi2](https://download.gnome.org/sources/pyatspi/) -- cgit v1.2.1