Korean
From xoopscube
Contents |
XOOPS Cube Project Documents
中文 |
French |
German |
日本語 |
한국어 |
Portuguese |
Russian |
Spanish |
Ελληνικά
이 도큐멘트는 번역이 완벽하지 못하므로 한국어를 하시는 분의 도움이 필요합니다. 한국분이 많이 참여하시기를 비랍니다.
XOOPS Cube(줍스 큐브)에 대해서
XOOPS Cube에 참석하는 방법
- 프로젝트 운영방침
- How to monitor the project
- The Bug Tracker
- The Patch Tracker
- The CVS convention
- 도큐멘트 편집에 관한 규칙
- Help Requested
개발에 대해서
(이 도큐맨트 츄리는 blender.org를 참고로 합니다.)
- 참가합시다 - 어떻게 XOOPS Cube 프로젝드에 참가하는가?
- 구조 - XOOPS Cube의 설계에 대해서.
- 개발의 첫걸음 - XOOPS Cube 원시 코드와 패치를 쓰는 방법.
- 개발의 중비 - CVS로 원시 코드를 체크아웃하는 방법.
- 코딩 스타일 가이드 - XOOPS Cube의 코딩 스타일.
- CVS의 규칙 - 이 프로젝트에 있어어의 CVS의 규칙.
- 패치 제공과 이용방법- 패치 제공과 이용방법에 대해서.
Copyright
특별히 설명이 없는 한 이 도큐멘트는 Creative Commons Attribution-ShareAlike 2.5를 채용합니다.
XOOPS Cube API Documents
Introduction
(under construction)
- Introduction
- Getting Started FAQ & Known Issue
- Overview
- Tools
Programming Guide
(under construction)
- The Basic Of XCube Delegate
- Render System
- ActionFilter Overview
- ActionForm Overview
Legacy API Documents
(under construction)
- Legacy_GettingStartedFAQ
- Legacy_Features
- Legacy_Requirements
- Legacy_Install_And_Upgrade
- Legacy_SettingUpYourSite
- Legacy_SiteBuildFAQ
About XOOPSCube Legacy
These pages below this line are imported from xoopscube.org/wiki at Dec 8.2007 The purpose is to concentrate developmental document into this wiki in sf.net. So user-side documents in xoopscube.org/wiki are not imported, only linked.
BasicTutorial
CVS
CookBook
Distribution
FAQ
HowToUpgrade
Kernel
Migration
ModuleCompatibility
Module development programming guide
- >> By this document, you can learn the base part of how to develop blocks in your modules.
- Preload
- >> Preload mechanism is realized by the Action Filter feature of Cube layer. Overview of the action filter feature provided by XOOPS Cube.
- User
- XOOPS Cube Legacy has two kinds of user information. One of them is XoopsUser?? for the comapatibility. Another one is the principal object of XOOPS Cube layer.
- YourFirstModule
ThemeDevelopment
Tools
TutorialCenter
in XOOPSCubeLegacy, "changing operation from the origin, without adding a hand to the existing file" is possible. The following is shown as the sample. This utilizes the function of Preload and Delegate.
- A user group is made to increase the field. (ja)
- How to issue a block is made to transfer to another logic.(ja)
VideoTutorial
- GettingStarted
- Miscellaneous
- UserManagement
