]> git.sesse.net Git - mlt/blobdiff - mlt/README
Factory implementation
[mlt] / mlt / README
index e72975b03fb7148963331a0b0bd13d8837e0ef7e..6ed3c5f6d3000dad8975393e62f0de2603e73dae 100644 (file)
@@ -1,10 +1,10 @@
 README
 ------
 
 README
 ------
 
-       This document provides a description of the VPS project organisation.
+       This document provides a description of the MLT project organisation.
 
        It provides *CRITICAL* architecture information, so please read carefully
 
        It provides *CRITICAL* architecture information, so please read carefully
-       if you plan to extend or use the VPS code base.
+       if you plan to extend or use the MLT code base.
 
 Directories
 -----------
 
 Directories
 -----------
@@ -14,7 +14,6 @@ Directories
        + docs                                  - Location of all text and source format 
                                                          documentation
        + src                                   - All project source is provided here
        + docs                                  - Location of all text and source format 
                                                          documentation
        + src                                   - All project source is provided here
-               + client                        - Client API to access the server
                + framework                     - The media framework - this code is 100% posix
                                                          and as such contain no implementations 
                                                          requiring additional libraries
                + framework                     - The media framework - this code is 100% posix
                                                          and as such contain no implementations 
                                                          requiring additional libraries
@@ -24,7 +23,8 @@ Directories
                        + ffmpeg                - ffmpeg dependent modules and test code
                        + mainconcept   - mainconcept dependent modules and test code
                        + SDL                   - SDL dependent modules and test code
                        + ffmpeg                - ffmpeg dependent modules and test code
                        + mainconcept   - mainconcept dependent modules and test code
                        + SDL                   - SDL dependent modules and test code
-               + server                        - The server implementation
+               + valerie                       - Client API to access the server
+               + miracle                       - The server implementation
 
        Additional subdirectories may be nested below those shown and should be
        documented in their parent or here.
 
        Additional subdirectories may be nested below those shown and should be
        documented in their parent or here.