[geeklog-cvs] Geeklog-1.x/public_html/docs docstyle.css, 1.9, 1.10 theme.html, 1.86, 1.87

Dirk Haun dhaun at qs1489.pair.com
Sun Jul 13 14:08:51 EDT 2008


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

Modified Files:
	docstyle.css theme.html 
Log Message:
Documentation update


Index: docstyle.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/docstyle.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** docstyle.css	17 Jan 2007 06:02:42 -0000	1.9
--- docstyle.css	13 Jul 2008 18:08:49 -0000	1.10
***************
*** 89,93 ****
  .codeheader		{  font-family: Courier, "Courier New", monospace; }
  
- 
  a:link    { color: #2222FF; background: transparent; }
  a:visited { color: #2222FF; background: transparent; }
--- 89,92 ----
***************
*** 99,100 ****
--- 98,105 ----
  a[name]   { color: black; background: transparent; }
  
+ a.wikipedia {
+   text-decoration:none;
+   color:black;
+   border-bottom:1px dotted black;
+ }
+ 

Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** theme.html	4 Jul 2008 20:58:32 -0000	1.86
--- theme.html	13 Jul 2008 18:08:49 -0000	1.87
***************
*** 217,220 ****
--- 217,236 ----
  in your <tt>functions.php</tt> file.</p>
  
+ <h3>Other changes</h3>
+ 
+ <ul>
+ <li>In Geeklog 1.5.0, the behaviour of the variable <code>{page_title}</code>
+     changed so that it now only contains the actual page title or the site's
+     slogan (in earlier versions, it contained both the site's name and either
+     the page title or the site's slogan). This was done so that the combination
+     <code>{page_title}{page_site_splitter}{site_name}</code> could be used
+     to place the page title before the site's name for better <a
+     href="http://en.wikipedia.org/wiki/Search_engine_optimization"
+     class="wikipedia" title="Search Engine Optimization">SEO</a>. If you prefer
+     to have the site's name first on the index page and the page title first on
+     all other pages, you can now use the new variable
+     <code>{page_title_and_site_name}</code></li>
+ </ul>
+ 
  
  <h2><a name="changes150">Theme changes in Geeklog 1.5.0</a></h2>
***************
*** 441,446 ****
      </ul>
      This variable is supposed to be used by a plugin that implements <a
!     href="http://en.wikipedia.org/wiki/Captcha">CAPTCHA</a>s and will simply be
!     empty when no such plugin is installed.</li>
  </ul>
  
--- 457,462 ----
      </ul>
      This variable is supposed to be used by a plugin that implements <a
!     href="http://en.wikipedia.org/wiki/CAPTCHA" class="wikipedia">CAPTCHA</a>s
!     and will simply be empty when no such plugin is installed.</li>
  </ul>
  




More information about the geeklog-cvs mailing list