Difference between revisions of "FAQ"
(→IRC) |
(→IRC) |
||
Line 18: | Line 18: | ||
# '''What is the best way to share long URLs in IRC?''' | # '''What is the best way to share long URLs in IRC?''' | ||
#: Use http://tinyurl.com/ and paste the resulting URL into IRC. | #: Use http://tinyurl.com/ and paste the resulting URL into IRC. | ||
+ | # '''IRSSI + Terminal Server''' | ||
+ | ## Obtain an account on cs1 (ask dave). | ||
+ | ## Use a ssh or telnet client to connect to cs1. | ||
+ | :::[http://en.wikipedia.org/wiki/PuTTY PuTTY (Windows)] | ||
+ | :::If you use linux or any unix based operating system you probably know what to do. | ||
+ | # Once you're connected launch the irssi application within a [http://en.wikipedia.org/wiki/GNU_Screen ''screen'']session. | ||
==Terminology== | ==Terminology== |
Revision as of 15:42, 15 September 2006
This FAQ is meant to provide a place for you to capture knowledge as you begin working on Mozilla development. When someone answers a question for you, consider adding it below. Create new topic headings as necessary.
Building Firefox
- Where can I get information on building Firefox or other Mozilla products?
- Start with the documentation on MDC: http://developer.mozilla.org/en/docs/Build_Documentation.
- Where can I get more help building Firefox on Windows?
IRC
- Where can I find a comprehensive list of IRC clients?
- Visit http://en.wikipedia.org/wiki/List_of_IRC_clients for a list of IRC clients on various platforms. Two popular choices are Chatzilla and irssi.
- Where can I ask for help on IRC?
- Use the #seneca or #firefox channels on irc://irc.mozilla.org.
- What is the best way to share long error messages or other text that is too big to copy/paste into IRC?
- Use a pastebin at http://pastebin.ca/ or http://pastebin.mozilla.org/ to copy/paste your output. Then paste the resulting URL into IRC.
- What is the best way to share long URLs in IRC?
- Use http://tinyurl.com/ and paste the resulting URL into IRC.
- IRSSI + Terminal Server
- Obtain an account on cs1 (ask dave).
- Use a ssh or telnet client to connect to cs1.
- PuTTY (Windows)
- If you use linux or any unix based operating system you probably know what to do.
- Once you're connected launch the irssi application within a screensession.
Terminology
- What does MDC or devmo refer to?
- Mozilla Developer Center - http://developer.mozilla.org.