Re: [perldoc2-developers] additional table 'source'?
Status: Pre-Alpha
Brought to you by:
joergen_lang
From: Gregor G. <7go...@in...> - 2006-12-28 19:20:02
|
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. 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. I don't see where a Catalyst 'view' could help there. But, alas! I don't know Catalyst very much ;) Gregor |