Changes between Version 22 and Version 23 of gsoc2011


Ignore:
Timestamp:
May 26, 2011, 9:46:45 PM (13 years ago)
Author:
stefanl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gsoc2011

    v22 v23  
    99
    1010|| ||'''A[[br]] language specific metadata values''' [[br]] [[br]] "wms_title" "my title" [[br]] "wms_title" "mein titel"||'''B [[br]] language dependent reference data''' [[br]] [[br]] DATA "shapes/rivers_eng.shp" [[br]] DATA "shapes/rivers_ger.shp"|| ||
    11 ||'''1[[br]]key extension'''||"wms_title_eng" "my title" [[br]] "wms_title_ger" "mein titel"||---|| main question: should resolution happen at [[br]] i) write time, i.e. only wms_title goes into mapobject [[br]]  or [[br]] ii) read time, i.e. everything goes into mapobject, [[br]] corresponding key e.g. wms_title_ger is used for reading [[br]] [[br]] mapfile maintainable? validation? ||
     11||'''1[[br]]key extension'''||"wms_title_eng" "my title" [[br]] "wms_title_ger" "mein titel"||---|| main question: should resolution happen at [[br]] i) write time, i.e. only wms_title goes into mapobject [[br]]  or [[br]] ii) read time, i.e. everything goes into mapobject, [[br]] extended key e.g. wms_title_ger is used for reading [[br]] [[br]] mapfile maintainable? validation? ||
    1212||'''2[[br]] runtime substitution''' ||---||DATA "shapes/rivers_%language%.shp" [[br]] [[br]] with ''language'' being a request parameter or global setting || already [http://mapserver.org/cgi/runsub.html implemented] in mapserver for certain parameters [[br]] [[br]] all required substitution scenarios (parameters) covered?  ||
    1313||'''3[[br]] externalization''' [[br]] [[br]] using external files [[br]] ''lang.eng''  [[br]] ''lang.ger'' || "wms_title" "IDC_TITLE" [[br]] [[br]] IDC_TITLE=my title [[br]] IDC_TITLE=mein titel || DATA "IDC_SHAPES_RIVERS" [[br]] [[br]] IDC_SHAPES_RIVERS=shapes/rivers_eng.shp [[br]]  IDC_SHAPES_RIVERS=shapes/rivers_ger.shp [[br]] or [[br]] IDC_SHAPES_RIVERS=shapes/eng/rivers.shp [[br]] IDC_SHAPES_RIVERS=shapes/ger/rivers.shp|| common way of internationalization,  [[br]] many tools available to externalize strings [[br]] [[br]] at which time the externalized value should be resolved [[br]] (while parsing mapfile,  [[br]] during msApplySubstitutions, ...)?||