Things aren't imported yet... I'll explain why in a second.
The following modules will exist:
livejournal -- the server code necessary to run your own LJ server.
ljcom -- BML pages and maintenance scripts that are specific to livejournal.com. these can reference and depend on files in "livejournal", but not vice-versa.
textmessage -- LJ::TextMessage
spellcheck -- LJ::SpellCheck
doc -- documentation tree (XML and makefiles needed to crank out real documentation)
The reason things aren't imported yet is because I haven't separated livejournal files from ljcom files. That'll take awhile... I'm going to document the code as I do it, putting in comments that a script can parse out and make pretty graphviz pictures out of.
I'll post more info later when things are setup and ready to be checked out.