Chris Browne cbbrowne at lists.slony.info
Wed Jan 31 09:42:03 PST 2007
Update of /home/cvsd/slony1/slony1-www
In directory main:/tmp/cvs-serv23925

Modified Files:
	admin.html 
Log Message:
Added some notes on how the web site is set up.


Index: admin.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/admin.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** admin.html	30 Jan 2007 19:37:54 -0000	1.4
--- admin.html	31 Jan 2007 17:42:01 -0000	1.5
***************
*** 214,217 ****
--- 214,260 ----
            that they newly add.</p>
  
+           <h1>Editing the Web Site</h1>
+ 
+           <p>Niels Breet has set things up where there is a pair of
+           central PHP scripts, <tt>index.php</tt>, and
+           <tt>layout.php</tt>, which control rendering of the
+           site.</p>
+ 
+           <p>Web site <i>content</i> resides in the
+           <tt>content</tt> directory as a set of <tt>.txt</tt>
+           files.</p>
+ 
+           <p>These pages consist of some lightly formatted
+           material:</p>
+ 
+           <ul>
+             <li>There is a "title" on the first line;</li>
+ 
+             <li>There is a line consisting of "#", marking a
+             barrier between title and other material;</li>
+ 
+             <li>Following that barrier is a set of HTML text that
+             will be rendered as the body of the web page</li>
+           </ul>
+ 
+           <p>There are also some pages that consist of
+           lightly-formatted news material, such as
+           <tt>news.txt</tt>. This file consists of a set of news
+           items, formatted thus:</p>
+ 
+           <ul>
+             <li>A line consisting of "---"</li>
+ 
+             <li>A title for the item</li>
+ 
+             <li>A URL for that title to point at (<i>e.g.</i> - if
+             you click on the title, you head to the URL)</li>
+ 
+             <li>A possibly-multi-line chunk of HTML to describe the
+             piece of news.</li>
+ 
+             <li>A line consisting of "---"</li>
+           </ul>
+ 
            <address>
              <a href="mailto:cbbrowne at ca.afilias.info">Christopher
***************
*** 219,223 ****
            </address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
            <!-- hhmts start -->
!           Last modified: Tue Jan 30 14:37:16 EST 2007 
            <!-- hhmts end -->
          </td>
--- 262,266 ----
            </address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
            <!-- hhmts start -->
!           Last modified: Wed Jan 31 12:41:19 EST 2007 
            <!-- hhmts end -->
          </td>




More information about the Slony1-commit mailing list