From a765bb523f9decf1c82bbefa55e1ff71d470ffab Mon Sep 17 00:00:00 2001 From: Philip Lawrence Date: Thu, 30 Aug 2012 01:29:26 -0500 Subject: [PATCH 1/3] Fixed doc entries that contained absolute paths that were localized --- .phrozn/entries/docs/current/modules.twig | 2 +- .phrozn/entries/docs/dev/modules.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.phrozn/entries/docs/current/modules.twig b/.phrozn/entries/docs/current/modules.twig index 838a617..dabeddf 100644 --- a/.phrozn/entries/docs/current/modules.twig +++ b/.phrozn/entries/docs/current/modules.twig @@ -111,7 +111,7 @@ layout: docs/current.twig All that is left now is to load our Module. Edit the htdocs/index.php file so that it looks lie the following:

-    require_once '/Users/thorpe/www/lib/proem/framework/lib/Proem/Autoloader.php';
+    require_once '../lib/Proem/Autoloader.php';
 
     (new Proem\Autoloader())
         ->attachNamespace('Module', '../lib')
diff --git a/.phrozn/entries/docs/dev/modules.twig b/.phrozn/entries/docs/dev/modules.twig
index 0bb2cf0..84e7946 100644
--- a/.phrozn/entries/docs/dev/modules.twig
+++ b/.phrozn/entries/docs/dev/modules.twig
@@ -111,7 +111,7 @@ layout: docs/dev.twig
     All that is left now is to load our Module. Edit the htdocs/index.php file so that it looks lie the following:
   

-    require_once '/Users/thorpe/www/lib/proem/framework/lib/Proem/Autoloader.php';
+    require_once '../lib/Proem/Autoloader.php';
 
     (new Proem\Autoloader())
         ->attachNamespace('Module', '../lib')

From c627f8cf544d714821316b9b1c0b3f62dec2fb6c Mon Sep 17 00:00:00 2001
From: Philip Lawrence 
Date: Thu, 30 Aug 2012 01:33:44 -0500
Subject: [PATCH 2/3] Doc entries still contained absolute paths

Fixed doc entries that contained absolute paths that were localized
(missed a few files)
---
 .phrozn/entries/docs/current/plugins.twig | 2 +-
 .phrozn/entries/docs/dev/plugins.twig     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.phrozn/entries/docs/current/plugins.twig b/.phrozn/entries/docs/current/plugins.twig
index 5a863dc..3518468 100644
--- a/.phrozn/entries/docs/current/plugins.twig
+++ b/.phrozn/entries/docs/current/plugins.twig
@@ -52,7 +52,7 @@ layout: docs/current.twig
     Next, we need to load our Plugin. Simple, open our htdocs/index.php file and edit it to look like:
   

-    require_once '/Users/thorpe/www/lib/proem/framework/lib/Proem/Autoloader.php';
+    require_once '../lib/Proem/Autoloader.php';
 
     (new Proem\Autoloader())
         ->attachNamespace('Module', '../lib')
diff --git a/.phrozn/entries/docs/dev/plugins.twig b/.phrozn/entries/docs/dev/plugins.twig
index 1e2ccc0..55ba235 100644
--- a/.phrozn/entries/docs/dev/plugins.twig
+++ b/.phrozn/entries/docs/dev/plugins.twig
@@ -52,7 +52,7 @@ layout: docs/dev.twig
     Next, we need to load our Plugin. Simple, open our htdocs/index.php file and edit it to look like:
   

-    require_once '/Users/thorpe/www/lib/proem/framework/lib/Proem/Autoloader.php';
+    require_once '../lib/Proem/Autoloader.php';
 
     (new Proem\Autoloader())
         ->attachNamespace('Module', '../lib')

From 28d8e7ea422c15c6c1746dddc9d1b82d2686b1fa Mon Sep 17 00:00:00 2001
From: Philip Lawrence 
Date: Thu, 30 Aug 2012 21:01:07 -0500
Subject: [PATCH 3/3] Updating invalid link href's + updating blog comment
 links to the correct disqus identifiers

---
 .phrozn/entries/blog/18-08-2012/documentation-updates.twig    | 2 +-
 .../blog/25-08-2012/essential-framework-components.twig       | 2 +-
 .phrozn/entries/docs/current/bootstrap.twig                   | 2 +-
 .phrozn/entries/docs/current/index.twig                       | 2 +-
 .phrozn/entries/docs/current/plugins.twig                     | 2 +-
 .phrozn/entries/docs/current/route-component.twig             | 2 +-
 .phrozn/entries/docs/dev/bootstrap.twig                       | 2 +-
 .phrozn/entries/docs/dev/index.twig                           | 2 +-
 .phrozn/entries/docs/dev/plugins.twig                         | 2 +-
 .phrozn/entries/docs/dev/route-component.twig                 | 2 +-
 .phrozn/layouts/index.twig                                    | 4 ++--
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.phrozn/entries/blog/18-08-2012/documentation-updates.twig b/.phrozn/entries/blog/18-08-2012/documentation-updates.twig
index 9c01e72..df83842 100644
--- a/.phrozn/entries/blog/18-08-2012/documentation-updates.twig
+++ b/.phrozn/entries/blog/18-08-2012/documentation-updates.twig
@@ -23,7 +23,7 @@ layout: page.twig