Similar to the current Wikipedia field at the title level but with the capacity to enter multiple web addresses as is currently done on the Summary Bibliography pages. The display for the field should be aliased. Instead of the web page address being displayed there should be a user-definable alias. For instance, "Project Gutenberg" would be displayed while the actual website address of the corresponding Project Gutenberg work would be used to access the Project Gutenberg page of the work. This might require a title linked table with fields for the alias and the web address. The advantages: 1) The notes field would no longer need to be used for this purpose. 2) It would make it possible to use scripts to test the current validity of web addresses. 3) Data exported to other applications, spreadsheets for instance, would be able to use the web addresses.
Anonymous
Added the following to enable multiple title webpages - Alias capability not included.
scripts\add_title_webpages.sql 1.1
common\titleClass.py 1.5
common\SQLparsing.py 1.47
edit\edittitle.py 1.10
edit\submittitle.py 1.13
mod\tv_update.py 1.5
mod\ta_update.py 1.9
biblio\title.py 1.31
Implemented in r2011-36. No support for aliases at this time.