Added ability to post to post via the Blogger API.
This commit is contained in:
parent
4b7ea52793
commit
38544a1b56
11 changed files with 282 additions and 450 deletions
|
@ -22,7 +22,7 @@ function insertLink(url) {
|
|||
if (javawsInstalled) {
|
||||
document.write("<form action=\"" + url + "\" method=\"GET\"><input type=\"submit\" value=\"Launch\" align=\"right\"></form>");
|
||||
} else {
|
||||
document.write("<form action=\"http://www.java.com/\" method=\"GET\"><input type=\"submit\" value=\"Install Web Start\" align=\"right\"></form>");
|
||||
document.write("<a href=\"http://www.java.com/\"><img src=\"images/get_java.gif\" alt=\"Get Java Now!\" border=\"0\"></a>");
|
||||
}
|
||||
}
|
||||
</SCRIPT>
|
||||
|
@ -41,14 +41,7 @@ End If
|
|||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="738">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left" height="58" valign="bottom" width="418"><img src="images/logo.gif" alt="LifeBlogger" id="logo_hoover" border="0" height="57" vspace="10" width="237"></td>
|
||||
<td align="right" height="58" valign="middle" width="320">  </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="#d3e1ee" height="19" valign="top"><img src="images/x.gif" id="positioner" border="0" height="19" width="13"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="#ffffff" height="5" valign="top"><img src="images/1x1trans.gif" border="0" height="5" width="1"></td>
|
||||
<td align="left" colspan="2" height="60" valign="bottom" width="738"><img src="images/banner.gif" alt="LifeBlogger" id="logo_hoover" border="0" height="60" vspace="10" width="738"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0">
|
||||
|
@ -75,7 +68,7 @@ End If
|
|||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="219"><p>LifeBlogger allows you to post your <a href="http://www.nokia.com/lifeblog/">Nokia Lifeblog</a> favorites to your blog.</p>
|
||||
<p>Your images, text notes and videos can now be posted to your blog using FTP (<a href="http://www.blogger.com/">Blogger</a>, etc.) or via the MetaWeblog API (<a href="http://www.movabletype.org/">Movable Type</a>, <a href="http://radio.userland.com/">Radio UserLand</a>, etc.). </p>
|
||||
<p>Your images, text notes and videos can now be effortlessly posted to your blog using FTP (<a href="http://www.blogger.com/">Blogger</a>, etc.) or via the MetaWeblog API (<a href="http://www.movabletype.org/">Movable Type</a>, <a href="http://radio.userland.com/">Radio UserLand</a>, etc.).</p>
|
||||
<p>LifeBlogger makes extensive use of various <strong>open source libraries</strong>, including:</p>
|
||||
<ul>
|
||||
<li><a href="http://www.thinlet.com/">Thinlet</a></li>
|
||||
|
@ -95,8 +88,8 @@ End If
|
|||
<li>and <a href="http://www.thauvin.net/erik/">Erik C. Thauvin</a></li>
|
||||
</ul>
|
||||
<p>The open source code is written and maintained by <a href="http://www.thauvin.net/erik/">Erik C. Thauvin</a>. </p>
|
||||
<p>The LifeBlogger logo was designed by <a href="http://www.russellbeattie.com/">Russell Beattie</a>.</p>
|
||||
<p>This web page layout was stolen from <a href="http://www.nokia.com/lifeblog/">Nokia</a>.</p></td>
|
||||
<p>This web page layout was stolen from <a href="http://www.nokia.com/lifeblog/">Nokia</a>.</p>
|
||||
<p>Click <a href="http://cvs.thauvin.net/java/LifeBlogger/licenses/License.txt?view=auto">here</a> to view the LifeBlogger open source license. </p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></td>
|
||||
|
@ -114,15 +107,17 @@ End If
|
|||
<div align="center">
|
||||
<script type="text/javascript">insertLink('http://www.thauvin.net/erik/download/lifeblogger/LifeBlogger.jnlp');</script>
|
||||
</div>
|
||||
<span class="Grey10px">Requirements</span><br>
|
||||
<span class="Grey10px"><a href="http://www.nokia.com/lifeblog/">Nokia Lifeblog</a> (Windows only)<br>
|
||||
<a href="http://www.java.com/">Java 1.4</a></span><br>
|
||||
<p><span class="Blue12pxBold">Source</span><br>
|
||||
<p><span class="Grey10px">Requirements</span><br>
|
||||
<span class="Grey10px"><a href="http://www.nokia.com/lifeblog/">Nokia Lifeblog</a><br>
|
||||
<a href="http://www.java.com/">Java 1.4</a></span></p>
|
||||
<p><span class="Grey10px"> LifeBlogger only runs on Windows, at least until Nokia produces a LifeBlog version for Mac or Linux. </span> <br>
|
||||
</p>
|
||||
<p> <span class="Blue12pxBold">Source</span><br>
|
||||
You can also download the latest source archive. <a href="http://www.thauvin.net/erik/download/lifeblogger/LifeBlogger-src.zip">»</a></p>
|
||||
<p><span class="Blue12pxBold">CVS</span><br>
|
||||
Or browse/download the source code from CVS. <a href="http://cvs.thauvin.net/java/LifeBlogger/">»</a></p>
|
||||
<p><span class="Blue12pxBold">Screenshots</span><br>
|
||||
Still not convinced? Try <a href="images/shot1.jpg">here</a> and <a href="images/shot2.jpg">here</a>.</p></td>
|
||||
Still not convinced? Try <a href="images/shot1.jpg">here</a> and <a href="images/shot2.jpg">here</a> or <a href="images/shot3.gif">here</a>.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue