version migration
core changes
v1.0 > v2.0
namespace carmenf > directory tree namespacing
stArr > pArr
stArr[id] needed , if not important: id:[uid] > pArr[id] can be skipped
V 1.0 : basic constants set in index.php :
adminIP , project ,version, SRC_root, projData, packDir, dataDir, site_root, public_root
V 2.0 : minimized , in config .ctxt
$this -> result : needs placing $this -> applyToPage ( ) > placing automatic
class changes
MdViewer
v1.0 without LineParser > v2.0 with LineParser