summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* webapp-config.8.xml: Updates man page in accordance with command line arg ↵1.54Devan Franchini2015-07-031-34/+83
| | | | | | | | | | changes Other changes have been made, including: * Formatting of command examples * Changing short-hand flags to show they no longer require two dashes * Adding information on the --prune-database flag. * Code cleanup
* Bump to version 1.54Devan Franchini2015-07-023-6/+30
| | | | webapp-{eclass, config}.{5, 8}.xml: Adds Devan Franchini to authors
* webapp-config.8.xml: clarifies man page for --dd and --vf flagsDevan Franchini2015-06-191-5/+31
| | | | | | | | | | | This commit corrects a typo where the short option for --default-dirs is --vd instead of --dd, this has been corrected. Secondly, it also attempts to make it clearer to the user that the --dd and --vf options are two separate options and should not be treated equally by listing them in two separate variable list entries. X-Gentoo-Bug: 257592 X-Gentoo-Bug-URL: https://bugs.gentoo.org/257592
* doc/webapp-config.8.xml: Improves man page synopsis.Devan Franchini2014-01-241-0/+12
| | | | | | | | | | | | | | Improvements done to the synopsis of webapp-config include the following: including the --copy, --soft, and --secure flags with the synopsis for the -U flag to indicate to the user that these flags are also usable with this flag. Adding the necessary opts app-name and app-version for the -C flag to indicate to users that these two args are necessary when uninstalling a webapp. And adding the --secure flag to the synopsis for the -C flag to indicate that it is an optional arg if the --secure flag is used with the -I flag or -U flag. X-Gentoo-Bug: 496568 X-Gentoo-Bug-URL: https://bugs.gentoo.org/496568
* Webappconfig/{config.py,worker.py}: Adds configurable --copy option.Devan Franchini2013-08-241-1/+0
| | | | | | | | | | | | | | | | This allows for altering the value of vhost_link_type in /etc/vhosts/webapp-config to copy files by default when installing a webapp as opposed to soft-linking or hard-linking. This patch also repairs the previous damage in which the behavior of the --copy flag was being ignored; due to the fact that the boolean g_copy was not being passed down throughout the program because of the extra --cp flag. Man page alterations have also been made to reflect the removal of the --cp flag in the program. X-Gentoo-Bug: 231482 X-Gentoo-Bug-URL: https://bugs.gentoo.org/231482 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* WebappConfig/{config.py,server.py}: set server uid/gid in the configVincent Brillault2013-08-031-0/+20
| | | | | X-Gentoo-Bug: 432908 X-Gentoo-Bug-URL: https://bugs.gentoo.org/432908
* doc/webapp-config.8.xml: fix unpaired tagAnthony G. Basile2013-03-291-0/+1
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* WebappConfig/{config,worker}.py: add option to copy filesDevan Franchini2013-03-291-4/+14
| | | | | | | | | | | This adds an option to copy the webapp files rather than hardlink them even if they are on the same filesystem. While this takes up more disk space, it allows one to modify different instances of webapp installations without affecting other instances. X-Gentoo-Bug: 231482 X-Gentoo-Bug-URL: https://bugs.gentoo.org/231482 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* doc/Makefile: fix parallel build, thanks ArfreverAnthony G. Basile2012-06-281-9/+4
|
* doc/webapp-eclass.5.xml: fix generated man/html filename1.50.19Anthony G. Basile2012-06-271-14/+14
|
* Clean up doc, readdress gentoo bug #322759Anthony G. Basile2012-06-273-569/+2
|
* Update the docs for --luiMichael (kensington)2011-12-291-8/+5
| | | | | | | Reported-By: Maurice Volaski <mvolaski@aecom.yu.edu> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 379581 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=379581
* Remove aolserver and add cherokee to the list of supportedMichael (kensington)2011-12-291-1/+1
| | | | | | | | | servers in the manpage. Reported-By: Fab <netfab@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 386505 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=386505
* Removed old .svn.ignoreAnthony G. Basile2011-06-141-4/+0
|
* Added current versionGunnar Wrobel2007-02-216-0/+1847
svn path=/trunk/webapp-config/; revision=2