User:Royster

From Organic Design wiki
Revision as of 05:39, 1 February 2010 by Nad (talk | contribs) (perl mods and wiki.pl)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Just some random links for now.

Perl modules

And some notes on perl modules.

We should decide on a top level module name scheme. e.g. OD.

Cool yeah OD is fine for top-level, one script that would be good as its own package would be wiki.pl which handled all the MediaWiki integration. There's existing libs for this out there but ours does some specific things like all-pages list and works on very old versions which the others don't so we'd like to stick with it for now. --nad 05:39, 1 February 2010 (UTC)

Also need to decide whether OD.pm will pull in all packages, or just be a base package for others.

I like the RT.pm style. It holds the config etc too.