[FFmpeg-cvslog] [ffmpeg.org]: r160 - in trunk: Makefile src/bugreports src/compat src/documentation src/download src/index src/legal src/links src/mailinglists src/projects src/shame

diego subversion
Wed Apr 2 10:04:37 CEST 2008


Author: diego
Date: Wed Apr  2 10:04:36 2008
New Revision: 160

Log:
Replace PHP navbar pseudocode by an uppercase marker.


Modified:
   trunk/Makefile
   trunk/src/bugreports
   trunk/src/compat
   trunk/src/documentation
   trunk/src/download
   trunk/src/index
   trunk/src/legal
   trunk/src/links
   trunk/src/mailinglists
   trunk/src/projects
   trunk/src/shame

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Apr  2 10:04:36 2008
@@ -12,7 +12,7 @@
 	rm -f $(TARGETS)
 
 htdocs/%.html: src/% Makefile
-	sed $< -e "/<?php require ('navbar.html'); ?>/a\
+	sed $< -e "/FFMPEG_WEBSITE_NAVBAR/a\
 <center>\n\
 [<a href="index.html">Main Page and News</a>]\n\
 [<a href="changelog.html">Changelog</a>]\n\
@@ -27,6 +27,6 @@
 [<a href="links.html">Links and Other Information</a>]\n\
 </center>\n\
 <br>\n" \
-	-e "/<?php require ('navbar.html'); ?>/d" > $@
+	-e "/FFMPEG_WEBSITE_NAVBAR/d" > $@
 
 .PHONY: all clean

Modified: trunk/src/bugreports
==============================================================================
--- trunk/src/bugreports	(original)
+++ trunk/src/bugreports	Wed Apr  2 10:04:36 2008
@@ -10,7 +10,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>Reporting a Bug To The FFmpeg Project</h1>
 
@@ -125,7 +125,7 @@
 any other similar service will be ignored. We are not willing to spend our
 time fighting with this ridiculous, bloated and spam-filled crap.</b>
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/compat
==============================================================================
--- trunk/src/compat	(original)
+++ trunk/src/compat	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg Compatibility</h1>
 
@@ -100,7 +100,7 @@
 
 will create a MPEG file with MPEG-1 video and MP2 audio.
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/documentation
==============================================================================
--- trunk/src/documentation	(original)
+++ trunk/src/documentation	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg Documentation</h1>
 
@@ -42,7 +42,7 @@
 </ul>
 
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/download
==============================================================================
--- trunk/src/download	(original)
+++ trunk/src/download	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg Download and SVN</h1>
 
@@ -46,7 +46,7 @@
 If you are looking for a formal release, stop now, there are none.
 Maybe we will have some in the future, but don't hold your breath.
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/index
==============================================================================
--- trunk/src/index	(original)
+++ trunk/src/index	Wed Apr  2 10:04:36 2008
@@ -14,7 +14,7 @@
 <hr>
 
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <hr>
 <p style="background: #b9ffae">
@@ -248,6 +248,6 @@
 
 </ul>
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body></html>

Modified: trunk/src/legal
==============================================================================
--- trunk/src/legal	(original)
+++ trunk/src/legal	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg License and Legal Considerations</h1>
 
@@ -116,7 +116,7 @@
 implementation. If you want to be safe the only option is not to touch
 any software at all.
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/links
==============================================================================
--- trunk/src/links	(original)
+++ trunk/src/links	Wed Apr  2 10:04:36 2008
@@ -7,7 +7,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg Links and Related Information</h1>
 
@@ -19,7 +19,7 @@
 </ul>
 
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/mailinglists
==============================================================================
--- trunk/src/mailinglists	(original)
+++ trunk/src/mailinglists	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg Mailing Lists</h1>
 
@@ -134,7 +134,7 @@
 </p>
 
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/projects
==============================================================================
--- trunk/src/projects	(original)
+++ trunk/src/projects	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>FFmpeg-Based Projects</h1>
 
@@ -157,7 +157,7 @@
 </table>
 
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>

Modified: trunk/src/shame
==============================================================================
--- trunk/src/shame	(original)
+++ trunk/src/shame	Wed Apr  2 10:04:36 2008
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 <h1>Hall of Shame</h1>
 
@@ -48,7 +48,7 @@
 </ul>
 
 
-<?php require ('navbar.html'); ?>
+FFMPEG_WEBSITE_NAVBAR
 
 </body>
 </html>




More information about the ffmpeg-cvslog mailing list