]> matita.cs.unibo.it Git - helm.git/commitdiff
Members area implemented.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 18 Feb 2002 18:06:46 +0000 (18:06 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 18 Feb 2002 18:06:46 +0000 (18:06 +0000)
helm/mowgli/home/htaccess [new file with mode: 0644]
helm/mowgli/home/html/Makefile
helm/mowgli/home/html/members/.cvsignore [new file with mode: 0644]

diff --git a/helm/mowgli/home/htaccess b/helm/mowgli/home/htaccess
new file mode 100644 (file)
index 0000000..702b915
--- /dev/null
@@ -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
index 30a76c0993269a872824ab7be136d230a04a0a81..243319d94065b389c2249127e294a12f68ed3962 100644 (file)
@@ -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 "<html><body bgcolor=\"white\"><h1>Nothing yet!</h1></body></html>" > $@
+
 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/ <index.html | sed s/home\\.html/html\\/home\\.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 (file)
index 0000000..dcaf716
--- /dev/null
@@ -0,0 +1 @@
+index.html