# HG changeset patch # User Christophe Lincoln # Date 1388881224 -3600 # Node ID 93e27f9ededd0240db96bb5ccb4d3396ba5b4b9e # Parent 941ba53b4335fcf34a033b958c77af1db43b7018 add a README case diff -r 941ba53b4335 -r 93e27f9ededd README --- a/README Sun Jan 05 01:03:58 2014 +0100 +++ b/README Sun Jan 05 01:20:24 2014 +0100 @@ -22,8 +22,8 @@ CGI/SHell enabled web server such as Busybox HTTPd, LightTPD or Apache. Gettext must be installed for localisation support. So, let's download the Content Manager: - $ wget http://mirror.slitaz.org/sources/tinycm/tinycm-VERSION.tar.gz - $ tar xzf tinycm-VERSION.tar.gz + $ wget http://hg.slitaz.org/tinycm/archive/tip.tar.gz + $ tar xzf tinycm-*.tar.gz Or clone the Mercurial repo: diff -r 941ba53b4335 -r 93e27f9ededd TODO --- a/TODO Sun Jan 05 01:03:58 2014 +0100 +++ b/TODO Sun Jan 05 01:20:24 2014 +0100 @@ -1,6 +1,6 @@ - * Upload interface with a config var to disable file upload + * HTML5 Video player * Mail integration in SHell or Python * PHP content viewer for hosting without CGI support * Use tazu to manage user ? Use in option system users in /etc ? diff -r 941ba53b4335 -r 93e27f9ededd index.cgi --- a/index.cgi Sun Jan 05 01:03:58 2014 +0100 +++ b/index.cgi Sun Jan 05 01:20:24 2014 +0100 @@ -557,6 +557,10 @@ Mercurial : $hg +
+ README +
+

$(gettext "Plugins")

 EOT
@@ -570,6 +574,16 @@
 			gettext "You must be logged in to view the dashboard."
 		fi
 		html_footer ;;
+	
+	*\ README\ *)
+		d="README"
+		header
+		html_header
+		user_box
+		echo "

README

" + echo '
'
+		cat ${tiny}/README
+		echo '
' && html_footer ;; *\ hg\ *) header