linked-swissbib / vufind

A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
1 stars 2 forks source link

Customizing the front-end #12

Closed PhilippKuntschik closed 7 years ago

PhilippKuntschik commented 8 years ago

I did some code review to understand the pipeline for a new incoming request. This issue will contain my findings (I don't know if a WIKI-page is better suited)

PhilippKuntschik commented 8 years ago

URL resolving is done via modules. Possible URLs (in context of the linked-module) are generated via RouteGenerator (called at LinkedSwissbib/config/modul.config:99). This builds the latter part of the path (for example '/Exploration/AuthorDetails'). The former part ('sbrd') is configured via Apache Rewrite Rules.