mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
b225f0df5d
rich internet applications.It includes: * High performance, customizable UI widgets. * Well designed and extensible Component model. * An intuitive, easy to use API. WWW: http://www.extjs.com/products/extjs/ PR: ports/143317 Submitted by: Joe Horn <joehorn at gmail.com>
21 lines
460 B
Plaintext
21 lines
460 B
Plaintext
|
|
***************************************************************
|
|
|
|
Ext JS has been installed into:
|
|
|
|
%%WWWDIR%%
|
|
|
|
You could add following setting in your httpd.conf :
|
|
|
|
%%COMMENTDOCS%%Alias /extjs/docs %%DOCSDIR%%
|
|
%%COMMENTEXAMPLES%%Alias /extjs/examples %%EXAMPLESDIR%%
|
|
Alias /extjs %%WWWDIR%%
|
|
|
|
<Location /extjs>
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|
|
|
|
***************************************************************
|
|
|