summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@pelagicore.com>2017-07-03 14:50:42 +0200
committerGordan Markuš <gordan.markus@pelagicore.com>2017-07-05 10:10:37 +0200
commit98a32c6b1ad8866204537b232bce8d8a3b1f7a75 (patch)
treebfe1634aa2b64a42acaa1cd602f1bacd21d174e4
parenteeac12ced6f5441846fc6afcb0eff0461feb8bef (diff)
downloadpersistence-common-object-98a32c6b1ad8866204537b232bce8d8a3b1f7a75.tar.gz
README.md: Update README
Reformat the README in markdown format, fix broken links and update repository information and description. Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com>
-rw-r--r--README26
-rw-r--r--README.md13
2 files changed, 13 insertions, 26 deletions
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.