<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/footer.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -71,9 +71,9 @@ Here is an excerpt from the official public announcement of that particular bad(
 As networks have become more complex, the Site Editor has become a less effective tool for managing changes. Rather than divert our focus from network features and performance, we have made the difficult decision to retire it. But don&#8217;t worry! You can still access these files through WebDav or an SFTP (secure file transfer protocol) program, many of which are free to download and install.&quot;
 http://networkcreators.ning.com/forum/topic/show?id=492224%3ATopic%3A228645
 
-As expected, the backlash from the community of network creators and Ning enthusiasts was big, you don't have to be a genius to know that if you take one usefull and perfectly working feature from your service people that got used to that and that had it as part of their natural workflows *will complain*, and so they did. And I completed understood and agreed with the complaints, because I also loved the Site Editor, and I miss it, and I have tried my best to convince internally that retiring it was not a good idea...
+Anyways, since the main function and more missed part of the old site editor was the web based file browsing, and since it is not difficult to recreate such an interface in PHP from scratch, and since Ning is a platform that allows for PHP-based user-created extentions. I simply figured out that the best I could do was to get this task and build my own open source Site Editor replacement on my free time.
 
-Anyways, since the main function and more missed part of the old site editor was the web based file browsing, and since it is not difficult to recreate such an interface in PHP from scratch, and since Ning is a platform that allows for PHP-based user-created extentions. I simply figured out that the best I could do was to get this task and build my own open source Site Editor replacement on my free time. This doc was the starting point of the project, it is Sunday, and I don't plan to have any sleep until the first alpha release gets out :)
+I believe that having a quick way to edit your app's text files from *any* computer from anywhere at any time, with the only requirement beeing a computer with a web browser is a pretty powerfull thing. And I hope to keep that ability alive with this humble hack :)
 
 
 CONTRIBUTE</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -26,4 +26,6 @@ echo &quot;$path was last modified: &quot; . date (&quot;F d Y H:i:s.&quot;, filemtime($path));
 &lt;/textarea&gt;
 &lt;input type=&quot;submit&quot;&gt;
 &lt;/form&gt;
-&lt;/body&gt;
\ No newline at end of file
+&lt;?php
+include('footer.php');
+?&gt;
\ No newline at end of file</diff>
      <filename>src/edit.php</filename>
    </modified>
    <modified>
      <diff>@@ -14,5 +14,5 @@ include('header.php');
 &lt;h2&gt;&lt;%= $isOwner ? text('Greetings Professor Falken') : text('Read-Only Mode') %&gt;&lt;/h2&gt;
 &lt;?php 
 include('fragment_fileList.php');
+include('footer.php');
  ?&gt;
-&lt;/body&gt;</diff>
      <filename>src/index.php</filename>
    </modified>
    <modified>
      <diff>@@ -36,5 +36,5 @@ if (is_dir($path)){
     &lt;?php
     }
 }
-?&gt;
-&lt;/body&gt;
\ No newline at end of file
+include('footer.php');
+?&gt;
\ No newline at end of file</diff>
      <filename>src/open.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>be89e7ce4568e91ceb62ac2b198890e40699a32b</id>
    </parent>
  </parents>
  <author>
    <name>Fabricio Zuardi</name>
    <email>fabricio@Zuardi-main.local</email>
  </author>
  <url>http://github.com/fczuardi/site-editor/commit/2baa30d8a445d012e1db2adb3ffd5400b1aef336</url>
  <id>2baa30d8a445d012e1db2adb3ffd5400b1aef336</id>
  <committed-date>2008-05-19T05:18:36-07:00</committed-date>
  <authored-date>2008-05-19T05:18:36-07:00</authored-date>
  <message>added footer and updated the README to be less harsh</message>
  <tree>93484d0b0537deb0e3cb67d32dc4c25a912f2684</tree>
  <committer>
    <name>Fabricio Zuardi</name>
    <email>fabricio@Zuardi-main.local</email>
  </committer>
</commit>
