Mô tả
Adds the following Dublin Core metadata elements to posts and pages:
- Site name as DC.publisher
- Site URL as DC.publisher.url
- Post title as DC.title
- Permalink as DC.identifier
- Date created as DC.date.created
- Author (last name, first name) as DC.creator.name
- Categories and tags as DC.subject (repeated element, excludes default category)
- If WordPress 2.1 or higher, DC.language
- If license is set, DC.rights.license
- Author name as DC.rights.rightsHolder
An admin screen under Settings->DC4WP allows the user to set a global content license.
Cài đặt
- Upload
DC4WP.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Assign a content license URL (if desired) under Settings->DC4WP
Đánh giá
There are no reviews for this plugin.
Người đóng góp & Lập trình viên
“Dublin Core for WP” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Dublin Core for WP” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.7.2
- Add check for missing tags. This prevents a bug where pages sometimes throw an error due to not having tags. (Working on reproducing this.)
0.7.1
- Added DC.date redundancy
0.7
- Added some redundant unqualified DC terms for Zotero compatibility
0.6
- Change DC.creator to DC.creator.name (make room for other creator info), use last-name-first format
- Add tags to the DC.subject list (finally!)
0.5
- Change DC.subject from semicolon-delimited list to repeated tag (thanks, Alex Oberhauser!)
0.4
- Defaut category excluded from DC.subject
- DC.language
- DC.rights.license and DC.rights.rightsHolder
- Admin screen allowing user to set the license (saved to DB)
0.3.1
- Reorganization and code cleanup
0.3
- Salvatore Vassallo adds DC.creator and DC.subject
0.2
- First version.