summaryrefslogtreecommitdiff
path: root/toolkit/src2xml/README
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/src2xml/README')
-rw-r--r--toolkit/src2xml/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/toolkit/src2xml/README b/toolkit/src2xml/README
new file mode 100644
index 000000000000..ef30040f2133
--- /dev/null
+++ b/toolkit/src2xml/README
@@ -0,0 +1,16 @@
+SRC2XML: Convert OO.o resource to Layout XML.
+
+This directory contains a Python script to convert OO.o's existing dialog
+resource files into XML layout files.
+
+The main executable file is located in ./source/src2xml.py. Run
+
+ source/src2xml.py --help
+
+for more information.
+
+See also: source/dryrunall.sh and ../workben/run-s2x
+
+
+Author: Kohei Yoshida <kyoshida@novell.com>
+Modifications: Jan Nieuwenhuizen <jnieuwenhuizen@novell.com>