From: Claudio Sacerdoti Coen Date: Mon, 18 Feb 2002 18:06:46 +0000 (+0000) Subject: Members area implemented. X-Git-Tag: V_0_3_0_debian_8~304 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d1da07a85f05c0b6d20295788f98c776e82105c9;p=helm.git Members area implemented. --- diff --git a/helm/mowgli/home/htaccess b/helm/mowgli/home/htaccess new file mode 100644 index 000000000..702b91533 --- /dev/null +++ b/helm/mowgli/home/htaccess @@ -0,0 +1,5 @@ +AuthType Basic +AuthName "Mowgli Members" +AuthUserFile /home/projects/mowgli/apache_auth/users +AuthGroupFile /home/projects/mowgli/apache_auth/groups +require valid-user diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 30a76c099..243319d94 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -83,6 +83,7 @@ DOCUMENTS = \ deliverables/transformation/d2e.html \ deliverables/transformation/d2f.html \ deliverables/transformation/d2g.html \ + members/index.html \ sites/aei.html \ sites/bologna.html \ sites/dfki.html \ @@ -205,6 +206,9 @@ work-packages/%.html: $(XMLROOT)/work-packages/%.xml \ $(XSLROOT)/work-package.xsl $(XSLTP) -o $@ $(XSLROOT)/work-package.xsl $< +members/index.html: + echo "

Nothing yet!

" > $@ + clean: rm -f $(DOCUMENTS) .PHONY: clean @@ -221,6 +225,7 @@ install: $(DOCUMENTS) cp ../images/*.* $(DESTDIR)/images mkdir -p $(DESTDIR)/style cp ../style/*.css $(DESTDIR)/style + cp ../htaccess $(DESTDIR)/html/members/.htaccess sed s/menu\\.html/html\\/menu\\.html/ $(DESTDIR)/index.html uninstall: diff --git a/helm/mowgli/home/html/members/.cvsignore b/helm/mowgli/home/html/members/.cvsignore new file mode 100644 index 000000000..dcaf71693 --- /dev/null +++ b/helm/mowgli/home/html/members/.cvsignore @@ -0,0 +1 @@ +index.html