[Live-demo] Re: [OSGeo] #874: Translators-Table shows up comments
from csv-File
OSGeo
trac_osgeo at osgeo.org
Sun Apr 15 01:14:30 EDT 2012
#874: Translators-Table shows up comments from csv-File
---------------------+------------------------------------------------------
Reporter: fgdrf | Owner: fgdrf
Type: task | Status: closed
Priority: normal | Milestone:
Component: LiveDVD | Resolution: fixed
Keywords: doc |
---------------------+------------------------------------------------------
Changes (by hamish):
* cc: live-demo@… (added)
Comment:
Hi,
if y'all take ownership of a ticket, please move the mailing list address
from the "owner" to the "cc" field or else no one will see your & future
comments (unless they happen to dig deep).
the comment line from `translators.csv` was present in the final .html
file because very recently someone checked in a copy of the .csv file
which had been saved in Unicode format with byte-order mark binary
characters as the first characters in the .csv file (<EF><BB><BF>). This
broke the regex which skipped the comment lines (but fwiw with fancier
regex, or re-removal of BOM, it could have been repaired).
As the contributor listings tend to get messy, it is desirable to figure a
way to re-include the header instructions:
{{{
contributors.csv:
# please add the names of everyone with SVN write access to this file
# - alphabetical by first name
# - remove punctuation from email addresses to stop harvesting for junk
mail
}}}
{{{
translators.csv:
# please add the names of all translators
# - Order alphabetically by language, then by first name
# - remove punctuation from email addresses to stop harvesting for junk
mail
}}}
I have now resumed the nightly doc builds, preview at:
http://adhoc.osgeo.osuosl.org/livedvd/
(the header-line bolding is nice, can we make the country code column less
wide?)
thanks,
Hamish
--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/874#comment:5>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list