[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bricolage-commits
Subject:    [Bricolage-Commits] [svn:bricolage] rev 5549 - in design-docs/trunk: . Bricolage2 Bricolage2/Apache
From:       theory () cvs ! develooper ! com
Date:       2004-05-24 23:33:05
Message-ID: 20040524233305.29503.qmail () x1 ! develooper ! com
[Download RAW message or body]

Author: theory
Date: Mon May 24 16:33:05 2004
New Revision: 5549

Added:
   design-docs/trunk/Bricolage2/
      - copied from rev 5522, design-docs/trunk/ElementRevision/
   design-docs/trunk/Bricolage2.pod
      - copied, changed from rev 5543, design-docs/trunk/ElementRevision.pod
   design-docs/trunk/Bricolage2/.cvsignore
      - copied unchanged from rev 5548, design-docs/trunk/ElementRevision/.cvsignore
   design-docs/trunk/Bricolage2/Apache/
      - copied from rev 5548, design-docs/trunk/ElementRevision/Apache/
   design-docs/trunk/Bricolage2/BricDesign/
      - copied from rev 5548, design-docs/trunk/ElementRevision/BricDesign/
   design-docs/trunk/Bricolage2/FunctionalSpec.pod
      - copied, changed from rev 5548, \
design-docs/trunk/ElementRevision/FunctionalSpec.pod  \
                design-docs/trunk/Bricolage2/Implementation.pod
      - copied, changed from rev 5548, \
design-docs/trunk/ElementRevision/Implementation.pod  \
                design-docs/trunk/Bricolage2/Makefile.PL
      - copied unchanged from rev 5548, design-docs/trunk/ElementRevision/Makefile.PL
   design-docs/trunk/Bricolage2/TechnicalSpec.pod
      - copied, changed from rev 5548, \
design-docs/trunk/ElementRevision/TechnicalSpec.pod  \
                design-docs/trunk/Bricolage2/UML/
      - copied from rev 5548, design-docs/trunk/ElementRevision/UML/
Removed:
   design-docs/trunk/ElementRevision/
   design-docs/trunk/ElementRevision.pod
Log:
Changed ElementRevision to Bricolage2.

Copied: design-docs/trunk/Bricolage2.pod (from rev 5543, \
design-docs/trunk/ElementRevision.pod) \
                ==============================================================================
                
--- design-docs/trunk/ElementRevision.pod	(original)
+++ design-docs/trunk/Bricolage2.pod	Mon May 24 16:33:05 2004
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-Bricolage Element Revision Design and Implementation Documentation
+Bricolage 2  Design and Implementation Documentation
 
 =head1 VITALS
 
@@ -30,11 +30,11 @@
 
 This document points to the various documents written to document the process
 of implementing the element revision in Bricolage. The L<functional
-specification|ElementRevision::FunctionalSpec> describes the new element
+specification|Bricolage2::FunctionalSpec> describes the new element
 system, what it looks like, and how it works. The L<technial
-specification|ElementRevision::TechnicalSpec> is an implementation plan that
+specification|Bricolage2::TechnicalSpec> is an implementation plan that
 describes how Bricolage will be changed to implement the element revision. The
-L<implementation document|ElementRevision::Implementation> documents
+L<implementation document|Bricolage2::Implementation> documents
 everything done to actually implement the new element system, including how
 the final product differs from that described in the functional and technical
 specifications.
@@ -47,17 +47,17 @@
 
 =over
 
-=item L<ElementRevision::FunctionalSpec|ElementRevision::FunctionalSpec>
+=item L<Bricolage2::FunctionalSpec|Bricolage2::FunctionalSpec>
 
 The functional specification describes the new element system, what it will
 look like, and how it will work. To be written.
 
-=item L<ElementRevision::TechnicalSpec|ElementRevision::TechnicalSpec>
+=item L<Bricolage2::TechnicalSpec|Bricolage2::TechnicalSpec>
 
 The technical specification outlines how the new element system will actually
 be implemented in Bricolage. To be written.
 
-=item L<ElementRevision::Implementation|ElementRevision::Implementation>
+=item L<Bricolage2::Implementation|Bricolage2::Implementation>
 
 This document describes how the new element system was implemented. It
 includes details on what was changed, how it was changed, and how the finished

Copied: design-docs/trunk/Bricolage2/FunctionalSpec.pod (from rev 5548, \
design-docs/trunk/ElementRevision/FunctionalSpec.pod) \
                ==============================================================================
                
--- design-docs/trunk/ElementRevision/FunctionalSpec.pod	(original)
+++ design-docs/trunk/Bricolage2/FunctionalSpec.pod	Mon May 24 16:33:05 2004
@@ -32,7 +32,7 @@
 Bricolage's element system. These should be regarded as abstract functionality
 goals, independent of any particular implementation. For the implementation
 details, please consult the
-L<ElementRevision::TechnicalSpec|ElementRevision::TechnicalSpec>.
+L<Bricolage2::TechnicalSpec|Bricolage2::TechnicalSpec>.
 
 Please note that this document is not meant as an attack on the 1.5.0 and
 earlier element system or its designers. Where we identify short-comings we
@@ -595,17 +595,17 @@
 
 =over
 
-=item L<ElementRevision|ElementRevision>
+=item L<Bricolage2|Bricolage2>
 
 This is the main document for the element revision project, pointing to all
 documentation relevant to the project.
 
-=item L<ElementRevision::TechnicalSpec|ElementRevision::TechnicalSpec>
+=item L<Bricolage2::TechnicalSpec|Bricolage2::TechnicalSpec>
 
 The technical specification outlines how the element revision will actually be
 implemented in Bricolage.
 
-=item L<ElementRevision::Implementation|ElementRevision::Implementation>
+=item L<Bricolage2::Implementation|Bricolage2::Implementation>
 
 This document describes how the new element system was implemented. It
 includes details on what was changed, how it was changed, and how the finished

Copied: design-docs/trunk/Bricolage2/Implementation.pod (from rev 5548, \
design-docs/trunk/ElementRevision/Implementation.pod) \
                ==============================================================================
                
--- design-docs/trunk/ElementRevision/Implementation.pod	(original)
+++ design-docs/trunk/Bricolage2/Implementation.pod	Mon May 24 16:33:05 2004
@@ -42,17 +42,17 @@
 
 =over
 
-=item L<ElementRevision|ElementRevision>
+=item L<Bricolage2|Bricolage2>
 
 This is the main document for the element revision project, pointing to all
 documentation relevant to the project.
 
-=item L<ElementRevision::FunctionalSpec|ElementRevision::FunctionalSpec>
+=item L<Bricolage2::FunctionalSpec|Bricolage2::FunctionalSpec>
 
 The functional specifiation desribes the element revision, what it will look
 like, and how it will work.
 
-=item L<ElementRevision::TechnicalSpec|ElementRevision::TechnicalSpec>
+=item L<Bricolage2::TechnicalSpec|Bricolage2::TechnicalSpec>
 
 The technical specification outlines how the element revision will actually be
 implemented in Bricolage.

Copied: design-docs/trunk/Bricolage2/TechnicalSpec.pod (from rev 5548, \
design-docs/trunk/ElementRevision/TechnicalSpec.pod) \
                ==============================================================================
                
--- design-docs/trunk/ElementRevision/TechnicalSpec.pod	(original)
+++ design-docs/trunk/Bricolage2/TechnicalSpec.pod	Mon May 24 16:33:05 2004
@@ -40,10 +40,10 @@
 
 This document outlines the technical details for implementing the element
 revision described in
-L<ElementRevision::FunctionalSpec|ElementRevision::FunctionalSpec>. While that
+L<Bricolage2::FunctionalSpec|Bricolage2::FunctionalSpec>. While that
 document explains what the revision will look like, this one explains the
 details of the API related to data structures. For implementation details, see
-L<ElementRevision::Implementation|ElementRevision::Implementation>.
+L<Bricolage2::Implementation|Bricolage2::Implementation>.
 
 For all practical purposes, this document may be considered a working draft
 toward the design of features for Bricolage 2.0. It goes beyond what's
@@ -3765,17 +3765,17 @@
 
 =over 4
 
-=item L<ElementRevision|ElementRevision>
+=item L<Bricolage2|Bricolage2>
 
 This is the main document for the element revision project, pointing to all
 documentation relevant to the project.
 
-=item L<ElementRevision::FunctionalSpec|ElementRevision::FunctionalSpec>
+=item L<Bricolage2::FunctionalSpec|Bricolage2::FunctionalSpec>
 
 The functional specification describes the element revision, what it will look
 like, and how it will work.
 
-=item L<ElementRevision::Implementation|ElementRevision::Implementation>
+=item L<Bricolage2::Implementation|Bricolage2::Implementation>
 
 This document describes how the new element system was implemented. It
 includes details on what was changed, how it was changed, and how the finished


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Bricolage-Commits mailing list
Bricolage-Commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic