ChatZilla:Website

From MozillaWiki
Jump to: navigation, search

ChatZilla > Website

Version Control

I'd really like as much of the site as possible to be under some revision control system, be it CVS, SVN or whatever. However, the question really is where to host it? We could continue using CVS and cvs.mozilla.org, or some other setup. I'd really like to have the repository be on a separate host to the website, though, but I'm open to ideas. [Silver]


Top-level Layout

  • /
  • /users
  • /users/faq
  • /users/help
  • /users/motifs
  • /users/scripts
  • /users/revisions
  • /developers
  • /developers/plugins
  • /developers/api

Homepage

  • News about latest changes?
  • Download link clearly visible.
  • Clearly visible link to help/FAQ area.
  • Version history/older versions linked.

Users

FAQ

  • Quick questions and answers. Full details always linked to the Help section.

Help

  • Detailed help for anything we can think of.
  • Including help for every command and menu item.
  • Completely cross-linked between commands, menus, and anything else.
  • Help for mIRC/X-Chat users (terminology, commands, keyboard shortcuts, etc.).

Motifs

  • Must have preview.

Scripts

  • All scripts must be safe for users, include decent error handling, and preferably use plugin API v1.

Revision History

  • Version, date and changes for each release.
  • Download links - maybe?

Developers

  • Plugin dev docs
  • Client dev docs
  • tH's Bugzilla status thing (if he allows us to have that here)
  • Nightlies
  • List of developers working on it [ GijsKruitbosch 12:50, 1 Mar 2006 (PST) ]

Plugins

  • Documentation of the plugin API and what scripts can/can't and should/shouldn't do
  • Sample code and scripts

API

  • Document all the objects within ChatZilla, including:
    • Methods
    • Properties
    • Normal use, for appropriate ones