[svn] r6409: lb: lb.cs makefile
malekith
svnadmin at nemerle.org
Wed Jun 21 17:40:10 CEST 2006
Log:
Disable comments
Author: malekith
Date: Wed Jun 21 17:40:10 2006
New Revision: 6409
Modified:
lb/lb.cs
lb/makefile
Modified: lb/lb.cs
==============================================================================
--- lb/lb.cs (original)
+++ lb/lb.cs Wed Jun 21 17:40:10 2006
@@ -272,8 +272,8 @@
o.WriteLine ("<h3><a href=\"{2}{0}\" class=\"entryTitle\">{1}</a></h3>",
d.PermaLink, d.Caption, blog_base);
o.WriteLine ("<div class='blogentry'>" + d.Body + "</div>");
- if (!is_archive)
- o.WriteLine ("<div align='right'><a href='{0}#comments'>Comments</a></div>", d.PermaLink);
+// if (!is_archive)
+// o.WriteLine ("<div align='right'><a href='{0}#comments'>Comments</a></div>", d.PermaLink);
}
void Render (StreamWriter o, int start, int end, string blog_base, bool include_daily_anchor)
Modified: lb/makefile
==============================================================================
--- lb/makefile (original)
+++ lb/makefile Wed Jun 21 17:40:10 2006
@@ -5,7 +5,7 @@
push-stamp: lb.exe $(wildcard activity/*/*) template config.xml makefile comments.foot.html construct-comments
mono --debug lb.exe
- sh construct-comments
+# sh construct-comments
touch push-stamp
lb.exe: lb.cs config.cs
More information about the svn
mailing list