Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Updateroo
Browse files Browse the repository at this point in the history
svn path=/trunk/lb/; revision=132211
  • Loading branch information
migueldeicaza committed Apr 20, 2009
1 parent 7fc7ea5 commit 29b488e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
Binary file modified RSS.NET.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions config.xml
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<config
Author="Miguel de Icaza (miguel@gnome.org)"
Author="miguel@gnome.org (Miguel de Icaza)"
BlogDirectory="/home/miguel/activity"
BlogFileName="index.html"
BlogWebDirectory="http://tirania.org/blog/"
BlogImageBasedir="http://primates.ximian.com/~miguel"
Copyright="Miguel de Icaza"
Description="Miguel de Icaza's web log"
ManagingEditor="miguel@gnome.org"
ManagingEditor="miguel@gnome.org (Miguel de Icaza)"
Title="Miguel de Icaza"
RSSFileName="miguel"
InputEncoding="utf-8"
Expand Down
2 changes: 2 additions & 0 deletions lb.cs
Expand Up @@ -794,6 +794,7 @@ public void RenderRSS (string output, IList entries, int start, int end)
{
RssChannel channel = MakeChannel ();

Console.WriteLine ("{0} to {1}", start, end);
for (int i = start; i < end; i++){
int idx = entries.Count - i - 1;
if (idx < 0)
Expand All @@ -817,6 +818,7 @@ public void RenderRSS (string output, IList entries, int start, int end)
item.Guid.PermaLink = DBBool.True;

item.PubDate = d.Date.ToUniversalTime ();
Console.WriteLine ("{0} to {1}", d.Caption, item.PubDate);
if (d.Caption == ""){
Console.WriteLine ("No caption for: " + d.DateCaption);
d.Caption = d.DateCaption;
Expand Down
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -16,7 +16,7 @@ clean:
push: b
chmod 644 archive/*/*.html
chmod 644 *html *rss2 *php
rsync -pr -v --rsh=ssh texts archive prettyprint.js \
rsync -zu -pr -v --rsh=ssh texts archive prettyprint.js \
log-style.css *.rss2 *.php index.html page*.html all.html \
$(REMOTE_DIRECTORY)

Expand Down
8 changes: 6 additions & 2 deletions template
Expand Up @@ -26,9 +26,13 @@
<a href="http://fusion.google.com/add?feedurl=@BLOGWEBDIR@@RSSFILENAME@.rss2">
<img src="http://primates.ximian.com/~miguel/pictures/addgoogle2.gif" alt="addgoogle2.gif" /></a>

<a href="http://www.bloglines.com/sub/http://primates.ximian.com/~miguel/miguel.rss2">
<img src="http://www.bloglines.com/images/sub_modern5.gif" alt="sub_modern5.gif" /></a>
<h2>Twitter</h2>

<p><a href="http://twitter.com/migueldeicaza">Follow me on
twitter</a>.

<script type="text/javascript" language="javascript" src="http://twittercounter.com/embed/?username=migueldeicaza"></script>

<h2>Comments</h2>

<!--Group: <a href="http://groups-beta.google.com/group/tiraniaorg-blog-comments">discuss</a>.<br/>-->
Expand Down

0 comments on commit 29b488e

Please sign in to comment.