Go to file
Benjamin Sonntag 9057254059 [i18n] updating translations 2016-05-26 18:38:16 +02:00
.tx Updating language files from Transifex 2013-10-17 16:56:11 +00:00
api API too is using PDO, including DB_System 2016-05-17 18:49:34 +02:00
awstats [wip] securing more forms through CSRF management 2016-05-20 14:25:46 +02:00
bureau [i18n] updating translations 2016-05-26 18:38:16 +02:00
debian [wip] adding zip dependency : browser requires it for zip download feature 2016-05-23 16:02:03 +02:00
etc fixes in postfix configuration to prevent some high load issues 2016-03-12 10:06:54 +01:00
install [wip] securing *all* forms through CSRF management (requires a new table) 2016-05-20 14:21:47 +02:00
jessie removing all reference to .svn / svn in makefile 2016-05-17 15:28:18 +02:00
lang new translations 2014-03-28 17:02:44 +01:00
lib/Alternc/Api same random system everywhere : mt_rand() 2016-05-22 17:40:57 +02:00
man DEBIAN COMPLIANCE big commit : fixes almost all lintian issues + complete rewrite of debian/rules (now mostly in Makefile at the root of source code) + start using POD2MAN for man pages + remove some old unused and broken tools 2013-04-23 15:11:00 +00:00
nightlybuild File de la mechant dash 2014-03-27 17:39:28 +00:00
phpunit Merge branch 'pdo_migration' into 20160515-secu 2016-05-17 15:10:37 +02:00
po bein l'admintools.pot n'a pas de raison d'avoir des trad FR... 2011-06-04 15:18:38 +00:00
roundcube fixing quote + doms + roundcube & squirrelmail's quoting using PDO 2016-05-18 15:39:41 +02:00
selenium fixing alternc-awstats shell: using BASH 2014-03-28 16:05:36 +01:00
squirrelmail fixing quote + doms + roundcube & squirrelmail's quoting using PDO 2016-05-18 15:39:41 +02:00
src fixing PDO for MySQL class and spoolsize (adding exec() for direct queries, manage properly query() call without arguments (no prepare, allow show database) 2016-05-18 18:00:04 +02:00
ssl [wip] securing more forms through CSRF management 2016-05-20 14:25:46 +02:00
tests Dataset 2012-08-25 14:45:55 +00:00
tools DEBIAN COMPLIANCE big commit : fixes almost all lintian issues + complete rewrite of debian/rules (now mostly in Makefile at the root of source code) + start using POD2MAN for man pages + remove some old unused and broken tools 2013-04-23 15:11:00 +00:00
upnp Mini modif 2014-03-28 15:18:23 +00:00
wheezy removing all reference to .svn / svn in makefile 2016-05-17 15:28:18 +02:00
.gitattributes add script to create emails by hand from the commandline 2014-05-16 19:40:14 +00:00
.gitignore [fix] gitignore update 2015-05-07 17:54:52 +02:00
.gitmodules [enh] gitmodules 2014-03-21 11:01:50 +01:00
.scrutinizer.yml Encore scrutinizer 2014-03-21 15:33:54 +01:00
.svnignore adding svnignore where required to ignore .mo, debian files etc. thanks to this we can have an empty svn status properly now ;) 2012-10-17 09:41:40 +00:00
.travis.yml Travis and database: try again 2016-03-07 14:58:53 +01:00
CODING_CONVENTION.php Little changes to test PHP analyser 2014-03-20 09:35:11 +00:00
COPYING AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00
DEBIAN_COMPLIANCE Trie et rangement divers 2013-02-19 17:42:02 +00:00
Makefile removing all reference to .svn / svn in makefile 2016-05-17 15:25:59 +02:00
README.md Update README.md 2016-02-05 15:32:32 +01:00
repos-to-tx.sh Updating language files from Transifex 2014-03-27 16:43:36 +01:00
svnup.sh document the script I made for tx/po management + svnup ;) 2012-08-21 17:16:07 +00:00
tx-to-repos.sh fixing transifex for GIT mode + unmerge for mailman 2014-03-27 17:01:39 +01:00

README.md

AlternC: Web and Email Hosting Software Suite

AlternC is a software helping system administrators to handle Web and Email services management. It should be easy to install, based only on free software.

This software consist of an automatic install and configuration system, a web control panel to manage hosted users and their web services such as domains, email accounts, ftp accounts, web statistics...

Technically, AlternC is based on Debian GNU/Linux distribution and it depends on other software such as Apache, Postfix, Dovecot, Mailman (...). It also contains an API documentation so that users can easily customize their web desktop.

This project native tongue is French. However, the packages are available at least in French and English.

Installation

To install AlternC, please follow our install documentation

Pour installer AlternC, merci de suivre la documentation d'installation

Developper information

  • This software is built around a Debian package for Squeeze whose packaging instructions are located in debian/ folder

  • To build the packages, clone this repository in a Debian machine and use debuild or dpkg-buildpackage from source code root.

  • If you want to build it for Wheezy, clone the source and patch it for Wheezy using wheezy/patch.sh script. You'll be able to use dpkg-buildpackage to build the Wheezy version.

  • If you want to build it for Jessie, clone the source and patch it for Wheezy using wheezy/patch.sh script then patch it for Jessie using jessie/patch.sh script. You'll be able to use dpkg-buildpackage to build the Jessie version.

  • The web control panel pages written in php are located in bureau/admin and the associated PHP classes doing the stuff are in bureau/class.

Nightly build

We have 3 nightly build repositories:

To use one of them, create a file named /etc/apt/sources.list.d/alternc-nightly-stable-3.3.list (for debian jessie) as follow :

 deb http://stable-3-3.nightly.alternc.org/ latest/

The repository and the packages are signed by the pgp key of AlternC nightly build user :

wget http://stable-3-3.nightly.alternc.org/nightly.key -O - | apt-key add - 

License

AlternC is distributed under the GPL v2 or later license. See COPYING.

AlternC's translations (po files) are distributed under the Creative Commons CC0 license. Don't participate to the translation if you don't agree to publish your translations under that license.