| July 2003 | ||||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
| Jun Aug | ||||||
New Manila feature: robots.txt. The robots.txt feature we've been working on for the last day or so has been released. Manila now generates robots.txt files, based on preferences set by Managing Editors. See this page on the Manila website for details about the new feature. [Jake's Radio 'Blog]
2:23:56 PM
comment [] trackback []
Adding dates to Radio page titles. Radio UserLand tip: To add a date to the title of each daily archive page, add the following UserTalk code inside the title tag of the home page template (#homeTemplate.txt):
2:23:56 PM
Adding dates to Radio page titles. Radio UserLand tip: To add a date to the title of each daily archive page, add the following UserTalk code inside the title tag of the home page template (#homeTemplate.txt):
<%local (d); if radio.weblog.file.getArchiveFileDate (radioResponder.fileBeingRendered, @d) {": " + string.dateString (d)} else {""}%>
This code will be replaced with the date in the form "Monday, June 30, 2003" (example). [Workbench]
12:23:26 AM
comment [] trackback []