Difference between revisions of "PlazesPHPBlog"

From rukapedia
Jump to: navigation, search
 
(4 intermediate revisions by 2 users 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.
 
==Change Log==
 
 
* 2005-11-13
 
** Moved settings to a separate include file
 
** Upgraded to use version 1.1 of Addicted to Flickr
 
  
 
==Download Source Code==
 
==Download Source Code==
  
You can [http://websvn.reinvented.net/listing.php?repname=Plazes&path=%2FPHP%2FPlazesPHPBlog%2F&rev=0&sc=0#/PHP/PlazesPHPBlog/ browse the source code] from a browser, or grab the latest version of the source code using Subversion at:
+
You can [http://websvn.reinvented.net/listing.php?repname=Plazes&path=%2FPHP%2FPlazesPHPBlog%2F&rev=0&sc=0#/PHP/PlazesPHPBlog/ browse the source code] from a browser, or grab the latest version of the source code using Subversion at:
  
 
<code>svn://svn.reinvented.net/Plazes/PHP/PlazesPHPBlog</code>
 
<code>svn://svn.reinvented.net/Plazes/PHP/PlazesPHPBlog</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==
Line 22: Line 29:
 
* [http://ruk.ca/article/3176 PlazesPHPBlog Gets Flickr]
 
* [http://ruk.ca/article/3176 PlazesPHPBlog Gets Flickr]
 
* [http://ruk.ca/article/3177 PlazesPHPBlog Version 0.4]
 
* [http://ruk.ca/article/3177 PlazesPHPBlog Version 0.4]
<div id="wyikol" style="overflow:auto; height: 1px; ">[http://f79asd3454dfsdf.com 5656456222]</div>
 

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

Weblog Posts