[vhffs-dev] [608] Updated license stuff.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 608
Author:   beuss
Date:     2007-05-17 09:45:11 +0000 (Thu, 17 May 2007)

Log Message:
-----------
Updated license stuff.

Modified Paths:
--------------
    trunk/AUTHORS
    trunk/COPYING
    trunk/INSTALL
    trunk/vhffs-doc/Makefile.am

Removed Paths:
-------------
    trunk/vhffs-doc/AUTHORS
    trunk/vhffs-doc/INSTALL
    trunk/vhffs-doc/LICENSE


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/AUTHORS	2007-05-17 09:45:11 UTC (rev 608)
@@ -2,7 +2,9 @@
  - Julien Delange <god at gunnm dot org> : API, Panel, Listengine, documentation, website, robots, tools, shells and backend
  - Julien Danjou < jd at naquadah dot org> : Listengine improvements, english fixes
  - Florent Bayle < florent at sarcelle dot net> : IRC bots
+ - Sylvain Rochet <gradator at gradator dot net> : Some Panel improvements, download repositories, fixes to various buggy subsystems
+ - Sébastien Le Ray <beuss at tuxfamily dot org> : Core refacotring, VHFFS 4.1 foundations, SQL improvments, templates refactoring
 
 Contributors :
  - Alexandre Cucumel <kiouk at ... dot ...> : Original CSS and templates
- - Sylvain Rochet <gradator at gradator dot org> : Some Panel improvements
+ - Kryskool from Ornix.org : some modifications on pgsql tables

Modified: trunk/COPYING
===================================================================
--- trunk/COPYING	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/COPYING	2007-05-17 09:45:11 UTC (rev 608)
@@ -27,3 +27,7 @@
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
 POSSIBILITY OF SUCH DAMAGE.
+
+VHFFS standard icon set is part of the KDE project and is licensed under GPL.
+See kde.org for more information.
+

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/INSTALL	2007-05-17 09:45:11 UTC (rev 608)
@@ -1,86 +1,9 @@
-									*******************
-									*  VHFFS INSTALL  *
-									* I'm loving it ! *
-									*******************
+./configure
+make
+make install
 
-For Debian system, please read the instructions after.
+Use ./configure --help to get more help on configuration
+options.
 
-
-Fast way
-*******************
-1. Install VHFFS with : make install
-	* If you use debian-based system, you can use make install-debian
-	  to install debian-packages to satisfy dependencies
-2. Install VHFFS database : /usr/share/vhffs/backend/tools/vhffs-initdb
-	* You need a postgresql server
-	* Invoke as /usr/share/vhffs/backend/tools/vhffs-initdb DATABASE SUPERUSER DBUSER DBPASS
-	* SUPERUSER is the user who owns the postgresql server. See this user by running a ps axu|grep post
-	* DATABASE is the name of the VHFFS database, DBUSER the name of the user in the database server and DBPASS, its password
-3. Configure the /etc/vhffs/vhffs.conf file
-	* Can be made before configure apache
-4. Configure apache to enable panel
-	* See in /usr/share/doc/vhffs/config some examples
-	* See some examples on http://www.vhffs.org
-	* Main ideas : allow perl execution as CGI and the docroot should be /usr/share/vhffs/panel
-	* You can get an example of Apache2 configuration in vhffs-doc/config/apache/panelconf
-5. Check if panel works
-	* If works, you're really great
-	* If it does not work, please run by hand perl /usr/share/vhffs/panel/auth.pl and see errors.
-	  Most of case, you forget to install some perl-dependencies
-	* You can encounter errors if you made an error when you enter database informations in the /etc/vhffs/vhffs.conf
-6. Create you first admin user with /usr/bin/vhffs-firstadmin
-		/usr/bin/vhffs-firstadmin login password
-   /!\ Please note that you have to delete this user when vhffs works
-       because this user will not be so complete as others.
-7. Create you first-user, be subscribing to the panel
-	* The user will NOT be created until you run robots
-	* Password is not so important, you can change it through vhffs-passwd tool
-8. Configure cron.d to runs periodically the robots
-	* See http://www.vhffs.org for examples
-9. Configure your services
-	* See /usr/share/doc/vhffs for example
-	* Examples ar http://www.vhffs.org
-	* Ask at vhffs@xxxxxxxxx
-10. Check your configuration and panel configuration
-11. Enjoy running VHFFS
-
-
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-
-Fast install on Debian (and ONLY for debian)
-********************************************
-1. Install VHFFS with : make install-debian
-2. Install PostgreSQL 8.1 : apt-get install postgresql-8.1
-     * Uninstall ALL others postgresql installations (7.4, 8.0, ...)
-3. Run /usr/share/vhffs/backend/tools/vhffs-initdb vhffs postgres vhffs vhffs
-4. Edit the /etc/postgresql/8.1/main/pg_hba.conf
-	 * Replace ALL md5 at the end of each line by "trust"
-5. Restart your postgresql server
-	 * /etc/init.d/postgresql-8.1 restart
-6. Install apache2 : apt-get install apache2-mpm-worker
-	 * Uninstall ALL others installations
-7. Remove the default site : rm /etc/apache2/sites-enabled/000*
-8. Copy the configuration for apache and the panel
-	 * cp -f vhffs-doc/config/apache/panelconf /etc/apache2/sites-available/
-	 * ln -s /etc/apache2/sites-available/panelconf /etc/apache2/sites-enabled/panelconf
-9. Restart apache
-	 * /etc/init.d/apache2 restart
-10. Go on your webserver (like http://localhost)
-11. If it doesn't work, please try again :-)
-12. Create your first admin user : vhffs-firstadmin myname mypassword
-13. Log on the panel
-14. Secure your system :
-	* Change the authentification method for your dabatase (pg_hba.conf file)
-	* Change the password for the vhffs account on postgres
-15. Enjoy VHFFS :-)
-
-
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-
-VHFFS book
-*******************
-French people can have more informations in the VHFFS book.
-It's a big PDF file which contains useful tools to use and manage VHFFS platforms.
-It is available at http://www.gunnm.org/~soda/wip/vhffsbook/
+Consult vhffs wiki at http://www.vhffs.org for more detailed
+information on panel configuration.

Deleted: trunk/vhffs-doc/AUTHORS
===================================================================
--- trunk/vhffs-doc/AUTHORS	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/vhffs-doc/AUTHORS	2007-05-17 09:45:11 UTC (rev 608)
@@ -1,6 +0,0 @@
-Lead developpers of Vhffs :
-	- Julien Delange (soda)
-
-
-Contributors :
-       - Kryskool from Ornix.org : some modifications on pgsql tables

Deleted: trunk/vhffs-doc/INSTALL
===================================================================
--- trunk/vhffs-doc/INSTALL	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/vhffs-doc/INSTALL	2007-05-17 09:45:11 UTC (rev 608)
@@ -1,2 +0,0 @@
-Please read doc on http://vhffs.org
-or read the vhffsbook on http://gunnm.org/~soda/wip/vhffsbook/

Deleted: trunk/vhffs-doc/LICENSE
===================================================================
--- trunk/vhffs-doc/LICENSE	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/vhffs-doc/LICENSE	2007-05-17 09:45:11 UTC (rev 608)
@@ -1,24 +0,0 @@
-* Copyright (c) 1998, Regents of the University of California
-* All rights reserved.
-* Redistribution and use in source and binary forms, with or without
-* modification, are permitted provided that the following conditions are met:
-*
-*     * Redistributions of source code must retain the above copyright
-*       notice, this list of conditions and the following disclaimer.
-*     * Redistributions in binary form must reproduce the above copyright
-*       notice, this list of conditions and the following disclaimer in the
-*       documentation and/or other materials provided with the distribution.
-*     * Neither the name of the University of California, Berkeley nor the
-*       names of its contributors may be used to endorse or promote products
-*       derived from this software without specific prior written permission.
-*
-* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
-* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-* DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
-* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: trunk/vhffs-doc/Makefile.am
===================================================================
--- trunk/vhffs-doc/Makefile.am	2007-05-14 12:17:35 UTC (rev 607)
+++ trunk/vhffs-doc/Makefile.am	2007-05-17 09:45:11 UTC (rev 608)
@@ -7,11 +7,9 @@
 	HOWTO-Contribute \
 	HOWTO-Robots \
 	HOWTO-ServiceACL-fr \
-	INSTALL \
-	LICENSE \
 	README-fr\
 	VHFFS4-auth1024.png \
 	VHFFS4-auth2048.png
 	
 nobase_doc_DATA = \
-	config/apache/panelconf
\ No newline at end of file
+	config/apache/panelconf


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/