Break Up The Help Web
Why?
Searching is the bread-and-butter application in TWiki.
This is true of most wiki engines out there, but because
of the power in searching and formatting that we get in
TWiki, it's especially true here.
The wiki has grown a lot since I first set it up;
searches in the Help web aren't as useful for Joe User
as they could be, due to the wealth of information returned.
I recommend the
Help web should be broken up into two webs: Help and Admin.
- Help
- The Help web remains the main contact point for our users. We can add a CNAME,
help.cis.rit.edu, that is caught by titan and redirected to this web on the wiki server.
- Admin
- This new web contains all the instructions, how-to, and other sysadmin-y things going on.
Consider the following search for
netscape in the Help web.
Clearly, it's overwhelmed with information that's useless to
the end user. It's all
very useful information for our
admins, but not very good for average users.
Searched: netscape
CIS User Account Administration Documentation Adding User Accounts To add an account, be root on leeloo. Define the ISCWHO variable to be your DCE username. ...
2003 2004 Student Sys Admin Tasks # ITEM Time req'd hours Time work'd hours Who Impact Progress Status 001 New Ghost Image for ...
Version: 5.09 Summary: Tool for reading and printing PDF files. Obtaining Go to Adobe's download page, and download the free Acrobat Reader for Solaris. 1 ...
This topic details the creation and population of a brand new architecture tree in CIS. For the purposes of example, imagine we are adding support for a new operating ...
Version: 4.79 Summary: Web browser. Obtaining The last version of Netscape 4 released for Solaris was 4.79. If you find something newer... whoopee. As it stands ...
Version: 7.0 Summary: Web browser. Notes Sun claims that Netscape 7 has issues if you run it on a system that doesn't have Java 1.4 or later installed as the ...
Version: 6.2.3 Summary: Web browser. Notes Sun claims that Netscape 6 has issues if you run it on a system that doesn't have Java 1.4 or later installed as the ...
Using the CIS Webmail Client What is !WebMail? !WebMail provides a simple interface for checking your !CIS email when you are not at your personal computer without ...
Things in this topic should, more or less, be performed in the order you see here. More or less. Forte Compiler Collection You'll need the Forte Developer 7 CD ...
There are several ways to load and configure Solaris, depending on the kind of system you're setting up, where you're getting your image from, and so on. Look at ...
Architecture Filesystems Software available on the package filesystems. That is, what's available from /cis/bin or /gnu/bin for a given architecture. Solaris ...
Lists Of Software For Particular Machines Please make sure that the machine installations are properly prepared. This includes making sure that all the machines ...
There's a variety of web browsers available for your use on the Sun machines in CIS. Some are graphic, like the Netscape browsers; these are common and probably what ...
Security Related Messages Jun 25 15:00:03 glenn.cis.rit.edu dtsession 24110 : pam authenticate: error Authentication failed Someone tried to log onto ...
No one could be bothered to keep this information up to date except me, so I'm declaring this topic obsolete. Read at your own risk. BobKrzaczek Recent additions ...
Number of topics: 15
How?
- Create a new Admin web.
- Identify and move topics from Help web to Admin web using "More actions" at bottom of topics. Ensure that the checkboxes for updating links throughout the wiki is set. In this way, as we relocate any web pages, all other pages referencing them will get their links updated. No broken links!
- There is no step three.
Asking Questions
How do users ask questions?
help@cis.rit.edu is nice, but
there's no public archive of the answers.
We'd like to capture the knowledge that's shared with our users.
Remember, wiki pages are all searchable, so if we answer a question
and record the answer on a page, other users can find the answers
via blind searches, they don't even have to read the whole page!
Simple Approach
- Use a single topic and the TWiki
COMMENT plugin
- Admins sign up to receive emails when changes are made
- When, reviewing their email, they note that there's a new question, they can answer it.
- Questions aren't lost forever; until they're answered, they're always on the topic's page.
- SimpleQADemo
- Can be scaled to a "help queue" for work requests, as well.
Complex Approach
- Use TWiki forms functionality instead of single page
COMMENT mechanism.
- Pro: More database like, richer categorization of information.
- Con: More overhead, lots of topics for potentially small units of text.
- Example: AorEditor?
Work Queue
We want to capture work requests, know when they got done, who
they're assigned to, make prioritization, and so on.
See
WorkReqDemo for a possible approach.