[01:42:19] fellow devs, I'm looking for docs about software repositories (in preparation to build an extension repository, hopefully) [01:42:53] I can't find much by googling - any ideas where I can find the internals of a project like dpkg/apt-get/yum [01:59:37] daniel_renfro: You might be interested in the Node Package Manager, or PEAR. [02:02:58] thanks - a project with source code! [02:04:26] NPM is at https://github.com/isaacs/npm/, PEAR: http://pear.php.net/package/PEAR/download [11:41:20] can someone run in an eval.php for eswiki var_dump($wgBabelCategoryNames= ? [19:30:54] can anyone point to an example of how I would get a reference to the current page in an extension, and write out some content? [19:31:15] (server-side, not with javascript)