This repository was archived by the owner on Sep 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathreadme.html
98 lines (75 loc) · 4.09 KB
/
readme.html
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
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Oulipo Operating Manual</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Ocular Professor: Showing Off What You See" />
<meta name="keywords" content="Ocular Professor, theme, wordpress, photoblog" />
<style type="text/css" media="screen">
#content {width:550px; margin: 30px auto; font-family: Times New Roman, Times, serif; line-height: 18px; font-size: 13px;}
p.update {color: #999; font-size: 12px;}
</style>
</head>
<body>
<div id="content">
<p class="update">This readme was first written on December 29th, 2008.</p>
<h1>Oulipo Operating Manual</h1>
<ol>
<li><a href="#about">About</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#formatting">Special Formatting</a></li>
<li><a href="#plugins">Suggested Plug-ins</a></li>
<li><a href="#questions">Questions, Comments, Feature requests</a></li>
<li><a href="#thanks">Special Thanks</a></li>
</ol>
<ol>
<li>
<h2 id="about">About</h2>
<p>Oulipo is a three column, black and white WordPress theme with a clean, grid-based layout and lovely typography.</p>
</p>
<p>In addition to a clean design, Oulipo also features:
<ol>
<li>A widget-enabled sidebar</li>
<li>Front page styling for sticky posts</li>
<li>Threaded comments for WordPress 2.7+</li>
</ol>
</p>
<p><a href="#content">Back to Top</a></p>
</li>
<li>
<h2 id="installation">Installation</h2>
<p>Oulipo is installed in the same way as all other WordPress themes. Simply place the extracted theme in your themes directory (usually <code>/wp-content/themes</code>). Log-in to the WordPress administration panel, go to the "Design" section, and activate Oulipo. If my explanation confused you, or you haven't installed a theme before, more detailed directions can be found in the WordPress Codex <a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes">here</a>.</p>
<p><a href="#content">Back to Top</a></p>
</li>
<li>
<h2 id="formatting">Special Formatting</h2>
<p>In addition to supporting standard formatting options such as blockquotes and captions, Oulipo supports a {fin} tag that can be used to demarcate the end of a post. To use the {fin} tag, simple insert the following code at the end of your post:
<p> <code><p class="fin"><span class="bracket">{</span> fin <span class="bracket">}</span></p></code></p>
<li>
<h2 id="plugins">Suggested Plugins</h2>
<p>Oulipo was originally designed as a personal theme and used a number of plug-ins to enhance the functionality and design. Here is a list of plugins that were used with the original design that you might want to use on your site: </p>
<ul>
<li><a href="http://chip.cuccio.us/projects/contact-form-ii/">Contact Form ][</a></li>
<li><a href="http://rick.jinlabs.com/code/delicious">del.icio.us for WordPress</a></li>
<li><a href="http://wordpress.org/extend/plugins/simple-tags">Simple Tags</a></li>
<li><a href="http://justinblanton.com/projects/smartarchives/">Smart Archives</a></li>
<li><a href="http://rick.jinlabs.com/code/twitter">Twitter for WordPress</a></li>
<li><a href="http://www.elvery.net/drzax/more-things/wordpress-footnotes-plugin/">WP-Footnotes</a></li>
</ul>
<p><a href="#content">Back to Top</a></p>
</li>
<li>
<h2 id="questions">Questions, Comments, Feature Requests</h2>
<p>I'm always happy to get feedback, so feel free to shoot me a line or ten at <code>[email protected]</code>. It might take me a while to get back to you depending on my schedule, so please be patient! </p>
<p><a href="#content">Back to Top</a></p>
</li>
<li>
<h2 id="thanks">Special Thanks</h2>
<p>Special thanks to <a href="http://scottwallick.com/">Scott Allan Wallick's</a> inspirationally detailed readme files. They are incredibly awesome.</p>
<p><a href="#content">Back to Top</a></p>
</li>
</ol>
</div>
</body>
</html>