diff --git a/README.md b/README.md index b57cf9f..5285026 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/TRANSLATING.md b/TRANSLATING.md index 3651a65..f184a3d 100644 --- a/TRANSLATING.md +++ b/TRANSLATING.md @@ -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: @@ -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) @@ -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.