phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpbrain help.php,1.1.1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain help.php,1.1.1.1,1.2
Date: Sun, 16 Mar 2003 11:24:38 -0500

Update of /cvsroot/phpgroupware/phpbrain
In directory subversions:/tmp/cvs-serv1559

Modified Files:
        help.php 
Log Message:
small fix for help


Index: help.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/help.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** help.php    16 Mar 2003 15:25:17 -0000      1.1.1.1
--- help.php    16 Mar 2003 16:24:36 -0000      1.2
***************
*** 1,97 ****
! <body bgcolor="eeeeff">
! <?
!       /* help.php */
!       include "stylesheet.htmlf";
! ?>
! 
! <H1>BlenderBase Help Page</H1>
! <P><font size=-2>04/04/01 <a href="mailto:address@hidden";><font size=-2>Bart 
Veldhuizen</font></a></font>
! 
! <H2>What is the BlenderBase?</H2>
! 
! <P>The BlenderBase is a database filled with snippets of useful information
! about Blender that you can search with a so called 'natural language query'. 
! In normal English: you can just jot in any question you like and the system
! will come up with good stuff. (Well, it will try).
! 
! <P>The system is open for anyone who wants to retrieve or add information - 
! in fact, we will have to rely on the community to help us fill it. 
! 
! 
! <H2>Why did you make this?</H2>
! 
! <P>The most important reason for making this system is one that everyone will
! agree on: helping newbies get started with Blender. The discussion groups on 
blender.nl
! are flooded with the same requests for information every day and hopefully 
this
! knowledge base will reduce the stress there a bit.
! 
! <P>On the other hand, while answering Blender support mail at Not a Number, 
we were also
! writing the same stuff daily and it was time to make our work more efficient.
! 
! <P>So: a good reason and a selfish reason, a good mix to motivate me :-)
! 
! <H2>How do I search?</H2>
! 
! <P>Just answer any question you like and the fuzzy search algorithm
! will do its best to come up with relevant answers. There are a few
! limitations to this though:
! 
! <UL>
!       <LI>Words with less than 4 characters are ignored (tip: type 
'Macintosh' 
! when you're looking for information on the OsX port ;-)
!       <LI>The search engine rates words depending on their frequency of use
! in the database. Common words have less value than rare words. Example: 
'Blender' 
! will have no value since it is present in almost every answer. 'Glu32.dll' on 
the 
! other hand has a high value.
!       <LI>As a result of the fuzzy search algorithm, the search will 
<B>always</B> 
! return results. If results have a score of zero you can be pretty sure it's 
not
! what you're looking for :)
! </UL>
! 
! <H2>How do I add knowledge?</H2>
! 
! <P>If you think some knowledge is missing, just click on 'add'. Fill out the 
form 
! and press 'save'. Your addition will not be immediately published - first an 
editor
! will check to see if this is indeed new knowledge and if the text is 
sufficiently clear.
! 
! <P>Before you add knowledge, please <b>doublecheck</b> the database to see
! if you are not duplicating some information. We really want to try to keep 
the system
! clean and efficient.
! 
! <P>
! 
! <H2>Hey! I think I can be an editor!</H2>
! 
! <P>Excellent! Many hands make light work. We ask the following of people who 
would like
! to help us with editing:
! 
! <UL>
!       <LI>Deep knowledge of Blender
!       <LI>Good English writing skills
!       <LI>Preferably experience with writing tutorials/support mail.  
!       <LI>Some free time on your hands
! </UL>
! 
! <P>If you think you match this profile, please <a 
href="mailto:address@hidden";>contact me</a>. 
! 
! <H2>What are your future plans?</H2>
! 
! <P>Some of the things I will keep working on are:
! 
! <UL>
!       <LI>Clean up the code to opensource it - I'm sure this system can be 
very useful for other people as well.
!       <LI>Add alternative ways to browse the information.
!       <LI>Add a rating/comments system to FAQs
!       <LI>Add categories/topics and export everything to one flat textfile
!       <LI>Whatever crazy ideas you people may come up with! ;-)
! </UL>
! 
! <P>
! 
! <table width=100%% cellpadding=2 cellspacing=0 border=0>
! <tr bgcolor=#3366cc >
! <td align=CENTER>
!       <font size=-2 color=white>BlenderBase 0.1 - Send compliments, 
suggestions and flames to <a href="mailto:address@hidden";><font color=white 
size=-2>address@hidden</font></a> (my private email)</font>
! </td>
! </tr>
! </table>
--- 1,93 ----
! <body bgcolor="eeeeff">
! 
! <H1>BlenderBase Help Page</H1>
! <P><font size=-2>04/04/01 <a href="mailto:address@hidden";><font size=-2>Bart 
Veldhuizen</font></a></font>
! 
! <H2>What is the BlenderBase?</H2>
! 
! <P>The BlenderBase is a database filled with snippets of useful information
! about Blender that you can search with a so called 'natural language query'. 
! In normal English: you can just jot in any question you like and the system
! will come up with good stuff. (Well, it will try).
! 
! <P>The system is open for anyone who wants to retrieve or add information - 
! in fact, we will have to rely on the community to help us fill it. 
! 
! 
! <H2>Why did you make this?</H2>
! 
! <P>The most important reason for making this system is one that everyone will
! agree on: helping newbies get started with Blender. The discussion groups on 
blender.nl
! are flooded with the same requests for information every day and hopefully 
this
! knowledge base will reduce the stress there a bit.
! 
! <P>On the other hand, while answering Blender support mail at Not a Number, 
we were also
! writing the same stuff daily and it was time to make our work more efficient.
! 
! <P>So: a good reason and a selfish reason, a good mix to motivate me :-)
! 
! <H2>How do I search?</H2>
! 
! <P>Just answer any question you like and the fuzzy search algorithm
! will do its best to come up with relevant answers. There are a few
! limitations to this though:
! 
! <UL>
!       <LI>Words with less than 4 characters are ignored (tip: type 
'Macintosh' 
! when you're looking for information on the OsX port ;-)
!       <LI>The search engine rates words depending on their frequency of use
! in the database. Common words have less value than rare words. Example: 
'Blender' 
! will have no value since it is present in almost every answer. 'Glu32.dll' on 
the 
! other hand has a high value.
!       <LI>As a result of the fuzzy search algorithm, the search will 
<B>always</B> 
! return results. If results have a score of zero you can be pretty sure it's 
not
! what you're looking for :)
! </UL>
! 
! <H2>How do I add knowledge?</H2>
! 
! <P>If you think some knowledge is missing, just click on 'add'. Fill out the 
form 
! and press 'save'. Your addition will not be immediately published - first an 
editor
! will check to see if this is indeed new knowledge and if the text is 
sufficiently clear.
! 
! <P>Before you add knowledge, please <b>doublecheck</b> the database to see
! if you are not duplicating some information. We really want to try to keep 
the system
! clean and efficient.
! 
! <P>
! 
! <H2>Hey! I think I can be an editor!</H2>
! 
! <P>Excellent! Many hands make light work. We ask the following of people who 
would like
! to help us with editing:
! 
! <UL>
!       <LI>Deep knowledge of Blender
!       <LI>Good English writing skills
!       <LI>Preferably experience with writing tutorials/support mail.  
!       <LI>Some free time on your hands
! </UL>
! 
! <P>If you think you match this profile, please <a 
href="mailto:address@hidden";>contact me</a>. 
! 
! <H2>What are your future plans?</H2>
! 
! <P>Some of the things I will keep working on are:
! 
! <UL>
!       <LI>Clean up the code to opensource it - I'm sure this system can be 
very useful for other people as well.
!       <LI>Add alternative ways to browse the information.
!       <LI>Add a rating/comments system to FAQs
!       <LI>Add categories/topics and export everything to one flat textfile
!       <LI>Whatever crazy ideas you people may come up with! ;-)
! </UL>
! 
! <P>
! 
! <table width=100%% cellpadding=2 cellspacing=0 border=0>
! <tr bgcolor=#3366cc >
! <td align=CENTER>
!       <font size=-2 color=white>BlenderBase 0.1 - Send compliments, 
suggestions and flames to <a href="mailto:address@hidden";><font color=white 
size=-2>address@hidden</font></a> (my private email)</font>
! </td>
! </tr>
! </table>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]