> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Monday, June 02, 2008 3:20 PM > To: Trac Users > Subject: [Trac] Re: tracLinks suggestion... > > > On Jun 2, 5:02 pm, "Erik Bray" <[EMAIL PROTECTED]> wrote: > > I don't know about you, but I just keep all my requirements in the > > wiki itself. Usually as a bullet list, so I suppose I can't link to > a > > specific requirement. But I can see, "See requirement 123" and link > > to the appropriate page. I'm not saying that necessarily suits your > > needs, but it sounds to me like you're getting over-complicated. > > Wish it were that simple. I can't actually put the requirements into > the wiki. I have to export them from a controlled location, this > "solution" I am after is post export. I suppose I could find a way to > export to wiki mark-up. some how. I want the wiki-version of the > requirement to be up to date with the source control version, which is > generated auto-magically by the requirements tools. Seems to me the > pinch point is that export, I should transform to wiki markup at that > point, update/check into source control, and #include it in an > appropriate wiki page. >
What format does it use? The Include macro uses the mimeview renderer framework, so if you invent a MIME type and write something to convert its format to HTML, you are set. Just put anchors in the generated HTML and you can do things like wiki:Requirements#R123. --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
