ChatZilla:Website: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
m (cvs-www to cvs conversion)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Top-level planning ==
[[ChatZilla]] > Website


* Homepage
== Version Control ==
** News about latest changes?
 
** Download link clearly visible.
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]
** Clearly visible link to help/FAQ area.
 
** Version history/older versions linked.
 
* Revision History
== Top-level Layout ==
** Version, date and changes for each release.
 
** Download links - maybe?
* /
* FAQ
* /users
* Motifs
* /users/faq
* Scripts
* /users/help
* Detailed Help
* /users/motifs
** Including help for every command and menu item.
* /users/scripts
** Completely cross-linked between commands, menus, and anything else.
* /users/revisions
* /developers
* /developers/plugins
* /developers/api


== Homepage ==
== Homepage ==


== Revision History ==
* 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 [ [[User:GijsKruitbosch|GijsKruitbosch]] 12:50, 1 Mar 2006 (PST) ]
 
=== Plugins ===


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


== Motifs ==
=== API ===


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


== Detailed Help ==
[[category:ChatZilla|Website]]

Latest revision as of 00:42, 1 May 2007

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