]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
talk: Add users page
[ipfire.org.git] / Makefile.am
index 6ebd321cd05099cbcabc256fb7f251658248b798..01383c9bb448b1b54ce6f1362891fe7e4892d44b 100644 (file)
@@ -53,6 +53,7 @@ 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 \
@@ -88,6 +89,7 @@ web_PYTHON = \
        src/web/handlers_nopaste.py \
        src/web/handlers_talk.py \
        src/web/location.py \
+       src/web/talk.py \
        src/web/ui_modules.py
 
 webdir = $(backenddir)/web
@@ -99,7 +101,7 @@ webdir = $(backenddir)/web
 templates_DATA = \
        src/templates/base.html \
        src/templates/donate.html \
-       src/templates/error.html
+       src/templates/error.html \
        src/templates/index.html
 
 templatesdir = $(datadir)/templates
@@ -113,6 +115,7 @@ templates_blog_DATA = \
        src/templates/blog/author.html \
        src/templates/blog/base.html \
        src/templates/blog/compose.html \
+       src/templates/blog/drafts.html \
        src/templates/blog/feed.xml \
        src/templates/blog/index.html \
        src/templates/blog/post.html \
@@ -132,16 +135,10 @@ 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
 
@@ -154,7 +151,6 @@ templates_modules_DATA = \
 templates_modulesdir = $(templatesdir)/modules
 
 templates_static_DATA = \
-       src/templates/static/chat.html \
        src/templates/static/features.html \
        src/templates/static/get-involved.html \
        src/templates/static/get-started.html \
@@ -164,6 +160,22 @@ templates_static_DATA = \
 
 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/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/channels.html \
+       src/templates/talk/modules/registrations.html
+
+templates_talk_modulesdir = $(templates_talkdir)/modules
+
 # ------------------------------------------------------------------------------
 
 SCSS_FILES = \
@@ -192,8 +204,13 @@ EXTRA_DIST += \
 staticdir = $(datadir)/static
 
 static_fonts_DATA = \
-       src/fonts/ofl/karla/Karla-Bold.ttf \
-       src/fonts/ofl/karla/Karla-Regular.ttf
+       src/fonts/ofl/mukta/Mukta-Bold.ttf \
+       src/fonts/ofl/mukta/Mukta-ExtraBold.ttf \
+       src/fonts/ofl/mukta/Mukta-ExtraLight.ttf \
+       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
 
 static_fontsdir = $(staticdir)/fonts
 
@@ -202,7 +219,6 @@ static_images_DATA = \
        src/static/img/amex@2x.png \
        src/static/img/amex@3x.png \
        src/static/img/appliance-pro.png \
-       src/static/img/header-background.jpg \
        src/static/img/ipfire-tux.png \
        src/static/img/lightningwirelabs-logo.svg \
        src/static/img/mastercard.png \
@@ -283,6 +299,7 @@ EXTRA_DIST += \
 substitutions = \
        '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
        '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
+       '|PYTHON=$(PYTHON)|' \
        '|configsdir=$(configsdir)|' \
        '|bindir=$(bindir)|' \
        '|datadir=$(datadir)|'