[
https://issues.jboss.org/browse/JBIDE-16609?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen edited comment on JBIDE-16609 at 2/26/14 2:19 AM:
----------------------------------------------------------------------
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a
directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{code;title=missingindex.sh}
find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing
{}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v
stylesheets | grep -v javascripts
{code}
Which will give you the list of directories/urls that would relevant to consider having an
index.html:
{code:title=output}
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
{code}
was (Author: maxandersen):
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a
directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{{ find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing
{}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v
stylesheets | grep -v javascripts }}
Which will give you the list of directories/urls that would relevant to consider having an
index.html:
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
missing index pages for urls like
http://tools-stg.jboss.org/whatsnew/
----------------------------------------------------------------------
Key: JBIDE-16609
URL:
https://issues.jboss.org/browse/JBIDE-16609
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: website
Reporter: Max Rydahl Andersen
Fix For: 4.2.0.Beta1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira