[geeklog-cvs] Geeklog-1.x/public_html/docs theme.html,1.91,1.92

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 31 03:21:54 EDT 2008


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

Modified Files:
	theme.html 
Log Message:
Fixed names of the story template files (Thanks, Markus)


Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** theme.html	10 Aug 2008 11:01:58 -0000	1.91
--- theme.html	31 Aug 2008 07:21:51 -0000	1.92
***************
*** 23,58 ****
  
  <p>First, copy an existing theme that is most similar to what you want to
! implement (if one exists). If what you will do is radically different (and
! we hope so!) then copying any one will do. Copy the existing theme to the
! name you want your theme to have (please, <em>no</em> spaces in the theme name):
  
! <p><kbd>cp -R /path/to/geeklog/public_html/layout/professional /path/to/geeklog/public_html/layout/My_Theme_Name_No_Spaces</kbd>
  
! <p>Change into your new theme directory:
  
! <p><kbd>cd /path/to/geeklog/public_html/layout/My_Theme_Name_No_Spaces</kbd>
  
  <p>Now edit the templates to suit your needs. Keep in mind that templates,
  generally are partial HTML files. The directory you just created holds ALL
  templates Geeklog needs but you will only need to modify a small few to
! make a huge impact on the look.
  
  <p>In particular these are the templates you will undoubtedly want to
! change:
  
  <ul>
! <li>header.thtml
! <li>footer.thtml
! <li>blockheader.thtml
! <li>blockfooter.thtml
! <li>storybody.thtml
! <li>storybodytext.thtml
! <li>featuredstorybody.thtml
! <li>featuredstorybodytext.thtml
! <li>archivestorybody.thtml
! <li>archivestorybodytext.thtml
! <li>style.css
  </ul>
  
  <h3><a name="how-themes-work">How themes work</a></h3>
  
--- 23,59 ----
  
  <p>First, copy an existing theme that is most similar to what you want to
! implement (if one exists). If what you will do is radically different (and we
! hope so!) then copying any one will do. Copy the existing theme to the name you
! want your theme to have (please, <em>no</em> spaces in the theme name):</p>
  
! <p><kbd>cp -R /path/to/geeklog/public_html/layout/professional /path/to/geeklog/public_html/layout/My_Theme_Name_No_Spaces</kbd></p>
  
! <p>Change into your new theme directory:</p>
  
! <p><kbd>cd /path/to/geeklog/public_html/layout/My_Theme_Name_No_Spaces</kbd></p>
  
  <p>Now edit the templates to suit your needs. Keep in mind that templates,
  generally are partial HTML files. The directory you just created holds ALL
  templates Geeklog needs but you will only need to modify a small few to
! make a huge impact on the look.</p>
  
  <p>In particular these are the templates you will undoubtedly want to
! change:</p>
  
  <ul>
! <li>header.thtml</li>
! <li>footer.thtml</li>
! <li>blockheader.thtml</li>
! <li>blockfooter.thtml</li>
! <li>storytext.thtml</li>
! <li>storybodytext.thtml</li>
! <li>featuredstorytext.thtml</li>
! <li>featuredstorybodytext.thtml</li>
! <li>archivestorytext.thtml</li>
! <li>archivestorybodytext.thtml</li>
! <li>style.css</li>
  </ul>
  
+ 
  <h3><a name="how-themes-work">How themes work</a></h3>
  
***************
*** 107,111 ****
  /path/to/geeklog/system/classes/template.class.php to see how it is
  implemented. Even with this knowledge it may not be clear which templates
! are used in conjunction with one another (i.e. <tt>storybody.thtml</tt> and
  <tt>storybodytext.thtml</tt> together make up the complete format of a
  <em>single</em>
--- 108,112 ----
  /path/to/geeklog/system/classes/template.class.php to see how it is
  implemented. Even with this knowledge it may not be clear which templates
! are used in conjunction with one another (i.e. <tt>storytext.thtml</tt> and
  <tt>storybodytext.thtml</tt> together make up the complete format of a
  <em>single</em>




More information about the geeklog-cvs mailing list