mdbx: add POSIX-2008 note to README.

Change-Id: Ic9972a05226d5ba11e463b002c2cc886df9b033e
This commit is contained in:
Leonid Yuriev 2019-08-11 00:23:18 +03:00
parent bdc77df921
commit 2b2eedbbf0
3 changed files with 20 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# GNU Makefile for libmdbx, https://github.com/leo-yuriev/libmdbx # GNU Makefile for libmdbx, https://abf.io/erthink/libmdbx
######################################################################## ########################################################################
# Configuration. The compiler options must enable threaded compilation. # Configuration. The compiler options must enable threaded compilation.

View File

@ -1,3 +1,7 @@
## The [repository was moved out from Github](https://abf.io/erthink/libmdbx) due to illegal discriminatory restrictions for Russian Crimea and for sovereign crimeans.
<!-- Required extensions: pymdownx.betterem, pymdownx.tilde, pymdownx.emoji, pymdownx.tasklist, pymdownx.superfences -->
---
libmdbx libmdbx
====================================== ======================================
**The revised and extended descendant of [Symas LMDB](https://symas.com/lmdb/).** **The revised and extended descendant of [Symas LMDB](https://symas.com/lmdb/).**
@ -20,13 +24,13 @@ and [by Yandex](https://translate.yandex.ru/translate?url=https%3A%2F%2Fgithub.c
добавление новых функции, а также наделение базы данных новыми добавление новых функции, а также наделение базы данных новыми
свойствами. свойствами.
В настоящее время MDBX предназначена для Linux, а также поддерживает В настоящее время MDBX работает на Linux и ОС соответствующих
Windows (начиная с Windows Server 2008) в качестве дополнительной POSIX.1-2008, а также поддерживает Windows (начиная с Windows XP) в
платформы. Поддержка других ОС может быть обеспечена на коммерческой качестве дополнительной платформы. Поддержка других ОС может быть
основе. Однако такие усовершенствования (т. е. pull-requests) могут быть обеспечена на коммерческой основе. Однако такие усовершенствования (т.
приняты в мейнстрим только в том случае, если будет доступен е. pull-requests) могут быть приняты в мейнстрим только в том случае,
соответствующий публичный и бесплатный сервис непрерывной интеграции если будет доступен соответствующий публичный и бесплатный сервис
(aka Continuous Integration). непрерывной интеграции (aka Continuous Integration).
## Содержание ## Содержание
- [Обзор](#Обзор) - [Обзор](#Обзор)

View File

@ -1,5 +1,5 @@
## The [repository was moved](https://abf.io/erthink/libmdbx) due to illegal discriminatory blocking of access from the territory of the Russian Crimea and for sovereign crimeans. ## The [repository was moved out from Github](https://abf.io/erthink/libmdbx) due to illegal discriminatory restrictions for Russian Crimea and for sovereign crimeans.
<!-- Required extensions: pymdownx.betterem, pymdownx.tilde, pymdownx.emoji, pymdownx.tasklist, pymdownx.superfences -->
--- ---
libmdbx libmdbx
@ -45,11 +45,12 @@ Don't miss libmdbx for other runtimes.
----- -----
Nowadays MDBX intended for Linux, and support Windows (since Windows Nowadays MDBX works on Linux and OS'es compliant with POSIX.1-2008, but
Server 2008) as a complementary platform. Support for other OS could be also support Windows (since Windows XP) as a complementary platform.
implemented on commercial basis. However such enhancements (i.e. pull Support for other OS could be implemented on commercial basis. However
requests) could be accepted in mainstream only when corresponding public such enhancements (i.e. pull requests) could be accepted in mainstream
and free Continuous Integration service will be available. only when corresponding public and free Continuous Integration service
will be available.
## Contents ## Contents
- [Overview](#overview) - [Overview](#overview)