commit/galaxy-central: martenson: masthead Help menu tweaks
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4839d50a03a8/ Changeset: 4839d50a03a8 User: martenson Date: 2013-10-10 23:09:56 Summary: masthead Help menu tweaks Affected #: 4 files diff -r 13d3054d2f52782fb0a083af9e6e74cbc111e256 -r 4839d50a03a8eb9d302c49eb5151f11c987b6001 templates/webapps/galaxy/base_panels.mako --- a/templates/webapps/galaxy/base_panels.mako +++ b/templates/webapps/galaxy/base_panels.mako @@ -177,11 +177,12 @@ menu_options = [ [_('Galaxy Q&A Site'), h.url_for( controller='biostar', action='biostar_redirect', biostar_action='show/tag/galaxy' ), "_blank" ], [_('Ask a question'), h.url_for( controller='biostar', action='biostar_question_redirect' ), "_blank" ] ] menu_options.extend( [ - [_('Support'), app.config.get( "support_url", "http://wiki.g2.bx.psu.edu/Support" ), "_blank" ], - [_('Tool shed wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/Tool%20Shed" ), "_blank" ], - [_('Galaxy wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/" ), "_blank" ], - [_('Video tutorials (screencasts)'), app.config.get( "screencasts_url", "http://galaxycast.org" ), "_blank" ], - [_('How to Cite Galaxy'), app.config.get( "citation_url", "http://wiki.g2.bx.psu.edu/Citing%20Galaxy" ), "_blank" ] + [_('Support'), app.config.get( "support_url", "http://wiki.galaxyproject.org/Support" ), "_blank" ], + [_('Search'), app.config.get( "search_url", "http://galaxyproject.org/search/usegalaxy/" ), "_blank" ], + [_('Mailing Lists'), app.config.get( "mailing_lists", "http://wiki.galaxyproject.org/MailingLists" ), "_blank" ], + [_('Videos'), app.config.get( "videos_url", "http://vimeo.com/galaxyproject" ), "_blank" ], + [_('Wiki'), app.config.get( "wiki_url", "http://galaxyproject.org/" ), "_blank" ], + [_('How to Cite Galaxy'), app.config.get( "citation_url", "http://wiki.galaxyproject.org/CitingGalaxy" ), "_blank" ] ] ) if app.config.get( 'terms_url', None ) is not None: menu_options.append( [_('Terms and Conditions'), app.config.get( 'terms_url', None ), '_blank'] ) diff -r 13d3054d2f52782fb0a083af9e6e74cbc111e256 -r 4839d50a03a8eb9d302c49eb5151f11c987b6001 templates/webapps/galaxy/galaxy.masthead.mako --- a/templates/webapps/galaxy/galaxy.masthead.mako +++ b/templates/webapps/galaxy/galaxy.masthead.mako @@ -163,11 +163,12 @@ menu_options = [ [_('Galaxy Q&A Site'), h.url_for( controller='biostar', action='biostar_redirect', biostar_action='show/tag/galaxy' ), "_blank" ], [_('Ask a question'), h.url_for( controller='biostar', action='biostar_question_redirect' ), "_blank" ] ] menu_options.extend( [ - [_('Support'), app.config.get( "support_url", "http://wiki.g2.bx.psu.edu/Support" ), "_blank" ], - [_('Tool shed wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/Tool%20Shed" ), "_blank" ], - [_('Galaxy wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/" ), "_blank" ], - [_('Video tutorials (screencasts)'), app.config.get( "screencasts_url", "http://galaxycast.org" ), "_blank" ], - [_('How to Cite Galaxy'), app.config.get( "citation_url", "http://wiki.g2.bx.psu.edu/Citing%20Galaxy" ), "_blank" ] + [_('Support'), app.config.get( "support_url", "http://wiki.galaxyproject.org/Support" ), "_blank" ], + [_('Search'), app.config.get( "search_url", "http://galaxyproject.org/search/usegalaxy/" ), "_blank" ], + [_('Mailing Lists'), app.config.get( "mailing_lists", "http://wiki.galaxyproject.org/MailingLists" ), "_blank" ], + [_('Videos'), app.config.get( "screencasts_url", "http://vimeo.com/galaxyproject" ), "_blank" ], + [_('Wiki'), app.config.get( "wiki_url", "http://galaxyproject.org/" ), "_blank" ], + [_('How to Cite Galaxy'), app.config.get( "citation_url", "http://wiki.galaxyproject.org/CitingGalaxy" ), "_blank" ] ] ) if app.config.get( 'terms_url', None ) is not None: menu_options.append( [_('Terms and Conditions'), app.config.get( 'terms_url', None ), '_blank'] ) diff -r 13d3054d2f52782fb0a083af9e6e74cbc111e256 -r 4839d50a03a8eb9d302c49eb5151f11c987b6001 templates/webapps/tool_shed/base_panels.mako --- a/templates/webapps/tool_shed/base_panels.mako +++ b/templates/webapps/tool_shed/base_panels.mako @@ -79,11 +79,13 @@ if qa_url: menu_options = [ [_('Galaxy Q&A'), qa_url, "_blank" ] ] menu_options.extend( [ - [_('Support'), app.config.get( "support_url", "http://wiki.g2.bx.psu.edu/Support" ), "_blank" ], - [_('Tool shed wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/Tool%20Shed" ), "_blank" ], - [_('Galaxy wiki'), app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/" ), "_blank" ], - [_('Video tutorials (screencasts)'), app.config.get( "screencasts_url", "http://galaxycast.org" ), "_blank" ], - [_('How to Cite Galaxy'), app.config.get( "citation_url", "http://wiki.g2.bx.psu.edu/Citing%20Galaxy" ), "_blank" ] + [_('Tool Shed Wiki'), app.config.get( "wiki_url", "http://wiki.galaxyproject.org/Tool%20Shed" ), "_blank" ], + [_('Support'), app.config.get( "support_url", "http://wiki.galaxyproject.org/Support" ), "_blank" ], + [_('Search'), app.config.get( "search_url", "http://galaxyproject.org/search/usegalaxy/" ), "_blank" ], + [_('Mailing Lists'), app.config.get( "mailing_lists_url", "http://wiki.galaxyproject.org/MailingLists" ), "_blank" ], + [_('Videos'), app.config.get( "screencasts_url", "http://vimeo.com/galaxyproject" ), "_blank" ], + [_('Wiki'), app.config.get( "wiki_url", "http://galaxyproject.org/" ), "_blank" ], + [_('How to Cite Galaxy'), app.config.get( "citation_url", "http://wiki.galaxyproject.org/CitingGalaxy" ), "_blank" ] ] ) tab( "help", _("Help"), None, menu_options=menu_options ) %> diff -r 13d3054d2f52782fb0a083af9e6e74cbc111e256 -r 4839d50a03a8eb9d302c49eb5151f11c987b6001 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -367,14 +367,23 @@ # The URL linked by the "Galaxy/brand" text. #logo_url = / -# The URL linked by the "Galaxy Wiki" link in the "Help" menu. +# The URL linked by the "Wiki" link in the "Help" menu. #wiki_url = http://wiki.galaxyproject.org/ # The URL linked by the "Support" link in the "Help" menu. -#support_url = http://wiki.g2.bx.psu.edu/Support +#support_url = http://wiki.galaxyproject.org/Support -# The URL linked by the "How to Cite..." link in the "Help" menu. -#citation_url = http://wiki.g2.bx.psu.edu/Citing%20Galaxy +# The URL linked by the "How to Cite Galaxy" link in the "Help" menu. +#citation_url = http://wiki.galaxyproject.org/CitingGalaxy + +#The URL linked by the "Search" link in the "Help" menu. +#search_url = http://galaxyproject.org/search/usegalaxy/ + +#The URL linked by the "Mailing Lists" link in the "Help" menu. +#mailing_lists_url = http://wiki.galaxyproject.org/MailingLists + +#The URL linked by the "Videos" link in the "Help" menu. +#videos_url = http://vimeo.com/galaxyproject # The URL linked by the "Terms and Conditions" link in the "Help" menu, as well # as on the user registration and login forms and in the activation emails. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org