Difference between revisions of "PlazesPHPBlog"
From rukapedia
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
PlazesPHPBlog is a PHP script that you can use to grab your current [[Plazes]] location and drop it into a weblog or other website. | PlazesPHPBlog is a PHP script that you can use to grab your current [[Plazes]] location and drop it into a weblog or other website. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Download Source Code== | ==Download Source Code== | ||
Line 16: | Line 10: | ||
<code>http://svn.reinvented.net/Plazes/PHP/PlazesPHPBlog</code> | <code>http://svn.reinvented.net/Plazes/PHP/PlazesPHPBlog</code> | ||
+ | |||
+ | ==Change Log== | ||
+ | |||
+ | * 2007-02-13 | ||
+ | ** Wrapped then entire output in an [http://microformats.org/wiki/hcard hCard]. | ||
+ | |||
+ | * 2007-02-12 | ||
+ | ** Removed the "Addicted to Flickr" photo integration -- it was slowing things down, and I no longer required if for my own weblog. | ||
+ | ** Added the latitude and longitude, formatted using the [http://microformats.org/wiki/geo geo] microformat. | ||
+ | |||
+ | * 2005-11-13 | ||
+ | ** Moved settings to a separate include file | ||
+ | ** Upgraded to use version 1.1 of Addicted to Flickr | ||
==Weblog Posts== | ==Weblog Posts== |
Latest revision as of 09:20, 13 February 2007
PlazesPHPBlog is a PHP script that you can use to grab your current Plazes location and drop it into a weblog or other website.
Download Source Code
You can browse the source code from a browser, or grab the latest version of the source code using Subversion at:
svn://svn.reinvented.net/Plazes/PHP/PlazesPHPBlog
or
http://svn.reinvented.net/Plazes/PHP/PlazesPHPBlog
Change Log
- 2007-02-13
- Wrapped then entire output in an hCard.
- 2007-02-12
- Removed the "Addicted to Flickr" photo integration -- it was slowing things down, and I no longer required if for my own weblog.
- Added the latitude and longitude, formatted using the geo microformat.
- 2005-11-13
- Moved settings to a separate include file
- Upgraded to use version 1.1 of Addicted to Flickr