Commit Graph

6 Commits

Author SHA1 Message Date
Abijeet
8b0ca32167 Move documentation to Read the Docs
Read the docs is used to host the documentation.
https://language-data.readthedocs.io/en/latest/

The following documentation has been moved,

* Introduction
* Using the PHP / Node.js libraries
* Adding new languages
* PHP API documentation

Updated the README.md to point to the new documentation.

Doxygen is used to pull out the PHPDoc comments into XML.
This is parsed via doxyphp2sphinx into Sphinx which is
then used by Read the docs to generate the documentation.

Read the docs has been configured to update the code documentation
under the docs/api folder automatically whenever a commit is made
so no manual work is needed.

Bug: T218639
2020-05-12 16:00:25 +03:00
Abijeet
09ab6024fe Add a PHP interface to work with the language data
Additional changes in this PR include,

  * Added composer.json
  * Refactored the folder structure.
  * Added editorconfig.
  * Added PHPCS and formatted existing code.
  * Changes to use a single license - GPL-2.0-or-later
  * ESLint related fixes

Bug: T218639
2020-01-31 23:00:46 +05:30
Santhosh Thottingal
ea46c2cd7e Update README.md
1. Add npm badge
2.  fix lint errors
2019-11-08 16:51:33 +05:30
Amir Aharoni
18d7df09c4 Add more file format information to the README 2019-10-28 14:33:41 +02:00
Amir Aharoni
0a0856ef9c Update README 2019-10-28 14:11:41 +02:00
Santhosh Thottingal
9ed4cff140 first commit 2017-08-01 13:49:03 +05:30