move lttv to root
[lttv.git] / doc / developer / coding.html
diff --git a/doc/developer/coding.html b/doc/developer/coding.html
new file mode 100644 (file)
index 0000000..4822f45
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>Coding practices</title>
+</head>
+  <body>
+        
+<h1>Coding practices</h1>
+        
+<p>
+The Linux Trace Toolkit viewer and libltt libraries use the coding standards
+of the underlying <A HREF="www.gtk.org">glib and gtk libraries</A>.
+This includes: 
+
+<UL>
+<LI>lower case file names without underscore but with an occasional dash,
+<LI>lower case function names with underscores separating words,
+<LI>type names starting with a capital letter and with capital letters
+separating words.
+</UL>
+
+<P>
+Each file in the libltt library should contain a 
+<A HREF=library-header.txt">LGPL header</A> while each file in the LTT viewer
+should contain a
+<A HREF=library-header.txt">GPL header</A>.
+
+</body>
+</html>
+
+
+
This page took 0.023918 seconds and 4 git commands to generate.