On Tue, Nov 10, 2009 at 10:47 PM, yy <[email protected]> wrote: > There is a (known now) bug in blagh: if link references are repeated > in different posts you won't get the links you expect in the main > page. The reason is all the posts in markdown format are concatenated > before being transformed to html. This patch tries to solve this > problem (and some problems of my previous fix, as discussed on irc).
Great! Just for everyone not aware: the irc channel is now #cat-v in irc.freenode.org. > I think it also makes a better use of fltr_cache. If the patch is finaly > applied feel free to rename the cat_post_list function to anything > better, and change the sed command to add the terminating slash to > whichever idiom is used in the rest of werc code. This solves some of the issues, but as I noted in irc: I still think it should not touch the generated html and instead manipulate the markdown, and it breaks the proper chronological sorting of dir "aggregations". But it is going in the right direction... Thanks! uriel > -- > - yiyus || JGL . 4l77.com > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "werc" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/werc9?hl=en -~----------~----~----~----~------~----~------~--~---
