GNUnited Nations					-*-text-*-
================

GNUnited Nations (GNUN) is a collection of scripts to maintain
www.gnu.org translations.

GNUnited Nations 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 3 of the
License, or (at your option) any later version.

GNUnited Nations 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 GNUnited Nations.  If not, see <https://www.gnu.org/licenses/>.

For generic installation instructions, see INSTALL.

To use GNUN, you need a working copy of the gnu.org's CVS repository;
it can be checked out with the following command:

   cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/web/www co www

The files GNUmakefile and config.mk (as well as gnun.mk -- already
maintained in `www') need to reside in the `server/gnun' directory; it
is best to install symlinks:

   ln -s $prefix/share/gnun/config.mk /path/to/www/server/gnun/
   ln -s $prefix/share/gnun/GNUmakefile /path/to/www/server/gnun/

Replace $prefix with the directory where GNUN is installed
(`/usr/local' by default).


Dependencies
------------
* GNU Make >= 3.81 (prereleases of 3.81 also work)
  https://www.gnu.org/software/make

* GNU Bash
  https://www.gnu.org/software/bash

* GNU Sed (or super-sed; other `sed' implementations won't do)
  https://www.gnu.org/software/sed

* GNU Gettext (>= 0.16)
  https://www.gnu.org/software/gettext

* Awk (GNU Awk is highly recommended)
  https://www.gnu.org/software/gawk

* Po4a >= 0.37 (used to generate HTML pages)
  https://po4a.org/

* GNU Wdiff (optionally used to produce differences)
  https://www.gnu.org/software/wdiff

* Xmllint (>= 2.6.24, needed for HTML validation)
  http://xmlsoft.org

* CVS (>= 1.12.9, needed if VCS operations are enabled)
  http://cvs.nongnu.org

* Mktemp
  http://www.mktemp.org
    or
  https://www.gnu.org/software/coreutils

* mail (needed for announcements)
  https://www.gnu.org/software/mailutils

* base64 or uuencode (needed for announcements)
  https://www.gnu.org/software/coreutils
    or
  https://www.gnu.org/software/sharutils

* sort and deflocale (needed for sorting)
  https://www.gnu.org/software/coreutils
  https://www.gnu.org/software/libc

Bugs
----
Please send bug reports and suggestions to <bug-gnun@gnu.org>.

In copyright notices in this package where a range of years appears,
this is an inclusive range that applies to every year in the range.

Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
  2017, 2018, 2019, 2020, 2021, 2022 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
