article in Tech
programming
Commenting and documenting your code
Doxygen
DoxyComment - C/C++ documentation tools
phpDocumentor
#!/bin/bash
CVSROOT=/your/repo/root
export CVSROOT
cd /server/working/copy/
cvs update -Rd > /dev/null 2>&1
cd /server/working/copy/doc
/usr/bin/doxygen Doxyfile > /dev/null 2>&1
Versioning
Version numbers should be boring | David Golden
Simple version numbers
Semantic Versioning 2.0.0 - MAJOR.MINOR.PATCH
SemVer - Use semantic version numbers - metacpan.org
Created: 2006-11-03 02:13:00
Modified: 2014-04-26 00:43:56