RhinoExamples

In this contrived example, the RhinoExample Category simply uses fam to watch a directory; files in that directory represent RhinoExample Items. The first thing you'll want to do is edit the rhexampRhinoExample category so that it correctly discovers & monitors the objects you're administering. This is in category/rhexampRhinoExample/rhexampRhinoExampleCategory.c++.

You can use the listCategory command to test your Category. (It's probably in /usr/lib/sysadm/bin.)

This runs on the server; as soon as you put real attributes on your RhinoExample Items (rather than the contrived name, type, & mode), the GUI will probably stop working, but that's OK; once listCategory says your Category is working correctly, you can work on the other server-side stuff (other Categories, the privileged commands for operating on your Items, etc.), and then finish with the GUI.

For your own help text, you probably want this to be information about what RhinoExamples are.