MDN/Doc Sprints/India: Difference between revisions
< MDN | Doc Sprints
Jump to navigation
Jump to search
(→Topics) |
(→Topics) |
||
| Line 6: | Line 6: | ||
=Topics= | =Topics= | ||
Focus areas for this sprint: | Focus areas for this sprint: | ||
*[https://developer.mozilla.org/en-US/docs/User:teoli/Missing_tags Tagging] documents to improve search results | *[https://developer.mozilla.org/en-US/docs/User:teoli/Missing_tags '''Tagging'''] documents to improve search results | ||
** Tag APIs' methods and properties that are not tagged as a method (Tag: 'Method') or as a property (Tag: 'Property'). | ** Tag APIs' methods and properties that are not tagged as a method (Tag: 'Method') or as a property (Tag: 'Property'). | ||
**Each of these entries need one of the two tags, but never both. | **Each of these entries need one of the two tags, but never both. | ||
| Line 20: | Line 20: | ||
***The interface page has a list of Properties and Methods (go to the [https://developer.mozilla.org/en-US/docs/Web/API/Event Event] page and check). | ***The interface page has a list of Properties and Methods (go to the [https://developer.mozilla.org/en-US/docs/Web/API/Event Event] page and check). | ||
*[https://developer.mozilla.org/en-US/docs/Project:MDN/Contributing/Editor_guide#Using_the_live_sample_system | *[https://developer.mozilla.org/en-US/docs/Project:MDN/Contributing/Editor_guide#Using_the_live_sample_system '''Converting static code samples to be "live samples"''']. Look for the tag [https://developer.mozilla.org/en-US/docs/tag/NeedsLiveSample NeedsLiveSample] or [https://developer.mozilla.org/en-US/docs/tag/NeedsExample NeedsExample]. | ||
Here are some other suggestions of things to work on. | Here are some other suggestions of things to work on. | ||
Latest revision as of 04:30, 28 September 2013
Etherpads to use to help coordinate during the sprint. Feel free to use it!
Topics
Focus areas for this sprint:
- Tagging documents to improve search results
- Tag APIs' methods and properties that are not tagged as a method (Tag: 'Method') or as a property (Tag: 'Property').
- Each of these entries need one of the two tags, but never both.
- There are a few ways to determine if it is a method or property
- It is said in the summary
- The example don't show brackets after a property name, but show some
after a method name:
var x = Event.scrollY;
means Event.scrollY is a property but:
var x = Event.getEventName();
means Event.getEventName is a method
- The interface page has a list of Properties and Methods (go to the Event page and check).
- Converting static code samples to be "live samples". Look for the tag NeedsLiveSample or NeedsExample.
Here are some other suggestions of things to work on.
- MDN documentation wishlist
- Firefox issues with doc impacts
- Add browser compatibility tables to CSS, DOM, and JavaScript reference pages.
- Fill out browser compatibility tables on reference pages where they exist, based on info from caniuse.com and quirksmode.org.
- Pages that need technical review.
- Pages that need editorial review.
- David Bruant's TODO list (mostly JS-related stuffs)
- Integrate Mozilla blog posts into documentation.
For translations, here is a list of high-priority docs: Translation Priorities
Suggest a topic, either that you want to work on, or that you'd like to see done by someone.
Helpful information
- Downloadable MDN Editing guide (pdf)
- Getting Started & creating an account
- What do to on MDN
- Guide to editing MDN
- MDN Style Guide
- Our list of subject-matter experts.
- Our list of topic drivers. These are people that organize specific areas of our documentation.