Tango.info http interface: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
(change sections, work: -> work.)
Line 1: Line 1:
[[category:tango.info]]
[[category:tango.info]]
==URIs==
== Implemented ==
* search  
* [[tango.info search]]
** e.g. http://www.tango.info/?q=Canaro (person)
** e.g. http://www.tango.info/?q=Canaro (person)
** e.g. http://www.tango.info/?q=Berlin (city)
** e.g. http://www.tango.info/?q=Berlin (city)
Line 8: Line 8:
* Artist, recordings, part of work name http://www.tango.info/recordings/CayetDisar/?work_name_contains=bel
* Artist, recordings, part of work name http://www.tango.info/recordings/CayetDisar/?work_name_contains=bel
* Artist, tracks, part of work name http://www.tango.info/tracks/CayetDisar/?work_name_contains=bel
* Artist, tracks, part of work name http://www.tango.info/tracks/CayetDisar/?work_name_contains=bel
* Artist, recordings, [[a-z work name]] http://www.tango.info/recordings/RodolBiagi/work:racing_club
* Artist, recordings, [[a-z work name]] http://www.tango.info/recordings/RodolBiagi/work.racing_club
* Artist, tracks, [[a-z work name]]  http://www.tango.info/tracks/RodolBiagi/work:racing_club
* Artist, tracks, [[a-z work name]]  http://www.tango.info/tracks/RodolBiagi/work.racing_club
* http://www.tango.info/ipi.00005008929 (person by [[IPI]])


Not yet implemented, but planned:
== Planned ==
* Disc e.g. http://www.tango.info/08427328020459-1
* Disc e.g. http://www.tango.info/08427328020459-1


Requested:
== Requested ==
* http://eng.tango.info/?q=8021750809226 and http://www.tango.info/08427328020459 - "no results"/not found page, offer Google & Amazon
* http://www.tango.info/?q=8021750809226 and http://www.tango.info/08427328020459 - "no results"/not found page, offer Google & Amazon
* special search for TINT-, TINT\ and TINT/ e.g.
* special search for TINT-, TINT\ and TINT/ e.g.
** http://eng.tango.info/?q=08427328020688-1-7
** http://www.tango.info/?q=08427328020688-1-7
** http://eng.tango.info/?q=08427328020688\1\7 - needs consideration of "\" standards conformance
** http://www.tango.info/?q=08427328020688\1\7 - needs consideration of "\" standards conformance
** http://eng.tango.info/?q=08427328020688%5C1%5C7
** http://www.tango.info/?q=08427328020688%5C1%5C7
** note: this is a special, non-standard search because TINsDsT specifies a pattern rather than a literal string. Hence the design should consider carefully the risk of false matches due to a literal string being misinterpreted as a pattern. Perhaps sufficient to avoid this sufficiently is a pattern definition allowing just digits and separators e.g. [[regex]] '''[0-9]{12,14}[\/-][0-9]+[\/-][0-9]+'''
** note: this is a special, non-standard search because TINsDsT specifies a pattern rather than a literal string. Hence the design should consider carefully the risk of false matches due to a literal string being misinterpreted as a pattern. Perhaps sufficient to avoid this sufficiently is a pattern definition allowing just digits and separators e.g. [[regex]] '''[0-9]{12,14}[\/-][0-9]+[\/-][0-9]+'''


Needs review:
== Review needed ==
* http://eng.tango.info/08427328020688\1\7 - back slash standard conform?
* http://www.tango.info/08427328020688\1\7 - back slash standard conform?


==See also==
==See also==
* [[identifiers]]
* [[identifiers]]

Revision as of 2010-02-11T00:39:35

Implemented

Planned

Requested

Review needed

See also