• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

backend/H03-May-2022-40,73631,799

cut-n-paste/H03-May-2022-13,71510,426

data/H03-May-2022-17,21315,151

help/H03-May-2022-517,872440,167

libdocument/H03-May-2022-14,1909,644

libmisc/H03-May-2022-1,6431,300

libview/H03-May-2022-26,20020,173

m4/H06-Aug-2021-12,45911,423

po/H03-May-2022-318,726246,469

previewer/H03-May-2022-2,2621,838

properties/H03-May-2022-1,5701,271

shell/H03-May-2022-23,29817,550

test/H03-May-2022-1,2321,035

thumbnailer/H03-May-2022-1,3191,114

ABOUT-NLSH A D06-Aug-202167 21

AUTHORSH A D06-Aug-2021399 1511

COPYINGH A D06-Aug-202117.6 KiB341281

ChangeLogH A D06-Aug-202179.7 KiB1,5881,429

Makefile.amH A D06-Aug-20212 KiB9676

Makefile.inH A D03-May-202235.3 KiB1,109996

NEWSH A D06-Aug-202130.9 KiB687625

README.mdH A D06-Aug-20211.4 KiB3525

aclocal.m4H A D06-Aug-202176.9 KiB2,1481,924

atril-document.hH A D06-Aug-20212.4 KiB6441

atril-document.pc.inH A D06-Aug-2021373 1311

atril-view.hH A D06-Aug-20211.2 KiB3613

atril-view.pc.inH A D06-Aug-2021309 1210

autogen.shH A D06-Aug-2021536 3019

compileH A D06-Aug-20217.2 KiB349259

config.guessH A D06-Aug-202143.1 KiB1,4871,294

config.h.inH A D06-Aug-20214.2 KiB171116

config.rpathH A D06-Aug-202118.1 KiB685588

config.subH A D06-Aug-202130.7 KiB1,7911,636

configureH A D06-Aug-2021837.2 KiB26,92822,861

configure.acH A D06-Aug-202126.3 KiB818657

depcompH A D06-Aug-202123 KiB792502

gtk-doc.makeH A D06-Aug-202110.6 KiB323276

install-shH A D06-Aug-202115.3 KiB530346

ltmain.shH A D06-Aug-2021316.6 KiB11,1507,980

missingH A D06-Aug-20216.7 KiB216143

test-driverH A D06-Aug-20214.5 KiB14987

README.md

1Atril
2==================================================
3Atril 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.
4
5This software is licensed under the GNU GPL. For more on the license, see COPYING.
6
7Atril Requirements
8==================================================
9* [MATE Platform libraries](https://github.com/mate-desktop/mate-desktop/)
10
11* [Poppler](https://poppler.freedesktop.org/) for PDF viewing
12
13* [GhostScript](https://www.ghostscript.com/) for PostScript viewing
14
15Atril Optional Backend Libraries
16==================================================
17* [DjVuLibre](http://djvu.sourceforge.net/) for DjVu viewing
18
19* [RAR](https://www.rarlab.com/) for viewing CBR comics
20
21* [libgxps](https://wiki.gnome.org/Projects/libgxps) for XPS documents
22
23Atril Requirements to Run Tests
24==================================================
25* [python-dogtail](https://gitlab.com/dogtail/dogtail)
26* [python-pyatspi2](https://download.gnome.org/sources/pyatspi/)
27* git installed on your system
28
29Atril Compilation
30==================================================
31* git submodule init
32* git submodule update --remote --recursive
33* ./autogen.sh
34* make
35