You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2006/12/30 21:36:09 UTC

[jira] Created: (DOXIA-86) The results of Site Renderer does not validate (CSS)

The results of Site Renderer does not validate (CSS)
----------------------------------------------------

                 Key: DOXIA-86
                 URL: http://jira.codehaus.org/browse/DOXIA-86
             Project: doxia
          Issue Type: Bug
          Components: Site Renderer
            Reporter: Dennis Lundberg


When I try to validate the css of a document produced by doxia site renderer I get a validation error: "File not found ...". Here is the page that I try to validate:
  http://people.apache.org/~dennisl/commons-lang5/userguide.html

Here are the validation results, having set the css level to 3, which is as high as it can be set:
  http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=2&uri=http%3A%2F%2Fpeople.apache.org%2F~dennisl%2Fcommons-lang5%2Fuserguide.html

The default-site.vm has this on line 286:
  @import url("$relativePath/css/site.css");

However the file css/site.css is never created by either site renderer or the 3 skins that are available.

I see two possible solutions for this. Either remove the line mentioned above, but that might have backward-compatibility issues, or add an empty "css/site.css" file to the site build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-86) The results of Site Renderer does not validate (CSS)

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed DOXIA-86.
--------------------------------

         Assignee: Dennis Lundberg
       Resolution: Fixed
    Fix Version/s:     (was: 1.0-beta-1)
                   1.0-alpha-9

Fixed in revision 560597.

> The results of Site Renderer does not validate (CSS)
> ----------------------------------------------------
>
>                 Key: DOXIA-86
>                 URL: http://jira.codehaus.org/browse/DOXIA-86
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Site Renderer
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>             Fix For: 1.0-alpha-9
>
>
> When I try to validate the css of a document produced by doxia site renderer I get a validation error: "File not found ...". Here is the page that I try to validate:
>   http://people.apache.org/~dennisl/commons-lang5/userguide.html
> Here are the validation results, having set the css level to 3, which is as high as it can be set:
>   http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=2&uri=http%3A%2F%2Fpeople.apache.org%2F~dennisl%2Fcommons-lang5%2Fuserguide.html
> The default-site.vm has this on line 286:
>   @import url("$relativePath/css/site.css");
> However the file css/site.css is never created by either site renderer or the 3 skins that are available.
> I see two possible solutions for this. Either remove the line mentioned above, but that might have backward-compatibility issues, or add an empty "css/site.css" file to the site build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-86) The results of Site Renderer does not validate (CSS)

Posted by "Tim Pizey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_100029 ] 

Tim Pizey commented on DOXIA-86:
--------------------------------

Createing an empty one with the test 'put your style overrides here' seesm good.

> The results of Site Renderer does not validate (CSS)
> ----------------------------------------------------
>
>                 Key: DOXIA-86
>                 URL: http://jira.codehaus.org/browse/DOXIA-86
>             Project: doxia
>          Issue Type: Bug
>          Components: Site Renderer
>            Reporter: Dennis Lundberg
>
> When I try to validate the css of a document produced by doxia site renderer I get a validation error: "File not found ...". Here is the page that I try to validate:
>   http://people.apache.org/~dennisl/commons-lang5/userguide.html
> Here are the validation results, having set the css level to 3, which is as high as it can be set:
>   http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=2&uri=http%3A%2F%2Fpeople.apache.org%2F~dennisl%2Fcommons-lang5%2Fuserguide.html
> The default-site.vm has this on line 286:
>   @import url("$relativePath/css/site.css");
> However the file css/site.css is never created by either site renderer or the 3 skins that are available.
> I see two possible solutions for this. Either remove the line mentioned above, but that might have backward-compatibility issues, or add an empty "css/site.css" file to the site build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-86) The results of Site Renderer does not validate (CSS)

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-86?page=comments#action_84297 ] 
            
Brett Porter commented on DOXIA-86:
-----------------------------------

the site.css is optional. If there is a way that the template can check it's existence before generating it, that'd be good.

> The results of Site Renderer does not validate (CSS)
> ----------------------------------------------------
>
>                 Key: DOXIA-86
>                 URL: http://jira.codehaus.org/browse/DOXIA-86
>             Project: doxia
>          Issue Type: Bug
>          Components: Site Renderer
>            Reporter: Dennis Lundberg
>
> When I try to validate the css of a document produced by doxia site renderer I get a validation error: "File not found ...". Here is the page that I try to validate:
>   http://people.apache.org/~dennisl/commons-lang5/userguide.html
> Here are the validation results, having set the css level to 3, which is as high as it can be set:
>   http://jigsaw.w3.org/css-validator/validator?profile=css3&warning=2&uri=http%3A%2F%2Fpeople.apache.org%2F~dennisl%2Fcommons-lang5%2Fuserguide.html
> The default-site.vm has this on line 286:
>   @import url("$relativePath/css/site.css");
> However the file css/site.css is never created by either site renderer or the 3 skins that are available.
> I see two possible solutions for this. Either remove the line mentioned above, but that might have backward-compatibility issues, or add an empty "css/site.css" file to the site build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira