tinycm rev 12

Misc small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 04 00:59:43 2014 +0100 (2014-01-04)
parents 6841b2e2379d
children b7629d639756
files Makefile README config.cgi tools/hgweb.py
line diff
     1.1 --- a/Makefile	Sun Dec 22 02:36:28 2013 +0100
     1.2 +++ b/Makefile	Sat Jan 04 00:59:43 2014 +0100
     1.3 @@ -52,3 +52,7 @@
     1.4  	chown -R www.www $(DESTDIR)$(LOGIN)/people
     1.5  	chown www.www $(DESTDIR)$(WEB)/content
     1.6  	chown www.www $(DESTDIR)$(WEB)/cache
     1.7 +
     1.8 +uninstall:
     1.9 +	rm -rf $(DESTDIR)$(WEB)
    1.10 +	#rm $(DESTDIR)$(PREFIX)/share/applications/tinycm.desktop
     2.1 --- a/README	Sun Dec 22 02:36:28 2013 +0100
     2.2 +++ b/README	Sat Jan 04 00:59:43 2014 +0100
     2.3 @@ -45,7 +45,7 @@
     2.4  helps to debug TazCM since error messages are displayed in the terminal. To
     2.5  start the server, cd to TinyCM dir and execute:
     2.6  
     2.7 -$ ./tinycm serv
     2.8 +$ ./tools/serv.sh
     2.9  
    2.10  
    2.11  Mercurial integration
     3.1 --- a/config.cgi	Sun Dec 22 02:36:28 2013 +0100
     3.2 +++ b/config.cgi	Sat Jan 04 00:59:43 2014 +0100
     3.3 @@ -2,7 +2,7 @@
     3.4  #
     3.5  
     3.6  # CM URL for redirection and RSS
     3.7 -WEB_URL="http://localhost/~pankso/cgi-bin/tinycm/"
     3.8 +WEB_URL="http://localhost/cgi-bin/tinycm/"
     3.9  
    3.10  # Administrator email.
    3.11  ADMIN_MAIL="root@$SERVER_NAME"
    3.12 @@ -20,4 +20,4 @@
    3.13  ONLINE_SIGNUP="yes"
    3.14  
    3.15  # Use Mercurial repo for content and configure user name
    3.16 -HG="yes"
    3.17 +HG="no"
     4.1 --- a/tools/hgweb.py	Sun Dec 22 02:36:28 2013 +0100
     4.2 +++ b/tools/hgweb.py	Sat Jan 04 00:59:43 2014 +0100
     4.3 @@ -4,7 +4,7 @@
     4.4  # See also http://mercurial.selenic.com/wiki/PublishingRepositories
     4.5  
     4.6  # Path to repo or hgweb config to serve (see 'hg help hgweb')
     4.7 -config = "/home/pankso/Public/cgi-bin/tinycm/content"
     4.8 +config = "/var/www/cgi-bin/tinycm/content"
     4.9  
    4.10  # Uncomment and adjust if Mercurial is not installed system-wide
    4.11  # (consult "installed modules" path from 'hg debuginstall'):