diff -c mandigo-1.25/README.txt mandigo-1.26/README.txt *** mandigo-1.25/README.txt 2007-08-13 17:37:58.000000000 -0400 --- mandigo-1.26/README.txt 2007-09-23 14:51:28.000000000 -0400 *************** *** 27,32 **** --- 27,33 ---- Customize the theme at will, but please do not modify the credits in the footer. + === INSTALLATION ======================================================================= To add Mandigo to your WordPress installation, follow these basic steps: *************** *** 41,46 **** --- 42,48 ---- 6. Select the Presentation subpanel and click on the Mandigo screenshot. + === SHOW YOUR SUPPORT ================================================================== If you enjoy this theme, please consider doing some (all) of the following things: *************** *** 59,65 **** Thank you for choosing Mandigo! ! === WIDGETS SUPPORT===================================================================== Mandigo supports up to four widgets bars: two on the sides, one at the top and one at the bottom. The sidebars can be displayed on either side of the reading area. The --- 61,68 ---- Thank you for choosing Mandigo! ! ! === WIDGETS SUPPORT ==================================================================== Mandigo supports up to four widgets bars: two on the sides, one at the top and one at the bottom. The sidebars can be displayed on either side of the reading area. The *************** *** 70,75 **** --- 73,79 ---- them here: http://automattic.com/code/widgets/ + === HEADER IMAGES ====================================================================== ** Replacing Default Header Images *************** *** 115,145 **** images/headers/ folder. Valid file types are JPG, GIF, PNG and BMP. === IMAGES IN POSTS ==================================================================== ! Text is set to wrap around images by default. However, if you want to override this ! behabiour, there's an option ("Do not wrap text around images") to disable it. If you want text to be wrapped around images but have problems with short paragraphs messing up your posts, try adding the "clear" class to your p tag, i.e.
. If you don't use
s, adding
between paragraphs
will do the trick as well.
! If you want to have an image float to the right, simply add the "alignright" class to it
! If you want to center an image, use the "centered" class, but this will only work with
! non-floating images, i.e. the kind around which text does not wrap.
If you want text to wrap around SOME images, let text wrapping enabled, and add
class="nowrap" to the img tags around which you don't want text to wrap, i.e.
. Adding this class to a block container will make all its child
images inherit this behaviour (useful for galleries).
Images in posts are surrounded by a border by default. While it is possible to disable
them throughout the theme using the appropriate option, you can also override this
behaviour on certain images by adding the "noborder" class to the img tag.
=== SEO OPTIONS ========================================================================
** Custom
. If you don't use
s, adding
between paragraphs
will do the trick as well.
! If you want to have an image float to the right, simply give it the "alignright" class,
! i.e.
! If you want to center an image, use the "centered" class instead, but this will only
! work with non-floating images, i.e. the kind around which text does not wrap.
If you want text to wrap around SOME images, let text wrapping enabled, and add
class="nowrap" to the img tags around which you don't want text to wrap, i.e.
. Adding this class to a block container will make all its child
images inherit this behaviour (useful for galleries).
+ ** Border:
Images in posts are surrounded by a border by default. While it is possible to disable
them throughout the theme using the appropriate option, you can also override this
behaviour on certain images by adding the "noborder" class to the img tag.
+
+ === COLOR SCHEMES ======================================================================
+
+ Mandigo comes with seven different schemes which files can be found in the schemes/
+ directory: blue, green, orange, pink, purple, red & teal.
+
+ The new schemes structure in version 1.26 allows for new schemes to be added.
+
+ schemes
+ `-- name # scheme name (eg. blue, green, ...)
+ |-- images
+ | |-- cal_bg.jpg # gradient behind date stamps
+ | |-- comments.gif # comments icon
+ | |-- edit.gif # edit icon
+ | |-- head-1024.jpg # header image for 1024px
+ | |-- head.jpg # header image for 800px
+ | |-- rss_l.gif # large rss icon
+ | |-- rss_l_hover.gif # large rss icon for rollover
+ | |-- rss_s.gif # small rss icon
+ | |-- search.gif # search icon
+ | |-- search_hover.gif # search icon for rollover
+ | `-- star.gif # widget bullet
+ |-- preview.jpg # preview for the Theme Options page
+ `-- style.css # style, colors
+
+
+ If you want to create your own scheme, the easiets way is to make a copy of one of the
+ default schemes, give the directory the desired name, and then replace the files with
+ your own.
+
+ All schemes detected by Mandigo (those for which style.css exists) will automatically
+ appear on the Theme Options page, so they will also be included in the pool for the
+ random scheme switching feature. This also allows for some schemes to be excluded from
+ the random switching (delete the folder in schemes/ or rename its style.css).
+
+ ** Upgrading from a pre-1.26 version:
+ If you are upgrading from a previous version and you had made modifications to either
+ a scheme stylesheet (eg. blue.css) or you had overwritten some of the default images,
+ make sure you move these files to new appropriate directories. My advice would be to
+ create a new scheme, even if yours is only slightly different from the default one, as
+ this will make future upgrades even easier.
+
+ Once your blog/site looks the same as it used to, we can safely delete these files/dirs:
+ - stylesheets: blue.css, green.css, orange.css, pink.css, purple.css, read.css, teal.css
+ - thumbnails: scheme-*.jpg
+ - images sub-directories: images/blue/, images/green/, images/orange/, images/pink/,
+ images/purple/, images/red/, images/teal/
+
+
+
=== SEO OPTIONS ========================================================================
** Custom
!
.
!
.