From 9f3c1ecf00cf787c7aa1690099c039d0cd594dde Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 27 Dec 2010 08:09:42 +0100 Subject: [PATCH] spelling fixes --- doc/DIR_INFO | 2 +- doc/design/gui/GuiDiscussion/index.txt | 2 +- doc/design/gui/index.txt | 4 +++- doc/design/index.txt | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/DIR_INFO b/doc/DIR_INFO index 9d0722d69..ddb558ed3 100644 --- a/doc/DIR_INFO +++ b/doc/DIR_INFO @@ -1,2 +1,2 @@ documentation -source for documentation and on some cases generated documentation in its own subdirs +source for documentation and in some cases generated documentation in its own subdirs diff --git a/doc/design/gui/GuiDiscussion/index.txt b/doc/design/gui/GuiDiscussion/index.txt index aa0bad218..d5f97da23 100644 --- a/doc/design/gui/GuiDiscussion/index.txt +++ b/doc/design/gui/GuiDiscussion/index.txt @@ -10,7 +10,7 @@ GUI concepts and -features and proposals. * link:Proposal.RichardSpindler.html[Richard Spindler] * link:Workspaces.html[about Workspace organsiation] * link:scrolling.html[about scrolling..] - * link:MenuAndShortcuts.html[Ideas for menues and shortcuts] + * link:MenuAndShortcuts.html[Ideas for menus and shortcuts] - link:TimelineDiscussion.html[Conclusions by Joel Holdsworth] [icon="warning.png"] diff --git a/doc/design/gui/index.txt b/doc/design/gui/index.txt index 482679c78..33090d858 100644 --- a/doc/design/gui/index.txt +++ b/doc/design/gui/index.txt @@ -3,7 +3,9 @@ Design Documents: GUI In the early stages of the project, there was a lot of debate regarding GUI concepts and -features and proposals. -link:GuiDiscussion/index.html[here] is a collection of documents from these discussions. + +link:GuiDiscussion/index.html[Here] is a collection of documents from these early +discussions. In our discussions, *Workflow* denotes all considerations how certain tasks can be achieved within the application in the most suitable and stringent fashion. diff --git a/doc/design/index.txt b/doc/design/index.txt index a78d59ac8..189851bd5 100644 --- a/doc/design/index.txt +++ b/doc/design/index.txt @@ -1,6 +1,6 @@ == Lumiera Design Documents -The goal of Lumiera is to provide a professionnal tool for video editing on GNU/Linux systems. +The goal of Lumiera is to provide a professional tool for video editing on GNU/Linux systems. The vision of the development team defines a modern design for the core of a Non-Linear Editing software. One of the key aspect of Lumiera is the strong separation between the user interface and the processing core. Lumiera as a software will come along with a GTK GUI but that does not make this exclusive, any other GUI could be written as well as scripts to drive the core. @@ -20,7 +20,7 @@ They can be categorized into three main categories plus extra components : ==== link:gui/index.html[Graphical User Interface] User interfaces are basically handled like plugins, consequently it is possible to interface with Lumiera through scripts. It is also possible to create specialized GUIs. -The interface is the closest component to the user, it is purely visual. There the user manipulates, organizes, loads, configures all sorts of datas, especially MObjects (media objects) and Assets. These elements are contained within a structure called the Session. +The interface is the closest component to the user, it is purely visual. There the user manipulates, organizes, loads, configures all sorts of data, especially MObjects (media objects) and Assets. These elements are contained within a structure called the Session. ==== The Processing Layer