From 7ecd8259dcfedd6a4a12a148ee409b0faddd856c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 13 Jan 2002 22:11:12 +0000 Subject: [PATCH] updates --- public_html/html/contact.php | 32 ++++++++++ public_html/html/contribute.php | 41 +++++++++++++ public_html/html/docs.php | 14 ++++- public_html/html/download.php | 54 +++++++++++++++++ public_html/html/faq.php | 22 ++++++- public_html/html/help.php | 67 +++++++++++++++++++++ public_html/html/links.php | 42 +++++++++++++ public_html/html/lists.php | 37 ------------ public_html/html/news.php | 2 +- public_html/html/servers.php | 101 ++++++++++++++++++++++++++++++++ public_html/index.php | 70 ++++++++++++---------- 11 files changed, 410 insertions(+), 72 deletions(-) create mode 100644 public_html/html/contact.php create mode 100644 public_html/html/help.php create mode 100644 public_html/html/links.php create mode 100644 public_html/html/servers.php diff --git a/public_html/html/contact.php b/public_html/html/contact.php new file mode 100644 index 00000000..bb2903a4 --- /dev/null +++ b/public_html/html/contact.php @@ -0,0 +1,32 @@ + 
+Contact Us +
 
+You can contact us via email using the following email addresses. If you +have questions or you need help with SILC we suggest reading the SILC FAQ first. Development related +questions can also be sent to the +silc-devel mailing list. + +
 
+Contact Us at info@silcnet.org +
 
+If you have generic questions or comments about SILC you can contact us at +info@silcnet.org. + +
 
+Server Linking Requests at server-links@silcnet.org +
 
+If you are SILC server administrator and would like to get your server +linked to the SILC Network, you can send your request for linking at + +server-links@silcnet.org. Be sure to tell us about your server in the +email. Also, it would be nice if you already have existing user base in +your server. + +
 
+Contact Webmaster at webmaster@silcnet.org +
 
+You can reach our webmaster at webmaster@silcnet.org address. If you +have a comment about our web site, questions or suggestions to it you can +email them to the webmaster. diff --git a/public_html/html/contribute.php b/public_html/html/contribute.php index d05558ac..d6992df0 100644 --- a/public_html/html/contribute.php +++ b/public_html/html/contribute.php @@ -20,6 +20,47 @@ described in that document. There is anonymous CVS acccess for those who want to participate the development process. See the CVS page. +
 
 
+Submitting Patches to Mailing List +
 
+Please follow these instructions when you are submitting a patch to the +silc-devel mailing list. + +
 
+ + + + + + + + + +
- +Use the unified output format for the diff (diff -u) +
- +Use diff, not cvs diff +
- +Send the patch to the mailing list, and add those people that should know +about it on CC: +
- +Submit ready patches. If they are not ready then sending them to +people who are involved in the development is preferred. The patch might +face several round trips so sending patches which are ready is preffered +
- +Include the patch in the body of the email or attach it +
- +Send separate patches for every bugfix or feature +
- +If you think that your work is benefical to the development of the +SILC and would like to be listed in the CREDITS file in SILC packages, you +can submit patches for the CREDITS file too. Nobody will be added there +without a patch, this way those who don't want to see their name there +won't get there +
- +Do not submit bugs ;) +
+
 
Support
 
diff --git a/public_html/html/docs.php b/public_html/html/docs.php index 2014a9b0..0344e44b 100644 --- a/public_html/html/docs.php +++ b/public_html/html/docs.php @@ -3,8 +3,6 @@
 
README file from packages: README -
-Coding Style in SILC source tree: CodingStyle
 
Software manual: Coming later @@ -35,6 +33,16 @@ include references to all interfaces.
 
 
+Coding Conventions +
 
+If you would like to submit code to the SILC Project we would like you to +first check out these coding conventions. They are here for the benefit +of all who read the code and is involved in the development of the SILC. +
 
+CodingStyle + +
 
 
+ SILC Protocol Documentation
 
@@ -55,7 +63,7 @@ reading the protocol specifications. SILC Protocol Internet Drafts
 
SILC Protocol is documented and four Internet Drafts exist. These -Internet Drafts are also available from +Internet Drafts are also available from the IETF.
 
diff --git a/public_html/html/download.php b/public_html/html/download.php index de6799da..4d0485d5 100644 --- a/public_html/html/download.php +++ b/public_html/html/download.php @@ -58,6 +58,15 @@ client. The package includes the new Irssi-SILC client. FTP MD5 + +  Sources +  deb-src (release notes) + + kB  + HTTP + FTP + _i386.changes" class="normal">MD5 +  Sources  NetBSD pkgsrc @@ -67,6 +76,15 @@ client. The package includes the new Irssi-SILC client. FTP MD5 + +  Sources +  OpenBSD ports + + kB  + HTTP + FTP + MD5 +  Binaries  RPM GNU/Linux i386 (release notes) @@ -76,6 +94,15 @@ client. The package includes the new Irssi-SILC client. FTP MD5 + +  Binaries +  Debian GNU/Linux i386 (release notes) + + kB  + _i386.deb" class="normal">HTTP + _i386.deb" class="normal">FTP + _i386.changes" class="normal">MD5 +  Binaries  PKG Solaris 8 SPARC @@ -156,6 +183,15 @@ contact me now. FTP MD5 + +  Sources +  deb-src (release notes) + + kB  + HTTP + FTP + _i386.changes" class="normal">MD5 +  Sources  NetBSD pkgsrc @@ -165,6 +201,15 @@ contact me now. FTP MD5 + +  Sources +  OpenBSD ports + + kB  + HTTP + FTP + MD5 +  Binaries  RPM GNU/Linux i386 (release notes) @@ -174,6 +219,15 @@ contact me now. FTP MD5 + +  Binaries +  Debian GNU/Linux i386 (release notes) + + kB  + _i386.deb" class="normal">HTTP + _i386.deb" class="normal">FTP + _i386.changes" class="normal">MD5 +  
diff --git a/public_html/html/faq.php b/public_html/html/faq.php index 54059956..8422d66a 100644 --- a/public_html/html/faq.php +++ b/public_html/html/faq.php @@ -108,7 +108,9 @@      4.6 Why SILC server runs on privileged port 706?
     -4.7 I see [Unknown] in the log file, what does it mean? +4.7 I see [Unknown] in the log file, what does it mean?
+      +4.8 How can I generate a new server key pair?
 
5. Toolkit Questions
@@ -744,6 +746,24 @@ whether the connection was a client, server or router. There will appear point.
 
+ +Q: How can I generate a new server key pair?
+A: You can generate a new key pair using the silcd command with the -C +option. When SILC Server is installed a key pair is generated +automatically for you. However, it is suggested that you check the +information found in that key and generate a new key pair if the +information is incorrect. You can check the information of your public +key by giving command: silc -S file.pub. +
 
+If you want to generate a new key pair then you can give for example +command: +silcd -C . --identifier="UN=silc-oper, HN=silc.silcnet.org, RN=SILC Router +Admin, E=silc-oper@silcnet.org, O=SILC Project, C=SK". This will +create the key pair to current directory, with the specified identifier. +Please, give the --help option to the silcd to see usage help for the -C +and --identifier options. +
 
+
5. Toolkit Questions
 
diff --git a/public_html/html/help.php b/public_html/html/help.php new file mode 100644 index 00000000..a638794b --- /dev/null +++ b/public_html/html/help.php @@ -0,0 +1,67 @@ + 
+Need Help? +
 
+Are you confused with SILC? Don't quite know where to get some more +information? If you answer Yes, then this is the door you're looking for. +This page includes introduction to the help resources for SILC Network. +There are many places where you can get more information and help +regarding SILC in general, using SILC Network, developing SILC and much +more. + +
 
 
+Getting Started with SILC +
 
+The very first thing you need to do to get online with SILC is to download +the SILC client. Go to the download +page, and download the latest client. There are several binary +packages available if you do not want to compile the client by yourself. +After you have your very own SILC client downloaded then locate the SILC +server nearest to you. Please see our server list, for all servers in the SILC Network. You +can also directly connect to the silc.silcnet.org server if you like. +
 
+You most likely have questions about SILC after you start using it. The +best place to look for questions and answers is the SILC FAQ. Please read it before you +start asking more questions. + +
 
 
+Getting Help Online +
 
+The best and quickest way to get assistance is to get online on SILC +Network. If you have questions, or just want to chat about SILC you can +join the #silc channel. This friendly +channel includes people who are interested in SILC and ready to answer +questions assuming they know the answers. +
 
+Give the command /join #silc to join the +channel. Please introduce yourself before asking the question, and wait +patiently for your answer. + +
 
 
+Getting Help On This Website +
 
+Reading documentation on SILC is also a good way to learn about SILC. See +the documentation available in the documentation page for more information. + +
 
 
+Getting Help via Mailing Lists +
 
+There is currently one mailing list called silc-devel. This is +general purpose mailing list that includes conversation on SILC +development, announcements of new releases and provides help for anyone +who ask questions. You can subscribe to the mailist list on the lists page, and read the archives of +the mailing list at silc-devel archives. You can send email to the mailing +list by sending it to +silc-devel@lists.sourceforge.net email address. + +
 
+Before you go ahead and start sending questions there is a nice document +about How To Ask Questions The Smart Way by Eric S. Raymond, +a document you may want to read. diff --git a/public_html/html/links.php b/public_html/html/links.php new file mode 100644 index 00000000..4129360b --- /dev/null +++ b/public_html/html/links.php @@ -0,0 +1,42 @@ + 
+Links +
 
+List of links related to Secure Internet Live Conferencing protocol, +security or just otherwise related. If you have a link that should be +listed here please send email to webmaster@silcnet.org. + +
 
 
+Other SILC Networks +
 
+- www.so36.net, has a +small SILC network available for free use + +
 
 
+Other Chat Protocols +
 
+- www.irc.org, a centre +for Internet Relay Chat protocol
+- jabber.org, Open Source +Instant Messaging protocol using XML
+- www.gale.org, Another +Open Source Instant Messaging protocol + +
 
 
+Organizations +
 
+- www.ietf.org, +Internet Engineering Task Force
+- www.iana.org, +Internet Assigned Numbers Authority
+- www.iacr.org, +International Association for Cryptologic Research + +
 
 
+Security & Cryptography +
 
+- Cryptography +A-2-Z, a comprehensive introduction to cryptography
+- +The Hand Book of Applied Cryptography, Free Edition of the book that +deals with cryptography, and is mathematically oriented diff --git a/public_html/html/lists.php b/public_html/html/lists.php index 699aa4fa..498afd32 100644 --- a/public_html/html/lists.php +++ b/public_html/html/lists.php @@ -52,40 +52,3 @@ You can also use the following link to do the unsubscribing if you want: unsubscribe from silc-devel
 
- -Basic instructions for submitting patches -
 
- - - - - - - - - - -
- -use the unified output format for the diff (diff -u) -
- -use diff, not cvs diff -
- -send the patch to the mailing list, and add those people that should know -about it on CC: -
- -submit ready patches. if they are not ready then sending them to -people who are involved in the development is preferred. the patch might face -several round trips so sending patches which are ready is preffered -
- -include the patch in the body of the email or attach it -
- -send separate patches for every bugfix or feature -
- -if you think that your work is benefical to the development of the -SILC and would like to be listed in the CREDITS file in SILC packages, you -can submit patches for the CREDITS file too. Nobody will be added there -without a patch, this way those who don't want to see their name there won't -get there -
- -do not submit bugs ;) -
diff --git a/public_html/html/news.php b/public_html/html/news.php index 310aac1a..e04b61ed 100644 --- a/public_html/html/news.php +++ b/public_html/html/news.php @@ -72,7 +72,7 @@ want to try out one of following servers: - silc.ytti.fi (Finland)
- silc.peelo.com (Finland)
- silc.debolaz.com (Norway)
-- silc.highertechnology.com (USA)
+- s.slash0.net (USA)
- silc.silcnet.org on port 707
 
diff --git a/public_html/html/servers.php b/public_html/html/servers.php new file mode 100644 index 00000000..e30b2b0b --- /dev/null +++ b/public_html/html/servers.php @@ -0,0 +1,101 @@ + 
+SILC Servers +
 
+Please refer to this SILC Servers list when you find the nearest server to +you. You can also check the particular server's public key here. When +you connect to a server for the very first time you will be prompted to +accept the server's public key. You can then come here and verify the key +here. +
 
+To connect to a server give the command /server +servername. + +
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RouterServerPortCountryOperPublic KeyURL
 silc.silcnet.org 706Slovakiapekkapublic keyN/A
  silc.ytti.fi706FinlandyttiN/AN/A
  silc.peelo.com706FinlandToniN/AN/A
  silc.debolaz.com706NorwayDebolazN/AN/A
  s.slash0.net706USAnextN/AN/A
  silc.silcnet.org707Slovakiapekkapublic keyN/A
+ + + + + +
+
 
 
+Linking to SILC Network +
 
+Would you like to link your server to the SILC Network? Please contact us +at +server-links@silcnet.org, and tell us about your server. It would be +nice if you already have existing user base in your server. + +
+ diff --git a/public_html/index.php b/public_html/index.php index 0bcd03e8..c32506e1 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -31,8 +31,8 @@ // // Read neccessary stuff if accessible - if (Is_Readable("config.php")) include("config.php"); - if (Is_Readable("mirror.php")) include("mirror.php"); + if (@Is_Readable("config.php")) include("config.php"); + if (@Is_Readable("mirror.php")) include("mirror.php"); ?> @@ -70,11 +70,11 @@ // find out release dates from release archive files $Date_Toolkit = date("l dS of F Y H:i:s", - filemtime("download/silc-toolkit-".$Latest_Toolkit.".tar.gz")); + filemtime("download/toolkit/sources/silc-toolkit-".$Latest_Toolkit.".tar.gz")); $Date_Client = date("l dS of F Y H:i:s", - filemtime("download/silc-client-".$Latest_Client.".tar.gz")); + filemtime("download/client/sources/silc-client-".$Latest_Client.".tar.gz")); $Date_Server = date("l dS of F Y H:i:s", - filemtime("download/silc-server-".$Latest_Server.".tar.gz")); + filemtime("download/server/sources/silc-server-".$Latest_Server.".tar.gz")); // remove possibly dangerous characters, only alphanumerical characters are passed function Filter($input) { @@ -87,7 +87,7 @@ } $pass = 0; - if (Is_Readable("html/".Filter($page).".php")) { + if (@Is_Readable("html/".Filter($page).".php")) { echo $page; $pass = 1; } @@ -104,43 +104,50 @@ -
+ - - - + -
+
+
"> + ">
"; echo ""; @@ -178,7 +188,7 @@
- + webpage by salo at silcnet.org |