2008-12-06T12:07:15  <ThomasWaldmann> moin
2008-12-06T13:30:27  <dreimark> moin
2008-12-06T13:30:45  <ThomasWaldmann> hi dreimark
2008-12-06T14:15:50  <ThomasWaldmann> wikiutil.anchor_name_from_text < does someone understand why it strips the _ ?
2008-12-06T15:40:04  <dreimark> ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
2008-12-06T15:40:37  <dreimark> Don't use hyphens ("-")! If you intend to use an id with JavaScript in the form document.idname.value, you must use a name that is a valid JavaScript variable name. Hyphen (or minus) would break the JavaScript on your page.
2008-12-06T15:41:42  <dreimark> (not sure it can be a typo and - was meant)
2008-12-06T15:42:48  <dreimark> the + char stripping is also strange because it isn't valid
2008-12-06T15:43:25  <dreimark> Don't use colons (":") or periods (".")! These characters are valid, however if you decide to use CSS or some JavaScript library that uses CSS-like selectors (e.g. jQuery), periods will be mistaken for CSS class selectors and colons for pseudo-class selectors (e.g. :hover for links).
2008-12-06T15:49:49  * dreimark wrote a mail to johill
2008-12-06T17:37:53  <dreimark> bbl

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-12-06 (last edited 2008-12-06 11:15:01 by IrcLogImporter)