The first thing I would do is to find out exactly what they want and why. Get them to sit down, thing about what they want, and describe it on paper - then justify it with a business case. (That does a reasonable job of weeding out "cool" things that they don't need, but doesn't work well if the non-techy is above you in the chain of command - some jobs just demand you suffer a PHB.)

Try to get them away from the web interface; unless they are working from many different locations it will almost certainly be a lot easier to deal with file uploads by dumping a Samba server on them. You could write a Perl script triggered by Cron to scan the directory for new or updated files every hour and send the emails then (using a prerolled mailing list package).

The system might not be wonderfully integrated - but you'll probably be able to get it running a lot sooner then trying to roll a web community system.


In reply to Re: portals vs wiki by dorward
in thread portals vs wiki by softworkz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.