User login

undefined

Science Collaboration Framework repository structure

SCF may have to move to a full Drupal distribution at some point, but for now it is a profiles directory that can be put into any Drupal 6 installation (before or after install is run).

Modules

The modules directory is currently broken down into categories.

modified

If a module is customized, modifications to a module that is available elsewhere, it should be called something else. Otherwise there are namespace conflicts, one overriding the other, and potentially breaking the dependencies for it.

Styling XML: Making Colloquy transcripts browser-viewable

Agaric wants:
colloquy IRC export as html

Well, it outputs XML, so why don't we theme that?

http://www.w3.org/TR/html4/present/styles.html#h-14.2.3

http://www.w3.org/Style/styling-XML

css after text
pseudo text

Agaric wants:
colloquy IRC export as html

Well, it outputs XML, so why don't we theme that?

http://www.w3.org/TR/html4/present/styles.html#h-14.2.3

http://www.w3.org/Style/styling-XML

css after text
pseudo text

http://www.w3schools.com/css/css_pseudo_elements.asp

Too cool!

sender {
color: #900;
}
sender[self="yes"] {
color: #009;
}
sender:after {
content: ":";
}

xml display any selector as a tool-tip
xml display element as a tool-tip
xml show arbitrary element as a tooltip

Syndicate content