JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
images can cache indefiniteley, fixed wording on accound admin page
authorJason Woofenden <jason283@herkamire.com>
Mon, 30 Mar 2009 02:01:48 +0000 (22:01 -0400)
committerJason Woofenden <jason283@herkamire.com>
Mon, 30 Mar 2009 02:01:48 +0000 (22:01 -0400)
.htaccess
people.html

index 6f5c6ec..40ef2c0 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -7,3 +7,9 @@ RewriteRule    ^$  /run.php
 RewriteRule    ^[^/]*\.html$  /run.php
 RewriteRule    ^[^/.]*$  /run.php
 RewriteRule    ^[^/]*.css$  /css_mangler.php [L]
+
+
+<FilesMatch "\.(jpg|png)$">
+       ExpiresActive On
+       ExpiresDefault A31536000
+</FilesMatch>
index 2b1ecca..ed8d520 100644 (file)
@@ -21,7 +21,7 @@
   <!--~end~-->
 
 <!--~form start~-->
-  <h2><!--~new_msg start~-->Add a new entry<!--~end~--><!--~edit_msg start~-->Edit entry "~username.html~"<!--~end~--></h2>
+  <h2><!--~new_msg start~-->Add a new account<!--~end~--><!--~edit_msg start~-->Edit ~username.html~'s account<!--~end~--></h2>
 
   <form action="people" method="post"><!--~editing start~--><input type="hidden" name="people_edit_id" value="~people_edit_id.attr~" /><!--~end~-->
     <table cellspacing="0" cellpadding="4" border="0" summary="">
   <h2>people Listing</h2>
 
   <!--~populated_listing start~-->
-  <p><a href="people.html?people_new=1">[Add a new record]</a></p>
+  <p><a href="people.html?people_new=1">[Add a new account]</a></p>
 
   <table cellspacing="0" cellpadding="4" border="1" summary=""><!--~listing_row start~-->
-  <tr><td class="listing"><a href="people.html?people_edit_id=~id~">~username.html~</a></td><td><a href="people.html?people_delete_id=~id~" onclick="return confirm('Permanently delete?')">[delete this record]</a></td></tr><!--~end~-->
+  <tr><td class="listing"><a href="people.html?people_edit_id=~id~">~username.html~</a></td><td><a href="people.html?people_delete_id=~id~" onclick="return confirm('Permanently delete?')">[delete this account]</a></td></tr><!--~end~-->
 
   </table>
   <!--~end~-->
@@ -55,7 +55,7 @@
     <p>No ~field_plural.html~ in database.</p>
   <!--~end~-->
 
-  <p><a href="people.html?people_new=1">[Add a new record]</a></p>
+  <p><a href="people.html?people_new=1">[Add a new account]</a></p>
 
   <p><a href="./">Back to main page</a></p>
 <!--~end~-->