Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / doc / html / vendors.html
bloba54f81d291855f98b2ae4a9ab11e8bfb07065ad1
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <title>Distributing and packaging phpMyAdmin &mdash; phpMyAdmin 4.0.4 documentation</title>
13 <link rel="stylesheet" href="_static/default.css" type="text/css" />
14 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
16 <script type="text/javascript">
17 var DOCUMENTATION_OPTIONS = {
18 URL_ROOT: '',
19 VERSION: '4.0.4',
20 COLLAPSE_INDEX: false,
21 FILE_SUFFIX: '.html',
22 HAS_SOURCE: true
24 </script>
25 <script type="text/javascript" src="_static/jquery.js"></script>
26 <script type="text/javascript" src="_static/underscore.js"></script>
27 <script type="text/javascript" src="_static/doctools.js"></script>
28 <link rel="copyright" title="Copyright" href="copyright.html" />
29 <link rel="top" title="phpMyAdmin 4.0.4 documentation" href="index.html" />
30 <link rel="next" title="Copyright" href="copyright.html" />
31 <link rel="prev" title="Developers Information" href="developers.html" />
32 </head>
33 <body>
34 <div class="related">
35 <h3>Navigation</h3>
36 <ul>
37 <li class="right" style="margin-right: 10px">
38 <a href="genindex.html" title="General Index"
39 accesskey="I">index</a></li>
40 <li class="right" >
41 <a href="copyright.html" title="Copyright"
42 accesskey="N">next</a> |</li>
43 <li class="right" >
44 <a href="developers.html" title="Developers Information"
45 accesskey="P">previous</a> |</li>
46 <li><a href="index.html">phpMyAdmin 4.0.4 documentation</a> &raquo;</li>
47 </ul>
48 </div>
50 <div class="document">
51 <div class="documentwrapper">
52 <div class="bodywrapper">
53 <div class="body">
55 <div class="section" id="distributing-and-packaging-phpmyadmin">
56 <h1>Distributing and packaging phpMyAdmin<a class="headerlink" href="#distributing-and-packaging-phpmyadmin" title="Permalink to this headline"></a></h1>
57 <p>This document is intended to give advices to people who want to
58 redistribute phpMyAdmin inside other software package such as Linux
59 distribution or some all in one package including web server and MySQL
60 server.</p>
61 <p>Generally you can customize some basic aspects (paths to some files and
62 behavior) in <tt class="file docutils literal"><span class="pre">libraries/vendor_config.php</span></tt>.</p>
63 <p>For example if you want setup script to generate config file in var, change
64 <tt class="docutils literal"><span class="pre">SETUP_CONFIG_FILE</span></tt> to <tt class="file docutils literal"><span class="pre">/var/lib/phpmyadmin/config.inc.php</span></tt> and you
65 will also probably want to skip directory writable check, so set
66 <tt class="docutils literal"><span class="pre">SETUP_DIR_WRITABLE</span></tt> to false.</p>
67 <div class="section" id="external-libraries">
68 <h2>External libraries<a class="headerlink" href="#external-libraries" title="Permalink to this headline"></a></h2>
69 <p>phpMyAdmin includes several external libraries, you might want to
70 replace them with system ones if they are available, but please note
71 that you should test whether version you provide is compatible with the
72 one we ship.</p>
73 <p>Currently known list of external libraries:</p>
74 <dl class="docutils">
75 <dt>js/jquery</dt>
76 <dd>jQuery js framework and various jQuery based libraries.</dd>
77 <dt>libraries/php-gettext</dt>
78 <dd>php-gettext library</dd>
79 <dt>libraries/tcpdf</dt>
80 <dd>tcpdf library, stripped down of not needed files</dd>
81 </dl>
82 </div>
83 </div>
86 </div>
87 </div>
88 </div>
89 <div class="sphinxsidebar">
90 <div class="sphinxsidebarwrapper">
91 <h3><a href="index.html">Table Of Contents</a></h3>
92 <ul>
93 <li><a class="reference internal" href="#">Distributing and packaging phpMyAdmin</a><ul>
94 <li><a class="reference internal" href="#external-libraries">External libraries</a></li>
95 </ul>
96 </li>
97 </ul>
99 <h4>Previous topic</h4>
100 <p class="topless"><a href="developers.html"
101 title="previous chapter">Developers Information</a></p>
102 <h4>Next topic</h4>
103 <p class="topless"><a href="copyright.html"
104 title="next chapter">Copyright</a></p>
105 <h3>This Page</h3>
106 <ul class="this-page-menu">
107 <li><a href="_sources/vendors.txt"
108 rel="nofollow">Show Source</a></li>
109 </ul>
110 <div id="searchbox" style="display: none">
111 <h3>Quick search</h3>
112 <form class="search" action="search.html" method="get">
113 <input type="text" name="q" />
114 <input type="submit" value="Go" />
115 <input type="hidden" name="check_keywords" value="yes" />
116 <input type="hidden" name="area" value="default" />
117 </form>
118 <p class="searchtip" style="font-size: 90%">
119 Enter search terms or a module, class or function name.
120 </p>
121 </div>
122 <script type="text/javascript">$('#searchbox').show(0);</script>
123 </div>
124 </div>
125 <div class="clearer"></div>
126 </div>
127 <div class="related">
128 <h3>Navigation</h3>
129 <ul>
130 <li class="right" style="margin-right: 10px">
131 <a href="genindex.html" title="General Index"
132 >index</a></li>
133 <li class="right" >
134 <a href="copyright.html" title="Copyright"
135 >next</a> |</li>
136 <li class="right" >
137 <a href="developers.html" title="Developers Information"
138 >previous</a> |</li>
139 <li><a href="index.html">phpMyAdmin 4.0.4 documentation</a> &raquo;</li>
140 </ul>
141 </div>
142 <div class="footer">
143 &copy; <a href="copyright.html">Copyright</a> 2012 - 2013, The phpMyAdmin devel team.
144 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
145 </div>
146 </body>
147 </html>