From: Steve W. <sw...@pa...> - 2001-09-17 03:14:25
|
On Fri, 14 Sep 2001, Jeff Dairiki wrote: > > and then comments would just be: > > > > # blah blah > > # please leave the below lines intact. > > Of course, that syntax is already used in PhpWiki for ordered lists. > It would have to be something uglier like: > > // please steal this comment Wikis are commonly used by development folks as a sort of whiteboard/on the fly documentation system. This means any common comment tokens like # ; /* */ // -- <!-- --> are probably not a good idea, unfortunately. Hash marks are already used by PhpWiki for numbered lists... how about: %% @@ or something equally wretched? I do think comments are a good thing though. ~swain --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC |