svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r713 - in windows7sins/branches/stable: drm education l


From: sysadmin
Subject: [Svnweb-commits] r713 - in windows7sins/branches/stable: drm education lockin monopoly privacy security standards
Date: Mon, 28 Sep 2009 16:08:46 -0400

Author: mattl
Date: Mon Sep 28 16:08:46 2009
New Revision: 713

Log:
forcibly added folders. damned SVN bugs.

Added:
   windows7sins/branches/stable/drm/
   windows7sins/branches/stable/drm/index.php
   windows7sins/branches/stable/education/
   windows7sins/branches/stable/education/index.php
   windows7sins/branches/stable/lockin/
   windows7sins/branches/stable/lockin/index.php
   windows7sins/branches/stable/monopoly/
   windows7sins/branches/stable/monopoly/index.php
   windows7sins/branches/stable/privacy/
   windows7sins/branches/stable/privacy/index.php
   windows7sins/branches/stable/security/
   windows7sins/branches/stable/security/index.php
   windows7sins/branches/stable/standards/
   windows7sins/branches/stable/standards/index.php

Added: windows7sins/branches/stable/drm/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/drm/index.php  Mon Sep 28 16:08:46 2009        
(r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../drm.html');
+
+require('../drm-more.html');
+
+require('../base.inc');
+
+?>

Added: windows7sins/branches/stable/education/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/education/index.php    Mon Sep 28 16:08:46 
2009        (r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../education.html');
+
+require('../education-more.html');
+
+require('../base.inc');
+
+?>

Added: windows7sins/branches/stable/lockin/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/lockin/index.php       Mon Sep 28 16:08:46 
2009        (r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../lockin.html');
+
+require('../lockin-more.html');
+
+require('../base.inc');
+
+?>

Added: windows7sins/branches/stable/monopoly/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/monopoly/index.php     Mon Sep 28 16:08:46 
2009        (r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../monopoly.html');
+
+require('../monopoly-more.html');
+
+require('../base.inc');
+
+?>

Added: windows7sins/branches/stable/privacy/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/privacy/index.php      Mon Sep 28 16:08:46 
2009        (r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../privacy.html');
+
+require('../privacy-more.html');
+
+require('../base.inc');
+
+?>

Added: windows7sins/branches/stable/security/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/security/index.php     Mon Sep 28 16:08:46 
2009        (r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../security.html');
+
+require('../security-more.html');
+
+require('../base.inc');
+
+?>

Added: windows7sins/branches/stable/standards/index.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ windows7sins/branches/stable/standards/index.php    Mon Sep 28 16:08:46 
2009        (r713)
@@ -0,0 +1,13 @@
+<?php
+
+require('../top.inc');
+
+require('../nav.inc');
+
+require('../standards.html');
+
+require('../standards-more.html');
+
+require('../base.inc');
+
+?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]