Thread: [Redbutton-devel] SF.net SVN: redbutton: [324] redbutton-author/trunk/grammar
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-08-21 16:29:26
|
Revision: 324
http://redbutton.svn.sourceforge.net/redbutton/?rev=324&view=rev
Author: skilvington
Date: 2007-08-21 09:28:35 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
fix OCR errors
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-21 16:20:27 UTC (rev 323)
+++ redbutton-author/trunk/grammar 2007-08-21 16:28:35 UTC (rev 324)
@@ -1,4 +1,5 @@
// MHEG5 Textual Format
+// includes UK MHEG Profile additions
// B.4.1 Root Class
@@ -283,7 +284,7 @@
// B.4.26 LineArt Class
-LineArtCIass ::= "{:LineArt" LineArtBody "}" .
+LineArtClass ::= "{:LineArt" LineArtBody "}" .
LineArtBody ::= Visible [BorderedBoundingBox]
[OriginalLineWidth]
[OriginalLineStyle]
@@ -333,7 +334,7 @@
StreamClass ::= "{:Stream" Presentable [Multiplex]
[Storage] [Looping] "}" .
Multiplex ::= ":Multiplex" "(" StreamComponent+ ")" .
-StreamComponent ::= AudioClass | VideoClass | RTGraphicsCIass .
+StreamComponent ::= AudioClass | VideoClass | RTGraphicsClass .
Storage ::= ":Storage" StorageEnum .
StorageEnum ::= "memory" | "stream" .
Looping ::= ":Looping" INTEGER .
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-08-21 16:33:47
|
Revision: 325
http://redbutton.svn.sourceforge.net/redbutton/?rev=325&view=rev
Author: skilvington
Date: 2007-08-21 09:32:30 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
fix more OCR errors
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-21 16:28:35 UTC (rev 324)
+++ redbutton-author/trunk/grammar 2007-08-21 16:32:30 UTC (rev 325)
@@ -380,7 +380,7 @@
MaxValue ::= ":MaxValue" INTEGER .
MinValue ::= ":MinValue" INTEGER .
InitialValue ::= ":InitialValue" INTEGER .
-InitialPortion ::= "InitialPortion" INTEGER .
+InitialPortion ::= ":InitialPortion" INTEGER .
StepSize ::= ":StepSize" INTEGER .
SliderStyle ::= ":SliderStyle" SliderStyleEnum .
SliderStyleEnum ::= "normal" | "thermometer" | "proportional" .
@@ -912,7 +912,7 @@
GenericBoolean ::= BOOLEAN | IndirectReference .
-GenericOctetString ::= OctetString I IndirectReference .
+GenericOctetString ::= OctetString | IndirectReference .
OctetString ::= STRING | QPRINTABLE | BASE64 .
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-08-21 18:57:49
|
Revision: 326
http://redbutton.svn.sourceforge.net/redbutton/?rev=326&view=rev
Author: skilvington
Date: 2007-08-21 11:57:48 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
fix even more OCR errors
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-21 16:32:30 UTC (rev 325)
+++ redbutton-author/trunk/grammar 2007-08-21 18:57:48 UTC (rev 326)
@@ -55,7 +55,7 @@
ApplicationClass ::= "{:Application" Group
[OnSpawnCloseDown] [OnRestart]
- [ DefaultAttributes] "}" .
+ [DefaultAttributes] "}" .
OnSpawnCloseDown ::= ":OnSpawnCloseDown" ActionClass .
OnRestart ::= ":OnRestart" ActionClass .
DefaultAttributes ::= DefaultAttribute+ .
@@ -138,7 +138,7 @@
| "StreamEvent" | "StreamPlaying"
| "StreamStopped" | "CounterTrigger"
| "HighlightOn" | "HighlightOff"
- | "CursorEnter" | "Cursorleave"
+ | "CursorEnter" | "CursorLeave"
| "IsSelected" | "IsDeselected"
| "TestEvent" | "FirstItemPresented"
| "LastItemPresented" | "HeadItems"
@@ -192,12 +192,12 @@
// B.4.14 Variable Class
Variable ::= Ingredient OriginalValue .
-OriginalValue :: =":OrigValue" OriginalValueBody .
+OriginalValue ::= ":OrigValue" OriginalValueBody .
OriginalValueBody ::= BOOLEAN | INTEGER | OctetString
| ObjectReferenceValue
| ContentReferenceValue .
ObjectReferenceValue ::= ":ObjectRef" ObjectReference .
-ContentReferenceValue ::= "ContentRef" ContentReference .
+ContentReferenceValue ::= ":ContentRef" ContentReference .
// B.4.15 BooleanVariable Class
@@ -289,12 +289,12 @@
[OriginalLineWidth]
[OriginalLineStyle]
[OriginalRefLineColour]
- [OriginalRefFiIIColour] .
+ [OriginalRefFillColour] .
BorderedBoundingBox ::= ":BBBox" BOOLEAN .
OriginalLineWidth ::= ":OrigLineWidth" INTEGER .
OriginalLineStyle ::= ":OrigLineStyle" INTEGER .
-OriginalRefLineColour ::= ":OrigRefLineCoIour" Colour .
-OriginalRefFilIColour ::= ":OrigRefFillColour" Colour .
+OriginalRefLineColour ::= ":OrigRefLineColour" Colour .
+OriginalRefFillColour ::= ":OrigRefFillColour" Colour .
// B.4.27 Rectangle Class
@@ -813,7 +813,7 @@
NewLineStyle ::= GenericInteger .
NewLineWidth ::= GenericInteger .
NewOverwriteMode ::= GenericBoolean .
-NewPaIetteRef ::= GenericObjectReference .
+NewPaletteRef ::= GenericObjectReference .
NewPortion ::= GenericInteger .
NewReferencedContent ::= ":NewRefContent" "(" GenericContentReference
[NewContentSize]
@@ -827,7 +827,7 @@
| NewGenericContentReference .
NewVolume ::= GenericInteger .
NewXPosition ::= GenericInteger .
-NewY Position ::= GenericInteger .
+NewYPosition ::= GenericInteger .
Numerator ::= GenericInteger .
OpenSucceeded ::= ObjectReference .
Operator ::= GenericInteger .
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-08-22 13:17:51
|
Revision: 327
http://redbutton.svn.sourceforge.net/redbutton/?rev=327&view=rev
Author: skilvington
Date: 2007-08-22 06:17:47 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
another OCR error
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-21 18:57:48 UTC (rev 326)
+++ redbutton-author/trunk/grammar 2007-08-22 13:17:47 UTC (rev 327)
@@ -578,7 +578,7 @@
EllipseHeight StartAngle ArcAngle ")" .
DrawLine ::= ":DrawLine" "(" Target X1 Y1 X2 Y2 ")" .
DrawOval ::= ":DrawOval" "(" Target X Y EllipseWidth
- EllipseHeight")" .
+ EllipseHeight ")" .
DrawPolygon ::= ":DrawPolygon" "(" Target PointList ")" .
DrawPolyline ::= ":DrawPolyline" "(" Target PointList ")" .
DrawRectangle ::= ":DrawRectangle" "(" Target X1 Y1 X2 Y2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-08-24 09:36:16
|
Revision: 345
http://redbutton.svn.sourceforge.net/redbutton/?rev=345&view=rev
Author: skilvington
Date: 2007-08-24 02:36:13 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
the parser found the last of the OCR errors
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-24 08:56:51 UTC (rev 344)
+++ redbutton-author/trunk/grammar 2007-08-24 09:36:13 UTC (rev 345)
@@ -92,7 +92,7 @@
SceneCoordinateSystem [AspectRatio]
[MovingCursor] [NextScenes] "}" .
InputEventRegister ::= ":InputEventReg" INTEGER .
-SceneCoordinateSvstem ::= ":SceneCS" XScene YScene .
+SceneCoordinateSystem ::= ":SceneCS" XScene YScene .
XScene ::= INTEGER .
YScene ::= INTEGER .
AspectRatio ::= ":AspectRatio" Width Height .
@@ -604,7 +604,7 @@
GetFirstItem ::= ":GetFirstItem" "(" Target FirstItemVar
")" .
GetHighlightStatus ::= ":GetHighlightStatus" "(" Target
- HightlightStatusVar ")" .
+ HighlightStatusVar ")" .
GetInteractionStatus ::= ":GetInteractionStatus" "(" Target
InteractionStatusVar ")" .
GetItemStatus ::= ":GetItemStatus" "(" Target
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-08-26 11:08:34
|
Revision: 353
http://redbutton.svn.sourceforge.net/redbutton/?rev=353&view=rev
Author: skilvington
Date: 2007-08-26 03:40:33 -0700 (Sun, 26 Aug 2007)
Log Message:
-----------
nearly missed this, lucky I was trying out different parsing methods
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-26 10:10:07 UTC (rev 352)
+++ redbutton-author/trunk/grammar 2007-08-26 10:40:33 UTC (rev 353)
@@ -245,7 +245,7 @@
TokenGroupClass ::= "{:TokenGroup" TokenGroupBody "}" .
TokenGroupBody ::= Presentable TokenManager [TokenGroupItems]
[NoTokenActionSlots] .
-TokenGroupItems ::= "{:TokenGroupItems" "(" TokenGroupItem+ ")" .
+TokenGroupItems ::= ":TokenGroupItems" "(" TokenGroupItem+ ")" .
TokenGroupItem ::= "(" AVisible [ActionSlots] ")" .
AVisible ::= ObjectReference .
ActionSlots ::= ":ActionSlots" "(" ActionSlot+ ")" .
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-08-31 11:18:06
|
Revision: 364
http://redbutton.svn.sourceforge.net/redbutton/?rev=364&view=rev
Author: skilvington
Date: 2007-08-31 04:18:02 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
OCR error in a comment
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-31 08:38:43 UTC (rev 363)
+++ redbutton-author/trunk/grammar 2007-08-31 11:18:02 UTC (rev 364)
@@ -309,7 +309,7 @@
DynamicLineArtClass ::= "{:DynamicLineArt" LineArtBody "}" .
-// B.4.29 Text Cfass
+// B.4.29 Text Class
TextClass ::= "{:Text" TextBody "}" .
TextBody ::= Visible [OriginalFont] [FontAttributes]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|