|
Hello, I am developing a program which takes the output of the dpkg command for all software packages on one's system, and produces an HTML report of that dpkg output which is alphabetically indexed, and has all web links, and email addresses converted to clickable links. There are a few additional features of this program which I will not go into here. This program needs to convert the textually represented list structures that exist within the Description section of the dpkg output into HTML list representations. I have it working quite well now except in the case of your package's output. In the Description section of your dpkg output, the textual representation of your list structure has a continued line within it which is not indented four spaces like everyone else's textual list structures are indented where continued lines are being represented. Instead that particular line continuation is only indented two spaces. This makes it impossible to tell that it is a continuation of the list item on the line before it. This causes my program to incorrectly output the HTML representation of your package's dpkg output in my software report. There is no way to work around it, as it is impossible without the 4 space indentations of the continued list item lines to determine whether that line is a continuation of the previous list item, or the beginning of other Description section lines beyond the end of the list structure. I wonder if I could prevail upon you to please correct the situation by making a change in your dpkg output to add the proper indentation to your textual list representation? Here is the your list representation from the dpkg output for your drgeo software package. * points * lines * geometric transformations * numeric function * macro-construction * DGS object - Dr. Geo Guile Script * DSF - Dr Geo Scheme Figure, it is interactive figure defined in a file and evaluated with the embedded Scheme interpretor, awesome! * Export facilities in the LaTeX and EPS formats As you can see, the line "a file and evaluated with the embedded Scheme interpretor, awesome!" is only indented two spaces where is should be indented four spaces. It should appear as the following textual list representation does. * points * lines * geometric transformations * numeric function * macro-construction * DGS object - Dr. Geo Guile Script * DSF - Dr Geo Scheme Figure, it is interactive figure defined in a file and evaluated with the embedded Scheme interpretor, awesome! * Export facilities in the LaTeX and EPS formats Would you please correct this so that it appears in your next software update in the correct format for list representations? I would be very grateful. Thank you, Ray Parrish -- Linux dpkg Software Report script set.. http://www.rayslinks.com/LinuxdpkgSoftwareReport.html Ray's Links, a variety of links to usefull things, and articles by Ray. http://www.rayslinks.com Writings of "The" Schizophrenic, what it's like to be a schizo, and other things, including my poetry. http://www.writingsoftheschizophrenic.com |
-- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
