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

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

GNUN is free software; see the file COPYING for the precise terms.

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)
  http://www.gnu.org/software/make

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

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

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

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

* Po4a >= 0.37 (used to generate HTML pages)
  from http://po4a.alioth.debian.org

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

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

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

* Mktemp
  http://www.mktemp.org

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

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

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


Copyright (C) 2015 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.
