ChatZilla:Website: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
* /users
* /users
* /users/faq
* /users/faq
* /users/commands
* /users/help
* /users/motifs
* /users/motifs
* /users/scripts
* /users/scripts
Line 23: Line 23:
* Version history/older versions linked.
* Version history/older versions linked.


== Revision History ==
== Users ==


* Version, date and changes for each release.
=== FAQ ===
* Download links - maybe?
 
* 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.
 
=== Motifs ===


== FAQ ==
* Must have preview.


== Motifs ==
=== Scripts ===


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


== Detailed Help ==
=== Revision History ===


* Including help for every command and menu item.
* Version, date and changes for each release.
* Completely cross-linked between commands, menus, and anything else.
* Download links - maybe?


== Development Docs ==
== Developers ==


* Plugin dev docs
* Plugin dev docs
Line 45: Line 54:
* tH's Bugzilla status thing (if he allows us to have that here)
* tH's Bugzilla status thing (if he allows us to have that here)
* Nightlies
* Nightlies
=== 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

Revision as of 18:05, 26 February 2006

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-www.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.

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

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