Re: HTML Validation

Benjamin Papez <[email protected]> Mon, 02 Mar 2009 13:25:39 +0100
Newsgroups gmane.comp.cms.jahia.template
Message-ID <[email protected]>
--===============1821327697==
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Thomas,<br>
<br>
there is a Jahiapedia article about that:
<a class="moz-txt-link-freetext" href="http://www.jahia.org/cms/lang/en/home/jahiapedia/Template_Developer_Guide/Using_Eclipse_For_Jahia#p105">http://www.jahia.org/cms/lang/en/home/jahiapedia/Template_Developer_Guide/Using_Eclipse_For_Jahia#p105</a><br>
<br>
It is based on Eclipse IDE. If you are using another IDE, you will for
now need to adapt yourself.<br>
<br>
Regards,<br>
Benjamin<br>
<br>
On 02.03.2009 11:41 Thomas Feldman wrote:
<blockquote
 cite="mid:[email protected]"
 type="cite">
  <pre wrap="">Hi, downloaded the svn project....
Where can I find information about how to make the project, code and debug...I need some help to do my first steps...thank you


Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________
Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>
<a class="moz-txt-link-freetext" href="http://www.duke-interactive.com">http://www.duke-interactive.com</a>
____________________________________________________________
If emails save time, not printing them saves trees

-----Message d'origine-----
De&nbsp;: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> [<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>] De la part de Cl&eacute;ment Egger
Envoy&eacute;&nbsp;: mardi 24 f&eacute;vrier 2009 17:38
&Agrave;&nbsp;: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
Objet&nbsp;: Re: [template_list] HTML Validation

Hi Thomas,

The community source code is available online
<a class="moz-txt-link-freetext" href="http://www.jahia.org/cms/home/download/svn">http://www.jahia.org/cms/home/download/svn</a> so if you want to correct some
tags to improve XHTML compliance on your own version, you can do it.

The tags used in templates are all located in the maven module 'taglib'

<a class="moz-txt-link-freetext" href="http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t">http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t</a>
aglibs/template/

and I think the ones that interest you the most are mostly fields classes

<a class="moz-txt-link-freetext" href="http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t">http://subversion.jahia.org/svn/jahia/trunk/taglib/src/main/java/org/jahia/t</a>
aglibs/template/field/




-----Message d'origine-----
De&nbsp;: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
[<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>] De la part de Thomas Feldman
Envoy&eacute;&nbsp;: mardi 24 f&eacute;vrier 2009 15:45
&Agrave;&nbsp;: Any questions regarding template development and/or about the taglibs
extension
Objet&nbsp;: Re: [template_list] HTML Validation

Hi sergiy,

I am aware that you are developing Jahia so that it fits the HTML
constraints. But for my project, I need to have something working as soon as
possible. SO, apart from the fact that I can help you issuing html bugs, how
can I access to the bugging code in jahia (for example, where in Jahia
exists the part that says that link has to be HTML written as &lt;link&gt; ...
&lt;link/&gt;. It's not a template issue, so it must be in the code...

Can you help me?


-----Message d'origine-----
De&nbsp;: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
[<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>] De la part de Sergiy Shyrkov
Envoy&eacute;&nbsp;: mardi 24 f&eacute;vrier 2009 13:52
&Agrave;&nbsp;: <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
Objet&nbsp;: Re: [template_list] HTML Validation

Hello Thomas,

we are working hard on delivering WAI-compliant HTML code by detecting 
all the sources of the generated content in the final template. The 
generated content comes from different sources: JSP tags, Jahia content, 
   template code, 3-rd party extensions etc. Ensuring overall compliance 
is the final goal.
You can help us detect such problems by creating a JIRA ticket in our 
issue tracking system (<a class="moz-txt-link-freetext" href="http://jira.jahia.org/">http://jira.jahia.org/</a>) and we will address 
reported issues with the next community release.

Thank you in advance for helping us improve Jahia!

Kind regards
Sergiy

Thomas Feldman wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

 

When i try to validate a HTML  page rendered by jahia, it is full of 
errors. I take an example : sometimes, &lt;link&gt; tags are not closed by a 
&lt;/link&gt;.

 

It is important for my application that the html is valid. My question 
is how can I access such tags that are not in the template definition 
(the above example of link is not found in a template...It must be 
generated by an engine or so...)

 

Thanks for your help.

 

*Thomas Feldman
*Chef de projet  technique -Technical Project Manager
____________________________________________________________

*Duke - A Razorfish Company*
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

<a class="moz-txt-link-freetext" href="mailto:[email protected]">mailto:[email protected]</a>
<a class="moz-txt-link-freetext" href="http://www.duke-interactive.com">http://www.duke-interactive.com</a>
____________________________________________________________

If emails save time, not printing them saves trees

 


------------------------------------------------------------------------

_______________________________________________
template_list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list">http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
template_list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list">http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list</a>
_______________________________________________
template_list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list">http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list</a>
No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a> 
Version: 8.0.237 / Virus Database: 270.10.25/1957 - Release Date: 02/23/09
18:22:00

_______________________________________________
template_list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list">http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list</a>
_______________________________________________
template_list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
<a class="moz-txt-link-freetext" href="http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list">http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list</a>

  </pre>
</blockquote>
</body>
</html>

--===============1821327697==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
template_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

--===============1821327697==--