Archive:Development/Guidelines (zh CN): Difference between revisions

From KDE TechBase
(New page: {{Template:I18n/Language Navigation Bar|Development/Guidelines}} KDE标准是内部使用的,关于用户界面和一些一致性事务的。本章节是关于开发政策...)
 
No edit summary
Line 10: Line 10:


; [[Projects/Plasma/PIG|Plasma Interface Guidelines (PIG)]]
; [[Projects/Plasma/PIG|Plasma Interface Guidelines (PIG)]]
: This document is a place to collect all the "do"s, "don't"s and "how to"s for interface elements in Plasma, particularly applets and plasmoids.
: 文档记录了一系列好,不好的使用方法,以及如何使用Plasma,Applets和Plasmoids的接口。


=== 原有指南 ===
=== 原有指南 ===
The following links contain information that has not yet been been copied into the Human Interface Guidelines.
下面内容还没有完全放到人机交互界面指南里。


; [http://wiki.openusability.org/guidelines/index.php/Main_Page Draft: KDE4 Human Interface Guidelines (HIG)]
; [http://wiki.openusability.org/guidelines/index.php/Main_Page 草稿: KDE4 人机交互界面指南(HIG)]
: A draft for KDE Human (was: User) Interface Guidelines for KDE 4.x. These guidelines are under construction, but should be your first reference (followed by checking the KDE3 User Interface Guidelines or asking questions on the usability mailinglist: [email protected]).
: KDE 4.x 人机交互界面指南草稿。仍然在撰写中,但仍不失为首要参考(followed by checking the KDE3 User Interface Guidelines or asking questions on the usability mailinglist: [email protected]).


; [http://developer.kde.org/documentation/standards/kde/style/basics/index.html KDE3 User Interface Guidelines]
; [http://developer.kde.org/documentation/standards/kde/style/basics/index.html KDE3 User Interface Guidelines]
: The KDE User Interface Guidelines for 3.x.
: KDE 3.x人机交互界面指南。


; [http://developer.kde.org/documentation/design/ui/index.html KDE2 User Interface Guidelines]
; [http://developer.kde.org/documentation/design/ui/index.html KDE2 User Interface Guidelines]
: The KDE User Interface Guidelines for 2.x.
: KDE 2.x人机交互界面指南。


; [http://developer.kde.org/documentation/standards/kde/kcontrol_style/index.html KDE KControl Module Guidelines]
; [http://developer.kde.org/documentation/standards/kde/kcontrol_style/index.html KDE KControl Module Guidelines]
Line 45: Line 45:
: .desktop文件格式,KDE支持.
: .desktop文件格式,KDE支持.


; [http://www.freedesktop.org/wiki/Specifications/icon-naming-spec Icon Naming Standard]
; [http://www.freedesktop.org/wiki/Specifications/icon-naming-spec 图标命名标准]
: The Freedesktop naming standard for icons, supported by KDE.
: Freedesktop图标命名标准,KDE支持。


; [http://www.iana.org/assignments/media-types/ MIME types]
; [http://www.iana.org/assignments/media-types/ MIME类型]
: Files types (as used to show appropriate icons in the file manager and to categorize data in drag & drop and clipboard operations) follow the convention known as MIME. Here you can find a list of registered content types.
: MIME的文件类型 (文件管理器中显示适当的图标,在剪贴版中做适当分类)。这里有一系列已经定义过的文件内容格式。


; [http://www.ietf.org/rfc/rfc1738.txt URL]
; [http://www.ietf.org/rfc/rfc1738.txt URL]
: Uniform resource locators, defined by RFC 1738.
: Uniform Resource Locators, RFC 1738制定.


; [http://cvsweb.xfree86.org/cvsweb/*checkout*/xc/doc/hardcopy/SM/SMlib.PS.gz?rev=1.1.1.1&content-type=application/postscript SM]
; [http://cvsweb.xfree86.org/cvsweb/*checkout*/xc/doc/hardcopy/SM/SMlib.PS.gz?rev=1.1.1.1&content-type=application/postscript SM]
: The X11R6.4 session management protocol. This is the backend protocol for KMainWindow's high-level session management features.
: X11R6.4 会话管理协议。KMainWindow的高级会话管理功能使用的后台协议。


; [http://www.faqs.org/rfcs/rfc2445.html iCalendar]
; [http://www.faqs.org/rfcs/rfc2445.html iCalendar]
: RFC 2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar). 用于存储KOrganizer和KTimeTracker的数据 (KArm,在KDE < 4)。
: RFC 2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar). 用于存储KOrganizer和KTimeTracker的数据 (KArm,在KDE < 4)。

Revision as of 08:20, 13 February 2009


Development/Guidelines

KDE标准是内部使用的,关于用户界面和一些一致性事务的。本章节是关于开发政策的一些文档以共开发时采用。

人机交互指南

Accessibility and Usability Checklists
Test your application for accessibility/usability along these checklists
Community Identity Guidelines (CIG)
Definitions and recommendations which help the KDE Project to establish a unique, characteristic, and appealing design.
Plasma Interface Guidelines (PIG)
文档记录了一系列好,不好的使用方法,以及如何使用Plasma,Applets和Plasmoids的接口。

原有指南

下面内容还没有完全放到人机交互界面指南里。

草稿: KDE4 人机交互界面指南(HIG)
KDE 4.x 人机交互界面指南草稿。仍然在撰写中,但仍不失为首要参考(followed by checking the KDE3 User Interface Guidelines or asking questions on the usability mailinglist: [email protected]).
KDE3 User Interface Guidelines
KDE 3.x人机交互界面指南。
KDE2 User Interface Guidelines
KDE 2.x人机交互界面指南。
KDE KControl Module Guidelines
Styleguide standards for KConfig Modules used in combination with KControl.

支持标准

This section contains information about the industry and de facto standards used or implemented by KDE (for instance, we use the XML standard to write XML documents, and we implement the Window Manager Hint standard with KWin).

XML
The Extensible Markup language. KOffice's document formats are applications of this. It is also used as configuration file format by an increasing number of KDE programs.
DOM
The Document Object Model as defined by the W3C. Qt's QDom*classes are modeled after this.
XDND
The specification for the inter-application drag and drop protocol used by Qt and Gtk. Meanwhile, several other applications use it.
Extended Window Manager Hint Standard
Also called NETWM or EWMH, the protocol for window manager interaction, supported by many window manager authors.
Desktop Entry Specification
.desktop文件格式,KDE支持.
图标命名标准
Freedesktop图标命名标准,KDE支持。
MIME类型
MIME的文件类型 (文件管理器中显示适当的图标,在剪贴版中做适当分类)。这里有一系列已经定义过的文件内容格式。
URL
Uniform Resource Locators, RFC 1738制定.
SM
X11R6.4 会话管理协议。KMainWindow的高级会话管理功能使用的后台协议。
iCalendar
RFC 2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar). 用于存储KOrganizer和KTimeTracker的数据 (KArm,在KDE < 4)。