From 904d59fab93eb2fe855f0a46d9d6d64e62df0228 Mon Sep 17 00:00:00 2001 From: Josh Heidenreich Date: Sat, 4 Feb 2012 09:25:42 -0600 Subject: [PATCH] add missing README to animation, sc, sd, slideshow, starmath, sw --- animations/README | 1 + rhino/README | 2 +- sc/README | 1 + sd/README | 3 +++ sfx2/README | 3 ++- slideshow/README | 1 + starmath/README | 1 + sw/README | 1 + 8 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 animations/README create mode 100644 sc/README create mode 100644 sd/README create mode 100644 slideshow/README create mode 100644 starmath/README create mode 100644 sw/README 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.