From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-doc-cvs+bounces-3057-garchives=archives.gentoo.org@lists.gentoo.org>) id 1JbTb7-0001j4-14 for garchives@archives.gentoo.org; Tue, 18 Mar 2008 04:38:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B245E0637; Tue, 18 Mar 2008 04:38:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16BC1E0637 for <gentoo-doc-cvs@lists.gentoo.org>; Tue, 18 Mar 2008 04:38:48 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9F261652AE for <gentoo-doc-cvs@lists.gentoo.org>; Tue, 18 Mar 2008 04:38:47 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.68) (envelope-from <nightmorph@stork.gentoo.org>) id 1JbTb4-0001gr-Hd for gentoo-doc-cvs@lists.gentoo.org; Tue, 18 Mar 2008 04:38:46 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: jffnms.xml Message-Id: <E1JbTb4-0001gr-Hd@stork.gentoo.org> From: Joshua Saddler <nightmorph@stork.gentoo.org> Date: Tue, 18 Mar 2008 04:38:46 +0000 Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 71109c48-435c-478c-863c-238712e6e4a1 X-Archives-Hash: 273501628ef56d990746db10f8f13ba3 nightmorph 08/03/18 04:38:46 Modified: jffnms.xml Log: The spelling, grammar, capitalization, punctuation, and various useless things in this doc suck. Fixed. Revision Changes Path 1.10 xml/htdocs/doc/en/jffnms.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.9&r2=1.10 Index: jffnms.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jffnms.xml 18 Mar 2008 04:30:57 -0000 1.9 +++ jffnms.xml 18 Mar 2008 04:38:46 -0000 1.10 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.9 2008/03/18 04:30:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.10 2008/03/18 04:38:46 nightmorph Exp $ --> <guide link="/doc/en/jffnms.xml" lang="en"> <title>Jffnms Installation and Setup Guide</title> @@ -42,12 +42,11 @@ <chapter> <title>Initial Setup</title> <section> -<title>Choosing your use flags</title> +<title>Choosing your USE flags</title> <body> <p> -In order to better fit your needs, Jffnms ebuild has the following USE Flags -available: +The Jffnms ebuild has the following USE flags available: </p> <table> @@ -74,12 +73,12 @@ </body> </section> <section> -<title>USE Flags for PHP</title> +<title>USE flags for PHP</title> <body> <p> -Being written in PHP, Jffnms is heavily dependent on php USE Flags. In order to -install Jffnms successfully, you are required to have your php package installed +Being written in PHP, Jffnms is heavily dependent on PHP USE flags. In order to +install Jffnms successfully, you are required to have your PHP package installed with (at least) the following USE flags: </p> @@ -139,7 +138,7 @@ <body> <warn> -This very basic configuration procedure for apache does not cover all aspects +This very basic configuration procedure for Apache does not cover all aspects of setting up a web server. </warn> @@ -148,14 +147,12 @@ remote server. If this is your case, it is very likely that you don't have an apache setup running. Don't worry about installing apache though, Portage has already done that for you. Nevertheless, you still have to configure and test -apache, which (luckily) is pretty straightforward. Start by adding apache to +apache, which (luckily) is pretty straightforward. Start by adding Apache to your default runlevel: </p> -<pre caption="Adding apache 2 to the default runlevel"> +<pre caption="Adding apache2 to the default runlevel"> # <i>rc-update add apache2 default</i> - * apache2 added to runlevel default - * rc-update complete. </pre> <p> @@ -198,7 +195,7 @@ <body> <p> -Now that apache is running, it is time to configure PHP. Jffnms requires that +Now that Apache is running, it is time to configure PHP. Jffnms requires that you set some variables in php.ini in order to run. The <path>php.ini</path> file is usually located in <path>/etc/php/apache2-php5/php.ini</path>. You have to set these variables to the following values: @@ -229,14 +226,14 @@ Jffnms allows you to use either PostgreSQL or MySQL as its database. Here we'll show you how to create the database and necessary tables where Jffnms will store its data. It's important to note that it isn't necessary to have a -database running localy to run Jffnms and except for the fact that you need to +database running locally to run Jffnms and except for the fact that you need to run this commands on the remote host, the procedure is the same. </p> </body> </section> <section> -<title>Setting Up PostgreSQL</title> +<title>Setting up PostgreSQL</title> <body> <note> @@ -297,14 +294,14 @@ </pre> <p> -Once you have run those steps, PostgreSQL database configuration for Jffnms +Once you have run those steps, the PostgreSQL database configuration for Jffnms should be ok. </p> </body> </section> <section> -<title>Using MySQL as database.</title> +<title>Using MySQL as database</title> <body> <warn> @@ -367,7 +364,7 @@ </body> </section> <section> -<title>Final Setup</title> +<title>Final setup</title> <body> <p> @@ -389,11 +386,10 @@ <chapter> <title>Support</title> <section> -<title>Support</title> <body> <p> -Though Jffnms is a wonderful software, it is a bit hard to get it up and +Though Jffnms is a wonderful application, it is a bit hard to get it up and running. So if you run into problems with Jffnms, there are some places where you can look for help: </p> -- gentoo-doc-cvs@lists.gentoo.org mailing list