New Ideas
From LocalizationWiki
[edit]
Centenary Web site development using NDLB
[edit]
Contents of the Centenary/Coronation Web site:
- Calendar of Events taking place during the celebration.
- Videos by BBS.
- Publications by Ministry of Education (Text & Pictures).
- Exhibition of the culture, religion, architecture, landscape, people etc.
[edit]
Plans for the development:
- We will have a collection which groups the videos, text & pictures.
- Collection section will have a descriptive field that render nice HTML to display as the main page for collection.
- Section controller with section model with fields collection_id, template and a permalink so the "show" of the section instead of receiving the ID of the section, it would receive the permalink with which we can a nice URL like http://www.e-bhutan.net.bt/ndlb/sections/centenary_celebration
(collection_id contains the collection with all the media associated with it and template contains the layout of the page).
- For the webs' new, distinctive look and feel with its own banner, 'liquid template' will be used. For more info. on liquid template, click here: http://www.liquidmarkup.org/ The idea behind liquid template is to give design freedom to an applications that is already running. The liquid template is a file that you upload to the application, which the application interprets as sort of a view for rendering something like the user wants it rendered but the liquid template is not a view that is hard coded into the applications, it is more dynamic so the sections' show would display a configurable page so to speak a way to integrate a part of NDLB to have its own design without disrupting NDLB's code you wouldn't commit the celebration liquid template, it would be one item in its contents (like the images, videos, etc are also contents).
