readme.txt

  1. 6.x README.txt
  2. 6.x modules/tinymce/README.txt
  3. 6.x modules/student_files/README.txt
  4. 6.x modules/batch/README.txt
  5. 6.x modules/lassie/README.txt
  6. 6.x modules/prereqs/README.txt
  7. 6.x themes/how_to_customize/README.txt
  8. 6.x modules/encryption/README.txt
  9. 6.x custom/files/README.txt
  10. 4.x README.txt
  11. 4.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
  12. 4.x modules/tinymce/README.txt
  13. 5.x README.txt
  14. 5.x modules/tinymce/README.txt
  15. 5.x modules/batch/README.txt
  16. 5.x themes/basic/README.txt
  17. 5.x inc/pchart/README.txt
  18. 5.x inc/pchart/pchart/readme.txt
  19. 5.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
Non-displayable characters.

File

inc/pchart/pchart/readme.txt
View source
  1. ÿþ
  2. T%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%W%
  3. Q% Q%
  4. Q% pChart - a PHP Charting library Q%
  5. Q% Q%
  6. Q% Version : 2.1.4 Q%
  7. Q% Made by : Jean-Damien POGOLOTTI Q%
  8. Q% Last Update : 19/01/2014 Q%
  9. Q% Q%
  10. Z%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%]%
  11. a" WHAT CAN pCHART DO FOR YOU? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12. pChart is a PHP framework that will help you to create anti-aliased charts or
  13. pictures directly from your web server. You can then display the result in
  14. the client browser, sent it by mail or insert it into PDFs.
  15. This library has now reached an important point in its development cycle
  16. going out of the beta step. pChart 2.0 is a completly rewritten library based
  17. on what I've learned doing the first version.
  18. a" PACKAGE CONTENTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  19. ,%
  20. %
  21. %% /cache This folder is used by the pCache module.
  22. %
  23. %% /class This folder contains the library core classes.
  24. % %
  25. % %% pBarcode39.class Class to draw Code 39 barcodes.
  26. % %% pBarcode128.class Class to draw Code 128 barcodes.
  27. % %% pBubble.class Class to draw bubble charts.
  28. % %% pCache.class Class enabling chart caching functionalities.
  29. % %% pData.class Class to manipulate chart data.
  30. % %% pDraw.class Extended drawing functions.
  31. % %% pIndicator.class Class to draw indicators.
  32. % %% pImage.class Core drawing functions.
  33. % %% pPie.class Class to draw pie charts.
  34. % %% pSplit.class Class to draw split path charts.
  35. % %% pSpring.class Class to draw spring charts.
  36. % %% pScatter.class Class to draw scatter charts.
  37. % %% pStock.class Class to draw stock charts.
  38. % %% pSurface.class Class to draw surface charts.
  39. %
  40. %% /data This folder contains extended data.
  41. % %
  42. % %% 39.db Code 39 barcodes static database.
  43. % %% 128.db Code 128 barcodes static database.
  44. %
  45. %% /examples This folder contains some PHP examples.
  46. % %
  47. % %% delayedLoader Delayed loader script example.
  48. % %% imageMap Image map script example.
  49. % %% sandbox Powerful dev. tool to design your charts.
  50. %
  51. %% /fonts This folder contains a bunch of TTF fonts.
  52. %
  53. %% /palettes Sample palettes files.
  54. %
  55. %% change.log History of all the changes since the 2.0
  56. %% GPLv3.txt GPLv3 official text.
  57. %% readme.txt This file.
  58. a" PREREQUiSiTES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  59. This library has been written to work with PHP 5+ versions. It will also work
  60. with PHP 4 but the rendering quality maybe downgraded and the rendering speed
  61. seriously impacted.
  62. pChart require the GD and FreeType PHP extensions to be installed on your
  63. web server. This is an important prerequiste that can't be overrided.
  64. a" RUNNiNG THE EXAMPLES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  65. pChart is shipped with examples (located in the /examples folder) that you
  66. can either render from a web page using your http and pointing to this folder
  67. or from the command line invoking the php interpreter.
  68. On windows OS, assuming that your PHP binaries are correctly configured in
  69. the PATH environment variable you can also execute the BuildAll.cmd batch
  70. file.
  71. a" LiCENSE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  72. The pChart library is released under two different licenses. If your
  73. application is not a commercial one (eg: you make no money by redistributing
  74. it) then the GNU GPLv3 license (General Public License) applies. This license
  75. allows you to freely integrate this library in your applications, modify the
  76. code and redistribute it in bundled packages as long as your application is
  77. also distributed with the GPL license.
  78. The GPLv3 license description can be found in GPLv3.txt.
  79. If your application can't meet the GPL license or is a commercial one (eg:
  80. the library is integrated in a software or an appliance you're selling) then
  81. you'll have to buy a commercial license. With this license you don't need to
  82. make publicly available your application code under the GPL license terms.
  83. Commercial license price are depending of your needs.
  84. Please consult the web page : http://www.pchart.net/license
  85. a" EXTERNAL COPYRiGHTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  86. Those external components are only provided as a base to run examples. The
  87. pChart library does not depends on any of them to be used.
  88. Famfamfam icons has been made by Mark James, Rounded corners lite has been
  89. coded by Cameron Cooke and Tim Hutchison, Javascript Color Picker has been
  90. written by Honza Odvarko.
  91. The provided font files are licensed under their own terms :
  92. %
  93. %% advent_light.ttf Copyright Andreas K. inde
  94. %% Bedizen.ttf Copyright Tepid Monkey Fonts
  95. %% calibri.ttf Copyright Microsoft
  96. %% Forgotte.ttf Copyright Ray Larabie
  97. %% GeosansLight.ttf Copyright Manfred Klein
  98. %% MankSans.ttf Copyright Manfred Klein
  99. %% pf_arma_five.ttf Copyright Yusuke Kamiyamane
  100. %% Silkscreen.ttf Copyright Jason Aleksandr Kottke
  101. %% verdana.ttf Copyright Microsoft
  102. a" SUPPORT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  103. Since the beginning, pChart is a community driven project. You're missing
  104. feature then ask! We'll try to get it implemented in the future version or
  105. you'll be guided to create a class extension for your own needs.
  106. pChart portal : http://www.pchart.net
  107. Documentation wiki : http://wiki.pchart.net
  108. Support forum : http://wiki.pchart.net/forum
  109. ---
  110. (c)2014 Jean-Damien POGOLOTTI - 13k lines of codes