]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
Add blocked page
[ipfire.org.git] / Makefile.am
index 154e4113e4b0b5de24e189f8adb8cf76ed1820a3..1424e8247b1e78cd93cc5eb09416db77c307c289 100644 (file)
@@ -53,10 +53,10 @@ backend_PYTHON = \
        src/backend/blog.py \
        src/backend/countries.py \
        src/backend/database.py \
+       src/backend/decorators.py \
        src/backend/fireinfo.py \
        src/backend/geoip.py \
        src/backend/iuse.py \
-       src/backend/memcached.py \
        src/backend/mirrors.py \
        src/backend/misc.py \
        src/backend/netboot.py \
@@ -78,16 +78,15 @@ web_PYTHON = \
        src/web/blog.py \
        src/web/download.py \
        src/web/handlers.py \
-       src/web/handlers_accounts.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/newsletter.py \
+       src/web/people.py \
        src/web/ui_modules.py
 
 webdir = $(backenddir)/web
@@ -133,35 +132,66 @@ templates_blog_modulesdir = $(templates_blogdir)/modules
 
 templates_download_DATA = \
        src/templates/download/base.html \
-       src/templates/download/index.html \
        src/templates/download/release.html
 
 templates_downloaddir = $(templatesdir)/download
 
-templates_download_modules_DATA = \
-       src/templates/download/modules/button.html
-
-templates_download_modulesdir = $(templates_downloaddir)/modules
-
 templates_location_DATA = \
        src/templates/location/lookup.html
 
 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
 
@@ -199,7 +229,23 @@ static_fonts_DATA = \
        src/fonts/ofl/mukta/Mukta-Light.ttf \
        src/fonts/ofl/mukta/Mukta-Medium.ttf \
        src/fonts/ofl/mukta/Mukta-Regular.ttf \
-       src/fonts/ofl/mukta/Mukta-SemiBold.ttf
+       src/fonts/ofl/mukta/Mukta-SemiBold.ttf \
+       \
+       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
 
@@ -208,6 +254,7 @@ static_images_DATA = \
        src/static/img/amex@2x.png \
        src/static/img/amex@3x.png \
        src/static/img/appliance-pro.png \
+       src/static/img/default-avatar.jpg \
        src/static/img/ipfire-tux.png \
        src/static/img/lightningwirelabs-logo.svg \
        src/static/img/mastercard.png \
@@ -251,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
 
@@ -288,6 +334,7 @@ EXTRA_DIST += \
 substitutions = \
        '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
        '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
+       '|PYTHON=$(PYTHON)|' \
        '|configsdir=$(configsdir)|' \
        '|bindir=$(bindir)|' \
        '|datadir=$(datadir)|'