[geeklog-cvs] Geeklog-1.x/public_html/docs history, 1.615, 1.616 theme.html, 1.73, 1.74

Dirk Haun dhaun at qs1489.pair.com
Thu Apr 24 04:52:14 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/docs
In directory qs1489.pair.com:/tmp/cvs-serv93683

Modified Files:
	history theme.html 
Log Message:
Added notes on XHTML compliance


Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** theme.html	19 Apr 2008 15:14:42 -0000	1.73
--- theme.html	24 Apr 2008 08:52:11 -0000	1.74
***************
*** 173,178 ****
  
  <h2><a name="changes">Theme changes in Geeklog 1.5.0</a></h2>
  <h3>"Contribute" - User submitted stories</h3>
! <p>Geeklog 1.4.1 supports the ability for users to specify story intro text
    and body text seperately rather than just the intro text. This can be
  turned on and off by changing the templates. The files:</p>
--- 173,191 ----
  
  <h2><a name="changes">Theme changes in Geeklog 1.5.0</a></h2>
+ <h3>XHTML support</h3>
+ <p>Geeklog now supports XHTML compliant themes. These themes should define the
+ following constant in their <tt>functions.php</tt> file:</p>
+ <pre><code>define('XHTML', ' /');</code></pre>
+ <p>This will ensure that Geeklog switches to XHTML internally. If you want your
+ theme be working both as an HTML and an XHTML theme, you should use the
+ <code>{xhtml}</code> variable wherever XHTML requires a self-closing tag,
+ e.g. <code><br /></code> would be written as <code><br{xhtml}></code>. If you don't plan to use the theme for HTML, feel free to hard-code your
+ theme for XHTML only.</p>
+ <p><strong>Note:</strong> If you're using XHTML, it is your responsibility to
+ ensure that your site's content (stories, comments, etc.) is XHTML compliant.
+ Geeklog does <em>not</em> convert your content to XHTML.</p>
+ 
  <h3>"Contribute" - User submitted stories</h3>
! <p>Geeklog 1.5.0 supports the ability for users to specify story intro text
    and body text seperately rather than just the intro text. This can be
  turned on and off by changing the templates. The files:</p>

Index: history
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/history,v
retrieving revision 1.615
retrieving revision 1.616
diff -C2 -d -r1.615 -r1.616
*** history	20 Apr 2008 17:50:00 -0000	1.615
--- history	24 Apr 2008 08:52:11 -0000	1.616
***************
*** 133,136 ****
--- 133,137 ----
  - New Czech language file for the Calendar and Links plugins, provided
    by Ondrej Rusek
+ - New Danish language file for the Calendar plugin, provided by dirtyjensen
  - Updated Dutch language files, provided by Ronald Edelschaap
  - New Dutch language file for the Calendar plugin, provided by John van Gaal




More information about the geeklog-cvs mailing list