Joomla15

所属分类:企业管理
开发工具:PHP
文件大小:3856KB
下载次数:16
上传日期:2009-07-13 17:57:27
上 传 者ricksu
说明:  Joomla!是一套获得过多个奖项的内容管理系统(Content Management System, CMS)。Joomla!采用PHP+MySQL数据库开发,可运行.在Linux、Windows、MacOSX、Solaris等各种平台上。 Joomla!除了具有新闻/文章管理,文档/图片管理,网站布局设置,模板/主题管理等一些基本功能之外。还可通过其提供的上千个插件进行功能扩展包括:电子商务与购物车引擎,论坛与聊天软件,日历,博客软件,目录分类管理,广告管理系统,电子报,数据收集与报表工具,期刊订阅服务等。
(Joomla! Is a multiple award winning content management system (Content Management System, CMS). Joomla! Using PHP+ MySQL database development, can be run. In Linux, Windows, MacOSX, Solaris and other platforms. Joomla! In addition to news/article management, document/image management, site layout, the template/theme management, and so some of the basic features. Can also be provided through its thousands of plug-ins to expand the features include: e-commerce shopping cart engines, forums and chat software, calendars, blog software, directory, classified management, advertising management systems, newsletters, data collection and reporting tools Journal subscription services.)

文件列表:
Joomla15\libraries\tcpdf\CHANGELOG.TXT (9598, 2009-06-30)
Joomla15\CodePub.Com说明.txt (1468, 2009-05-20)
Joomla15\htaccess.txt (2663, 2009-06-30)
Joomla15\templates\ja_purity\images\icons_license.txt (626, 2009-06-30)
Joomla15\libraries\simplepie\LICENSE.txt (1537, 2009-06-30)
Joomla15\libraries\domit\license.txt (25211, 2009-06-30)
Joomla15\libraries\tcpdf\LICENSE.TXT (26430, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\license.txt (26931, 2009-06-30)
Joomla15\installation\includes\xajax\LICENSE.txt (26936, 2009-06-30)
Joomla15\robots.txt (304, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\xhtmlxtras\abbr.htm (6161, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\themes\advanced\about.htm (2988, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\xhtmlxtras\acronym.htm (6173, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\themes\advanced\anchor.htm (1115, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\xhtmlxtras\attributes.htm (6086, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\safari\blank.htm (15, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\blank.htm (213, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\fullpage\blank.htm (229, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\template\blank.htm (332, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\paste\blank.htm (496, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\table\cell.htm (6918, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\themes\advanced\charmap.htm (2422, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\xhtmlxtras\cite.htm (6161, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\themes\advanced\color_picker.htm (2909, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\xhtmlxtras\del.htm (7129, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\devkit\devkit.htm (6098, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\example\dialog.htm (991, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\emotions\emotions.htm (4485, 2009-06-30)
Joomla15\plugins\editors\tinymce\jscripts\tiny_mce\plugins\flash\flash.htm (2800, 2009-06-30)
... ...

PHP OpenID ---------- This is the PHP OpenID library by JanRain, Inc. You can visit our website for more information about this package and other OpenID implementations and tools: http://www.openidenabled.com/ GETTING STARTED =============== First, run the 'examples/detect.php' script either from the command line or via the web. It will generate a report of any system configuration changes necessary to run the library. INSTALLATION ============ You will need PHP 4.3.0 or greater to use this library. We have tested the library Linux on PHP 4.3.0, 4.4.1, 5.0.5, and 5.1.1. We have tested the library on Windows XP on PHP 4.4.4. Follow these steps: 1. Install dependencies. - Enable either the GMP extension or Bcmath extension. (GMP is STRONGLY recommended because it's MUCH faster!) This is required. - Enable the CURL extension. - If you plan to use SQLite, PostgreSQL, or MySQL to store OpenID data, you'll need PEAR DB. You can install this by running this as root: # pear install DB You'll also need to install and enable the appropriate PHP database extension. Alternatively, you can store OpenID data on the filesystem instead of using a relational database. Nothing special is required for using the filesystem method. - Install either the DOM or domxml PHP XML processing extension, but not both (they are incompatible). 2. Copy the Auth/ directory into your PHP include path. TESTING YOUR SETUP ================== You can use the example code to test your setup. To run the example consumer or server, follow the instructions in the examples/README file. USING THE API ============= The best way to get started using the API is to take a look at the example consumer and server in the examples/ directory. See the examples/README file for more details. TROUBLESHOOTING =============== * If you're unable to use an OpenID URL with the library, you may want to try using the discover tool (examples/discover.php). This tool will perform OpenID discovery on the identifier and give a list of discovered OpenID services and their types. * On some systems, PHP basedir restrictions prevent web servers from opening a source of randomness, such as /dev/urandom. If your PHP OpenID library has trouble getting a satisfactory source of randomness, check your Apache and PHP configurations to be sure that the randomness source is in the list of allowed paths for the "open_basedir" option. * In some cases, bugs in the GMP math library will result in signature validation errors when using this library. Since GMP is preferred over bcmath (for performance), you will have to define Auth_OpenID_BUGGY_GMP in your application *before* importing any of the library code: define('Auth_OpenID_BUGGY_GMP', true); * Not all PHP installations support SSL. You can find out if yours supports SSL by reading the "HTTP Fetching" section of the output of "examples/detect.php." If your installation does not support SSL, then https:// identity URLs and server URLs will not be supported by the library. An attempt to use such an identity URL will be equivalent to using an invalid OpenID. To enable SSL support, recompile PHP with OpenSSL support or install the appropriate OpenSSL module for your platform. If you are using CURL, CURL will need to be built with OpenSSL support. GETTING HELP ============ If you have any questions, recommendations, or patches, please tell us! Subscribe to our OpenID development discussion list at http://lists.openidenabled.com/mailman/listinfo/dev DOCUMENTATION ============= You can view the HTML library documentation in the doc/ directory. You can also find it on the web at http://www.openidenabled.com/resources/docs/openid/php/ This package's documentation is in PhpDoc format. To generate the documentation, install phpdoc and run the admin/makedoc.sh script. Phpdoc lives at: http://www.phpdoc.org/ CONTRIBUTING ============ If you have a bugfix or feature you'd like to contribute, don't hesitate to send it to us. Post your patch to the development list at http://lists.openidenabled.com/mailman/listinfo/dev For more detailed information on how to contribute, see http://openidenabled.com/contribute/ To run the test suite included with this package, install PHPUnit 1.x and run php admin/texttest.php PHPUnit 1.x can be found at http://pear.phpunit.de/get/

近期下载者

相关文件


收藏者