[svn:parrot] r37220 - in trunk/docs/pdds: . draft

allison at svn.parrot.org allison at svn.parrot.org
Mon Mar 9 01:25:50 UTC 2009


Author: allison
Date: Mon Mar  9 01:25:49 2009
New Revision: 37220
URL: https://trac.parrot.org/parrot/changeset/37220

Log:
[cage] Cleaning up the PDD titles for better display and
table-of-contents generation.

Modified:
   trunk/docs/pdds/draft/pdd01_overview.pod
   trunk/docs/pdds/draft/pdd05_opfunc.pod
   trunk/docs/pdds/draft/pdd06_pasm.pod
   trunk/docs/pdds/draft/pdd08_keys.pod
   trunk/docs/pdds/draft/pdd10_embedding.pod
   trunk/docs/pdds/draft/pdd11_extending.pod
   trunk/docs/pdds/draft/pdd14_numbers.pod
   trunk/docs/pdds/draft/pdd16_native_call.pod
   trunk/docs/pdds/draft/pdd29_compiler_tools.pod
   trunk/docs/pdds/draft/pdd30_install.pod
   trunk/docs/pdds/draft/pdd31_hll_interop.pod
   trunk/docs/pdds/pdd00_pdd.pod
   trunk/docs/pdds/pdd03_calling_conventions.pod
   trunk/docs/pdds/pdd07_codingstd.pod
   trunk/docs/pdds/pdd09_gc.pod
   trunk/docs/pdds/pdd13_bytecode.pod
   trunk/docs/pdds/pdd15_objects.pod
   trunk/docs/pdds/pdd17_pmc.pod
   trunk/docs/pdds/pdd18_security.pod
   trunk/docs/pdds/pdd19_pir.pod
   trunk/docs/pdds/pdd20_lexical_vars.pod
   trunk/docs/pdds/pdd21_namespaces.pod
   trunk/docs/pdds/pdd22_io.pod
   trunk/docs/pdds/pdd23_exceptions.pod
   trunk/docs/pdds/pdd24_events.pod
   trunk/docs/pdds/pdd25_concurrency.pod
   trunk/docs/pdds/pdd26_ast.pod
   trunk/docs/pdds/pdd27_multiple_dispatch.pod
   trunk/docs/pdds/pdd28_strings.pod
   trunk/docs/pdds/pdd_template.pod

Modified: trunk/docs/pdds/draft/pdd01_overview.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd01_overview.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd01_overview.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 A high-level overview of Parrot
+=head1 [DRAFT] PDD 1: Overview
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd05_opfunc.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd05_opfunc.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd05_opfunc.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 Opcode Function specs
+=head1 [DRAFT] PDD 5: Opcodes
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Assembly Language
+=head1 [DRAFT] PDD 6: Parrot Assembly Language (PASM)
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd08_keys.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd08_keys.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd08_keys.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 Indexing Aggregate PMCs
+=head1 [DRAFT] PDD 8: PMC Keys
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd10_embedding.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd10_embedding.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd10_embedding.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (c) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 Parrot's Embedding and Extending Interface
+=head1 [DRAFT] PDD10: Embedding and Extending
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd11_extending.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd11_extending.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd11_extending.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 The Parrot Extension System
+=head1 [DRAFT] PDD 11: Extending
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd14_numbers.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd14_numbers.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd14_numbers.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Numbers
+=head1 [DRAFT] PDD 14: Numbers
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd16_native_call.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd16_native_call.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd16_native_call.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 NCI conventions and definitions
+=head1 [DRAFT] PDD 16: Native Call Interface (NCI)
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd29_compiler_tools.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd29_compiler_tools.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd29_compiler_tools.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Compiler Tools
+=head1 [DRAFT] PDD 29: Compiler Tools
 
 =head2 Version
 

Modified: trunk/docs/pdds/draft/pdd30_install.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd30_install.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd30_install.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Installation
+=head1 [DRAFT] PDD 30: Installation
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/draft/pdd31_hll_interop.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd31_hll_interop.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/draft/pdd31_hll_interop.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
-=head1 Inter-language calling
+=head1 [DRAFT] PDD 31: Inter-Language Calling
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd00_pdd.pod
==============================================================================
--- trunk/docs/pdds/pdd00_pdd.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd00_pdd.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2008, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Design Documents
+=head1 PDD 0: Design Document Format
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd03_calling_conventions.pod
==============================================================================
--- trunk/docs/pdds/pdd03_calling_conventions.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd03_calling_conventions.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2008, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Calling Conventions
+=head1 PDD 3: Calling Conventions
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd07_codingstd.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2008, Parrot Foundation.
 # $Id$
 
-=head1 Conventions and Guidelines for Parrot Source Code
+=head1 PDD 7: Conventions and Guidelines for Parrot Source Code
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd09_gc.pod
==============================================================================
--- trunk/docs/pdds/pdd09_gc.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd09_gc.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2008, Parrot Foundation.
 # $Id$
 
-=head1 Garbage Collection Subsystem
+=head1 PDD 9: Garbage Collection Subsystem
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- trunk/docs/pdds/pdd13_bytecode.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd13_bytecode.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2005, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Bytecode
+=head1 PDD 13: Bytecode
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/pdd15_objects.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd15_objects.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2007, Parrot Foundation.
 # $Id$
 
-=head1 Objects and Classes
+=head1 PDD 15: Objects and Classes
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd17_pmc.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 Polymorphic Containers
+=head1 PDD 17: Polymorphic Containers
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd18_security.pod
==============================================================================
--- trunk/docs/pdds/pdd18_security.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd18_security.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2007-2008, Parrot Foundation.
 # $Id$
 
-=head1 Security Model
+=head1 PDD 18: Security Model
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd19_pir.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2007, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Intermediate Representation
+=head1 PDD 19: Parrot Intermediate Representation (PIR)
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd20_lexical_vars.pod
==============================================================================
--- trunk/docs/pdds/pdd20_lexical_vars.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd20_lexical_vars.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2006, Parrot Foundation.
 # $Id$
 
-=head1 Lexical Variables
+=head1 PDD 20: Lexical Variables
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd21_namespaces.pod
==============================================================================
--- trunk/docs/pdds/pdd21_namespaces.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd21_namespaces.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2005-2007, Parrot Foundation.
 # $Id$
 
-=head1 Parrot Namespaces
+=head1 PDD 21: Namespaces
 
 =head2 Version
 

Modified: trunk/docs/pdds/pdd22_io.pod
==============================================================================
--- trunk/docs/pdds/pdd22_io.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd22_io.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
-=head1 I/O
+=head1 PDD 22: I/O
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd23_exceptions.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2007, Parrot Foundation.
 # $Id$
 
-=head1 Exceptions
+=head1 PDD 23: Exceptions
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd24_events.pod
==============================================================================
--- trunk/docs/pdds/pdd24_events.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd24_events.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2007, Parrot Foundation.
 # $Id$
 
-=head1 Events
+=head1 PDD 24: Events
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd25_concurrency.pod
==============================================================================
--- trunk/docs/pdds/pdd25_concurrency.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd25_concurrency.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2007, Parrot Foundation.
 # $Id$
 
-=head1 Concurrency
+=head1 PDD 25: Concurrency
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd26_ast.pod
==============================================================================
--- trunk/docs/pdds/pdd26_ast.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd26_ast.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2007, Parrot Foundation
 # $Id$
 
-=head1 Compiler Tools - Abstract Syntax Tree
+=head1 PDD 26: Compiler Tools - Abstract Syntax Tree
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd27_multiple_dispatch.pod
==============================================================================
--- trunk/docs/pdds/pdd27_multiple_dispatch.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd27_multiple_dispatch.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2007, Parrot Foundation.
 # $Id$
 
-=head1 Multiple Dispatch
+=head1 PDD 27: Multiple Dispatch
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd28_strings.pod
==============================================================================
--- trunk/docs/pdds/pdd28_strings.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd28_strings.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
-=head1 Strings
+=head1 PDD 28: Strings
 
 =head2 Abstract
 

Modified: trunk/docs/pdds/pdd_template.pod
==============================================================================
--- trunk/docs/pdds/pdd_template.pod	Mon Mar  9 00:38:24 2009	(r37219)
+++ trunk/docs/pdds/pdd_template.pod	Mon Mar  9 01:25:49 2009	(r37220)
@@ -1,7 +1,7 @@
 # Copyright (C) 2001-2008, Parrot Foundation.
 # $Id$
 
-=head1 PDD Template
+=head1 Design Document Template
 
 =head2 Version
 


More information about the parrot-commits mailing list