This does not do exactly what you want, but it comes close. You will have to
teak if it is not adequate. See [1].
@@namespace.Topics.Select{e | DateTime.Now.SpanBetween(e.LastModified
).Days.LessThanOrEqualTo(5)}
.SortBy {e | DateTime.Now.SpanBetween(e.LastModified)}
.Collect{e | [
" *[", e.Name, "]", " - ", e.LastModified.ToLongDateString(), ":
", e.Summary,
Newline,
]
}
@@
[1]: http://www.flexwiki.com/default.aspx/FlexWiki/DateTimeDemo.html
On 8/31/07, Astralis Lux <[EMAIL PROTECTED]> wrote:
>
> Using 1.8.07x I'm trying to group topics by date. For example, I want to
> grab the past five days and write it out like this:
>
> August 31, 2007
>
> Topic 1
> Topic 2
> Topic 3
>
> August 30, 2007
>
> Topic 4
> Topic 5
> Topic 6
>
> August 29, 2007
>
> Topic 7
> Topic 8
>
> etc...
>
> I know I've seen some sample WikiTalk that did this but cannot find it.
>
> Any info? Thanks!
>
> ------------------------------
> Get news, entertainment and everything you care about at Live.com. Check
> it out! <http://www.live.com/getstarted.aspx+>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users