summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--animations/README1
-rw-r--r--rhino/README2
-rw-r--r--sc/README1
-rw-r--r--sd/README3
-rwxr-xr-xsfx2/README3
-rw-r--r--slideshow/README1
-rw-r--r--starmath/README1
-rw-r--r--sw/README1
8 files changed, 11 insertions, 2 deletions
diff --git a/animations/README b/animations/README
new file mode 100644
index 000000000000..00769956f0b2
--- /dev/null
+++ b/animations/README
@@ -0,0 +1 @@
+Contains containers for the css::animation UNO API, used in [[slideshow]] and [[sd]].
diff --git a/rhino/README b/rhino/README
index f8f47a186e20..ae212c9174f7 100644
--- a/rhino/README
+++ b/rhino/README
@@ -1,5 +1,5 @@
The Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/)
-JavaScript interpreter, available under the Mozilla Public License
+JavaScript interpreter, available under the Mozilla Public License
(http://www.mozilla.org/MPL/MPL-1.1.html).
In addition, to support the debugging of scripts contained in OpenOffice.org
diff --git a/sc/README b/sc/README
new file mode 100644
index 000000000000..fb918b94ee60
--- /dev/null
+++ b/sc/README
@@ -0,0 +1 @@
+Spreadsheet application code.
diff --git a/sd/README b/sd/README
new file mode 100644
index 000000000000..963e7bd3bff2
--- /dev/null
+++ b/sd/README
@@ -0,0 +1,3 @@
+The core directory for the impress/draw applications.
+
+Think of impress as a hack on top of draw.
diff --git a/sfx2/README b/sfx2/README
index 3b160a25203b..1182cc2c8800 100755
--- a/sfx2/README
+++ b/sfx2/README
@@ -1,3 +1,4 @@
This is the gui code, much of which is now deprecated.
List of documents open would be traceked,
-raw C__ code; gutsy core of document management and loading.
+raw C__ code; gutsy core of document management and loading.
+
diff --git a/slideshow/README b/slideshow/README
new file mode 100644
index 000000000000..54a19944d613
--- /dev/null
+++ b/slideshow/README
@@ -0,0 +1 @@
+Contains the new impress slideshow engine introduced in OO.o 2.0
diff --git a/starmath/README b/starmath/README
new file mode 100644
index 000000000000..a5a0a4efd619
--- /dev/null
+++ b/starmath/README
@@ -0,0 +1 @@
+Formula editor code for writer ([[sw]]).
diff --git a/sw/README b/sw/README
new file mode 100644
index 000000000000..dc844a678c3f
--- /dev/null
+++ b/sw/README
@@ -0,0 +1 @@
+Writer application code.