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

..03-May-2022-

goffice-bits/H03-May-2022-19,37613,947

goffice-bits2/H03-May-2022-17,76512,847

icons/H03-May-2022-746662

plugins/H03-May-2022-343,244272,702

po/H03-May-2022-199,111197,944

src/H03-May-2022-627,512461,403

tools/H03-May-2022-2,3012,047

user/H03-May-2022-7,6865,551

AUTHORSH A D03-Jul-202115.1 KiB350338

COPYINGH A D03-Jul-202117.6 KiB345285

INSTALLH A D03-Jul-202115.4 KiB369287

Makefile.amH A D03-Jul-20211.7 KiB9067

Makefile.inH A D03-May-202241.2 KiB1,2671,151

NEWSH A D03-Jul-2021255 107

READMEH A D03-Jul-20211.5 KiB4332

abiword.1H A D03-Jul-20214.2 KiB147127

abiword.appdata.xmlH A D03-Jul-20212.5 KiB6461

abiword.desktopH A D03-May-20221.4 KiB2826

abiword.keysH A D03-Jul-2021164 129

aclocal.m4H A D03-Jul-202191.6 KiB2,9622,552

compileH A D03-Jul-20217.2 KiB349259

compile-resourceH A D03-Jul-20211.7 KiB4820

config.guessH A D03-Jul-202143.1 KiB1,4871,294

config.h.inH A D03-Jul-20215 KiB213143

config.subH A D03-Jul-202130.7 KiB1,7911,636

configureH A D03-May-20221 MiB33,43427,858

configure.acH A D03-Jul-202136.8 KiB1,3041,153

depcompH A D03-Jul-202123 KiB792502

install-shH A D03-Jul-202115.3 KiB530346

libabiword.pc.inH A D03-Jul-2021377 1513

libgcrypt.m4H A D03-Jul-20214.1 KiB109104

libtool.m4H A D03-Jul-2021298.7 KiB8,3737,604

lt-compile-resourceH A D03-Jul-20212.1 KiB7941

ltmain.shH A D03-Jul-2021316.6 KiB11,1507,980

ltoptions.m4H A D03-Jul-202114.2 KiB438369

ltsugar.m4H A D03-Jul-20214.3 KiB125101

ltversion.m4H A D03-Jul-2021699 2419

lt~obsolete.m4H A D03-Jul-20216 KiB10095

m4_ax_boost_base.m4H A D03-Jul-202110.1 KiB259237

missingH A D03-Jul-20216.7 KiB216143

plugin-builtin.m4H A D03-Jul-20213.5 KiB5150

plugin-configure.m4H A D03-Jul-202143.8 KiB1,9561,375

plugin-list.m4H A D03-Jul-2021358 21

plugin-makefiles.m4H A D03-Jul-20214.8 KiB165164

py-compileH A D03-Jul-20215.1 KiB190141

test-driverH A D03-Jul-20214.5 KiB14987

README

1This is the source tree for the AbiSource desktop productivity tools,
2namely the AbiWord word processor.
3Everything contained here is copyrighted and is available for your use
4and redistribution under certain license terms.  Please read
5COPYRIGHT.TXT and TRADEMARK.TXT for more information.
6
7Current information is available at http://www.abisource.com/.
8
9This tree contains the following top-level subdirectories:
10
11src
12	All source code is under here, including applications,
13	library modules, and third-party source code.
14
15ac-helpers
16	Autoconf macros used by the autoconfiscated build system (configure).
17
18docs
19	Documents related to the project.  Includes specifications,
20	design documents, and the like.  You should also find instructions
21	for how to build the tree in here, within the "build" subdirectory.
22
23po
24	Localized strings for each locale we support, in PO format, as well
25	as scripts for conversion to and from Abi's native .strings files,
26	which are the files actually used directly by the program(s).  PO
27	files are maintained as a convenience for translators, many of whom
28	are already accustomed to working with them (as opposed to .strings).
29
30regtest
31	Regression testing tools (scripts, documents, and the like) reside
32	here.
33
34test
35	Test files for AbiWord (not explicitly part of regression testing).
36
37user
38	Support files, other than code, which need to be installed
39	on the user's machine, are stored in here.  Items which
40	are too large to be practical do not necessarily go here,
41	such as the fonts.
42
43