You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nits, enable unlocalized-all by default, remove a few experimental flags
* Display filtering info for gecko_strings only
* Remove some experimental flags, and switch unlocalized-all with unlocalized
* Prevent huge error log files in unlocalized_words_all.php
* Update README.md and fix typos
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
Transvision is a Web application targeting the Mozilla localization community, created and maintained by the French Mozilla community (https://www.mozfr.org).
5
5
6
-
The main purpose of Transvision is to provide a specialized search engine to find localized strings in Mozilla code repositories for all Mozilla products (Firefox, Thunderbird, Seamonkey) and websites (currently only www.mozilla.org is supported) via a Web interface. There are also side-features such as checks for common typographical errors for some languages, validity checks for localized access keys in the UI, or comparison views between Mozilla repository channels (Nightly/Beta/Release).
6
+
The main purpose of Transvision is to provide a specialized search engine to find localized strings in Mozilla code repositories for all Mozilla products (Firefox, Firefox for Android, Firefox for iOS, Focus for iOS, Focus for Android, Thunderbird, SeaMonkey) and websites (currently only www.mozilla.org is supported) via a Web interface. There are also side-features such as checks for common typographical errors for some languages or validity checks for localized access keys in the UI).
7
7
8
8
Transvision is written in PHP, the string extraction is done with the compare-locales library (Python) and server install/maintenance scripts are in Bash.
9
9
@@ -21,7 +21,7 @@ The Transvision team uses Git and GitHub for both development and issue tracking
21
21
- If you'd like to contribute code back to us, you can do it using a [Pull Request][].
22
22
- We generate automatic documentation of [Transvision classes][].
23
23
- If you want to chat with the team, you can find us on IRC in [](https://kiwiirc.com/client/irc.mozilla.org/?nick=github_vis|?#transvision) (#transvision channel on irc.mozilla.org server).
24
-
- If you want to file a bug [Create a new issue on github][] or contact the team.
24
+
- If you want to file a bug [Create a new issue on GitHub][] or contact the team.
25
25
26
26
## Dependencies
27
27
@@ -46,7 +46,7 @@ A PHP script is available in `app/scripts/check_requirements` to check the most
46
46
1. Fork the [Transvision Project][] into your GitHub account.
47
47
2. Clone your fork to your machine.
48
48
3. Copy `app/config/config.ini-dist` to `app/config/config.ini` and adapt the variables to your system.
49
-
4. Run first `app/scripts/setup.sh`, then `app/scripts/glossaire.sh`. This process will take some time as it downloads the source code for all Mozilla products (~20GB of data).
49
+
4. Run first `app/scripts/setup.sh`, then `app/scripts/glossaire.sh`. This process will take some time as it downloads several repositories (~2GB of data).
50
50
5. Install Composer (Dependency Manager for PHP, https://getcomposer.org/) and run `php composer.phar install` (or "composer install" if installed globally) inside the web folder.
51
51
6. You can run Transvision in your local machine either with the ```start.sh``` script or with ```php -S localhost:8082 -t web/ app/inc/router.php``` and opening http://localhost:8082/ with your browser. To bound PHP internal web server to 0.0.0.0 use ```start.sh -remote```: the server will be accessible from other devices on the LAN, or from the host machine in case Transvision is running inside a virtual machine.
0 commit comments