User:Ilya/OpenWetWare

From OpenWetWare
Revision as of 13:58, 20 August 2007 by Ilya (talk | contribs) (→‎To do)
Jump to navigationJump to search
Milestones

To do

  • Embed PHPBB
  • Disable mail delivery to foreign addresses from non-local senders

Line terminator in email

Diagnostic-Code: X-Postfix; host uk-lif-lwmx02.cancer.org.uk[193.60.34.72]
   said: 550 Requested action not taken: Nonstandard SMTP line terminator. (in reply to end of DATA command)
  • It looks like some servers have problem accepting mail from OWW UMS. According to this thread, it has something to do with the line endings.
  • try changing all the \r\n in um_functions.php to \n
  • On a UNIX system the MTA's "sendmail" interface assumes that recieved data will use UNIX line endings and will turn any \n to \r\n, so you must supply only \n to mail() on a UNIX system to avoid the MTA hypercorrecting to \r\r\n.
  • References:

Extensions

Tagging

  • CategoryCloud adds the ability to create a tag cloud to a wiki site, it generates a tag for every sub-category
  • Tag Cloud is intended to provide a tag cloud control for mediawiki: wach tag represents a mediawiki category, the size of the tag being determined by the number of articles on that category
  • Del.icio.us-style tags for MediaWiki

Miscellaneous

"AARF employees have learned to add the tag 'AARF' when they come across a web page (using del.icio.us), a photo (Flickr), or a news story (Digg) that they think will be of interest to their colleagues. Shortly after they add this tag, the bookmark (look at the top of the box), thumbnail of the photo (middle) or headline and description of the story (bottom) show up within the AARF E2.0 Intranet."

Teleconferencing

Development

OWW front page on different browsers
OWW front page speed report

Architecture