]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
Add blocked page
[ipfire.org.git] / Makefile.am
index afc86076d74cf83e636c02b0ff190a6c67bc70eb..1424e8247b1e78cd93cc5eb09416db77c307c289 100644 (file)
@@ -74,21 +74,19 @@ backenddir = $(pythondir)/ipfire
 
 web_PYTHON = \
        src/web/__init__.py \
-       src/web/accounts.py \
        src/web/auth.py \
        src/web/blog.py \
        src/web/download.py \
        src/web/handlers.py \
-       src/web/handlers_admin.py \
        src/web/handlers_base.py \
        src/web/handlers_boot.py \
        src/web/handlers_fireinfo.py \
        src/web/handlers_iuse.py \
        src/web/handlers_mirrors.py \
        src/web/handlers_nopaste.py \
-       src/web/handlers_talk.py \
        src/web/location.py \
-       src/web/talk.py \
+       src/web/newsletter.py \
+       src/web/people.py \
        src/web/ui_modules.py
 
 webdir = $(backenddir)/web
@@ -144,39 +142,59 @@ templates_location_DATA = \
 templates_locationdir = $(templatesdir)/location
 
 templates_modules_DATA = \
-       src/templates/modules/map.html \
-       src/templates/modules/menu.html
+       src/templates/modules/map.html
 
 templates_modulesdir = $(templatesdir)/modules
 
+templates_newsletter_DATA = \
+       src/templates/newsletter/subscribed.html
+
+templates_newsletterdir = $(templatesdir)/newsletter
+
+templates_people_DATA = \
+       src/templates/people/base.html \
+       src/templates/people/call.html \
+       src/templates/people/calls.html \
+       src/templates/people/index.html \
+       src/templates/people/passwd.html \
+       src/templates/people/search.html \
+       src/templates/people/sip.html \
+       src/templates/people/user.html \
+       src/templates/people/user-base.html \
+       src/templates/people/user-edit.html \
+       src/templates/people/users.html
+
+templates_peopledir = $(templatesdir)/people
+
+templates_people_modules_DATA = \
+       src/templates/people/modules/accounts-list.html \
+       src/templates/people/modules/cdr.html \
+       src/templates/people/modules/channels.html \
+       src/templates/people/modules/mos.html \
+       src/templates/people/modules/registrations.html \
+       src/templates/people/modules/sip-status.html
+
+templates_people_modulesdir = $(templates_peopledir)/modules
+
+templates_people_ssh_keys_DATA = \
+       src/templates/people/ssh-keys/base.html \
+       src/templates/people/ssh-keys/delete.html \
+       src/templates/people/ssh-keys/error.html \
+       src/templates/people/ssh-keys/error-invalid-key.html \
+       src/templates/people/ssh-keys/index.html \
+       src/templates/people/ssh-keys/upload.html
+
+templates_people_ssh_keysdir = $(templates_peopledir)/ssh-keys
+
 templates_static_DATA = \
+       src/templates/static/blocked.html \
+       src/templates/static/chat.html \
        src/templates/static/features.html \
-       src/templates/static/get-involved.html \
-       src/templates/static/get-started.html \
-       src/templates/static/get-support.html \
-       src/templates/static/hardware.html \
-       src/templates/static/legal.html
+       src/templates/static/legal.html \
+       src/templates/static/support.html
 
 templates_staticdir = $(templatesdir)/static
 
-templates_talk_DATA = \
-       src/templates/talk/base.html \
-       src/templates/talk/index.html \
-       src/templates/talk/registrations.html \
-       src/templates/talk/search.html \
-       src/templates/talk/user.html \
-       src/templates/talk/users.html
-
-templates_talkdir = $(templatesdir)/talk
-
-templates_talk_modules_DATA = \
-       src/templates/talk/modules/accounts-list.html \
-       src/templates/talk/modules/cdr.html \
-       src/templates/talk/modules/channels.html \
-       src/templates/talk/modules/registrations.html
-
-templates_talk_modulesdir = $(templates_talkdir)/modules
-
 # ------------------------------------------------------------------------------
 
 SCSS_FILES = \
@@ -213,11 +231,21 @@ static_fonts_DATA = \
        src/fonts/ofl/mukta/Mukta-Regular.ttf \
        src/fonts/ofl/mukta/Mukta-SemiBold.ttf \
        \
-       src/open-iconic/font/fonts/open-iconic.eot \
-       src/open-iconic/font/fonts/open-iconic.otf \
-       src/open-iconic/font/fonts/open-iconic.svg \
-       src/open-iconic/font/fonts/open-iconic.ttf \
-       src/open-iconic/font/fonts/open-iconic.woff
+       src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.eot \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.svg \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.ttf \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.woff \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-brands-400.woff2 \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.eot \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.svg \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.ttf \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.woff \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-regular-400.woff2 \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.eot \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.svg \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.ttf \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.woff \
+       src/font-awesome/web-fonts-with-css/webfonts/fa-solid-900.woff2
 
 static_fontsdir = $(staticdir)/fonts
 
@@ -270,8 +298,7 @@ static_js_DATA = \
        src/bootstrap/dist/js/bootstrap.min.js.map \
        \
        src/static/js/jquery-3.3.1.min.js \
-       src/static/js/popper.min.js \
-       src/static/js/site.js
+       src/static/js/popper.min.js
 
 static_jsdir = $(staticdir)/js