summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-02-25 17:05:24 +0100
committerMark Ryan <mark.d.ryan@intel.com>2013-02-26 09:40:21 +0100
commit3463d512f7befa51e4b3b67205d90c711cbb8238 (patch)
treef48d6690de6bd05c73312ef94b66ca9d3a3f8792 /doc
parent64037ba5b7c77fded8775c67aa5c9ee7d7f76bd6 (diff)
downloaddleyna-server-3463d512f7befa51e4b3b67205d90c711cbb8238.tar.gz
[Documentation] Add doc folder
Add doc files: - logging.txt - TODO.txt - coding-style.txt Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO.txt7
-rw-r--r--doc/coding-style.txt3
-rw-r--r--doc/logging.txt3
3 files changed, 13 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
new file mode 100644
index 0000000..9fe4e93
--- /dev/null
+++ b/doc/TODO.txt
@@ -0,0 +1,7 @@
+TODO:
+-----
+
+You can check the list of features we have planned or are currently working on
+in github:
+
+<https://github.com/01org/dleyna-server/issues?labels=enhancement&page=1&state=open>
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
new file mode 100644
index 0000000..36f658a
--- /dev/null
+++ b/doc/coding-style.txt
@@ -0,0 +1,3 @@
+dLeyna-server uses the dLeyna-core coding guidelines:
+
+https://github.com/01org/dleyna-core/blob/master/doc/coding-style.txt \ No newline at end of file
diff --git a/doc/logging.txt b/doc/logging.txt
new file mode 100644
index 0000000..dbdb66b
--- /dev/null
+++ b/doc/logging.txt
@@ -0,0 +1,3 @@
+dLeyna-server uses the dLeyna-core logging guidelines:
+
+https://github.com/01org/dleyna-core/blob/master/doc/logging.txt \ No newline at end of file