|
Revision 116, 1.2 kB
(checked in by eevee, 20 months ago)
|
|
Implemented fairly simple page caching for the Pokedex.
As a side effect that I ended up not using but which should have been done, changed the META title var to page_title.
Created a tmp directory to hold compiled templates and caches.
|
| Line | |
|---|
| 1 | [% META page_title = 'Generic about page' %]
|
|---|
| 2 |
|
|---|
| 3 | <p>I really don't have much to say here, but it's nice to get rid of the 404.</p>
|
|---|
| 4 | <p>Here, have some contact information, in the event you think I'm interesting.</p>
|
|---|
| 5 |
|
|---|
| 6 | <h1>Contact</h1>
|
|---|
| 7 | <p><img src="/images/icons/contact/aim.png" alt="AOL Instant Messenger" title="AIM"/> LexyEevee</p>
|
|---|
| 8 | <p><img src="/images/icons/contact/icq.png" alt="ICQ" title="ICQ"/> <a href="http://wwp.icq.com/21561478">21561478</a></p>
|
|---|
| 9 | <p><img src="/images/icons/contact/msn.png" alt="MSN Messenger" title="MSN"/> <a href="mailto:[% 'eevee@myrealbox.com' | email %]">[% 'eevee@myrealbox.com' | email %]</a></p>
|
|---|
| 10 | <p><img src="/images/icons/contact/yim.png" alt="Yahoo Instant Messenger" title="Yahoo"/> lexyeevee</p>
|
|---|
| 11 | <p>Jabber/Google Talk: lexyeevee@gmail.com</p>
|
|---|
| 12 | <p>email: <a href="mailto:[% 'veekun@veekun.com' | email %]">[% 'veekun@veekun.com' | email %]</a></p>
|
|---|
| 13 | <p><a href="http://www.livejournal.com/"><img src="images/icons/contact/lj.png" alt="LiveJournal" title="LiveJournal"/></a> <a href="http://www.livejournal.com/users/lexyeevee">http://www.livejournal.com/users/lexyeevee</a></p>
|
|---|
| 14 | <p><a href="http://www.irchelp.org/">IRC</a>: irc.veekun.com:6667, channel #dev (<a href="http://www.silverex.info/">my choice of client</a>)</p>
|
|---|