]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
Show note about login status in footer
[ipfire.org.git] / Makefile.am
index d4a247e84c4616aac77913f4e999f45b24183740..2eae162e052904343f167afcda61ac03fd25b14b 100644 (file)
@@ -49,8 +49,8 @@ CLEANFILES += \
 backend_PYTHON = \
        src/backend/__init__.py \
        src/backend/accounts.py \
-       src/backend/ads.py \
        src/backend/base.py \
+       src/backend/blog.py \
        src/backend/countries.py \
        src/backend/database.py \
        src/backend/fireinfo.py \
@@ -60,9 +60,7 @@ backend_PYTHON = \
        src/backend/mirrors.py \
        src/backend/misc.py \
        src/backend/netboot.py \
-       src/backend/news.py \
        src/backend/nopaste.py \
-       src/backend/planet.py \
        src/backend/releases.py \
        src/backend/settings.py \
        src/backend/talk.py \
@@ -76,21 +74,20 @@ backenddir = $(pythondir)/ipfire
 
 web_PYTHON = \
        src/web/__init__.py \
+       src/web/auth.py \
        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_download.py \
        src/web/handlers_fireinfo.py \
        src/web/handlers_iuse.py \
        src/web/handlers_mirrors.py \
-       src/web/handlers_news.py \
        src/web/handlers_nopaste.py \
-       src/web/handlers_planet.py \
-       src/web/handlers_rss.py \
        src/web/handlers_talk.py \
+       src/web/location.py \
        src/web/ui_modules.py
 
 webdir = $(backenddir)/web
@@ -101,37 +98,61 @@ webdir = $(backenddir)/web
 
 templates_DATA = \
        src/templates/base.html \
-       src/templates/base-1.html \
        src/templates/donate.html \
-       src/templates/error.html \
-       src/templates/error-404.html \
-       src/templates/error-500.html \
+       src/templates/error.html
        src/templates/index.html
 
 templatesdir = $(datadir)/templates
 
+templates_auth_DATA = \
+       src/templates/auth/login.html
+
+templates_authdir = $(templatesdir)/auth
+
 templates_blog_DATA = \
        src/templates/blog/author.html \
        src/templates/blog/base.html \
+       src/templates/blog/feed.xml \
        src/templates/blog/index.html \
        src/templates/blog/post.html \
-       src/templates/blog/search-results.html
+       src/templates/blog/search-results.html \
+       src/templates/blog/tag.html \
+       src/templates/blog/year.html
 
 templates_blogdir = $(templatesdir)/blog
 
 templates_blog_modules_DATA = \
+       src/templates/blog/modules/history-navigation.html \
+       src/templates/blog/modules/list.html \
        src/templates/blog/modules/post.html \
        src/templates/blog/modules/posts.html
 
 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
 
 templates_modulesdir = $(templatesdir)/modules
 
 templates_static_DATA = \
-       src/templates/static/artwork.html \
        src/templates/static/chat.html \
        src/templates/static/features.html \
        src/templates/static/get-involved.html \
@@ -157,6 +178,8 @@ CLEANFILES += \
        src/templates/messages/main.css
 
 static_DATA = \
+       src/static/favicon.ico \
+       src/static/robots.txt \
        src/scss/main.css
 
 CLEANFILES += \
@@ -168,10 +191,8 @@ EXTRA_DIST += \
 staticdir = $(datadir)/static
 
 static_fonts_DATA = \
-       src/fonts/ufl/ubuntu/Ubuntu-Bold.ttf \
-       src/fonts/ufl/ubuntu/Ubuntu-Light.ttf \
-       src/fonts/ufl/ubuntu/Ubuntu-Medium.ttf \
-       src/fonts/ufl/ubuntu/Ubuntu-Regular.ttf
+       src/fonts/ofl/karla/Karla-Bold.ttf \
+       src/fonts/ofl/karla/Karla-Regular.ttf
 
 static_fontsdir = $(staticdir)/fonts
 
@@ -182,6 +203,7 @@ static_images_DATA = \
        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 \
        src/static/img/mastercard@2x.png \
        src/static/img/mastercard@3x.png \
@@ -205,6 +227,19 @@ static_images_screenshots_DATA = \
 
 static_images_screenshotsdir = $(static_imagesdir)/screenshots
 
+static_images_tux_DATA = \
+       src/static/img/tux/ipfire_tux_16x16.png \
+       src/static/img/tux/ipfire_tux_20x20.png \
+       src/static/img/tux/ipfire_tux_32x32.png \
+       src/static/img/tux/ipfire_tux_48x48.png \
+       src/static/img/tux/ipfire_tux_64x64.png \
+       src/static/img/tux/ipfire_tux_128x128.png \
+       src/static/img/tux/ipfire_tux_256x256.png \
+       src/static/img/tux/ipfire_tux_420x420.png \
+       src/static/img/tux/ipfire_tux_512x512.png
+
+static_images_tuxdir = $(static_imagesdir)/tux
+
 static_js_DATA = \
        src/bootstrap/dist/js/bootstrap.min.js \
        src/bootstrap/dist/js/bootstrap.min.js.map \