samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

support the common forms used to define a term template #159

Closed elrayle closed 6 years ago

elrayle commented 6 years ago

Supports term templates in the form…

"{?term_uri}"              # term_uri is the entire template
"{?term_uri}.rdf"          # term_uri starts the template
"http://localhost/test_default/term?uri={?term_uri}"   # term_uri is a parameter of the template
"http://localhost/test_default/term/{?term_id}"        # term_id is a parameter of the template

Fixed errors: