MANIFEST.txt
# ---------------------------------------------------------------------- copyright and license ---
#
# file: MANIFEST.txt
#
# Copyright © 2013—2014, 2016—2020 Van de Bugger.
#
# This file is a part of Locale en_RU.
#
# Locale en_RU 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.
#
# Locale en_RU 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 Locale en_RU. If
# not, see <http://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# ---------------------------------------------------------------------- copyright and license ---
# This is the list of hand-made Locale en_RU source files, covered by Locale en_RU license
# (see LICENSE.md).
#
# Note: Locale en_RU source tarball may include some other files (e. g. .aux/*, aclocal.m4,
# Makefile.in, maybe others). Those files are automatically included by GNU Autoconf. Some of
# those files may be third-party files (e. g. .aux/*), some may be generated from Locale en_RU
# sources and/or third-party files (e. g. Makefile.in). Those files are *not* part of Locale
# en_RU source and may be *not* covered by the Locale en_RU copyrigh and license. Look into
# particular non-Locale-en_RU file for its copyright and license terms.
# --- Build and helper scripts ---
bin/build.sh # Developer's build script.
bin/check-html-pandoc.sh # Check html (actually, md) files with html2text tool.
bin/check-html-tidy.sh # Check html files with tidy tool.
bin/check-html-w3cmv.sh # Check html files with w3c-markup-validator tool.
bin/check-srpm-rpmbuild.sh
bin/check-rpm-rpmlint.sh # Check rpm files with rpmlint tool.
bin/clean-dir.sh # Remove content of a directory.
bin/copr-build-args.pl # Build tool.
bin/prologue.sh # Common code (mostly funcs) for all the scripts (except build.sh).
# --- HTML stuff ---
html/en.md.in # English version.
html/forums.md.in # Redirect to SF forums page.
html/index.md.in # Source of index.html, redirect to en.html.
html/links.md
html/reviews.md.in # Redirect to SF reviews page.
html/ru.md.in # Russian version.
html/style.css.in # Stylesheet.
html/template.html # Pandoc's template.
html/tickets.md.in # Redirect to SF tickets page.
# --- M4 macros ---
m4/autoblank.m4
m4/copr.m4 # Copr-specific macros.
m4/rdf.m4 # (non-autoconf) macros to add RDFa attributes to html pages made from md.
m4/sf.m4 # SourceForge-specific macros.
m4/v4.m4
m4/vc.m4
m4/vm.m4
m4/vs.m4
# --- RPM stuff ---
rpm/locale-en_RU.spec.in # Spec file for building RPM.
rpm/rpmlint.conf # rpmlint configuration file.
# --- SourceForge support files ---
sf/en_RU.png # Screenshot.
sf/readme.sf.md.in # Source release's "readme".
# --- Locale sources ---
src/en_RU.locale.in # Yep, only one file.
# --- Test scripts and programs ---
test/cal.test
test/date.test
test/localedef.test
test/locale.test.in
test/printf.test
test/printm.cpp # Command-line interface to strfmon function.
test/printm.test.in
# --- Configure and make ---
.autom4te.cfg
Makefile.am
configure.ac
# --- Source documentation ---
AUTHORS.md # List of authors.
CHANGES.md # Release history.
GPLv3.txt # GNU General Public License.
INSTALL.en.md # Buidling locale from sources, English version.
INSTALL.ru.md # Buidling locale from sources, Russian version.
LICENSE.md # Copyright and license.
MANIFEST.txt # This file.
README.en.md # Source documentation starting point, English version.
README.ru.md # Source documentation starting point, Russian version.
TODO.md # Development plans and ideas.
VERSION.txt # Current version and release numbers.
# end of file #