Skip to content

Commit 204f263

Browse files
authored
Merge pull request #58 from PHPJasper/develop
update docs, pt_BR and EN
2 parents 895f44a + 7ff0d7a commit 204f263

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
[![Language-pt_BR](https://img.shields.io/badge/pt__BR-100%25-green.svg)](https://github.com/PHPJasper/phpjasper/blob/master/docs/pt_BR/LEIA-ME_pt_BR.md)
1010

1111
### About
12-
This package is the solution to compile and process JasperReports (.jrxml & .jasper files) just using PHP.
12+
PHPJasper is the best solution to compile and process JasperReports (.jrxml & .jasper files) just using PHP, in short: to generate reports using PHP.
1313

14-
**Note:** PHPJasper Can be used regardless of your PHP Framework
14+
**Notes:**
15+
* PHPJasper Can be used regardless of your PHP Framework,
16+
* For PHP versions less than 7.1 see: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)
17+
1518

16-
**Note for Linux servers?**
17-
18-
Do not forget to grant the correct permissions for the directory
19-
**/vendor/geekcom/phpjasper/bin/jasperstarter/bin** and the file binary **jasperstarter**
2019

2120
### Why PHPJasper?
2221

@@ -42,8 +41,6 @@ It is recommended using [Jaspersoft Studio](http://community.jaspersoft.com/proj
4241
* Reports
4342
* Listings
4443

45-
Package to generate reports with [JasperReports 6.3.1](http://community.jaspersoft.com/project/jaspersoft-studio/releases) library through [JasperStarter v3.1.0](https://bitbucket.org/cenote/jasperstarter) command-line tool.
46-
4744
## Requirements
4845

4946
* PHP 7.1 or above

docs/pt_BR/LEIA-ME_pt_BR.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@
1111

1212
### Sobre a biblioteca
1313

14-
Este pacote é a solução perfeita para compilar e processar relatórios Jasper (.jrxml & .jasper) com PHP.
14+
PHPJasper é a solução perfeita para compilar e processar relatórios Jasper (.jrxml & .jasper) com PHP, ou seja, gerar relatórios com PHP.
1515

16-
**Nota:** PHPJasper pode ser usado independente de seu Framework
17-
18-
**Seu servidor é Linux?**
19-
20-
Não esqueça de fornecer as permissões devidas para o diretório
21-
**/vendor/geekcom/phpjasper/bin/jasperstarter/bin** e para o arquivo binário **jasperstarter**
16+
**Notas:**
17+
* PHPJasper pode ser usado independente de seu Framework
18+
* Se você está usando uma versão menor que PHP 7.1 veja: [v1.16](https://github.com/PHPJasper/phpjasper/releases/tag/v1.16)
2219

2320
### Por quê preciso do PHPJasper?
2421

0 commit comments

Comments
 (0)