]> git.0d.be Git - panikweb-esperanzah.git/commit
move static & templates to panikweb project directory
authorFrédéric Péters <fpeters@0d.be>
Wed, 8 Jul 2020 07:23:52 +0000 (09:23 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 8 Jul 2020 07:31:16 +0000 (09:31 +0200)
commita51dfe81e54033913291d8218f18fffabe7d5638
tree8b8a3e6102571eef7c64c8808feee0da6fb8b2dc
parent4193b513be74dfda48a7aa01d252a9c1cac0ec85
move static & templates to panikweb project directory
223 files changed:
panikweb/settings.py
panikweb/static/css/_general.scss [new file with mode: 0644]
panikweb/static/css/_grid.scss [new file with mode: 0644]
panikweb/static/css/_reset.scss [new file with mode: 0644]
panikweb/static/css/_specifics.scss [new file with mode: 0644]
panikweb/static/css/_type.scss [new file with mode: 0644]
panikweb/static/css/style.scss [new file with mode: 0644]
panikweb/static/fonts/Montserrat-Bold.ttf [new file with mode: 0644]
panikweb/static/fonts/Montserrat-Regular.ttf [new file with mode: 0644]
panikweb/static/img/LogoPanik.jpg [new file with mode: 0644]
panikweb/static/img/Radio_Panik_Logo_2016-01.png [new file with mode: 0644]
panikweb/static/img/actu.png [new file with mode: 0644]
panikweb/static/img/defaultLogo.png [new file with mode: 0644]
panikweb/static/img/emission.png [new file with mode: 0644]
panikweb/static/img/episode.png [new file with mode: 0644]
panikweb/static/img/favicon-16.png [new file with mode: 0644]
panikweb/static/img/favicon-32.png [new file with mode: 0644]
panikweb/static/img/favicon-48.png [new file with mode: 0644]
panikweb/static/img/favicon.png [new file with mode: 0644]
panikweb/static/img/logo-2016.png [new file with mode: 0644]
panikweb/static/img/logo-panik-500-invert.png [new file with mode: 0644]
panikweb/static/img/logo-panik-500.png [new file with mode: 0644]
panikweb/static/img/logo-panik.png [new file with mode: 0644]
panikweb/static/img/logo.jpg [new file with mode: 0644]
panikweb/static/img/logoPanik.png [new file with mode: 0644]
panikweb/static/img/logoPanikBW.png [new file with mode: 0644]
panikweb/static/img/sound.png [new file with mode: 0644]
panikweb/static/js/audioPlayer.js [new file with mode: 0644]
panikweb/static/js/jquery.scrollTo-1.4.3.1-min.js [new file with mode: 0644]
panikweb/static/js/konami.js [new file with mode: 0644]
panikweb/static/js/specifics.js [new file with mode: 0644]
panikweb/static/js/strophe.min.js [new file with mode: 0644]
panikweb/static/js/strophe.muc.js [new file with mode: 0644]
panikweb/static/reglo/RE01.otf [new file with mode: 0644]
panikweb/static/reglo/RE02-Medium.otf [new file with mode: 0644]
panikweb/static/reglo/RE03-Bold.otf [new file with mode: 0644]
panikweb/static/reglo/RE04-Bold.otf [new file with mode: 0644]
panikweb/static/reglo/RE05-Bold.otf [new file with mode: 0644]
panikweb/static/reglo/RE06.otf [new file with mode: 0644]
panikweb/static/reglo/RE07-Bold.otf [new file with mode: 0644]
panikweb/static/reglo/RESYMBOL-resized.otf [new file with mode: 0644]
panikweb/static/reglo/RESYMBOL.otf [new file with mode: 0644]
panikweb/static/reglo/Reglo-Bold.otf [new file with mode: 0644]
panikweb/static/reglo/Reglo-Bold.vfb [new file with mode: 0644]
panikweb/static/reglo/RegloScaleBold.otf [new file with mode: 0644]
panikweb/templates/404.html [new file with mode: 0644]
panikweb/templates/500.html [new file with mode: 0644]
panikweb/templates/agenda.html [new file with mode: 0644]
panikweb/templates/base.html [new file with mode: 0644]
panikweb/templates/chat.html [new file with mode: 0644]
panikweb/templates/combo/cells/alimentation/episode_auto_selection.html [new file with mode: 0644]
panikweb/templates/combo/cells/topik-large/link-cell.html [new file with mode: 0644]
panikweb/templates/combo/cells/topik/link-cell.html [new file with mode: 0644]
panikweb/templates/combo/gallerycell.html [new file with mode: 0644]
panikweb/templates/combo/page_template_about.html [new file with mode: 0644]
panikweb/templates/combo/page_template_full_width.html [new file with mode: 0644]
panikweb/templates/combo/page_template_sidebar.html [new file with mode: 0644]
panikweb/templates/combo/topik_menu_item.html [new file with mode: 0644]
panikweb/templates/emissions.html [new file with mode: 0644]
panikweb/templates/emissions/archives.html [new file with mode: 0644]
panikweb/templates/emissions/detail.html [new file with mode: 0644]
panikweb/templates/emissions/emission_detail.html [new file with mode: 0644]
panikweb/templates/emissions/episode_detail.html [new file with mode: 0644]
panikweb/templates/emissions/episodes.html [new file with mode: 0644]
panikweb/templates/emissions/nav.html [new file with mode: 0644]
panikweb/templates/emissions/newsitem_detail.html [new file with mode: 0644]
panikweb/templates/emissions/resume.html [new file with mode: 0644]
panikweb/templates/emissions/search_result.html [new file with mode: 0644]
panikweb/templates/episodes/detail.html [new file with mode: 0644]
panikweb/templates/episodes/inline.html [new file with mode: 0644]
panikweb/templates/episodes/resume.html [new file with mode: 0644]
panikweb/templates/episodes/search_result.html [new file with mode: 0644]
panikweb/templates/feed/newsitem.html [new file with mode: 0644]
panikweb/templates/feed/soundfile.html [new file with mode: 0644]
panikweb/templates/grid.html [new file with mode: 0644]
panikweb/templates/home.html [new file with mode: 0644]
panikweb/templates/includes/audio.html [new file with mode: 0644]
panikweb/templates/includes/metaNav.html [new file with mode: 0644]
panikweb/templates/includes/path.html [new file with mode: 0644]
panikweb/templates/includes/piwik.html [new file with mode: 0644]
panikweb/templates/includes/player.html [new file with mode: 0644]
panikweb/templates/includes/related.html [new file with mode: 0644]
panikweb/templates/includes/topik.html [new file with mode: 0644]
panikweb/templates/includes/week-nav.html [new file with mode: 0644]
panikweb/templates/includes/week.html [new file with mode: 0644]
panikweb/templates/listen.html [new file with mode: 0644]
panikweb/templates/listen/archives.html [new file with mode: 0644]
panikweb/templates/listen/nav.html [new file with mode: 0644]
panikweb/templates/news.html [new file with mode: 0644]
panikweb/templates/news/archives.html [new file with mode: 0644]
panikweb/templates/news/inline.html [new file with mode: 0644]
panikweb/templates/news/nav.html [new file with mode: 0644]
panikweb/templates/news/roll.html [new file with mode: 0644]
panikweb/templates/news/search_result.html [new file with mode: 0644]
panikweb/templates/newsletter/confirmation_email_body.txt [new file with mode: 0644]
panikweb/templates/newsletter/confirmation_email_subject.txt [new file with mode: 0644]
panikweb/templates/newsletter/done.html [new file with mode: 0644]
panikweb/templates/newsletter/subscriber_form.html [new file with mode: 0644]
panikweb/templates/newsletter/thanks.html [new file with mode: 0644]
panikweb/templates/nonstop_playlist.html [new file with mode: 0644]
panikweb/templates/panikdb/base.html [new file with mode: 0644]
panikweb/templates/panikombo/audio.html [new file with mode: 0644]
panikweb/templates/panikombo/episode.html [new file with mode: 0644]
panikweb/templates/panikombo/episode_auto_selection.html [new file with mode: 0644]
panikweb/templates/panikombo/newsitem_auto_selection.html [new file with mode: 0644]
panikweb/templates/panikombo/topik-cell.html [new file with mode: 0644]
panikweb/templates/party.html [new file with mode: 0644]
panikweb/templates/program.html [new file with mode: 0644]
panikweb/templates/search/search.html [new file with mode: 0644]
panikweb/templates/soundfiles/dialog-embed.html [new file with mode: 0644]
panikweb/templates/soundfiles/embed.html [new file with mode: 0644]
panikweb/templates/soundfiles/resume.html [new file with mode: 0644]
panikweb/templates/tpl-default.html [new file with mode: 0644]
panikweb_templates/static/css/_general.scss [deleted file]
panikweb_templates/static/css/_grid.scss [deleted file]
panikweb_templates/static/css/_reset.scss [deleted file]
panikweb_templates/static/css/_specifics.scss [deleted file]
panikweb_templates/static/css/_type.scss [deleted file]
panikweb_templates/static/css/style.scss [deleted file]
panikweb_templates/static/fonts/Montserrat-Bold.ttf [deleted file]
panikweb_templates/static/fonts/Montserrat-Regular.ttf [deleted file]
panikweb_templates/static/img/LogoPanik.jpg [deleted file]
panikweb_templates/static/img/Radio_Panik_Logo_2016-01.png [deleted file]
panikweb_templates/static/img/actu.png [deleted file]
panikweb_templates/static/img/defaultLogo.png [deleted file]
panikweb_templates/static/img/emission.png [deleted file]
panikweb_templates/static/img/episode.png [deleted file]
panikweb_templates/static/img/favicon-16.png [deleted file]
panikweb_templates/static/img/favicon-32.png [deleted file]
panikweb_templates/static/img/favicon-48.png [deleted file]
panikweb_templates/static/img/favicon.png [deleted file]
panikweb_templates/static/img/logo-2016.png [deleted file]
panikweb_templates/static/img/logo-panik-500-invert.png [deleted file]
panikweb_templates/static/img/logo-panik-500.png [deleted file]
panikweb_templates/static/img/logo-panik.png [deleted file]
panikweb_templates/static/img/logo.jpg [deleted file]
panikweb_templates/static/img/logoPanik.png [deleted file]
panikweb_templates/static/img/logoPanikBW.png [deleted file]
panikweb_templates/static/img/sound.png [deleted file]
panikweb_templates/static/js/audioPlayer.js [deleted file]
panikweb_templates/static/js/jquery.scrollTo-1.4.3.1-min.js [deleted file]
panikweb_templates/static/js/konami.js [deleted file]
panikweb_templates/static/js/specifics.js [deleted file]
panikweb_templates/static/js/strophe.min.js [deleted file]
panikweb_templates/static/js/strophe.muc.js [deleted file]
panikweb_templates/static/reglo/RE01.otf [deleted file]
panikweb_templates/static/reglo/RE02-Medium.otf [deleted file]
panikweb_templates/static/reglo/RE03-Bold.otf [deleted file]
panikweb_templates/static/reglo/RE04-Bold.otf [deleted file]
panikweb_templates/static/reglo/RE05-Bold.otf [deleted file]
panikweb_templates/static/reglo/RE06.otf [deleted file]
panikweb_templates/static/reglo/RE07-Bold.otf [deleted file]
panikweb_templates/static/reglo/RESYMBOL-resized.otf [deleted file]
panikweb_templates/static/reglo/RESYMBOL.otf [deleted file]
panikweb_templates/static/reglo/Reglo-Bold.otf [deleted file]
panikweb_templates/static/reglo/Reglo-Bold.vfb [deleted file]
panikweb_templates/static/reglo/RegloScaleBold.otf [deleted file]
panikweb_templates/templates/404.html [deleted file]
panikweb_templates/templates/500.html [deleted file]
panikweb_templates/templates/agenda.html [deleted file]
panikweb_templates/templates/base.html [deleted file]
panikweb_templates/templates/chat.html [deleted file]
panikweb_templates/templates/combo/cells/alimentation/episode_auto_selection.html [deleted file]
panikweb_templates/templates/combo/cells/topik/link-cell.html [deleted file]
panikweb_templates/templates/combo/page_template_about.html [deleted file]
panikweb_templates/templates/combo/page_template_full_width.html [deleted file]
panikweb_templates/templates/combo/page_template_sidebar.html [deleted file]
panikweb_templates/templates/combo/topik_menu_item.html [deleted file]
panikweb_templates/templates/emissions.html [deleted file]
panikweb_templates/templates/emissions/archives.html [deleted file]
panikweb_templates/templates/emissions/detail.html [deleted file]
panikweb_templates/templates/emissions/emission_detail.html [deleted file]
panikweb_templates/templates/emissions/episode_detail.html [deleted file]
panikweb_templates/templates/emissions/episodes.html [deleted file]
panikweb_templates/templates/emissions/nav.html [deleted file]
panikweb_templates/templates/emissions/newsitem_detail.html [deleted file]
panikweb_templates/templates/emissions/resume.html [deleted file]
panikweb_templates/templates/emissions/search_result.html [deleted file]
panikweb_templates/templates/episodes/detail.html [deleted file]
panikweb_templates/templates/episodes/inline.html [deleted file]
panikweb_templates/templates/episodes/resume.html [deleted file]
panikweb_templates/templates/episodes/search_result.html [deleted file]
panikweb_templates/templates/feed/newsitem.html [deleted file]
panikweb_templates/templates/feed/soundfile.html [deleted file]
panikweb_templates/templates/grid.html [deleted file]
panikweb_templates/templates/home.html [deleted file]
panikweb_templates/templates/includes/audio.html [deleted file]
panikweb_templates/templates/includes/metaNav.html [deleted file]
panikweb_templates/templates/includes/path.html [deleted file]
panikweb_templates/templates/includes/piwik.html [deleted file]
panikweb_templates/templates/includes/player.html [deleted file]
panikweb_templates/templates/includes/related.html [deleted file]
panikweb_templates/templates/includes/topik.html [deleted file]
panikweb_templates/templates/includes/week-nav.html [deleted file]
panikweb_templates/templates/includes/week.html [deleted file]
panikweb_templates/templates/listen.html [deleted file]
panikweb_templates/templates/listen/archives.html [deleted file]
panikweb_templates/templates/listen/nav.html [deleted file]
panikweb_templates/templates/news.html [deleted file]
panikweb_templates/templates/news/archives.html [deleted file]
panikweb_templates/templates/news/inline.html [deleted file]
panikweb_templates/templates/news/nav.html [deleted file]
panikweb_templates/templates/news/roll.html [deleted file]
panikweb_templates/templates/news/search_result.html [deleted file]
panikweb_templates/templates/newsletter/confirmation_email_body.txt [deleted file]
panikweb_templates/templates/newsletter/confirmation_email_subject.txt [deleted file]
panikweb_templates/templates/newsletter/done.html [deleted file]
panikweb_templates/templates/newsletter/subscriber_form.html [deleted file]
panikweb_templates/templates/newsletter/thanks.html [deleted file]
panikweb_templates/templates/nonstop_playlist.html [deleted file]
panikweb_templates/templates/panikdb/base.html [deleted file]
panikweb_templates/templates/panikombo/audio.html [deleted file]
panikweb_templates/templates/panikombo/episode.html [deleted file]
panikweb_templates/templates/panikombo/episode_auto_selection.html [deleted file]
panikweb_templates/templates/panikombo/newsitem_auto_selection.html [deleted file]
panikweb_templates/templates/panikombo/topik-cell.html [deleted file]
panikweb_templates/templates/party.html [deleted file]
panikweb_templates/templates/program.html [deleted file]
panikweb_templates/templates/search/search.html [deleted file]
panikweb_templates/templates/soundfiles/dialog-embed.html [deleted file]
panikweb_templates/templates/soundfiles/embed.html [deleted file]
panikweb_templates/templates/soundfiles/resume.html [deleted file]
panikweb_templates/templates/tpl-default.html [deleted file]