This might sound silly, but I released a PHP-Nuke 'add-on' the other night, and as I was building the distro, it got me thinking...
MSDOS (or Windows) formatted ASCII files traditionally have CR/LF (carriage return/line feed) pairs for line delimiters, but Unix formatted files usually have LF's (line feeds) to terminate each line. So, what I do is format the program files in Unix format, since most ppl are running on *nux servers, but for the docs and changelogs, et cetera, I use MSDOS/Windows format. That makes it easier to view the 'readme' files using Notepad or whatever.
Any thoughts on this? What does everyone else do?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks