change author

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2013-11-07 02:42:42 +00:00
parent 08022a1ddb
commit dbc18a4f99
391 changed files with 1025 additions and 1025 deletions

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file adminlogging.addon.php * @file adminlogging.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Automatic link add-on * @brief Automatic link add-on
*/ */
$logged_info = Context::get('logged_info'); $logged_info = Context::get('logged_info');

View file

@ -17,14 +17,14 @@
<date>2011-09-28</date> <date>2011-09-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file autolink.addon.php * @file autolink.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Automatic link add-on * @brief Automatic link add-on
*/ */
if($called_position == 'after_module_proc' && Context::getResponseMethod() != "XMLRPC") if($called_position == 'after_module_proc' && Context::getResponseMethod() != "XMLRPC")

View file

@ -1,7 +1,7 @@
/** /**
* @file autolink.js * @file autolink.js
* @brief javascript code for autolink addon * @brief javascript code for autolink addon
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
(function($){ (function($){
var protocol_re = '(https?|ftp|news|telnet|irc|mms)://'; var protocol_re = '(https?|ftp|news|telnet|irc|mms)://';

View file

@ -40,14 +40,14 @@
<date>2008-04-22</date> <date>2008-04-22</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file blogapicounter.addon.php * @file blogapicounter.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Add blogAPI * @brief Add blogAPI
* *
* It enables to write a post by using an external tool such as ms live writer, firefox performancing, zoundry and so on. * It enables to write a post by using an external tool such as ms live writer, firefox performancing, zoundry and so on.

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file ./addons/blogapi/blogapi.func.php * @file ./addons/blogapi/blogapi.func.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Function collections for the implementation of blogapi * @brief Function collections for the implementation of blogapi
* */ * */
// Error messages // Error messages

View file

@ -67,14 +67,14 @@
<date>2012-02-22</date> <date>2012-02-22</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -3,7 +3,7 @@ if(!defined("__XE__")) exit();
/** /**
* @file captcha.addon.php * @file captcha.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Captcha for a particular action * @brief Captcha for a particular action
* English alphabets and voice verification added * English alphabets and voice verification added
* */ * */

View file

@ -37,13 +37,13 @@
<date>2010-08-19</date> <date>2010-08-19</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
</author> </author>
<extra_vars> <extra_vars>

View file

@ -49,14 +49,14 @@
<date>2007-02-28</date> <date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file counter.addon.php * @file counter.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Counter add-on * @brief Counter add-on
*/ */
// Execute if called_position is before_display_content // Execute if called_position is before_display_content

View file

@ -45,15 +45,15 @@
<date>2008-05-28</date> <date>2008-05-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
<extra_vars> <extra_vars>
<var name="use_alarm" type="select"> <var name="use_alarm" type="select">

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file member_communication.addon.php * @file member_communication.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Promote user communication * @brief Promote user communication
* *
* - Pop-up the message if new message comes in * - Pop-up the message if new message comes in

View file

@ -40,14 +40,14 @@
<date>2007-02-28</date> <date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file image_name.addon.php * @file image_name.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Display user image name/image mark * @brief Display user image name/image mark
* *
* Find member_srl in the part with <div class="member_MemberSerialNumber"> .... </div> * Find member_srl in the part with <div class="member_MemberSerialNumber"> .... </div>

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* HDML Library ver 0.1 * HDML Library ver 0.1
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class wap extends mobileXE { class wap extends mobileXE {

View file

@ -2,7 +2,7 @@
include './mobile.class.php'; include './mobile.class.php';
/** /**
* mhtml Library ver 0.1 * mhtml Library ver 0.1
* @author NHN (developers@xpressengine.com) / lang_select : misol * @author NAVER (developers@xpressengine.com) / lang_select : misol
*/ */
class wap extends mobileXE class wap extends mobileXE
{ {

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Mobile XE Library Class ver 0.1 * Mobile XE Library Class ver 0.1
* @author NHN (developers@xpressengine.com) / lang_select : misol * @author NAVER (developers@xpressengine.com) / lang_select : misol
* @brief XE library for WAP tag output * @brief XE library for WAP tag output
*/ */
class mobileXE class mobileXE

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* WML Library ver 0.1 * WML Library ver 0.1
* @author NHN (developers@xpressengine.com) / lang_select : misol * @author NAVER (developers@xpressengine.com) / lang_select : misol
*/ */
class wap extends mobileXE class wap extends mobileXE
{ {

View file

@ -39,13 +39,13 @@
<date>2009-05-23</date> <date>2009-05-23</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
<history version="0.1.1" date="2009-05-23"> <history version="0.1.1" date="2009-05-23">

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file mobile.addon.php * @file mobile.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Mobile XE add-on * @brief Mobile XE add-on
* *
* If a mobile connection is made (see the header information), display contents with WAP tags * If a mobile connection is made (see the header information), display contents with WAP tags

View file

@ -49,15 +49,15 @@
<date>2007-02-28</date> <date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
<extra_vars> <extra_vars>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file openid_delegation_id.addon.php * @file openid_delegation_id.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief OpenID Delegation ID Add-on * @brief OpenID Delegation ID Add-on
* *
* This enables to use openID as user's homepage or blog url. * This enables to use openID as user's homepage or blog url.

View file

@ -49,14 +49,14 @@
<date>2007-07-26</date> <date>2007-07-26</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file point.addon.php * @file point.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Icon-on-point level * @brief Icon-on-point level
* *
* Display point level icon before user name when point system is enabled. * Display point level icon before user name when point system is enabled.

View file

@ -40,14 +40,14 @@
<date>2008-04-22</date> <date>2008-04-22</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
</author> </author>
</addon> </addon>

View file

@ -5,7 +5,7 @@ if(!defined('__XE__'))
/** /**
* @file resize_image.addon.php * @file resize_image.addon.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Add-on to resize images in the body * @brief Add-on to resize images in the body
*/ */
if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML") if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML")

View file

@ -3,7 +3,7 @@
/** /**
* Cache class for APC * Cache class for APC
* *
* @author NHN (developer@xpressengine.com) * @author NAVER (developer@xpressengine.com)
* */ * */
class CacheApc extends CacheBase class CacheApc extends CacheBase
{ {

View file

@ -3,7 +3,7 @@
/** /**
* CacheHandler * CacheHandler
* *
* @author NHN (developer@xpressengine.com) * @author NAVER (developer@xpressengine.com)
*/ */
class CacheHandler extends Handler class CacheHandler extends Handler
{ {
@ -254,7 +254,7 @@ class CacheHandler extends Handler
/** /**
* Base class of Cache * Base class of Cache
* *
* @author NHN (developer@xpressengine.com) * @author NAVER (developer@xpressengine.com)
*/ */
class CacheBase class CacheBase
{ {

View file

@ -3,7 +3,7 @@
/** /**
* Cache class for memcache * Cache class for memcache
* *
* @author NHN (developer@xpressengine.com) * @author NAVER (developer@xpressengine.com)
*/ */
class CacheMemcache extends CacheBase class CacheMemcache extends CacheBase
{ {

View file

@ -8,7 +8,7 @@ define('RELEASE_SSL', 2);
* Manages Context such as request arguments/environment variables * Manages Context such as request arguments/environment variables
* It has dual method structure, easy-to use methods which can be called as Context::methodname(),and methods called with static object. * It has dual method structure, easy-to use methods which can be called as Context::methodname(),and methods called with static object.
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class Context class Context
{ {

View file

@ -42,7 +42,7 @@ if(!defined('__XE_LOADED_DB_CLASS__'))
* - query xml has unique query id, and will be created in module * - query xml has unique query id, and will be created in module
* - queryid = module_name.query_name * - queryid = module_name.query_name
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db * @package /classes/db
* @version 0.1 * @version 0.1
*/ */

View file

@ -5,7 +5,7 @@
* - Cubrid DBMS to use the class * - Cubrid DBMS to use the class
* - Works with CUBRID up to 8.4.1 * - Works with CUBRID up to 8.4.1
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db * @package /classes/db
* @version 0.1 * @version 0.1
*/ */

View file

@ -4,7 +4,7 @@
* - DBMSSQL * - DBMSSQL
* - Modified to use MSSQL driver by sol (sol@ngleader.com) * - Modified to use MSSQL driver by sol (sol@ngleader.com)
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db * @package /classes/db
* @version 0.1 * @version 0.1
*/ */

View file

@ -6,7 +6,7 @@
* *
* Does not use prepared statements, since mysql driver does not support them * Does not use prepared statements, since mysql driver does not support them
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db * @package /classes/db
* @version 0.1 * @version 0.1
*/ */

View file

@ -8,7 +8,7 @@ require_once('DBMysql.class.php');
* *
* Does not use prepared statements, since mysql driver does not support them * Does not use prepared statements, since mysql driver does not support them
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db * @package /classes/db
* @version 0.1 * @version 0.1
*/ */

View file

@ -8,7 +8,7 @@ require_once('DBMysql.class.php');
* *
* Does not use prepared statements, since mysql driver does not support them * Does not use prepared statements, since mysql driver does not support them
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db * @package /classes/db
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts * @package /classes/db/queryparts
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts * @package /classes/db/queryparts
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition * @package /classes/db/queryparts/condition
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition * @package /classes/db/queryparts/condition
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition * @package /classes/db/queryparts/condition
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition * @package /classes/db/queryparts/condition
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/condition * @package /classes/db/queryparts/condition
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/limit * @package /classes/db/queryparts/limit
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/order * @package /classes/db/queryparts/order
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table * @package /classes/db/queryparts/table
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table * @package /classes/db/queryparts/table
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table * @package /classes/db/queryparts/table
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table * @package /classes/db/queryparts/table
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/db/queryparts/table * @package /classes/db/queryparts/table
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* @class DisplayHandler * @class DisplayHandler
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* DisplayHandler is responsible for displaying the execution result. \n * DisplayHandler is responsible for displaying the execution result. \n
* Depending on the request type, it can display either HTML or XML content.\n * Depending on the request type, it can display either HTML or XML content.\n
* Xml content is simple xml presentation of variables in oModule while html content * Xml content is simple xml presentation of variables in oModule while html content

View file

@ -5,7 +5,7 @@
* Set up the component variables * Set up the component variables
* *
* @class EditorHandler * @class EditorHandler
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class EditorHandler extends Object class EditorHandler extends Object
{ {

View file

@ -3,7 +3,7 @@
/** /**
* A class to handle extra variables used in posts, member and others * A class to handle extra variables used in posts, member and others
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class ExtraVar class ExtraVar
{ {
@ -78,7 +78,7 @@ class ExtraVar
/** /**
* Each value of the extra vars * Each value of the extra vars
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class ExtraItem class ExtraItem
{ {

View file

@ -3,7 +3,7 @@
/** /**
* Contains methods for accessing file system * Contains methods for accessing file system
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class FileHandler class FileHandler
{ {

View file

@ -3,7 +3,7 @@
/** /**
* File abstraction class * File abstraction class
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class FileObject extends Object class FileObject extends Object
{ {

View file

@ -2,7 +2,7 @@
/** /**
* Handle front end files * Handle front end files
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* */ * */
class FrontEndFileHandler extends Handler class FrontEndFileHandler extends Handler
{ {

View file

@ -3,7 +3,7 @@
/** /**
* An abstract class of (*)Handler * An abstract class of (*)Handler
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class Handler class Handler
{ {

View file

@ -4,7 +4,7 @@
* - HttpRequest class * - HttpRequest class
* - a class that is designed to be used for sending out HTTP request to an external server and retrieving response * - a class that is designed to be used for sending out HTTP request to an external server and retrieving response
* - Connection: keep-alive is not supported * - Connection: keep-alive is not supported
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/httprequest * @package /classes/httprequest
* @version 0.1 * @version 0.1
*/ */

View file

@ -12,7 +12,7 @@ else
/** /**
* Mailing class for XpressEngine * Mailing class for XpressEngine
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class Mail extends PHPMailer class Mail extends PHPMailer
{ {

View file

@ -3,7 +3,7 @@
/** /**
* Mobile class * Mobile class
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class Mobile class Mobile
{ {

View file

@ -2,7 +2,7 @@
/** /**
* @class ModuleHandler * @class ModuleHandler
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* Handling modules * Handling modules
* *
* @remarks This class is to excute actions of modules. * @remarks This class is to excute actions of modules.

View file

@ -2,7 +2,7 @@
/** /**
* @class ModuleObject * @class ModuleObject
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* base class of ModuleHandler * base class of ModuleHandler
* */ * */
class ModuleObject extends Object class ModuleObject extends Object

View file

@ -3,7 +3,7 @@
/** /**
* Every modules inherits from Object class. It includes error, message, and other variables for communicatin purpose. * Every modules inherits from Object class. It includes error, message, and other variables for communicatin purpose.
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
class Object class Object
{ {

View file

@ -2,7 +2,7 @@
/** /**
* @class PageHandler * @class PageHandler
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* handles page navigation * handles page navigation
* @version 0.1 * @version 0.1
* *

View file

@ -3,7 +3,7 @@
/** /**
* - Security class * - Security class
* - This class helps to solve security problems. * - This class helps to solve security problems.
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/security * @package /classes/security
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<whiteurl> <whiteurl>
<embed> <embed>
<domain name="http://www.naver.com" isNHN="true" desc="네이버"> <domain name="http://www.naver.com" isNAVER="true" desc="네이버">
<pattern>http://serviceapi.nmv.naver.com/</pattern> <pattern>http://serviceapi.nmv.naver.com/</pattern>
<pattern>http://scrap.ad.naver.com/</pattern> <pattern>http://scrap.ad.naver.com/</pattern>
<pattern>http://event.dn.naver.com/sbsplayer/vmplayer.xap</pattern> <pattern>http://event.dn.naver.com/sbsplayer/vmplayer.xap</pattern>
</domain> </domain>
<domain name="" isNHN="true" desc="네이버 뮤직 서비스"> <domain name="" isNAVER="true" desc="네이버 뮤직 서비스">
<pattern>http://test-player.naver.com/naverPlayer/posting/</pattern> <pattern>http://test-player.naver.com/naverPlayer/posting/</pattern>
<pattern>http://alpha-player.naver.com/naverPlayer/posting/</pattern> <pattern>http://alpha-player.naver.com/naverPlayer/posting/</pattern>
<pattern>http://beta-player.naver.com/naverPlayer/posting/</pattern> <pattern>http://beta-player.naver.com/naverPlayer/posting/</pattern>
@ -20,7 +20,7 @@
<pattern>http://beta.player.music.naver.com/</pattern> <pattern>http://beta.player.music.naver.com/</pattern>
<pattern>http://stage.player.music.naver.com/</pattern> <pattern>http://stage.player.music.naver.com/</pattern>
</domain> </domain>
<domain name="" isNHN="true" desc="네이버 아이두게임"> <domain name="" isNAVER="true" desc="네이버 아이두게임">
<pattern>http://dev-idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap</pattern> <pattern>http://dev-idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap</pattern>
<pattern>http://idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap</pattern> <pattern>http://idogame.hangame.com/idogame/ClientBin/iDoGamePlayer.xap</pattern>
</domain> </domain>
@ -191,7 +191,7 @@
<domain name="http://dotsub.com" desc="dotsub.com"> <domain name="http://dotsub.com" desc="dotsub.com">
<pattern>http://dotsub.com/static/players/portalplayer.swf</pattern> <pattern>http://dotsub.com/static/players/portalplayer.swf</pattern>
</domain> </domain>
<domain name="" isNHN="true" desc="socialsearch"> <domain name="" isNAVER="true" desc="socialsearch">
<pattern>http://static.campaign.naver.com/0/campaign/2010/10/socialsearch/swf/</pattern> <pattern>http://static.campaign.naver.com/0/campaign/2010/10/socialsearch/swf/</pattern>
</domain> </domain>
</embed> </embed>

View file

@ -2,7 +2,7 @@
/** /**
* @class TemplateHandler * @class TemplateHandler
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* template compiler * template compiler
* @version 0.1 * @version 0.1
* @remarks It compiles template file by using regular expression into php * @remarks It compiles template file by using regular expression into php

View file

@ -2,7 +2,7 @@
/** /**
* Validator class * Validator class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/validator * @package /classes/validator
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* @class WidgetHandler * @class WidgetHandler
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Handler class for widget execution * @brief Handler class for widget execution
* @remark it is empty for now, it would be removed in the future * @remark it is empty for now, it would be removed in the future
*/ */

View file

@ -3,7 +3,7 @@
/** /**
* GeneralXmlParser class * GeneralXmlParser class
* Generic XML parser for XE * Generic XML parser for XE
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml * @package /classes/xml
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* XmlGenerator class * XmlGenerator class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml * @package /classes/xml
* @version 0.1 * @version 0.1
*/ */

View file

@ -41,7 +41,7 @@
* tag = key : name of variable that will contain the result of the execution * tag = key : name of variable that will contain the result of the execution
* }</pre> * }</pre>
* @class XmlJsFilter * @class XmlJsFilter
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml * @package /classes/xml
* @version 0.2 * @version 0.2
*/ */

View file

@ -3,7 +3,7 @@
/** /**
* XmlLangParser class * XmlLangParser class
* Change to lang php file from xml. * Change to lang php file from xml.
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml * @package /classes/xml
* @version 0.1 * @version 0.1
*/ */

View file

@ -3,7 +3,7 @@
/** /**
* Xml_Node_ class * Xml_Node_ class
* Element node or attribute node. * Element node or attribute node.
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml * @package /classes/xml
* @version 0.1 * @version 0.1
*/ */
@ -30,7 +30,7 @@ class Xml_Node_
* attributes when kor is only supported language. It seems to work fine now but we did not scrutinze any potential side effects, * attributes when kor is only supported language. It seems to work fine now but we did not scrutinze any potential side effects,
* }</pre> * }</pre>
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml * @package /classes/xml
* @version 0.1 * @version 0.1
*/ */

View file

@ -4,7 +4,7 @@
* XmlQueryParser * XmlQueryParser
* Case to parse XE xml query * Case to parse XE xml query
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @version 0.1 * @version 0.1
* @todo need to support extend query such as subquery, union * @todo need to support extend query such as subquery, union
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* Argument class * Argument class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/argument * @package /classes/xml/xmlquery/argument
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* ConditionArgument class * ConditionArgument class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/argument * @package /classes/xml/xmlquery/argument
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* SortArgument class * SortArgument class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/argument * @package /classes/xml/xmlquery/argument
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* DefaultValue class * DefaultValue class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument * @package /classes/xml/xmlquery/queryargument
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* QueryArgument class * QueryArgument class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument * @package /classes/xml/xmlquery/queryargument
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* SortQueryArgument class * SortQueryArgument class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument * @package /classes/xml/xmlquery/queryargument
* @version 0.1 * @version 0.1
*/ */

View file

@ -2,7 +2,7 @@
/** /**
* QueryArgumentValidator class * QueryArgumentValidator class
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @package /classes/xml/xmlquery/queryargument/validator * @package /classes/xml/xmlquery/queryargument/validator
* @version 0.1 * @version 0.1
*/ */

View file

@ -1,5 +1,5 @@
@charset "utf-8"; @charset "utf-8";
/* NHN (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
/* Element Reset */ /* Element Reset */
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px} body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block} article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}

View file

@ -1,6 +1,6 @@
/** /**
* @file common.js * @file common.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음 * @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
**/ **/

View file

@ -1,6 +1,6 @@
/** /**
* @file js_app.js * @file js_app.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief XE JavaScript Application Framework (JAF) * @brief XE JavaScript Application Framework (JAF)
* @namespace xe * @namespace xe
* @update 20100701 * @update 20100701

View file

@ -1,6 +1,6 @@
/** /**
* @brief XE Calendar * @brief XE Calendar
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* *
* 사용법 * 사용법
* *

View file

@ -1,6 +1,6 @@
/** /**
* @brief XE Colorpicker * @brief XE Colorpicker
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
**/ **/
jQuery(function($){ jQuery(function($){

View file

@ -1,6 +1,6 @@
/** /**
* @brief Watch Input box * @brief Watch Input box
* @author NHN (developers@xpresseingine.com) * @author NAVER (developers@xpresseingine.com)
**/ **/
(function($){ (function($){

View file

@ -1,5 +1,5 @@
/** /**
* @file common/js/xe.min.js * @file common/js/xe.min.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief XE Common JavaScript * @brief XE Common JavaScript
**/ **/

View file

@ -1,11 +1,11 @@
/** /**
* @file common/js/xe.min.js * @file common/js/xe.min.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief XE Common JavaScript * @brief XE Common JavaScript
**/ **/
/** /**
* @file js_app.js * @file js_app.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief XE JavaScript Application Framework (JAF) * @brief XE JavaScript Application Framework (JAF)
* @namespace xe * @namespace xe
* @update 20100701 * @update 20100701
@ -284,7 +284,7 @@ $(window).load(function(){ xe.broadcast('ONLOAD'); });
})(jQuery); })(jQuery);
/** /**
* @file common.js * @file common.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음 * @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
**/ **/
@ -1428,7 +1428,7 @@ function xml2json(xml, tab, ignoreAttrib) {
(function($){ (function($){
/** /**
* @brief exec_xml * @brief exec_xml
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
**/ **/
$.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) { $.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
var xml_path = request_uri+"index.php" var xml_path = request_uri+"index.php"
@ -1701,7 +1701,7 @@ $(function($){
})(jQuery); })(jQuery);
/** /**
* @file common/js/xml_js_filter.js * @file common/js/xml_js_filter.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief xml filter (validator) plugin * @brief xml filter (validator) plugin
* *
* A rule is a method validate one field. * A rule is a method validate one field.

View file

@ -177,7 +177,7 @@ function xml2json(xml, tab, ignoreAttrib) {
(function($){ (function($){
/** /**
* @brief exec_xml * @brief exec_xml
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
**/ **/
$.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) { $.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
var xml_path = request_uri+"index.php" var xml_path = request_uri+"index.php"

View file

@ -1,6 +1,6 @@
/** /**
* @file common/js/xml_js_filter.js * @file common/js/xml_js_filter.js
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief xml filter (validator) plugin * @brief xml filter (validator) plugin
* *
* A rule is a method validate one field. * A rule is a method validate one field.

View file

@ -4,7 +4,7 @@
* set the include of the class file and other environment configurations * set the include of the class file and other environment configurations
* *
* @file config/config.inc.php * @file config/config.inc.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
if(version_compare(PHP_VERSION, '5.4.0', '<')) if(version_compare(PHP_VERSION, '5.4.0', '<'))
{ {

View file

@ -3,7 +3,7 @@
/** /**
* function library files for convenience * function library files for convenience
* *
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
*/ */
if(!defined('__XE__')) if(!defined('__XE__'))
{ {

View file

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @file index.php * @file index.php
* @author NHN (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)
* @brief Start page * @brief Start page
* *
* Find and create module object by mif, act in Request Argument \n * Find and create module object by mif, act in Request Argument \n

View file

@ -7,8 +7,8 @@
<version>1.0</version> <version>1.0</version>
<date>2013-02-28</date> <date>2013-02-28</date>
<author email_address="developer@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developer@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
</author> </author>
<menus> <menus>
<menu name="GNB" maxdepth="2" default="true"> <menu name="GNB" maxdepth="2" default="true">

View file

@ -12,59 +12,59 @@
<title xml:lang="tr">XE Resmi Websitesi Yerleşim Düzeni</title> <title xml:lang="tr">XE Resmi Websitesi Yerleşim Düzeni</title>
<description xml:lang="ko"> <description xml:lang="ko">
XE 공식 사이트 레이아웃입니다. XE 공식 사이트 레이아웃입니다.
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="jp"> <description xml:lang="jp">
XEの公式サイトのレイアウトです。 XEの公式サイトのレイアウトです。
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="en"> <description xml:lang="en">
This layout is the Official website layout for XE. This layout is the Official website layout for XE.
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="ge"> <description xml:lang="ge">
Dieses Layout ist das XE Offizielle Website-Layout. Dieses Layout ist das XE Offizielle Website-Layout.
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="ru"> <description xml:lang="ru">
Этот формат является XE Официальный сайт компоновку. Этот формат является XE Официальный сайт компоновку.
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="es"> <description xml:lang="es">
Este diseño is el diseño oficial de la página web de Zerobard XE. Este diseño is el diseño oficial de la página web de Zerobard XE.
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="zh-CN"> <description xml:lang="zh-CN">
XE官方网站布局。 XE官方网站布局。
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="zh-TW"> <description xml:lang="zh-TW">
XE官方網站版面。 XE官方網站版面。
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="vi"> <description xml:lang="vi">
Đây là giao diện chính thức của XE. Đây là giao diện chính thức của XE.
제작 : NHN 제작 : NAVER
</description> </description>
<description xml:lang="tr"> <description xml:lang="tr">
Bu yerleşim düzeni, XE'nin resmi website yerleşim düzenidir. Bu yerleşim düzeni, XE'nin resmi website yerleşim düzenidir.
제작 : NHN 제작 : NAVER
</description> </description>
<version>0.1</version> <version>0.1</version>
<date>2007-08-01</date> <date>2007-08-01</date>
<link>http://xpressengine.com/</link> <link>http://xpressengine.com/</link>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/"> <author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name> <name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NHN</name> <name xml:lang="jp">NAVER</name>
<name xml:lang="en">NHN</name> <name xml:lang="en">NAVER</name>
<name xml:lang="ge">NHN</name> <name xml:lang="ge">NAVER</name>
<name xml:lang="ru">NHN</name> <name xml:lang="ru">NAVER</name>
<name xml:lang="es">NHN</name> <name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NHN</name> <name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NHN</name> <name xml:lang="zh-TW">NAVER</name>
<name xml:lang="vi">NHN</name> <name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NHN</name> <name xml:lang="tr">NAVER</name>
</author> </author>
<extra_vars> <extra_vars>

View file

@ -1,5 +1,5 @@
@charset "utf-8"; @charset "utf-8";
/* NHN (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
/* Site Layout - Body Wrap */ /* Site Layout - Body Wrap */
body{background:#000} body{background:#000}
.xe{position:relative;width:960px;margin:0 auto;padding:1.5em 0 0 0;font-family:Tahoma, Geneva, sans-serif} .xe{position:relative;width:960px;margin:0 auto;padding:1.5em 0 0 0;font-family:Tahoma, Geneva, sans-serif}

Some files were not shown because too many files have changed in this diff Show more