Files
poky/bitbake/lib/toaster/contrib/tts/urllist.py
Alexandru DAMIAN 73f14975c5 bitbake: toaster: tts: clean up HTML5 compatible url list
This patch cleans up the list of URLs that are tested for
HTML5 compatibility using the w3c-validator. It removes
the URLs that are no longer in use, and the AJAX-only URLs
that return JSON content.

(Bitbake rev: c85a35e37150ee8be091bd142cac8a1885f1dff0)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-01 11:26:13 +01:00

40 lines
1.4 KiB
Python

URLS = [
'toastergui/landing/',
'toastergui/builds/',
'toastergui/build/1',
'toastergui/build/1/tasks/',
'toastergui/build/1/tasks/1/',
'toastergui/build/1/task/1',
'toastergui/build/1/recipes/',
'toastergui/build/1/recipe/1/active_tab/1',
'toastergui/build/1/recipe/1',
'toastergui/build/1/recipe_packages/1',
'toastergui/build/1/packages/',
'toastergui/build/1/package/1',
'toastergui/build/1/package_built_dependencies/1',
'toastergui/build/1/package_included_detail/1/1',
'toastergui/build/1/package_included_dependencies/1/1',
'toastergui/build/1/package_included_reverse_dependencies/1/1',
'toastergui/build/1/target/1',
'toastergui/build/1/target/1/targetpkg',
'toastergui/build/1/target/1/dirinfo',
'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash',
'toastergui/build/1/configuration',
'toastergui/build/1/configvars',
'toastergui/build/1/buildtime',
'toastergui/build/1/cpuusage',
'toastergui/build/1/diskio',
'toastergui/build/1/target/1/packagefile/1',
'toastergui/newproject/',
'toastergui/projects/',
'toastergui/project/1',
'toastergui/project/1/configuration',
'toastergui/project/1/builds/',
'toastergui/project/1/layers/',
'toastergui/project/1/layer/1',
'toastergui/project/1/importlayer',
'toastergui/project/1/targets/',
'toastergui/project/1/machines/',
'toastergui/',
]