cceh / sanskrit-web

An HTML frontend to Sanskrit dictionaries modelled in TEI.
ISC License
1 stars 2 forks source link

The home page should be generated via XSLT #71

Open gioele opened 8 years ago

gioele commented 8 years ago

The main page, where the search and the general information are shown, is generated using the ERB template in app/views/pages. This makes it hard to integrate in it the pieces of information stored in XML files that must be transformed via XSLT (for example the titles of the dictionaries or the information texts).

The home page should be generated via XSLT just like all the others.