From 172dc49e61b5c19f44734c9a50c088f3fdb48ddc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Apr 2010 03:25:42 -0400 Subject: [PATCH] added manpage --- index.html | 151 ++++++++++++++++++++--------------- man/wordpress-skeleton.1.ron | 27 +++++++ 2 files changed, 113 insertions(+), 65 deletions(-) create mode 100644 man/wordpress-skeleton.1.ron diff --git a/index.html b/index.html index 1e27d16..c2c29d6 100644 --- a/index.html +++ b/index.html @@ -1,80 +1,101 @@ - - - + + - - - kennethreitz/wordpress-skeleton @ GitHub - - - + #man > p, #man > ul, #man > ol, #man > dl, #man > pre { margin-left:8ex; } + #man dt { margin:0; clear:left } + #man dt.flush { float:left; width:8ex } + #man dd { margin:0 0 0 9ex } + #man code, #man strong, #man b { font-weight:bold; color:#131211; } + #man pre code { font-weight:normal; color:#232221; background:inherit } + #man em, var, u { + font-style:normal; color:#333231; border-bottom:1px solid #999; } + #man h1.man-title { display:none; } + #man ol.man, #man ol.man li { margin:2px 0 10px 0; padding:0; + float:left; width:33%; list-style-type:none; + text-transform:uppercase; font-size:18px; color:#999; + letter-spacing:1px;} + #man ol.man { width:100%; } + #man ol.man li.tl { text-align:left } + #man ol.man li.tc { text-align:center;letter-spacing:4px } + #man ol.man li.tr { text-align:right } + #man ol.man a { color:#999 } + #man ol.man a:hover { color:#333231 } + - - Fork me on GitHub +
-
+

wordpress-skeleton(1)

-
- - - - -
+
    +
  1. wordpress-skeleton(1)
  2. +
  3. +
  4. wordpress-skeleton(1)
  5. +
-

wordpress-skeleton - by kennethreitz

+

NAME

+

wordpress-skeleton -- stop repeating yourself

-
- WordPress skeleton I use for every project (w/ best plugins) -
+

Synopsis

-

Authors

-

Kenneth Reitz (me@kennethreitz.com)

-

Contact

-

Kenneth Reitz (me@kennethreitz.com)

+

Hi, I'm Kenneth Reitz. I make WordPress websites for businesses and organizations. +WordPress is a fantastic CMS solution. However, every time I go to use it, I have to configure it. +I always start off with the same configuration. I always install the same plugins. I always start off with the same theme. +Now I can take it with me, and you can too.

+ +

Installation

+ +
cd httpdocs  
+git clone git://github.com/kennethreitz/wordpress-skeleton.git .  
+git submodule init  
+git submodule update
+
+ +

Usage

+ +

If you use my WordPress skeleton, please contact Kenneth Reitz. +Suggestions / comments are welcome.

+ +

SEE ALSO

+ +

wordpress-theme-skeleton(1)

-

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: -

$ git clone git://github.com/kennethreitz/wordpress-skeleton
-

+
    +
  1. +
  2. April 2010
  3. +
  4. wordpress-skeleton(1)
  5. +
- - -
- - +
diff --git a/man/wordpress-skeleton.1.ron b/man/wordpress-skeleton.1.ron new file mode 100644 index 0000000..df2c050 --- /dev/null +++ b/man/wordpress-skeleton.1.ron @@ -0,0 +1,27 @@ +wordpress-skeleton(1) -- stop repeating yourself +============================================== + +## Synopsis + +Hi, I'm Kenneth Reitz. I make WordPress websites for businesses and organizations. +WordPress is a fantastic CMS solution. However, every time I go to use it, I have to configure it. +I always start off with the same configuration. I always install the same plugins. I always start off with the same theme. +Now I can take it with me, and you can too. + + +## Installation + + cd httpdocs + git clone git://github.com/kennethreitz/wordpress-skeleton.git . + git submodule init + git submodule update + +## Usage + +If you use my WordPress skeleton, please contact Kenneth Reitz. +Suggestions / comments are welcome. + + +## SEE ALSO + +wordpress-theme-skeleton(1) \ No newline at end of file