canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,043
edits
| Line 24: | Line 24: | ||
=Remora Developer Pages= | =Remora Developer Pages= | ||
==Developer Pages== | |||
* developers | * developers | ||
**index() | **index() | ||
| Line 35: | Line 36: | ||
***If $id == 0, it's a new addon... else it's a new version | ***If $id == 0, it's a new addon... else it's a new version | ||
***Step 1: Upload .xpi/.jar. This will determine whether it's a theme/extension | ***Step 1: Upload .xpi/.jar. This will determine whether it's a theme/extension | ||
***Step 2: ADDON-WIDE stuff: GUID, Name, Description, Homepage, Categories (fields that can will be populated from install.rdf) | ***Step 2: ADDON-WIDE stuff: GUID, Name, Description, Homepage, Categories (fields that can will be populated from install.rdf), Add EULA/PP? | ||
***Step 3: VERSION stuff: Version Notes, Review Notes, target apps, OSes | ***Step 3.5: If they indicated they want a EULA/PP, textareas here with info about what that means for end-users | ||
***Step 3: VERSION stuff: Version Notes, Review Notes, target apps, OSes | |||
***Step 4: Success | ***Step 4: Success | ||
**manage($id) | **manage($id) | ||
| Line 56: | Line 58: | ||
***Change captions and mark as highlighted image | ***Change captions and mark as highlighted image | ||
***Upload new previewform | ***Upload new previewform | ||
==Reviewer Pages== | |||
==Admin Pages== | |||
=Changes from 1.0 -> Remora= | =Changes from 1.0 -> Remora= | ||