Description of problem: Allow a URL that specifies a list of documents to show in the webtrans document list.
Implemented in 1.5 see https://github.com/zanata/zanata/commit/0b2b5b308cd133470b92a51e5800834b8fef27f1
Example usage: examples use this base workspace url: http://zanata-fortitude.lab.eng.bne.redhat.com:8080/webtrans/Application.html?project=demo&iteration=1.0&localeId=de&locale=en to add a subtitle next to the project name, add &title=<title> , escape spaces and other special characters. e.g. for subtitle "HELLO WORLD" use: http://zanata-fortitude.lab.eng.bne.redhat.com:8080/webtrans/Application.html?project=demo&iteration=1.0&localeId=de&locale=en&title=HELLO%20WORLD if no documents are defined, the full list of documents will be displayed. To show a subset of documents, add &doc=<full doc path and name> for each document. e.g. to show only documents "test", "content/best_practices" and "content/events" in the document list, use: http://zanata-fortitude.lab.eng.bne.redhat.com:8080/webtrans/Application.html?project=demo&iteration=1.0&localeId=de&locale=en&doc=test&doc=content/best_practices&doc=content/events
VERIFIED with Zanata version 1.5-SNAPSHOT (20111213-1143)