updates
authorPekka Riikonen <priikone@silcnet.org>
Mon, 26 Feb 2001 20:27:35 +0000 (20:27 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 26 Feb 2001 20:27:35 +0000 (20:27 +0000)
public_html/about.html
public_html/contribute.html
public_html/cvs.html
public_html/docs.html
public_html/faq.html
public_html/features.html
public_html/history.html
public_html/lists.html

index d0e22c3a270d656498e301088d0e44c39f3c1ed9..db24ebe50027b0020cd92bf8dadb1ab3071f7245 100644 (file)
@@ -9,8 +9,8 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif">
 <p>
+<h2>About SILC</h2>
 <font size=4>
-<h1>About SILC</h1>
 <p>
 SILC (Secure Internet Live Conferencing) is a protocol which provides
 secure conferencing services in the Internet over insecure channel.
@@ -66,8 +66,10 @@ Protocol specification of SILC protocol is available for
 anyone to look at. There exists three Internet Drafts that has been
 submitted to <a href="http://www.ietf.org">IETF</a>. 
 See <a href="docs.html">documentation page</a> for more information.
+
+</font>
 <p>
-<h1>Contact</h1>
+<h2>Contact</h2>
 <p>
 Feedback and comments are welcome.  You can reach me in the following
 Address. 
index b667d580e63adb3158ac28b1a44f57e127618d2e..30f403ff10e2ebd641aa2b79f8dce999fc912c73 100644 (file)
@@ -9,8 +9,8 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif"> 
 <p>
+<h2>Contributing</h2>
 <font size=4>
-<h1>Contributing</h1>
 <p>
 Developers are needed in SILC project.  Everyone who has the time and
 ability is welcome to come and join the project.  We need C coders,
index e9e92a08629759b2735b91bf2c1f10628d77c562..fdaf035ea6606a1a6c47016a07fdf78818d72d7d 100644 (file)
@@ -9,9 +9,9 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif"> 
 <p>
-<font size=4>
 <h1>Anonymous CVS Access</h1>
 <p>
+<font size=4>
 Anonymous CVS access is now available to SILC CVS repository. The
 repository includes everything related to SILC project; source codes,
 documentation and even these web pages. The CVS access is of course public
@@ -25,8 +25,10 @@ thus you cannot expect that the source tree would work or even compile.
 While it is our intention that the trunk would always at least compile
 there might be situations when it will not.
 
+</font>
 <p><br>
-<h1>Browsing the Source Tree</h1>
+<h2>Browsing the Source Tree</h2>
+<font size=4>
 <p>
 If you want to browse the source tree using web browser before checking
 out the tree with CVS use following link:
@@ -38,8 +40,10 @@ Note that this is not real-time access to the CVS repository. It is
 updated once a day. If you want real-time access then checkout the CVS
 repository.
 
+</font>
 <p><br>
-<h1>Howto Checkout The Source Tree</h1>
+<h2>Howto Checkout The Source Tree</h2>
+<font size=4>
 <p>
 The repository can be checked out by using anonymous pserver with CVS.
 <p>
@@ -86,8 +90,9 @@ directory named silc. SILC CVS repository currently does not have any
 branches thus this will check out the trunk. The size of the trunk is
 currently about 11 MB but will grow in the future.
 
+</font>
 <p><br>
-<h1>What SILC Source Tree Includes</h1>
+<h2>What SILC Source Tree Includes</h2>
 <p>
 SILC Source tree includes a lot more stuff that appears in public
 distribution.  The source tree includes, for example, internal scripts,
@@ -129,21 +134,22 @@ Following directories currently exist in SILC source tree.
         never appear in public distribution, such as, configuration files.
 </pre>
 
-<font size=4>
 
+</font>
 <p><br>
-<h1>Howto Compile SILC Source Tree</h1>
+<h2>Howto Compile SILC Source Tree</h2>
+<font size=4>
 <p>
 After checkout from CVS the SILC source tree must be prepared for 
 configuration and compilation.  To compile the source three, give,
 <p>
-<font size=3>
 <pre>
+<font size=3>
        ./prepare
        ./configure --enable-debug
        make
+</font>
 </pre>
-<font size=4>
 
 The ./prepare script is included in to the source tree and it never
 appears in public distribution.  The script prepares the source tree
@@ -160,30 +166,34 @@ SILC_LOG_DEBUG* scripts.  Warning is due here:  The debugging produced
 by both cilent and server is very heavy, thus it is common to test
 the programs as follows:
 <p>
-<font size=3>
 <pre>
-       ./silc -f configfile 2>log
-       ./silcd -f configfile 2>log
+<font size=3>
+       ./silc -d -f configfile 2>log
+       ./silcd -d -f configfile 2>log
+</font>
 </pre>
-<font size=4>
 
+</font>
 <p><br>
-<h1>Howto Clean SILC Source Tree</h1>
+<h2>Howto Clean SILC Source Tree</h2>
+<font size=4>
 <p>
 To entirely clear the source tree to the state after it was checked out
 from CVS, give,
-<font size=3>
 <pre>
+<font size=3>
        ./prepare-clean
+</font>
 </pre>
-<font size=4>
 
 This calls `make distclean' plus removes automatically generated files
 by hand.  It also removes *.log files. However, it will not remove
 any other files you might have created.
 
+</font>
 <p><br>
-<h1>Makefiles and configuration files</h1>
+<h2>Makefiles and configuration files</h2>
+<font size=4>
 <p>
 Developers should never directly write a Makefile.  All Makefiles are
 always automatically generated by ./prepare and later by ./configure
index 4d640bfbd83bd11c51972ba29527ade34b0f6e13..5921455e48ea85a1f42a5973c9c93bb4e63a5254 100644 (file)
@@ -9,8 +9,8 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif"> 
 <p>
+<h2>SILC Documentation</h2>
 <font size=4>
-<h1>SILC Documentation</h1>
 <p>
 Currently the SILC documentation is under work and the software does not
 have that much of a documentation.
@@ -21,13 +21,19 @@ Coding Style in SILC source tree: <a href="docs/CodingStyle">CodingStyle</a>
 <p>
 [Coming later: Software manual, SILC Library Reference manual]
 
+</font>
 <p><br>
-<h1>SILC Protocol Internet Drafts</h1>
+<h2>SILC Protocol Internet Drafts</h2>
 <p>
+<font size=4>
 SILC Protocol is documented and three Internet Drafts exists. These 
 Internet Drafts are also available from 
 <a href="http://www.ietf.org">IETF</a>.
 <p>
+<b>Note: These drafts are already pretty much outdated.  If you really need
+to know what is happening in the protocol designing I suggest checking out
+the drafts from the CVS.  They are updated constantly.</b>
+<p>
 <li>Secure Internet Live Conferencing (SILC), Protocol Specification
 <p>
 Abstract
index 109e3358614f5b9185e6e1309d48b51e61e72185..d6541c78d5b0dc9130cc39a563758d732b31cb01 100644 (file)
@@ -9,8 +9,8 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif"> 
 <p>
+<h2>Frequently Asked Questions</h2>
 <font size=4>
-<h1>Frequently Asked Questions</h1>
 <p>
 <i>Q: What is SILC?</i><br>
 A: SILC (Secure Internet Live Conferencing) is a protocol which provides
index b418cecdeacc1fe64bbb5166c0dab3f33f892654..62e856e36b228eaabe480fba34f909e6fd0b4034 100644 (file)
@@ -19,7 +19,7 @@ Features to be included into the final release of SILC.
 <li>Normal conferencing services such as private messages, channels,
    channel messages, etc.  All traffic is secured and authenticated.
 <p>
-<li>No unique nicknames.  There can be same nicknames in SILC without
+<li>No unique nicknames.  There can same nicknames in SILC without
    collisions.  SILC has unique Client ID's, Server ID's and Channel ID's
    to assure that there are no collisions.
 <p>
index ef82601fcc69282620e424c61b9ec2f2a37a729d..f36c891938b32cdf3e43eca33afc91f9f88431d9 100644 (file)
@@ -9,8 +9,8 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif">
 <p>
+<h2>History</h2>
 <font size=4>
-<h1>History</h1>
 <p>
 Even though SILC were released in summer 2000 to the public the idea and
 the protocol itself is quite old.  I got the idea about SILC in its
index dd3c2abe3dc7dda93da18b0625d60050cdd6e8bd..e6c864c6312cdbbbc6488a9b413bf9b88e4eb04b 100644 (file)
@@ -9,8 +9,8 @@ align=center>
 <td>
 <font face="Arial,Helvetica,Sans-serif"> 
 <p>
+<h2>Public SILC Mailing Lists</h2>
 <font size=4>
-<h1>Public SILC Mailing Lists</h1>
 <p>
 <font size=2>Available since: Sat Jul 22 17:23:48 EEST 2000
 <p>