/
niceSOFT
/
gettext
ОбзорДокументацияВойти
/
niceSOFT
/
gettext
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
gettext/
libtextstyle/
..
adhoc-tests

Update "Written by ..." lines and authorship notices in source files.

6 месяцев назад
build-aux

Update "Written by ..." lines and authorship notices in source files.

6 месяцев назад
doc

libtextstyle: Document multithreading constraints.

3 месяца назад
examples

Update "Written by ..." lines and authorship notices in source files.

6 месяцев назад
gnulib-local

libtextstyle: Document multithreading constraints.

3 месяца назад
install-tests

Update "Written by ..." lines and authorship notices in source files.

6 месяцев назад
lib

Prepare for 1.0 release.

6 месяцев назад
tests

Update "Written by ..." lines and authorship notices in source files.

6 месяцев назад
.gitignore

Update after gnulib changed.

3 месяца назад
AUTHORS

libtextstyle: New project.

8 лет назад
COPYING

libtextstyle: New project.

8 лет назад
DEPENDENCIES

Update DEPENDENCIES.

5 лет назад
HACKING

Split autogen.sh into autopull.sh and autogen.sh.

4 года назад
INSTALL

Add installation information for the tarball users and from a git checkout.

2 года назад
Makefile.am

libtextstyle: Implement 'installcheck' target.

год назад
NEWS

Prepare for 0.22 release.

3 года назад
README

libtextstyle: Bump version number.

7 лет назад
autogen.sh

Update after gnulib changed.

год назад
autopull.sh

Move gnulib-tool invocation back from autopull.sh to autogen.sh.

4 года назад
configure.ac

build: Fix "gmake installcheck" failures on AIX.

6 месяцев назад
version.sh

Prepare for 1.0 release.

6 месяцев назад
README
GNU LIBTEXTSTYLE - Text styling library
 
This library provides an easy way to add styling to programs that
produce output to a console or terminal emulator window.
 
libtextstyle is for you if your application produces text that is more
readable when it is accompanied with styling information, such as color,
font attributes (weight, posture), or underlining.
 
 
Installation
------------
 
As usual for GNU packages:
 
$ ./configure --prefix=[[PREFIX]] where [[PREFIX]] is e.g. $HOME/local
$ make
$ make install
 
 
Copyright
---------
 
The libtextstyle library and its header files are licensed under the GNU GPLv3+.
 
You find the GNU GPL version 3 in the file COPYING or at
<https://www.gnu.org/licenses/gpl-3.0-standalone.html>.
 
The documentation is under another license; see in the documentation.
 
 
Download
--------
 
https://alpha.gnu.org/gnu/gettext/libtextstyle-0.8.tar.gz
 
Homepage
--------
 
https://www.gnu.org/software/gettext/libtextstyle/
 
Bug reports to
--------------
 
<bug-gettext@gnu.org>
 
 
Bruno Haible <bruno@clisp.org>