]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
docs: Move file detail template
[ipfire.org.git] / Makefile.am
index 5f6d8013d835eaee9f0e691cac5cdbca2e15d3d9..aeadb2a71ccd7e1da9a70e51e4d0cbedbd8f7583 100644 (file)
@@ -49,13 +49,16 @@ CLEANFILES += \
 backend_PYTHON = \
        src/backend/__init__.py \
        src/backend/accounts.py \
+       src/backend/asterisk.py \
        src/backend/base.py \
        src/backend/blog.py \
+       src/backend/bugzilla.py \
        src/backend/campaigns.py \
        src/backend/countries.py \
        src/backend/database.py \
        src/backend/decorators.py \
        src/backend/fireinfo.py \
+       src/backend/httpclient.py \
        src/backend/hwdata.py \
        src/backend/iuse.py \
        src/backend/memcached.py \
@@ -68,8 +71,7 @@ backend_PYTHON = \
        src/backend/releases.py \
        src/backend/resolver.py \
        src/backend/settings.py \
-       src/backend/talk.py \
-       src/backend/tweets.py \
+       src/backend/toots.py \
        src/backend/util.py \
        src/backend/wiki.py \
        src/backend/zeiterfassung.py
@@ -95,6 +97,7 @@ web_PYTHON = \
        src/web/people.py \
        src/web/ui_modules.py \
        src/web/users.py \
+       src/web/voip.py \
        src/web/wiki.py
 
 webdir = $(backenddir)/web
@@ -118,7 +121,6 @@ templates_auth_DATA = \
        src/templates/auth/password-reset-initiation.html \
        src/templates/auth/password-reset-successful.html \
        src/templates/auth/register.html \
-       src/templates/auth/register-spam.html \
        src/templates/auth/register-success.html
 
 templates_authdir = $(templatesdir)/auth
@@ -137,6 +139,12 @@ templates_auth_messages_DATA = \
 
 templates_auth_messagesdir = $(templates_authdir)/messages
 
+templates_auth_modules_DATA = \
+       src/templates/auth/modules/password.html \
+       src/templates/auth/modules/password.js
+
+templates_auth_modulesdir = $(templates_authdir)/modules
+
 templates_blog_DATA = \
        src/templates/blog/author.html \
        src/templates/blog/base.html \
@@ -191,11 +199,20 @@ templates_donate_messagesdir = $(templates_donatedir)/messages
 
 templates_docs_DATA = \
        src/templates/docs/base.html \
-       src/templates/docs/page.html
+       src/templates/docs/confirm-restore.html \
+       src/templates/docs/diff.html \
+       src/templates/docs/page.html \
+       src/templates/docs/revisions.html
 
 templates_docsdir = $(templatesdir)/docs
 
+templates_docs_files_DATA = \
+       src/templates/docs/files/detail.html
+
+templates_docs_filesdir = $(templates_docsdir)/files
+
 templates_docs_modules_DATA = \
+       src/templates/docs/modules/diff.html \
        src/templates/docs/modules/header.html
 
 templates_docs_modulesdir = $(templates_docsdir)/modules
@@ -271,11 +288,7 @@ templates_nopaste_modules_DATA = \
 templates_nopaste_modulesdir = $(templates_nopastedir)/modules
 
 templates_people_DATA = \
-       src/templates/people/conferences.html \
-       src/templates/people/call.html \
-       src/templates/people/calls.html \
        src/templates/people/index.html \
-       src/templates/people/sip.html \
        src/templates/people/subscribed.html \
        src/templates/people/unsubscribe.html \
        src/templates/people/unsubscribed.html
@@ -287,17 +300,6 @@ templates_people_messages_DATA = \
 
 templates_people_messagesdir = $(templates_peopledir)/messages
 
-templates_people_modules_DATA = \
-       src/templates/people/modules/agent.html \
-       src/templates/people/modules/cdr.html \
-       src/templates/people/modules/channels.html \
-       src/templates/people/modules/mos.html \
-       src/templates/people/modules/password.html \
-       src/templates/people/modules/password.js \
-       src/templates/people/modules/registrations.html
-
-templates_people_modulesdir = $(templates_peopledir)/modules
-
 templates_static_DATA = \
        src/templates/static/about.html \
        src/templates/static/legal.html \
@@ -306,6 +308,8 @@ templates_static_DATA = \
 templates_staticdir = $(templatesdir)/static
 
 templates_users_DATA = \
+       src/templates/users/delete.html \
+       src/templates/users/deleted.html \
        src/templates/users/edit.html \
        src/templates/users/index.html \
        src/templates/users/passwd.html \
@@ -324,14 +328,24 @@ templates_users_modules_DATA = \
 
 templates_users_modulesdir = $(templates_usersdir)/modules
 
+templates_voip_DATA = \
+       src/templates/voip/index.html
+
+templates_voipdir = $(templatesdir)/voip
+
+templates_voip_modules_DATA = \
+       src/templates/voip/modules/conferences.html \
+       src/templates/voip/modules/outbound-registrations.html \
+       src/templates/voip/modules/queues.html \
+       src/templates/voip/modules/registrations.html
+
+templates_voip_modulesdir = $(templates_voipdir)/modules
+
 templates_wiki_DATA = \
        src/templates/wiki/404.html \
        src/templates/wiki/confirm-delete.html \
-       src/templates/wiki/confirm-restore.html \
-       src/templates/wiki/diff.html \
        src/templates/wiki/edit.html \
        src/templates/wiki/recent-changes.html \
-       src/templates/wiki/revisions.html \
        src/templates/wiki/search-results.html \
        src/templates/wiki/tree.html \
        src/templates/wiki/watchlist.html
@@ -339,7 +353,6 @@ templates_wiki_DATA = \
 templates_wikidir = $(templatesdir)/wiki
 
 templates_wiki_files_DATA = \
-       src/templates/wiki/files/detail.html \
        src/templates/wiki/files/index.html
 
 templates_wiki_filesdir = $(templates_wikidir)/files
@@ -350,7 +363,6 @@ templates_wiki_messages_DATA = \
 templates_wiki_messagesdir = $(templates_wikidir)/messages
 
 templates_wiki_modules_DATA = \
-       src/templates/wiki/modules/diff.html \
        src/templates/wiki/modules/list.html
 
 templates_wiki_modulesdir = $(templates_wikidir)/modules
@@ -1106,7 +1118,7 @@ src/static/videos/firewall@%.av1.mp4: src/static/videos/firewall.mp4
                -map_metadata -1 \
                -an \
                -c:v libsvtav1 \
-               -crf 30 \
+               -crf 31 \
                -preset 5 \
                -pix_fmt yuv420p \
                -movflags +faststart \
@@ -1121,7 +1133,7 @@ src/static/videos/firewall@%.hevc.mp4: src/static/videos/firewall.mp4
                -map_metadata -1 \
                -an \
                -c:v libx265 \
-               -crf 20 \
+               -crf 25 \
                -preset veryslow \
                -pix_fmt yuv420p \
                -movflags +faststart \
@@ -1137,7 +1149,7 @@ src/static/videos/firewall@%.h264.mp4: src/static/videos/firewall.mp4
                -map_metadata -1 \
                -an \
                -c:v libx264 \
-               -crf 22 \
+               -crf 27 \
                -preset veryslow \
                -profile:v main \
                -pix_fmt yuv420p \