Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Optional (but strongly recommended!):
### Building
To build, just type ```make``` (assuming of course you have make installed!). This will create a file called 'Perspectives.xpi'.

###Installing local builds
### Installing local builds
You can install Perspectives in Firefox in many ways:

* Using *Menu -> Add-ons -> Extensions -> (Tools icon) -> Install Add-On From File* and opening the ```Perspectives.xpi``` file.
* Drag ```Perspectives.xpi``` into your browser
* Use ```make install-fx``` from the command line to build and install in a single step. This assumes Firefox exists in your path.

###Debugging
### Debugging
To debug the extension:

* Download the latest [Firefox](https://www.mozilla.org/firefox/).
Expand Down
6 changes: 3 additions & 3 deletions TRANSLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We're willing to work with you to make translation as easy as possible. Here are



##Options for translating
## Options for translating

### Use Babelzilla:

Expand Down Expand Up @@ -44,7 +44,7 @@ If you have questions:
Prefer to work via IM? Encrypted email? Carrier pidgeon? Just [let us know](https://groups.google.com/group/perspectives-dev) and we can help!


##Useful Links
## Useful Links

* [List of recognized Firefox locales](https://wiki.mozilla.org/L10n:Teams)
* [Mozilla Developer Guide to Localization](https://developer.mozilla.org/en/Localization) (or change the URL for your language)
Expand All @@ -59,7 +59,7 @@ If you have any questions please [email us and ask](https://groups.google.com/gr

## For Perspectives developers:

###How to publish a new localization
### How to publish a new localization

0. Make sure all ```.dtd``` and ```.properties``` files are saved as UTF-8 with no BOM. Otherwise many things fail horribly. The python unit tests should detect this and fail any builds that don't match, so be sure to install python.

Expand Down