From 98a32c6b1ad8866204537b232bce8d8a3b1f7a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordan=20Marku=C5=A1?= Date: Mon, 3 Jul 2017 14:50:42 +0200 Subject: README.md: Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reformat the README in markdown format, fix broken links and update repository information and description. Signed-off-by: Gordan Markuš --- README | 26 -------------------------- README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 26 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 3cd204a..0000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ -GENIVI PersistenceCommonLibrary README -===================================== - -This is the official source of the GENIVI Persistence Common Library. At present, all -relevant documentation for this project is available in the GENIVI wiki on: - -https://collab.genivi.org/wiki/display/genivi/SysInfraEGPersistenceCommonLibraryData - -Master location for GENIVI Persistence Common Library -http://git.projects.genivi.org/persistence/persistence-common.git - -License -------- - -For licensing information see the COPYING file, -distributed along with this project. - - -Build Dependencies and Instructions ------------------------------------ - -The Persistence Common Library has dependencies on the itzam library. - -The Persistence Common Library specifies the organization of Genivi's persistence data and provides -access to the resource congiguration table and to the local and the shared data bases. - diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d2bb65 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# GENIVI Persistence Common Object + +This is the official source of the GENIVI Persistence Common Object. At present, all relevant documentation for this project is available in the GENIVI wiki on: https://at.projects.genivi.org/wiki/display/PROJ/The+Persistence+Common+Object + +Master location for GENIVI Persistence Common Object: https://github.com/GENIVI/persistence-common-object + +## License + +For licensing information see the COPYING file, distributed along with this project. + +## Build Dependencies and Instructions + +The Persistence Common Object has dependencies on the DLT library, which is a part of the GENIVI/dlt-daemon (https://github.com/GENIVI/dlt-daemon). The Persistence Common Object specifies an API to access the key/value and configuration data of GENIVI's persistent data handling. -- cgit v1.2.1