[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jabber-docs-dev
Subject:    [docs] cvs commit: docs.jabber.org/documents/users/faq faq.html faq.lyx faq.sgml faq.txt faq-1.html
From:       Eliot () lor ! jeremie ! com
Date:       1999-12-12 18:38:14
[Download RAW message or body]

Eliot       99/12/12 12:38:13

  Modified:    .        profile.php
               documents/developers documents.php
               documents/users/faq faq.html faq.lyx faq.sgml faq.txt
  Removed:     documents/users/faq faq-1.html faq-2.html faq-3.html
                        faq-4.html faq-5.html faq-6.html
  Log:
  - Updated FAQ
  - Removed stale FAQ-* files
  - Removed links to Protocol documents
  - Added link on main page to http://protocol.jabber.org
  
  Revision  Changes    Path
  1.3       +1 -1      docs.jabber.org/profile.php
  
  Index: profile.php
  ===================================================================
  RCS file: /home/cvs/docs.jabber.org/profile.php,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- profile.php	1999/09/21 23:08:26	1.2
  +++ profile.php	1999/12/12 18:38:13	1.3
  @@ -34,7 +34,7 @@
     $subsection_3_url = "documents/developers";
   
     // description //
  -  $subsection_3_desc = "Resources for Jabber Developers. We are attempting to \
cover all areas where a developer might need help - from the very first step into \
Jabber development (whether client related or server related) to the deep-dark \
internals of Jabber.";  +  $subsection_3_desc = "Resources for Jabber Developers. We \
are attempting to cover all areas where a developer might need help - from the very \
first step into Jabber development (whether client related or server related) to the \
deep-dark internals of Jabber.<BR><BR><B>Please note that protocol related documents \
have moved to <A HREF=\"http://protocol.jabber.org\">http://protocol.jabber.org</A>.</B>";
  
     // where oh where is your list? make sure it is in the same format as \
/templates/skeletons/documents.php3 //  $subsection_3_doc_list = \
"$subsection_3_url/documents.php";  
  
  
  1.6       +5 -14     docs.jabber.org/documents/developers/documents.php
  
  Index: documents.php
  ===================================================================
  RCS file: /home/cvs/docs.jabber.org/documents/developers/documents.php,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- documents.php	1999/11/02 22:27:22	1.5
  +++ documents.php	1999/12/12 18:38:13	1.6
  @@ -6,24 +6,15 @@
     // Don't worry if you screw everything up. You can find a nice brand-new copy at \
/templates/skeleton/documents.php3 //  
     // How many documents are there? - MUST BE SET TO SOMETHING (put 0 if there are \
                no documents) //
  -  $doc_number = 8;
  +  $doc_number = 5;
   
     // The following entries must coorispond to the number of documents and show up \
backwards in the HTML. I don't know how to do it otherwise.. //  
  -  $doc_desc_8 = "START HERE: Introduction/QuickStart";
  -  $doc_url_8 = "intro/";
  +  $doc_desc_5 = "START HERE: Introduction/QuickStart";
  +  $doc_url_5 = "intro/";
   
  -  $doc_desc_7 = "Architecture Overview";
  -  $doc_url_7 = "architecture/";
  -  
  -  $doc_desc_6 = "Identifiers";
  -  $doc_url_6 = "identity/";
  -  
  -  $doc_desc_5 = "XML Protocol";
  -  $doc_url_5 = "protocol/";
  -  
  -  $doc_desc_4 = "Client/Server Implementation";
  -  $doc_url_4 = "clientserver/";
  +  $doc_desc_4 = "Architecture Overview";
  +  $doc_url_4 = "architecture/";
   
     $doc_desc_3 = "Extension Proposals";
     $doc_url_3 = "proposals/";
  
  
  
  1.10      +13 -13    docs.jabber.org/documents/users/faq/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/docs.jabber.org/documents/users/faq/faq.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq.html	1999/10/07 15:02:10	1.9
  +++ faq.html	1999/12/12 18:38:13	1.10
  @@ -1,7 +1,7 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
   <HTML>
   <HEAD>
  - <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.7">
  + <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
    <TITLE>Frequently Asked Questions</TITLE>
   
   
  @@ -11,7 +11,7 @@
   
    
   <H2>Jabber Documentation Team
  - </H2>10/06/1999 - 0.9.6
  + </H2>12/12/1999 - 0.9.7
    
   <H2><A NAME="s1">1. General</A> </H2>
   
  @@ -103,7 +103,8 @@
   <H2>3.2 Will I need to have an account with (insert IM system here) and where will \
my info be stored? </H2>  
   <P>Yes, you will need to have an account with whatever protocol you wish to
  -communicate with. The server will store your information and your list of \
contacts.  +communicate with. The server will store your information and your list of \
contacts  +(Roster).
   <H2>3.3 How does Jabber relate to the IETF IMPP standardization efforts?  </H2>
   
   <P>The Core team has addressed this in a 
  @@ -112,25 +113,24 @@
   
   <H2>4.1 Is Jabber usable yet? </H2>
   
  -<P>Somewhat. At this point, version 0.6, only core developers are using the
  -system. We have still been roughing it out about what needs to be cleaned up
  -and refined (or added) in the core server before the next version (0.7). By
  -0.7 all the developers plan on using Jabber as their main IM system so that
  -we can squash as many bugs as possible.
  -<P>The 0.7 release is tentatively planned for release during mid to late September
  -1999, and will be fully modular, multi-threaded, and ready to deploy for end
  -users.
  +<P>Short answer: Yes. Long Answer: Server (and protocol) version 0.7 was a
  +major release for us as it allowed client authors to finally have a firm base
  +on which to begin development. Version 0.8 has added some fantastic new presence
  +support and fixed some nasty bugs we found in 0.7. So yes, the server is ready
  +to be used, but 1.0 is right around the corner - so why not just wait a bit?
  +Grab a copy of the latest server at 
  +<A HREF="http://download.jabber.org">http://download.jabber.org</A>.
   <H2>4.2 What platforms are clients being developed for? </H2>
   
   <P>
   <UL>
  -<LI>X Window (Linux)</LI>
  +<LI>X Window (GTK+, QT/KDE, TCL/TK)</LI>
   <LI>UNIX command line</LI>
   <LI>Web-based (platform independent using JavaScript and CGI)</LI>
   <LI>Java</LI>
   <LI>Windows</LI>
   <LI>Macintosh</LI>
  -<LI>Mozilla (Netscape 5.0)</LI>
  +<LI>Mozilla</LI>
   </UL>
   <H2><A NAME="s5">5. Getting Involved</A> </H2>
   
  
  
  
  1.10      +17 -15    docs.jabber.org/documents/users/faq/faq.lyx
  
  Index: faq.lyx
  ===================================================================
  RCS file: /home/cvs/docs.jabber.org/documents/users/faq/faq.lyx,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq.lyx	1999/10/07 15:02:10	1.9
  +++ faq.lyx	1999/12/12 18:38:13	1.10
  @@ -1,4 +1,4 @@
  -#This file was created by <eliot> Thu Oct  7 04:53:26 1999
  +#This file was created by <eliot> Sun Dec 12 12:08:12 1999
   #LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
   \lyxformat 2.15
   \textclass linuxdoc
  @@ -31,7 +31,7 @@
   Jabber Documentation Team
   \layout Date
   
  -10/06/1999 - 0.9.6
  +12/12/1999 - 0.9.7
   \layout Standard
   
   
  @@ -186,7 +186,7 @@
   
   Yes, you will need to have an account with whatever protocol you wish to
    communicate with.
  - The server will store your information and your list of contacts.
  + The server will store your information and your list of contacts (Roster).
   \layout Subsection
   
   How does Jabber relate to the IETF IMPP standardization efforts? 
  @@ -206,23 +206,25 @@
   Is Jabber usable yet?
   \layout Standard
   
  -Somewhat.
  - At this point, version 0.6, only core developers are using the system.
  - We have still been roughing it out about what needs to be cleaned up and
  - refined (or added) in the core server before the next version (0.7).
  - By 0.7 all the developers plan on using Jabber as their main IM system so
  - that we can squash as many bugs as possible.
  -\layout Standard
  +Short answer: Yes.
  + Long Answer: Server (and protocol) version 0.7 was a major release for us
  + as it allowed client authors to finally have a firm base on which to begin
  + development.
  + Version 0.8 has added some fantastic new presence support and fixed some
  + nasty bugs we found in 0.7.
  + So yes, the server is ready to be used, but 1.0 is right around the corner
  + - so why not just wait a bit? Grab a copy of the latest server at 
  +\begin_inset LatexCommand \
\htmlurl[http://download.jabber.org]{http://download.jabber.org}  +
  +\end_inset 
   
  -The 0.7 release is tentatively planned for release during mid to late September
  - 1999, and will be fully modular, multi-threaded, and ready to deploy for
  - end users.
  +.
   \layout Subsection
   
   What platforms are clients being developed for?
   \layout Itemize
   
  -X Window (Linux)
  +X Window (GTK+, QT/KDE, TCL/TK)
   \layout Itemize
   
   UNIX command line
  @@ -240,7 +242,7 @@
   Macintosh
   \layout Itemize
   
  -Mozilla (Netscape 5.0)
  +Mozilla
   \layout Section
   
   Getting Involved
  
  
  
  1.9       +13 -16    docs.jabber.org/documents/users/faq/faq.sgml
  
  Index: faq.sgml
  ===================================================================
  RCS file: /home/cvs/docs.jabber.org/documents/users/faq/faq.sgml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- faq.sgml	1999/10/07 15:02:10	1.8
  +++ faq.sgml	1999/12/12 18:38:13	1.9
  @@ -1,6 +1,6 @@
   <!doctype linuxdoc system>
   
  -<!-- LinuxDoc file was created by LyX 1.0 (C) 1995-1999 by <eliot> Thu Oct  7 \
04:53:22 1999  +<!-- LinuxDoc file was created by LyX 1.0 (C) 1995-1999 by <eliot> \
                Sun Dec 12 12:08:16 1999
    -->
    <article>
    <title>
  @@ -10,7 +10,7 @@
   Jabber Documentation Team
    </author>
    <date>
  -10/06/1999 - 0.9.6
  +12/12/1999 - 0.9.7
    </date>
    <toc>
    <sect>
  @@ -89,7 +89,7 @@
    can communicate seamlessly to Rock Online users. No upgrading of clients, no
    fixing bugs because of strange problems in the client - just one simple install
    on the server! Another advantage of our server model comes in on the Roster
  - list. Clients have no need to remember who is on your &dquot;buddy list,&dquot;
  + list. Clients have no need to remember who is on your &quot;buddy list,&quot;
    all they need to know is how to download and exchange Roster information with
    the server. That way you can have the same list on all your computers / devices.
    </p>
  @@ -122,7 +122,8 @@
    my info be stored?
    <p>
   Yes, you will need to have an account with whatever protocol you wish to
  - communicate with. The server will store your information and your list of \
contacts.  + communicate with. The server will store your information and your list \
of contacts  + (Roster).
    </p>
    <sect1>
   How does Jabber relate to the IETF IMPP standardization efforts? 
  @@ -134,23 +135,19 @@
    <sect1>
   Is Jabber usable yet?
    <p>
  -Somewhat. At this point, version 0.6, only core developers are using the
  - system. We have still been roughing it out about what needs to be cleaned up
  - and refined (or added) in the core server before the next version (0.7). By
  - 0.7 all the developers plan on using Jabber as their main IM system so that
  - we can squash as many bugs as possible.
  +Short answer: Yes. Long Answer: Server (and protocol) version 0.7 was a
  + major release for us as it allowed client authors to finally have a firm base
  + on which to begin development. Version 0.8 has added some fantastic new presence
  + support and fixed some nasty bugs we found in 0.7. So yes, the server is ready
  + to be used, but 1.0 is right around the corner - so why not just wait a bit?
  + Grab a copy of the latest server at <htmlurl url="http://download.jabber.org" \
name="http://download.jabber.org">.  </p>
  - <p>
  -The 0.7 release is tentatively planned for release during mid to late September
  - 1999, and will be fully modular, multi-threaded, and ready to deploy for end
  - users.
  - </p>
    <sect1>
   What platforms are clients being developed for?
    <p>
    <itemize>
     <item>
  -X Window (Linux)
  +X Window (GTK+, QT/KDE, TCL/TK)
     <item>
   UNIX command line
     <item>
  @@ -162,7 +159,7 @@
     <item>
   Macintosh
     <item>
  -Mozilla (Netscape 5.0)
  +Mozilla
    </itemize>
   </p> <sect>
   Getting Involved
  
  
  
  1.9       +14 -14    docs.jabber.org/documents/users/faq/faq.txt
  
  Index: faq.txt
  ===================================================================
  RCS file: /home/cvs/docs.jabber.org/documents/users/faq/faq.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- faq.txt	1999/10/07 15:02:10	1.8
  +++ faq.txt	1999/12/12 18:38:13	1.9
  @@ -1,7 +1,7 @@
     Frequently Asked Questions
     Jabber Documentation Team
   
  -  10/06/1999 - 0.9.6
  +  12/12/1999 - 0.9.7
     ____________________________________________________________
   
     Table of Contents
  @@ -149,7 +149,7 @@
   
     Yes, you will need to have an account with whatever protocol you wish
     to communicate with. The server will store your information and your
  -  list of contacts.
  +  list of contacts (Roster).
   
     3.3.  How does Jabber relate to the IETF IMPP standardization efforts?
   
  @@ -159,20 +159,18 @@
   
     4.1.  Is Jabber usable yet?
   
  -  Somewhat. At this point, version 0.6, only core developers are using
  -  the system. We have still been roughing it out about what needs to be
  -  cleaned up and refined (or added) in the core server before the next
  -  version (0.7). By 0.7 all the developers plan on using Jabber as their
  -  main IM system so that we can squash as many bugs as possible.
  -
  -  The 0.7 release is tentatively planned for release during mid to late
  -  September 1999, and will be fully modular, multi-threaded, and ready
  -  to deploy for end users.
  +  Short answer: Yes. Long Answer: Server (and protocol) version 0.7 was
  +  a major release for us as it allowed client authors to finally have a
  +  firm base on which to begin development. Version 0.8 has added some
  +  fantastic new presence support and fixed some nasty bugs we found in
  +  0.7. So yes, the server is ready to be used, but 1.0 is right around
  +  the corner - so why not just wait a bit?  Grab a copy of the latest
  +  server at http://download.jabber.org.
   
     4.2.  What platforms are clients being developed for?
   
   
  -  o  X Window (Linux)
  +  o  X Window (GTK+, QT/KDE, TCL/TK)
   
     o  UNIX command line
   
  @@ -184,7 +182,7 @@
   
     o  Macintosh
   
  -  o  Mozilla (Netscape 5.0)
  +  o  Mozilla
   
     5.  Getting Involved
   
  @@ -198,7 +196,6 @@
     joined a team of interest, sign up to the team mailing list. You can
     find links to all these sections in the Developers section of the
     Jabber web site (http://www.jabber.org).
  -
     5.2.  What License is Jabber covered under?
   
     The Jabber project consists of various different teams producing code
  @@ -218,6 +215,9 @@
     great way to have questions answered is to hop on over to our IRC
     channel on the Open Projects network! Join us on irc.openprojects.net
     in #jabber. Someone is always there, so feel free to stop in any time.
  +
  +
  +
   
   
   
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic