From owner-freebsd-doc@FreeBSD.ORG Wed May 28 05:31:15 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E82C4106566B for ; Wed, 28 May 2008 05:31:15 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 67BF28FC18 for ; Wed, 28 May 2008 05:31:15 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so1954172fgb.35 for ; Tue, 27 May 2008 22:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:organization:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding:sender; bh=oqUrOKhllg6oNLMykUW86wWUfgHf3l5CPxCkX5OW0Wc=; b=SA1V3f/Jhyepxgj6G3n4lMYmIF8omRchaO4eGAnx9mmsXR3T5ETvq+XejdOHkp7TfQInqu7AnhvHfWz8JlWW/ysIsmg07WhaXpC46BbCLo8nbRAj0dOJfBU+oxkKtjMgkCTilfT5TuD5fkeCe0fkF6n2+/W9uCu2kDblNP0KeqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding:sender; b=WZG49T92QolKearRXPkxyAbwLpvVQ6znmV1vHZf4Cuz7fK/fhVWNBWuYUOZeHg2UYpxhsAerqNLbf7aJa71E03UgXvOyKn0IOiXXc1rlQw6WAtWfmjOg7apsptj+hnfZ7Ehhd4WsRhPHr82d2KEJG1PZc0xPEZYxYo34Sr7lItc= Received: by 10.86.59.18 with SMTP id h18mr3718638fga.67.1211952674031; Tue, 27 May 2008 22:31:14 -0700 (PDT) Received: from ?192.168.0.1? ( [80.99.205.120]) by mx.google.com with ESMTPS id f31sm25788778fkf.5.2008.05.27.22.31.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 May 2008 22:31:10 -0700 (PDT) Message-ID: <483CEE1A.2070704@FreeBSD.org> Date: Wed, 28 May 2008 07:31:06 +0200 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080331) MIME-Version: 1.0 To: Hiroki Sato References: <483B3E98.6040804@otenet.gr> <483B92D1.4040500@FreeBSD.org> <483C6E04.3070804@otenet.gr> <20080528.060009.127260270.hrs@allbsd.org> In-Reply-To: <20080528.060009.127260270.hrs@allbsd.org> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Cc: freebsd-doc@FreeBSD.org Subject: Re: Wiki style FAQ proposal X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2008 05:31:16 -0000 > c) Add a capability of keeping view count of each item if possible. > We need to know which item is most frequently referred. It is also a good idea. Feedback is always important, especially for a FAQ. Do you have any suggestions on how to implement this? I believe this can be only done on the web. Are you planning to introduce limits based on this frequency value or is it only about statistics? For example, "remove all questions below 5 queries per week in average once in a year"? > The 'current' will only be for new content or even categories, > for entries that have not been checked for correctness / validity > and so on. The 'stable' branch will have more or less established > categories and entries (which will be updated regularly) and when > new stuff from current gets reviewed and considered important, > it should be added to stable. Yes, 'current' line could be used as a scratchpad (wishlist etc.) for anybody and as a source of inspiration for the editors, writers. It is the another end of the frequency question ("what to talk about"). -pgj@