D.J. 新闻列表 普通 按跟踪网址倒序

个人网站:http://sourceforge.net/projects/xoops/
电子邮件:php_pp at hotmail dot com
新闻:208
精华:0
专题:0
新闻
-
分类: 本站新闻
-
分类: XOOPSCBB 3.04 RC3 is released, mainly for further improvement on performance (memory usage) and compliant xthml/css.
We look forward to your help with debug and your ideas for better layout. In RC4, skalpa and me will work on output clean-up and cosmetic changes, as well as changes according to new features in XOOPS 2.014.
Changelog 3.04 RC3
May 20th, 2006
=============
1 Fixed bugs in print.php (reported by ideiafacil)
2 Code correction for performance and cleaning up
3 Partial improvement on permission precision
4 Improvement on category/forum structured display for permission admin and block edit pages
5 Improvement on compliant xhtml -
分类: 招聘求职以XOOPS开发为主的公司招聘全职开发人员,要求有OO编程经验、良好的代码风格,三月初可上班
-
分类: 本站新闻Digest is a web content fetching module that allows you to fetch, display and monitor any desired content from internet and to display on your site.
Features:
1 Supported fetch methods: CURL, fsockopen, fopen
2 Multi-Categories
3 The sites to be monitored, the content to be feteched can be configured by using a easy-to-use admin interface.
4 The content can be updated automatically using cronjob
5 Allow users to test and submit sites. -
分类: 本站新闻
公司简介
本公司是一家在中国从事媒体和信息产业领域创业的美国公司。总部设在中国北京.
岗位职责
1 负责网站功能模块的开发,初期重点为用户资料管理和联络信息管理的模块改进与开发
2 网站整体系统的理解、测试与错误修正
岗位性质:
1 全职或兼职
2 尽快开始工作
技术要求:
1 基于PHP+MySQL的编程技能及大中型项目开发经验
2 英语能阅读CMS系统文档
3 有XOOPS相关开发、应用经验或有浓厚兴趣掌握基于XOOPS的相关开发
联系方法:
1 php_pp@hotmail.com
2 注明相关开发经验或作品 -
分类: XOOPS该版本的主要改进包括:
1 加入对扩展内码的支持,可支持flash等媒体播放
2 修正权限模板的bug
3 修正XSS问题(由bubuche93报告)
用户指南:
1 下载Frameworks解压缩后把/Frameworks/上传到 XOOPS跟目录下
http://xoops.org.cn/modules/wfdownloads/singlefile.php?cid=8&lid=499
2 下载xoops编辑器解压缩后把/class/editor/上传到 XOOPS/class/目录下
http://xoops.org.cn/modules/wfdownloads/singlefile.php?cid=1&lid=496
XOOPS 2.2用户使用指南,XOOPS 2.2用户除上述两步外,需要:
拷贝(覆盖)XOOPS 2.015版本XOOPS/include/目录下的xoops.js文件到XOOPS 2.2的XOOPS/include/目录下
CBB 3.07 论坛模块发布 -
This introductory page is an overview of Xoops, with some quick tips included. More detailed instructions are in the appropriate sections
-
分类: 本站新闻
xlanguage 2.02 bugfix for XSS vulnerability
Thanks domifara @ dev.xoops.org
xlangauge 2.0
An eXtensible Multi-language content and character encoding Management Module+Hack
Multilanguage management handles displaying contents of different languages, like English, French and Chinese
Character encoding management handles contents of different encoding sets for one language, like GB2312 (Chinese Simplified) and BIG5 (Chinese Traditional) for Chinese.
What xlanguage CAN do:
1 displaying content of specified language based on user's dynamic choice
2 converting content from one character encoding set to another
What xlanguage canNOT do:
1 xlanguage does NOT have the ability of translating content from one language to another one. You have to input contents of various languages by yourself
2 xlanguage does NOT work without adding one line to XOOPS/include/common.php (see guide below)
3 xlanguage does NOT have the ability of converting content from one character encoding to another if none of "iconv", "mb_string" or "xconv" is available.
Features:
1 auto-detection of visitor's language on his first visitor
2 memorizing users' langauge preferences
3 switching contents of different languges/encoding sets on-fly
4 supporting M-S-M mode for character encoding handler
Note:
M-S-M: Multiple encoding input, Single encoding storage, Multiple encoding output.
M-S-M allows one site to fit various users with different language character encoding usages. For example, a site having xlanguage implemented porperly allows users to input content either with GB2312, with BIG5 or UTF-8 encoding and to store the content into DB with specified encoding, for say GB2312, and to display the content either with GB2312, with BIG5 or with UTF-8 encoding.
User guide:
1 upload "xlanguage" folder to XOOPS/modules/
2 insert one line
include_once XOOPS_ROOT_PATH.'/modules/xlanguage/api.php';
into XOOPS/include/common.php
RIGHT BEFORE
// #################### Include site-wide lang file ##################
if ( file_exists(XOOPS_ROOT_PATH."/language/".$xoopsConfig['language']."/global.php") ) {
include_once XOOPS_ROOT_PATH."/language/".$xoopsConfig['language']."/global.php";
} else {
include_once XOOPS_ROOT_PATH."/language/english/global.php";
}
3 add basic langauges and extended languages from xlanguage's module preference page
4 make the block "langauge selection" visible through system=>block
5 if you use the encoding conversion management only, for instance, switching Schinese and Tchinese, congratulations, you have made it!
6 if you use multi-language contents management, adding content with corresponding tags to your content management modules:
[languagecode]Content of the language[/languagecode]
languagecode should be the "language code" of each ___basic___ language configured in module admin area, can be for one single language or multiple languages, example:
[english]This is my content in English[/english][french]*&^%(sorry, I do not know how to type it -- D.J.)[/french]ÖÐÎÄÄÚÈÝOR:
[english|french]This is my content in English or in French[/english|french]ÖÐÎÄÄÚÈÝYou should not use the tag of "schinese" and "tchinese" together since the content will be converted from one to the other automatically using iconv, mbsting or xconv according to your system configure.
7 xconv module is suggested to Chinese users (module available at http://xoops.org.cn)
Credits:
1 Adi Chiributa - webmaster@artistic.ro, language handler
2 wjue - http://www.wjue.org, ziling BIG5-GB2312 conversion
3 GIJOE - http://www.peak.ne.jp, easiest multilanguage hack -
分类: 本站新闻开发人员: 熟悉xoops架构,有xoops 开发经验;熟悉xoops风格模板设计经验;较强的文档撰写能力
美工: 熟练运用Photoshop,Flash,fireworks等制作工具;有xoops theme 设计经验
