A lightweight, PHP (CodeIgniter) based addons site platform for Mozilla products. http://getnightingale.com/
This repository has been archived on 2023-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2013-05-19 18:19:14 +02:00
application Switched to not allowing comments and allowing test-less ratings according to http://forum.getnightingale.com/thread-521.html 2013-05-19 18:19:14 +02:00
system No longer escape operators in active record. 2012-06-02 03:59:11 +02:00
.gitignore added .gitignore, removed .hg files 2011-07-15 10:39:51 -05:00
.travis.yml Stop travis trying to run unit tests on 2.1-stable. 2012-05-24 17:58:17 +01:00
CodeIgniter_License.txt add CodeIgniter (v2.1) 2011-12-19 21:15:59 -08:00
featherweight.sql Switched to not allowing comments and allowing test-less ratings according to http://forum.getnightingale.com/thread-521.html 2013-05-19 18:19:14 +02:00
htaccess.example.txt partial update to current codeigniter, while removing DB drivers we don't use - we only need mysqli 2012-05-30 22:08:11 -05:00
index.php add CodeIgniter (v2.1) 2011-12-19 21:15:59 -08:00
license.txt backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance 2011-07-01 17:40:48 -05:00
README setup ion_auth partially, anyway 2011-12-20 00:18:20 -08:00

===============
ABOUT
===============

Featherweight is an addons site for Mozilla based software products. 
Contrary to the Zamboni platform, it is written in PHP. Featherweight 
is based on the CodeIgniter framework, and aims to be a more 
lightweight, simplistic alternative.

Since many opensource projects use free or shared hosting, sometimes 
php is the best way to go. In terms of performance, not having a 
persistent process is sometimes required, such as with Dreamhost.

===============
LICENSE
===============

Featherweight is originally conceived and written by 
Matt Parnell/ilikenwf, and is (C) Copyright 2011 Matt Parnell; however, 
it is licensed under the GNU GPLv3.

Ion_Auth is copyright Ben Edmunds, and can be found at the following:
https://github.com/benedmunds/CodeIgniter-Ion-Auth

This README must be included in any distribution, modification, or live
version of the application in order to keep credit to those due and
to affirm it's status under the GPLv3.

===============
HOW TO HELP
===============

If you would like to support development, please support the 
Nightingale project with code contributions (to Featherweight 
or Nightingale itself) ...just visit our forums at 
http://getnightingale.com or join us in IRC on MozNet, in #nightingale

===============
INSTALL
===============

All that's required is a standard LAMP setup - Linux, Apache, MySQL, 
and PHP...

From there, decide where in your webroot or subdomain, or vhost you'd 
like to put Featherweight, and clone the git repo there. Then, edit 
application/config/database.php to set your database details. YOU MUST
set the absolute path to featherweight/application/cache/db and turn caching on in
order to cache database queries (HIGHLY RECCOMENDED!).

Then, in config.php, make sure to set a session key to enable session 
cookies.

Further information for configuration is detailed in each of the files 
in application/config/*.php

Then, navigate your browser to the location you installed featherweight,
and you should be able to login using:

admin@admin.com
password

Make sure to change your password!