[Korganizer-devel] [Bug 140163] New: HTML Export : better export using appropriate classes

Dexter Magnific dextermagnific at yahoo.fr
Tue Jan 16 17:15:07 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140163         
           Summary: HTML Export : better export using appropriate classes
           Product: korganizer
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: korganizer-devel kde org
        ReportedBy: dextermagnific yahoo fr


Version:           3.5.3 (using KDE 3.5.5, Gentoo)
Compiler:          gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (i686) release 2.6.19-gentoo-r1

Hi,

I'd like to say that the HTML export process produces poor files in terms of classes.
Each element should have its own class like dates, appointment tables, ...
e.g. :

<table class="appointments" ...>
  <tr class=appointment">
    <td class="starttime"> ... </td>
    <td class="endtime"> ... </td>
    <td class="sum"> ... </td>
    <td class="location"> ... </td>


....

Thanks


More information about the Korganizer-devel mailing list