diff --git a/reference/oggvorbis/book.xml b/reference/oggvorbis/book.xml
new file mode 100644
index 0000000000..09925b40e5
--- /dev/null
+++ b/reference/oggvorbis/book.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+ OGG/Vorbis
+ oggvorbis
+
+
+
+ &reftitle.intro;
+
+ The OGG/Vorbis file format, as defined by &url.ogg.vorbis;, is a scheme
+ for compressing audio streams by multiple factors with a minimum of
+ quality loss. This extension adds Ogg Vorbis support to PHP's
+ URL Wrappers. When used in read mode,
+ compressed OGG/Vorbis data is expanded to raw PCM audio in one of six PCM
+ encoding formats listed below.
+
+
+
+
+ &reference.oggvorbis.setup;
+ &reference.oggvorbis.constants;
+ &reference.oggvorbis.contexts;
+ &reference.oggvorbis.examples;
+
+
+
+
+
diff --git a/reference/oggvorbis/constants.xml b/reference/oggvorbis/constants.xml
index c7a174dae5..faa6d401af 100644
--- a/reference/oggvorbis/constants.xml
+++ b/reference/oggvorbis/constants.xml
@@ -1,6 +1,6 @@
-
-
+
+
&reftitle.constants;
&extension.constants;
@@ -40,7 +40,7 @@
-
+
-
-
+
-
- oggvorbis
- OGG/Vorbis
-
-
-
- &reftitle.intro;
-
- The OGG/Vorbis file format, as defined by &url.ogg.vorbis;, is a scheme
- for compressing audio streams by multiple factors with a minimum of
- quality loss. This extension adds Ogg Vorbis support to PHP's
- URL Wrappers. When used in read mode,
- compressed OGG/Vorbis data is expanded to raw PCM audio in one of six PCM
- encoding formats listed below.
-
-
-
-
- &reftitle.required;
-
- This extension requires PHP >= 4.3.0,
- libogg >= 1.0, and
- libvorbis >= 1.0.
-
-
-
-
- &reftitle.runtime;
- &no.config;
-
-
-
- &reference.oggvorbis.configure;
-
- &reference.oggvorbis.contexts;
-
- &reference.oggvorbis.constants;
-
-
-
-
- Usage
-
- Examples on using the ogg:// wrapper.
-
-
-
-
- &reftitle.examples;
-
-
- Reading an OGG/Vorbis file
-
+
+ &reftitle.examples;
+
+ Examples on using the ogg:// wrapper.
+
+
+ Reading an OGG/Vorbis file
+
]]>
-
-
-
+
+
+
-
-
- Encode an audio file to OGG/Vorbis
-
+
+
+ Encode an audio file to OGG/Vorbis
+
]]>
-
-
-
-
-
-
+
+
+
+
+
+
+
+ &reftitle.setup;
+
+
+
+ &reftitle.required;
+
+ This extension requires PHP >= 4.3.0,
+ libogg >= 1.0, and
+ libvorbis >= 1.0.
+
+
+
+
+
+ &reference.oggvorbis.configure;
+
+
+
+
+ &reftitle.runtime;
+ &no.config;
+
+
+
+
+
+ &reftitle.resources;
+ &no.resource;
+
+
+
+
+
+
+