Re: [perldoc2-developers] additional table 'source'?
Status: Pre-Alpha
Brought to you by:
joergen_lang
From: Joergen W. L. <joe...@gm...> - 2006-12-29 01:13:30
|
Gregor Goldbach schrieb: > Joergen W. Lang schrieb: > >>>>> I don't see how any code might provide this since there's currently no >>>>> connection between the source document and its translations. >>>> True. Not yet. As soon as we have the (most recent) .po file in the >>>> DB whe can add "views" to it via Catalyst. >>> So Catalyst accesses both the database and the file system? Hm... I'd >>> rather see this in the database as well... >> Sorry - I don't quite understand. What do you mean by file system? Are >> you referring to the SVN directories? > > Yes. I assume with 'view' above you refer to the Model-View-Controller > abstraction in Catalyst. and so I did. but... > The current model of the web application I have in mind is that we have > .po files and importer and exporter code to connect the (local) database > to the (remote) subversion repository. correct. > I don't see where a Catalyst 'view' could help there. But, alas! I don't > know Catalyst very much ;) The Cat view shows/does whatever with the version of the pot which is stored in the DB. It does not connect to the SVN repository. Clear now? Joergen P.S.: #perldoc2 @ irc.perl.org is up and running... |