forked from simplebits/Pears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
85 lines (55 loc) · 2.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
=== Pattern Pears Plugin ===
Contributors: skymaiden
Tags: pears, pattern library
Requires at least: 3.4
Tested up to: 3.4
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This is a plugin version of Dan Cederholm's Pears WordPress theme,
for use on existing sites. It uses a 'pears' custom post type and
a 'pattern category' taxonomy to keep things separate.
== Description ==
This WordPress plugin is based on the Pears WordPress theme by Dan
Cederholm, which is distributed under the GPLv2 license.
It uses a 'pears' custom post type and a 'pattern category'
taxonomy to keep all patterns separate from existing site content,
enabling users to create a simple pattern library on an existing
website or blog.
== Installation ==
1. Upload the entire folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Start writing pears and creating pattern categories via the new Pears menu
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 0.1 =
* Initial plugin release
* Added: Custom post type (pattern_pear), custom taxonomy (pattern_category)
* Changed: Minor metabox layout adjustments
* Changed: Minor modifications to HTML template for plugin (.pears-body, .pears-wrap, .pears-main)
* Changed: Minor modifications and removal of redundant CSS (reset, header, footer)
== Upgrade Notice ==
== To Do ==
* Refactor HTML + CSS
* Internationalization + French translation
== Original Readme by Dan Cederholm ==
Pears are common patterns of markup & style.
Pears is an open source WordPress theme. I'll admit the code
is a bit rough, initially based on the default 'twentyone' theme.
I wanted a handy way of collecting HTML & CSS pattern pairs.
Often used modules with a minimal of style applied. It's become
a valuable learning tool, whereby breaking interfaces down into
small pieces make it easier to learn and improve running code.
HOW TO ADD CODE PATTERNS
- Each pattern is a post in WordPress.
- Add markup in a custom field named 'html'.
- Add style in a custom field named 'css'.
- Use the main content field for optional notes.
Learn more and see it in action here:
http://pea.rs
Enjoy.
Dan Cederholm
Salem, Massachusetts
February, 2012
http://simplebits.com