rename Phorkie to phorkie (lowercase)
authorChristian Weiske <cweiske@cweiske.de>
Tue, 3 Apr 2012 18:15:57 +0000 (20:15 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 3 Apr 2012 18:15:57 +0000 (20:15 +0200)
20 files changed:
README.rst
data/templates/base.htm
data/templates/exception.htm
src/phorkie/Exception.php [moved from src/Phorkie/Exception.php with 81% similarity]
src/phorkie/Exception/Input.php [moved from src/Phorkie/Exception/Input.php with 94% similarity]
src/phorkie/Exception/NotFound.php [moved from src/Phorkie/Exception/NotFound.php with 92% similarity]
src/phorkie/File.php [moved from src/Phorkie/File.php with 99% similarity]
src/phorkie/HtmlHelper.php [moved from src/Phorkie/HtmlHelper.php with 96% similarity]
src/phorkie/Repositories.php [moved from src/Phorkie/Repositories.php with 98% similarity]
src/phorkie/Repository.php [moved from src/Phorkie/Repository.php with 99% similarity]
src/phorkie/Repository/Post.php [moved from src/Phorkie/Repository/Post.php with 99% similarity]
src/phorkie/Tools.php [moved from src/Phorkie/Tools.php with 96% similarity]
www/delete.php
www/display.php
www/edit.php
www/fork.php
www/index.php
www/list.php
www/raw.php
www/www-header.php

index 18a1455c21caa8a64a4fdc5a1c7efa956986e202..4c32a3cd8ee55c79c42b0112a32339251f4270e3 100644 (file)
@@ -1,5 +1,5 @@
 ************************************
 ************************************
-Phorkie - PHP and Git based pastebin
+phorkie - PHP and Git based pastebin
 ************************************
 
 URLs
 ************************************
 
 URLs
index f36f53bba985f76f52792781c8ee34a9dd7c310b..68c1dab3d8bb68fcd6b815ea920c0709220f2efa 100644 (file)
@@ -4,7 +4,7 @@
  <head>
   <link rel="stylesheet" href="{{css}}"/>
   <link rel="stylesheet" href="/phorkie.css" />
  <head>
   <link rel="stylesheet" href="{{css}}"/>
   <link rel="stylesheet" href="/phorkie.css" />
-  <title>{% block title %}{% endblock %} - Phorkie</title>
+  <title>{% block title %}{% endblock %} - phorkie</title>
   <script src="/jquery-1.7.2.min.js"></script>
  </head>
  <body>
   <script src="/jquery-1.7.2.min.js"></script>
  </head>
  <body>
@@ -12,7 +12,7 @@
    <div class="navbar-inner">
     <div class="container">
      <a class="brand" href="/">
    <div class="navbar-inner">
     <div class="container">
      <a class="brand" href="/">
-      Phorkie
+      phorkie
      </a>
      <ul class="nav">
       <li>
      </a>
      <ul class="nav">
       <li>
index 410c3c0e77f892dc554baaef3f21f7190edd1f6c..99fddb9171cf318fb3aba749c3f2d4b359a0c89a 100644 (file)
@@ -2,7 +2,7 @@
 <html>
  <head>
   <link rel="stylesheet" href="phorkie.css" />
 <html>
  <head>
   <link rel="stylesheet" href="phorkie.css" />
-  <title>Error - Phorkie</title>
+  <title>Error - phorkie</title>
  </head>
  <body>
   <article>
  </head>
  <body>
   <article>
similarity index 81%
rename from src/Phorkie/Exception.php
rename to src/phorkie/Exception.php
index 03031ef6a54be4bb9b26e51e8d7354a29f017585..e553830c17c6e9702da24a38f7707102f280e3d6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 class Exception extends \Exception
 {
 
 class Exception extends \Exception
 {
similarity index 94%
rename from src/Phorkie/Exception/Input.php
rename to src/phorkie/Exception/Input.php
index 2b675c1df4d7df7a2a2ac62e77a4fea93b4a108f..7f27b42b5a4f56cc14f9f29b28aeb5cf7f92f59a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 /**
  * Input from e.g. the URL is invalid, like a non-numeric string when one was
 
 /**
  * Input from e.g. the URL is invalid, like a non-numeric string when one was
similarity index 92%
rename from src/Phorkie/Exception/NotFound.php
rename to src/phorkie/Exception/NotFound.php
index a62d1f15fe693b52b88acdb50754232736e3df27..450b9f96ddbf5ebfe72c77fa2a10af531ee26bc0 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 /**
  * Something could not be found
 
 /**
  * Something could not be found
similarity index 99%
rename from src/Phorkie/File.php
rename to src/phorkie/File.php
index 34a759a5081723d9f57a79e8ac08039a5eeee596..bad21e6edba1db40a1a147e60579aa96b7f696c6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 class File
 {
 
 class File
 {
similarity index 96%
rename from src/Phorkie/HtmlHelper.php
rename to src/phorkie/HtmlHelper.php
index f20add3448adda19f0700d4bbaa406498292f777..ebda58bcc2e3c497d7c69dc60e014e6a5a9c0239 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 class HtmlHelper
 {
 
 class HtmlHelper
 {
similarity index 98%
rename from src/Phorkie/Repositories.php
rename to src/phorkie/Repositories.php
index eeaec343736acb0e5497e36ddeefd0097637880e..ef59dd70bf3682339980000527790a234eb3cc73 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 class Repositories
 {
 
 class Repositories
 {
similarity index 99%
rename from src/Phorkie/Repository.php
rename to src/phorkie/Repository.php
index bcaf3e1cd7f2686c5d7e45f144f4e8b6b160a19d..fef565655c295a3deda9f2f7d706d66ddfe5334a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 
 class Repository
 
 
 class Repository
similarity index 99%
rename from src/Phorkie/Repository/Post.php
rename to src/phorkie/Repository/Post.php
index d2cab253f42a219c705fe671a5a0f792e57e1f95..627aa1fae53d83335a713e6281eef48873b743a7 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 class Repository_Post
 {
 
 class Repository_Post
 {
similarity index 96%
rename from src/Phorkie/Tools.php
rename to src/phorkie/Tools.php
index 8e67fe29aed74995cceb5305aff642fbb8e0d41b..c6e4db5093007ed0c17292a6d53efc9dc058696d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 
 
 class Tools
 
 
 class Tools
index 9feaf4e2ad88b6c8d29615ab22350929e82077be..6d68ae4486d4ce365fd0e31c7289bb17bd46ee89 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 /**
  * Delete paste or ask for deletion
  */
 /**
  * Delete paste or ask for deletion
  */
index f806c56b807f3f46d417884176c1c49eeb49d39f..7a1c1ccb2eb7a494a612cf58130f83b68306a465 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 /**
  * Display paste contents
  */
 /**
  * Display paste contents
  */
index e59bcd1f55518e4ece3b5b0012fb345c557e40d5..562c97cbd5391f8441e0bf28df2343c8d3068fe5 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 /**
  * Edit paste contents
  */
 /**
  * Edit paste contents
  */
index f6ec95a5ac1549b6732e3cd482a555a5ddc816ba..cc98df0cfd80ae2ca7634e38aea43fa6471a8b2d 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Fork a repository
  */
 /**
  * Fork a repository
  */
-namespace Phorkie;
+namespace phorkie;
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
index 898c443a72309ce53097286fc1a74f845855e280..d926a1dff8b73045e0dc17ae7bdc95fe09acb412 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 /**
  * Show paste creation form
  *
 /**
  * Show paste creation form
  *
index a212322b24e8275d7240a54fd431a81e1f110704..a75fda894356bfe15939cbcf682d724e3e64132d 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Fork a repository
  */
 /**
  * Fork a repository
  */
-namespace Phorkie;
+namespace phorkie;
 require_once 'www-header.php';
 $rs = new Repositories();
 
 require_once 'www-header.php';
 $rs = new Repositories();
 
index 9128770fe7b3ea1a7504204b59372a25e6b4334c..69b5f569719baa4630d872cc9a21bd5975df2f10 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Displays a file
  */
 /**
  * Displays a file
  */
-namespace Phorkie;
+namespace phorkie;
 require_once 'www-header.php';
 $repo = new Repository();
 $repo->loadFromRequest();
 require_once 'www-header.php';
 $repo = new Repository();
 $repo->loadFromRequest();
index 01214d7e1af7ec307359538ef8ee1e262961b488..77ee7583c5cd97c5129c49df7777243c66f4b04f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace Phorkie;
+namespace phorkie;
 set_include_path(
     __DIR__ . '/../src/'
     . PATH_SEPARATOR . get_include_path()
 set_include_path(
     __DIR__ . '/../src/'
     . PATH_SEPARATOR . get_include_path()