├── blogs ├── __init__.py ├── hooks.py ├── migrations │ ├── __init__.py │ ├── 0010_remove_blog_blocked.py │ ├── 0028_remove_post_pinned.py │ ├── 0008_remove_blog_upgraded.py │ ├── 0006_remove_blog_upgraded_date.py │ ├── 0007_remove_blog_order_id.py │ ├── 0022_remove_blog_deprioritise.py │ ├── 0014_blog_hidden.py │ ├── 0013_blog_deprioritise.py │ ├── 0018_blog_dodginess_score.py │ ├── 0019_post_deprioritise.py │ ├── 0025_usersettings_max_blogs.py │ ├── 0027_blog_optimise_images.py │ ├── 0015_auto_20240530_0710.py │ ├── 0023_blog_last_posted.py │ ├── 0016_auto_20240605_0842.py │ ├── 0017_post_first_published_at.py │ ├── 0031_alter_post_uid.py │ ├── 0030_upvote_blogs_upvot_post_id_537a4b_idx.py │ ├── 0011_persistentstore_review_ignore_terms.py │ ├── 0026_alter_blog_date_format.py │ ├── 0009_auto_20240228_1149.py │ └── 0021_auto_20240801_0713.py ├── context_processors.py └── apps.py ├── .vscode └── settings.json ├── runtime.txt ├── templates ├── account │ ├── base.html │ ├── messages │ │ ├── logged_out.txt │ │ ├── password_set.txt │ │ ├── email_confirmed.txt │ │ ├── email_deleted.txt │ │ ├── password_changed.txt │ │ ├── primary_email_set.txt │ │ ├── email_confirmation_sent.txt │ │ ├── unverified_primary_email.txt │ │ ├── cannot_delete_primary_email.txt │ │ └── logged_in.txt │ ├── email │ │ ├── email_confirmation_signup_message.txt │ │ ├── email_confirmation_signup_subject.txt │ │ ├── unknown_account_subject.txt │ │ ├── email_confirmation_message.txt │ │ ├── password_reset_key_subject.txt │ │ ├── email_confirmation_subject.txt │ │ ├── unknown_account_message.txt │ │ └── password_reset_key_message.txt │ ├── snippets │ │ └── already_logged_in.html │ ├── signup_closed.html │ ├── account_inactive.html │ ├── password_set.html │ ├── password_reset_from_key_done.html │ ├── verification_sent.html │ └── account_confirm_delete.html ├── snippets │ ├── styles.html │ ├── favicon.html │ └── dashboard_footer.html ├── dashboard │ └── message.html ├── sitemap.xml ├── robots.txt └── 403.html ├── .idea ├── .gitignore ├── vcs.xml ├── inspectionProfiles │ └── profiles_settings.xml └── modules.xml ├── static └── favicon.ico ├── staticfiles ├── debug_toolbar │ ├── js │ │ ├── redirect.js │ │ ├── redirect.198647d4c66b.js │ │ ├── redirect.d643ba40b49f.js │ │ ├── timer.js.gz │ │ ├── utils.js.gz │ │ ├── history.js.gz │ │ ├── toolbar.js.gz │ │ ├── toolbar.timer.js.gz │ │ ├── timer.112aa1f21d55.js.gz │ │ ├── utils.4da04711f04f.js.gz │ │ ├── history.66f782c00169.js.gz │ │ ├── toolbar.593166ee578b.js.gz │ │ ├── toolbar.b0aa827edaea.js.gz │ │ └── toolbar.timer.34e55e9787d2.js.gz │ ├── css │ │ ├── print.css │ │ ├── print.58a6064f1b3e.css │ │ ├── print.fe959e423a6a.css │ │ ├── toolbar.css.gz │ │ ├── toolbar.0be6a2368f99.css.gz │ │ └── toolbar.209e4118eb80.css.gz │ └── img │ │ ├── back.png │ │ ├── close.png │ │ ├── indicator.png │ │ ├── ajax-loader.gif │ │ ├── back_hover.png │ │ ├── close_hover.png │ │ ├── djdt_vertical.png │ │ ├── back.1a85a8afa24e.png │ │ ├── close.c592da3c89b6.png │ │ ├── indicator.5eb28882cc03.png │ │ ├── ajax-loader.d96a4c3765e9.gif │ │ ├── back_hover.d1e655d74852.png │ │ ├── close_hover.2592d7057d2c.png │ │ └── djdt_vertical.204979d634f7.png ├── favicon.ico ├── favicon.ico.gz ├── admin │ ├── js │ │ ├── core.js.gz │ │ ├── cancel.js.gz │ │ ├── urlify.js.gz │ │ ├── SelectBox.js.gz │ │ ├── actions.js.gz │ │ ├── calendar.js.gz │ │ ├── collapse.js.gz │ │ ├── inlines.js.gz │ │ ├── actions.min.js.gz │ │ ├── change_form.js.gz │ │ ├── inlines.min.js.gz │ │ ├── jquery.init.js.gz │ │ ├── nav_sidebar.js.gz │ │ ├── prepopulate.js.gz │ │ ├── SelectFilter2.js.gz │ │ ├── autocomplete.js.gz │ │ ├── collapse.min.js.gz │ │ ├── popup_response.js.gz │ │ ├── prepopulate.min.js.gz │ │ ├── prepopulate_init.js.gz │ │ ├── cancel.a2c3149a1c5e.js.gz │ │ ├── cancel.ecc4c5ca7b32.js.gz │ │ ├── core.5d6b384a08b5.js.gz │ │ ├── core.ea39b3bd34c3.js.gz │ │ ├── urlify.25cc3eac8123.js.gz │ │ ├── urlify.67bae52223e0.js.gz │ │ ├── actions.8d83e3af0fbd.js.gz │ │ ├── actions.eac7e3441574.js.gz │ │ ├── calendar.aae57adab5f6.js.gz │ │ ├── calendar.f8a5d055eb33.js.gz │ │ ├── collapse.c5b851e91226.js.gz │ │ ├── collapse.f84e7410290f.js.gz │ │ ├── inlines.12d1af430335.js.gz │ │ ├── inlines.fb1617228dbe.js.gz │ │ ├── vendor │ │ │ ├── jquery │ │ │ │ ├── jquery.js.gz │ │ │ │ ├── LICENSE.txt.gz │ │ │ │ ├── jquery.min.js.gz │ │ │ │ ├── jquery.11c05eb286ed.js.gz │ │ │ │ ├── jquery.23c7c5d2d131.js.gz │ │ │ │ ├── jquery.2849239b95f5.js.gz │ │ │ │ ├── LICENSE.75308107741f.txt.gz │ │ │ │ ├── LICENSE.de877aa6d744.txt.gz │ │ │ │ ├── jquery.min.220afd743d9e.js.gz │ │ │ │ ├── jquery.min.8fb8fee4fcc3.js.gz │ │ │ │ └── jquery.min.dc5e7f18c8d3.js.gz │ │ │ ├── select2 │ │ │ │ ├── LICENSE.md.gz │ │ │ │ ├── i18n │ │ │ │ │ ├── af.js.gz │ │ │ │ │ ├── ar.js.gz │ │ │ │ │ ├── az.js.gz │ │ │ │ │ ├── bg.js.gz │ │ │ │ │ ├── bn.js.gz │ │ │ │ │ ├── bs.js.gz │ │ │ │ │ ├── ca.js.gz │ │ │ │ │ ├── cs.js.gz │ │ │ │ │ ├── da.js.gz │ │ │ │ │ ├── de.js.gz │ │ │ │ │ ├── dsb.js.gz │ │ │ │ │ ├── el.js.gz │ │ │ │ │ ├── en.js.gz │ │ │ │ │ ├── es.js.gz │ │ │ │ │ ├── et.js.gz │ │ │ │ │ ├── eu.js.gz │ │ │ │ │ ├── fa.js.gz │ │ │ │ │ ├── fi.js.gz │ │ │ │ │ ├── fr.js.gz │ │ │ │ │ ├── gl.js.gz │ │ │ │ │ ├── he.js.gz │ │ │ │ │ ├── hi.js.gz │ │ │ │ │ ├── hr.js.gz │ │ │ │ │ ├── hsb.js.gz │ │ │ │ │ ├── hu.js.gz │ │ │ │ │ ├── hy.js.gz │ │ │ │ │ ├── id.js.gz │ │ │ │ │ ├── is.js.gz │ │ │ │ │ ├── it.js.gz │ │ │ │ │ ├── ja.js.gz │ │ │ │ │ ├── ka.js.gz │ │ │ │ │ ├── km.js.gz │ │ │ │ │ ├── ko.js.gz │ │ │ │ │ ├── lt.js.gz │ │ │ │ │ ├── lv.js.gz │ │ │ │ │ ├── mk.js.gz │ │ │ │ │ ├── ms.js.gz │ │ │ │ │ ├── nb.js.gz │ │ │ │ │ ├── ne.js.gz │ │ │ │ │ ├── nl.js.gz │ │ │ │ │ ├── pl.js.gz │ │ │ │ │ ├── ps.js.gz │ │ │ │ │ ├── pt.js.gz │ │ │ │ │ ├── ro.js.gz │ │ │ │ │ ├── ru.js.gz │ │ │ │ │ ├── sk.js.gz │ │ │ │ │ ├── sl.js.gz │ │ │ │ │ ├── sq.js.gz │ │ │ │ │ ├── sr.js.gz │ │ │ │ │ ├── sv.js.gz │ │ │ │ │ ├── th.js.gz │ │ │ │ │ ├── tk.js.gz │ │ │ │ │ ├── tr.js.gz │ │ │ │ │ ├── uk.js.gz │ │ │ │ │ ├── vi.js.gz │ │ │ │ │ ├── pt-BR.js.gz │ │ │ │ │ ├── zh-CN.js.gz │ │ │ │ │ ├── zh-TW.js.gz │ │ │ │ │ ├── sr-Cyrl.js.gz │ │ │ │ │ ├── af.4f6fcd73488c.js.gz │ │ │ │ │ ├── af.c4a5cbd6a23f.js.gz │ │ │ │ │ ├── ar.65aa8e36bf5d.js.gz │ │ │ │ │ ├── ar.7dcfd5775174.js.gz │ │ │ │ │ ├── az.1804c238d269.js.gz │ │ │ │ │ ├── az.270c257daf81.js.gz │ │ │ │ │ ├── bg.096f4410173b.js.gz │ │ │ │ │ ├── bg.39b8be30d4f0.js.gz │ │ │ │ │ ├── bn.6d42b4dd5665.js.gz │ │ │ │ │ ├── bn.b33721dc9b8a.js.gz │ │ │ │ │ ├── bs.91624382358e.js.gz │ │ │ │ │ ├── bs.debce43cfca2.js.gz │ │ │ │ │ ├── ca.60f20182ff18.js.gz │ │ │ │ │ ├── ca.a166b745933a.js.gz │ │ │ │ │ ├── cs.4f43e8e7d33a.js.gz │ │ │ │ │ ├── cs.edd7167cdcb6.js.gz │ │ │ │ │ ├── da.6bbc262044b3.js.gz │ │ │ │ │ ├── da.766346afe4dd.js.gz │ │ │ │ │ ├── de.630e81c65a7b.js.gz │ │ │ │ │ ├── de.8a1c222b0204.js.gz │ │ │ │ │ ├── dsb.56372c92d2f1.js.gz │ │ │ │ │ ├── dsb.9c2742bfc55a.js.gz │ │ │ │ │ ├── el.01c46bf8c8b3.js.gz │ │ │ │ │ ├── el.27097f071856.js.gz │ │ │ │ │ ├── en.aed9bad15375.js.gz │ │ │ │ │ ├── en.cf932ba09a98.js.gz │ │ │ │ │ ├── es.66dbc2652fb1.js.gz │ │ │ │ │ ├── es.8b21ebdb01ee.js.gz │ │ │ │ │ ├── et.2b96fd98289d.js.gz │ │ │ │ │ ├── et.32b0b17ba1a9.js.gz │ │ │ │ │ ├── eu.6c45eaf416fe.js.gz │ │ │ │ │ ├── eu.adfe5c97b72c.js.gz │ │ │ │ │ ├── fa.1738b003dd26.js.gz │ │ │ │ │ ├── fa.3b5bd1961cfd.js.gz │ │ │ │ │ ├── fi.2858f3167855.js.gz │ │ │ │ │ ├── fi.614ec42aa9ba.js.gz │ │ │ │ │ ├── fr.05e0542fcfe6.js.gz │ │ │ │ │ ├── fr.6129248732b9.js.gz │ │ │ │ │ ├── gl.d99b1fedaa86.js.gz │ │ │ │ │ ├── gl.e2766036e78a.js.gz │ │ │ │ │ ├── he.4d933538516a.js.gz │ │ │ │ │ ├── he.e420ff6cd3ed.js.gz │ │ │ │ │ ├── hi.70640d41628f.js.gz │ │ │ │ │ ├── hi.f81e979ec25f.js.gz │ │ │ │ │ ├── hr.68583e607f1e.js.gz │ │ │ │ │ ├── hr.a2b092cc1147.js.gz │ │ │ │ │ ├── hsb.50caaee90a0d.js.gz │ │ │ │ │ ├── hsb.fa3b55265efe.js.gz │ │ │ │ │ ├── hu.6ec6039cb8a3.js.gz │ │ │ │ │ ├── hu.9edad4c24fd0.js.gz │ │ │ │ │ ├── hy.4c655f53f4e1.js.gz │ │ │ │ │ ├── hy.c7babaeef5a6.js.gz │ │ │ │ │ ├── id.04debded514d.js.gz │ │ │ │ │ ├── id.322604a430a5.js.gz │ │ │ │ │ ├── is.3ddd9a6a97e9.js.gz │ │ │ │ │ ├── is.a8a13c9122d7.js.gz │ │ │ │ │ ├── it.110a0fa84968.js.gz │ │ │ │ │ ├── it.be4fe8d365b5.js.gz │ │ │ │ │ ├── ja.170ae885d74f.js.gz │ │ │ │ │ ├── ja.442146837f55.js.gz │ │ │ │ │ ├── ka.2083264a54f0.js.gz │ │ │ │ │ ├── ka.8ea0684cc301.js.gz │ │ │ │ │ ├── km.8c337905305d.js.gz │ │ │ │ │ ├── km.c23089cb06ca.js.gz │ │ │ │ │ ├── ko.82358a9b6840.js.gz │ │ │ │ │ ├── ko.e7be6c20e673.js.gz │ │ │ │ │ ├── lt.23c7ce903300.js.gz │ │ │ │ │ ├── lt.2c390a6bf650.js.gz │ │ │ │ │ ├── lv.08e62128eac1.js.gz │ │ │ │ │ ├── lv.30bfb7fc3b63.js.gz │ │ │ │ │ ├── mk.92f1d29581b7.js.gz │ │ │ │ │ ├── mk.dabbb9087130.js.gz │ │ │ │ │ ├── ms.4ba82c9a51ce.js.gz │ │ │ │ │ ├── ms.ade6aba46542.js.gz │ │ │ │ │ ├── nb.da2fce143f27.js.gz │ │ │ │ │ ├── nb.e535138ca26b.js.gz │ │ │ │ │ ├── ne.3d79fd3f08db.js.gz │ │ │ │ │ ├── ne.f61bf00bc3fe.js.gz │ │ │ │ │ ├── nl.674c0d3da68d.js.gz │ │ │ │ │ ├── nl.997868a37ed8.js.gz │ │ │ │ │ ├── pl.6031b4f16452.js.gz │ │ │ │ │ ├── pl.a10ee9248c07.js.gz │ │ │ │ │ ├── ps.38dfa47af9e0.js.gz │ │ │ │ │ ├── ps.de1a40c46c09.js.gz │ │ │ │ │ ├── pt.33b4a3b44d43.js.gz │ │ │ │ │ ├── pt.5b4ec8cb5b23.js.gz │ │ │ │ │ ├── ro.ea7e3b822b06.js.gz │ │ │ │ │ ├── ro.f75cb460ec3b.js.gz │ │ │ │ │ ├── ru.934aa95f5b5f.js.gz │ │ │ │ │ ├── ru.962f048c22f2.js.gz │ │ │ │ │ ├── sk.33d02cef8d11.js.gz │ │ │ │ │ ├── sk.34019208b835.js.gz │ │ │ │ │ ├── sl.131a78bc0752.js.gz │ │ │ │ │ ├── sl.a5e262c643f2.js.gz │ │ │ │ │ ├── sq.5636b60d29c9.js.gz │ │ │ │ │ ├── sq.abf2d34b255a.js.gz │ │ │ │ │ ├── sr.5ed85a48f483.js.gz │ │ │ │ │ ├── sr.c9f16b9e0f93.js.gz │ │ │ │ │ ├── sv.725800c5e8fc.js.gz │ │ │ │ │ ├── sv.7a9c2f71e777.js.gz │ │ │ │ │ ├── th.b013804dae9c.js.gz │ │ │ │ │ ├── th.f38c20b0221b.js.gz │ │ │ │ │ ├── tk.5042dc8eca8e.js.gz │ │ │ │ │ ├── tk.7c572a68c78f.js.gz │ │ │ │ │ ├── tr.b5a0643d1545.js.gz │ │ │ │ │ ├── tr.dc697d893beb.js.gz │ │ │ │ │ ├── uk.8cede7f4803c.js.gz │ │ │ │ │ ├── uk.e05ad5df6258.js.gz │ │ │ │ │ ├── vi.097a5b75b3e1.js.gz │ │ │ │ │ ├── vi.0a60056920fc.js.gz │ │ │ │ │ ├── pt-BR.455adefc2984.js.gz │ │ │ │ │ ├── pt-BR.e1b294433e7f.js.gz │ │ │ │ │ ├── zh-CN.2cff662ec5f9.js.gz │ │ │ │ │ ├── zh-CN.bde34fa3f064.js.gz │ │ │ │ │ ├── zh-TW.04554a227c2b.js.gz │ │ │ │ │ ├── zh-TW.e727260f7094.js.gz │ │ │ │ │ ├── sr-Cyrl.116365a2de65.js.gz │ │ │ │ │ ├── sr-Cyrl.f254bb8c4c7c.js.gz │ │ │ │ │ ├── zh-TW.04554a227c2b.js │ │ │ │ │ ├── zh-CN.2cff662ec5f9.js │ │ │ │ │ └── zh-TW.js │ │ │ │ ├── select2.full.js.gz │ │ │ │ ├── select2.full.min.js.gz │ │ │ │ ├── LICENSE.f94142512c91.md.gz │ │ │ │ ├── select2.full.c2afdeda3058.js.gz │ │ │ │ ├── select2.full.d379d5235584.js.gz │ │ │ │ ├── select2.full.min.68e8d8f673b7.js.gz │ │ │ │ └── select2.full.min.fcd7500d8e13.js.gz │ │ │ └── xregexp │ │ │ │ ├── LICENSE.txt.gz │ │ │ │ ├── xregexp.js.gz │ │ │ │ ├── xregexp.min.js.gz │ │ │ │ ├── LICENSE.bf79e414957a.txt.gz │ │ │ │ ├── LICENSE.d64cecf4f157.txt.gz │ │ │ │ ├── xregexp.1865b1cf5085.js.gz │ │ │ │ ├── xregexp.efda034b9537.js.gz │ │ │ │ ├── xregexp.min.b0439563a5d3.js.gz │ │ │ │ └── xregexp.min.c95393b8ca4d.js.gz │ │ ├── SelectBox.8161741c7647.js.gz │ │ ├── SelectBox.99d0cfd2e80c.js.gz │ │ ├── actions.min.5fa8cb0403f1.js.gz │ │ ├── admin │ │ │ ├── DateTimeShortcuts.js.gz │ │ │ ├── RelatedObjectLookups.js.gz │ │ │ ├── DateTimeShortcuts.5548f99471bf.js.gz │ │ │ ├── DateTimeShortcuts.a9c6d180860b.js.gz │ │ │ ├── RelatedObjectLookups.b4d76b6aaf0b.js.gz │ │ │ └── RelatedObjectLookups.ea0683bea064.js.gz │ │ ├── change_form.9d8ca4f96b75.js.gz │ │ ├── change_form.9e85003a1a38.js.gz │ │ ├── inlines.min.6d6c2416646e.js.gz │ │ ├── jquery.init.95b62fa19378.js.gz │ │ ├── jquery.init.b7781a0897fc.js.gz │ │ ├── nav_sidebar.3535caba9444.js.gz │ │ ├── prepopulate.2f90da7170ec.js.gz │ │ ├── prepopulate.bd2361dfd64d.js.gz │ │ ├── SelectFilter2.c26733924aea.js.gz │ │ ├── SelectFilter2.d250dcb52a9a.js.gz │ │ ├── autocomplete.c508b167ab61.js.gz │ │ ├── autocomplete.cfd2c4dc8981.js.gz │ │ ├── collapse.min.44dfdb427845.js.gz │ │ ├── popup_response.6ce3197f8fc8.js.gz │ │ ├── popup_response.c6cc78ea5551.js.gz │ │ ├── prepopulate.min.85fd5e0fb706.js.gz │ │ ├── prepopulate_init.0d3b53c37074.js.gz │ │ ├── prepopulate_init.e056047b7a7e.js.gz │ │ ├── prepopulate.min.js │ │ ├── jquery.init.b7781a0897fc.js │ │ ├── jquery.init.js │ │ ├── prepopulate.min.85fd5e0fb706.js │ │ ├── jquery.init.95b62fa19378.js │ │ ├── cancel.js │ │ ├── cancel.a2c3149a1c5e.js │ │ ├── prepopulate_init.js │ │ ├── prepopulate_init.0d3b53c37074.js │ │ ├── prepopulate_init.e056047b7a7e.js │ │ ├── popup_response.c6cc78ea5551.js │ │ ├── popup_response.js │ │ └── popup_response.6ce3197f8fc8.js │ ├── css │ │ ├── base.css.gz │ │ ├── rtl.css.gz │ │ ├── fonts.css.gz │ │ ├── forms.css.gz │ │ ├── login.css.gz │ │ ├── widgets.css.gz │ │ ├── dashboard.css.gz │ │ ├── autocomplete.css.gz │ │ ├── changelists.css.gz │ │ ├── nav_sidebar.css.gz │ │ ├── responsive.css.gz │ │ ├── responsive_rtl.css.gz │ │ ├── base.1f418065fc2c.css.gz │ │ ├── base.ae33e6383baa.css.gz │ │ ├── rtl.30f903442dc5.css.gz │ │ ├── rtl.4bc23eb90919.css.gz │ │ ├── fonts.168bab448fee.css.gz │ │ ├── forms.332ab41432e2.css.gz │ │ ├── forms.9f1ffc442e9a.css.gz │ │ ├── login.252ffabd6548.css.gz │ │ ├── login.8b76a9f7cbf6.css.gz │ │ ├── dashboard.7ac78187c567.css.gz │ │ ├── dashboard.be83f13e4369.css.gz │ │ ├── vendor │ │ │ └── select2 │ │ │ │ ├── select2.css.gz │ │ │ │ ├── select2.min.css.gz │ │ │ │ ├── LICENSE-SELECT2.md.gz │ │ │ │ ├── select2.a2194c262648.css.gz │ │ │ │ ├── select2.fd9fe49d3d91.css.gz │ │ │ │ ├── select2.min.9f54e6414f87.css.gz │ │ │ │ ├── select2.min.af22a7e2bfec.css.gz │ │ │ │ └── LICENSE-SELECT2.f94142512c91.md.gz │ │ ├── widgets.694d845b2cb1.css.gz │ │ ├── widgets.8874c301e7bc.css.gz │ │ ├── changelists.cd4dd90ae1a1.css.gz │ │ ├── changelists.cfe316f81936.css.gz │ │ ├── nav_sidebar.e32d345464bd.css.gz │ │ ├── responsive.755ce0b07393.css.gz │ │ ├── responsive.b9e1565b3609.css.gz │ │ ├── autocomplete.4a81fc4242d0.css.gz │ │ ├── autocomplete.781713f30664.css.gz │ │ ├── responsive_rtl.51c7445ceeff.css.gz │ │ ├── responsive_rtl.e13ae754cceb.css.gz │ │ ├── fonts.css │ │ ├── dashboard.be83f13e4369.css │ │ ├── dashboard.css │ │ ├── dashboard.7ac78187c567.css │ │ └── fonts.168bab448fee.css │ ├── img │ │ ├── LICENSE.gz │ │ ├── README.txt.gz │ │ ├── icon-no.svg.gz │ │ ├── search.svg.gz │ │ ├── icon-yes.svg.gz │ │ ├── icon-addlink.svg.gz │ │ ├── icon-alert.svg.gz │ │ ├── icon-clock.svg.gz │ │ ├── icon-unknown.svg.gz │ │ ├── tooltag-add.svg.gz │ │ ├── calendar-icons.svg.gz │ │ ├── icon-calendar.svg.gz │ │ ├── icon-viewlink.svg.gz │ │ ├── inline-delete.svg.gz │ │ ├── selector-icons.svg.gz │ │ ├── sorting-icons.svg.gz │ │ ├── LICENSE.2c54f4e1ca1c.gz │ │ ├── icon-changelink.svg.gz │ │ ├── icon-deletelink.svg.gz │ │ ├── icon-unknown-alt.svg.gz │ │ ├── README.a70711a38d87.txt.gz │ │ ├── gis │ │ │ ├── move_vertex_off.svg.gz │ │ │ ├── move_vertex_on.svg.gz │ │ │ ├── move_vertex_off.7a23bf31ef8a.svg.gz │ │ │ └── move_vertex_on.0047eba25b67.svg.gz │ │ ├── search.7cf54ff789c6.svg.gz │ │ ├── tooltag-arrowright.svg.gz │ │ ├── icon-no.439e821418cd.svg.gz │ │ ├── icon-yes.d2f9f035226a.svg.gz │ │ ├── icon-alert.034cc7d8a67f.svg.gz │ │ ├── icon-clock.e1d4dfac3f2b.svg.gz │ │ ├── tooltag-add.e59d620a9742.svg.gz │ │ ├── calendar-icons.39b290681a8b.svg.gz │ │ ├── icon-addlink.d519b3bab011.svg.gz │ │ ├── icon-calendar.ac7aea671bea.svg.gz │ │ ├── icon-unknown.a18cb4398978.svg.gz │ │ ├── icon-viewlink.41eb31f7826e.svg.gz │ │ ├── inline-delete.fec1b761f254.svg.gz │ │ ├── selector-icons.b4555096cea2.svg.gz │ │ ├── sorting-icons.3a097b59f104.svg.gz │ │ ├── icon-changelink.18d2fd706348.svg.gz │ │ ├── icon-deletelink.564ef9dc3854.svg.gz │ │ ├── icon-unknown-alt.81536e128bb6.svg.gz │ │ ├── tooltag-arrowright.bbfb788a849e.svg.gz │ │ ├── tooltag-arrowright.svg │ │ ├── tooltag-arrowright.bbfb788a849e.svg │ │ ├── README.txt │ │ ├── icon-addlink.svg │ │ ├── tooltag-add.svg │ │ ├── README.a70711a38d87.txt │ │ ├── tooltag-add.e59d620a9742.svg │ │ ├── icon-addlink.d519b3bab011.svg │ │ ├── icon-changelink.svg │ │ ├── icon-changelink.18d2fd706348.svg │ │ ├── icon-deletelink.svg │ │ ├── icon-deletelink.564ef9dc3854.svg │ │ ├── icon-yes.svg │ │ ├── icon-yes.d2f9f035226a.svg │ │ ├── search.svg │ │ ├── search.7cf54ff789c6.svg │ │ ├── icon-alert.svg │ │ ├── icon-alert.034cc7d8a67f.svg │ │ ├── icon-no.svg │ │ ├── inline-delete.svg │ │ ├── icon-no.439e821418cd.svg │ │ ├── inline-delete.fec1b761f254.svg │ │ ├── icon-viewlink.svg │ │ ├── icon-viewlink.41eb31f7826e.svg │ │ ├── icon-unknown.svg │ │ ├── icon-unknown-alt.svg │ │ ├── icon-unknown.a18cb4398978.svg │ │ └── icon-unknown-alt.81536e128bb6.svg │ └── fonts │ │ ├── LICENSE.txt.gz │ │ ├── README.txt.gz │ │ ├── Roboto-Bold-webfont.woff │ │ ├── LICENSE.d273d63619c9.txt.gz │ │ ├── README.ab99e6b541ea.txt.gz │ │ ├── Roboto-Light-webfont.woff │ │ ├── Roboto-Regular-webfont.woff │ │ ├── Roboto-Bold-webfont.50d75e48e0a3.woff │ │ ├── Roboto-Light-webfont.c73eb1ceba33.woff │ │ ├── Roboto-Regular-webfont.35b07eb2f871.woff │ │ ├── README.txt │ │ └── README.ab99e6b541ea.txt └── pygmentify │ └── css │ ├── bw.css.gz │ ├── vs.css.gz │ ├── igor.css.gz │ ├── rrt.css.gz │ ├── trac.css.gz │ ├── vim.css.gz │ ├── algol.css.gz │ ├── arduino.css.gz │ ├── autumn.css.gz │ ├── borland.css.gz │ ├── bw.min.css.gz │ ├── default.css.gz │ ├── emacs.css.gz │ ├── fruity.css.gz │ ├── manni.css.gz │ ├── monokai.css.gz │ ├── murphy.css.gz │ ├── native.css.gz │ ├── pastie.css.gz │ ├── perldoc.css.gz │ ├── rrt.min.css.gz │ ├── tango.css.gz │ ├── vim.min.css.gz │ ├── vs.min.css.gz │ ├── xcode.css.gz │ ├── algol.min.css.gz │ ├── algol_nu.css.gz │ ├── colorful.css.gz │ ├── emacs.min.css.gz │ ├── friendly.css.gz │ ├── igor.min.css.gz │ ├── lovelace.css.gz │ ├── manni.min.css.gz │ ├── tango.min.css.gz │ ├── trac.min.css.gz │ ├── xcode.min.css.gz │ ├── algol_nu.min.css.gz │ ├── arduino.min.css.gz │ ├── autumn.min.css.gz │ ├── borland.min.css.gz │ ├── colorful.min.css.gz │ ├── default.min.css.gz │ ├── friendly.min.css.gz │ ├── fruity.min.css.gz │ ├── lovelace.min.css.gz │ ├── monokai.min.css.gz │ ├── murphy.min.css.gz │ ├── native.min.css.gz │ ├── paraiso-dark.css.gz │ ├── pastie.min.css.gz │ ├── perldoc.min.css.gz │ ├── paraiso-light.css.gz │ ├── bw.4c916c22329e.css.gz │ ├── igor.3a99098e0a48.css.gz │ ├── paraiso-dark.min.css.gz │ ├── paraiso-light.min.css.gz │ ├── rrt.8e2563860a34.css.gz │ ├── trac.f8f843721155.css.gz │ ├── vim.5b4a2feda77b.css.gz │ ├── vs.3d70343a8a9f.css.gz │ ├── algol.4f29a6439623.css.gz │ ├── autumn.96dcc132747d.css.gz │ ├── bw.min.c17104f8f541.css.gz │ ├── emacs.4c5362619802.css.gz │ ├── fruity.68ac8d350460.css.gz │ ├── manni.a9f9a8734cad.css.gz │ ├── murphy.d436be36f5f9.css.gz │ ├── native.a40343bb0849.css.gz │ ├── pastie.9b16c8443a13.css.gz │ ├── tango.034a310ae10b.css.gz │ ├── vs.min.435c401272e9.css.gz │ ├── xcode.0ada673ba723.css.gz │ ├── algol.min.7c35bcab0179.css.gz │ ├── algol_nu.8850f3ff23db.css.gz │ ├── arduino.7c51257ff62b.css.gz │ ├── borland.a5fc9d3a39a2.css.gz │ ├── colorful.11b6660860b0.css.gz │ ├── default.b1bcdfa54881.css.gz │ ├── emacs.min.45cc3caf0b04.css.gz │ ├── friendly.2b3ec055f7c4.css.gz │ ├── igor.min.ec4ba21780e3.css.gz │ ├── lovelace.a4deea855661.css.gz │ ├── manni.min.14a917fd3162.css.gz │ ├── monokai.aab73f77eee9.css.gz │ ├── perldoc.9bfa7c9a7a01.css.gz │ ├── rrt.min.45162817571b.css.gz │ ├── tango.min.3aaf9a337a21.css.gz │ ├── trac.min.2a9cf373fa89.css.gz │ ├── vim.min.06bf715c6ae7.css.gz │ ├── xcode.min.a2f424f2c667.css.gz │ ├── arduino.min.c7f166fe3649.css.gz │ ├── autumn.min.c4fc64e4219c.css.gz │ ├── borland.min.92abdc24fa49.css.gz │ ├── default.min.2d682a896c61.css.gz │ ├── fruity.min.081983a8a0e0.css.gz │ ├── monokai.min.03323307465e.css.gz │ ├── murphy.min.78cbd4c03875.css.gz │ ├── native.min.e5e690e93e9e.css.gz │ ├── pastie.min.ca4dbae253cc.css.gz │ ├── perldoc.min.e043acc3a656.css.gz │ ├── algol_nu.min.483a7084dae9.css.gz │ ├── colorful.min.39deb010d14a.css.gz │ ├── friendly.min.e77d4ff75bea.css.gz │ ├── lovelace.min.fafd322a5371.css.gz │ ├── paraiso-dark.467d4ad5fcc7.css.gz │ ├── paraiso-light.ff8871d4b373.css.gz │ ├── paraiso-dark.min.52e6a73573a6.css.gz │ ├── paraiso-light.min.4d7d25088da6.css.gz │ ├── rrt.min.css │ ├── rrt.min.45162817571b.css │ ├── vs.min.css │ ├── vs.min.435c401272e9.css │ ├── igor.min.css │ └── igor.min.ec4ba21780e3.css ├── Procfile ├── geoip └── GeoLite2-Country.mmdb ├── conf ├── asgi.py ├── wsgi.py └── urls.py ├── Makefile ├── requirements.txt └── Caddyfile /blogs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /blogs/hooks.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /blogs/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.10.15 -------------------------------------------------------------------------------- /templates/account/base.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/static/favicon.ico -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/redirect.js: -------------------------------------------------------------------------------- 1 | document.getElementById("redirect_to").focus(); 2 | -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | release: python manage.py migrate 2 | web: gunicorn conf.wsgi --log-file - --timeout 20 -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/css/print.css: -------------------------------------------------------------------------------- 1 | #djDebug { 2 | display: none !important; 3 | } 4 | -------------------------------------------------------------------------------- /staticfiles/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/favicon.ico -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/css/print.58a6064f1b3e.css: -------------------------------------------------------------------------------- 1 | #djDebug { 2 | display: none !important; 3 | } 4 | -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/css/print.fe959e423a6a.css: -------------------------------------------------------------------------------- 1 | #djDebug { 2 | display: none !important; 3 | } 4 | -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/redirect.198647d4c66b.js: -------------------------------------------------------------------------------- 1 | document.getElementById('redirect_to').focus(); 2 | -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/redirect.d643ba40b49f.js: -------------------------------------------------------------------------------- 1 | document.getElementById("redirect_to").focus(); 2 | -------------------------------------------------------------------------------- /staticfiles/favicon.ico.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/favicon.ico.gz -------------------------------------------------------------------------------- /geoip/GeoLite2-Country.mmdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/geoip/GeoLite2-Country.mmdb -------------------------------------------------------------------------------- /staticfiles/admin/js/core.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/core.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/base.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/base.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/rtl.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/rtl.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/LICENSE.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/LICENSE.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/cancel.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/cancel.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/urlify.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/urlify.js.gz -------------------------------------------------------------------------------- /templates/account/messages/logged_out.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}You have signed out.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /staticfiles/admin/css/fonts.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/fonts.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/forms.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/forms.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/login.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/login.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/widgets.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/widgets.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/README.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/README.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-no.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-no.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/search.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/search.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/SelectBox.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/SelectBox.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/actions.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/actions.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/calendar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/calendar.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/collapse.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/collapse.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/inlines.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/inlines.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/bw.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/bw.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vs.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vs.css.gz -------------------------------------------------------------------------------- /templates/account/email/email_confirmation_signup_message.txt: -------------------------------------------------------------------------------- 1 | {% include "account/email/email_confirmation_message.txt" %} 2 | -------------------------------------------------------------------------------- /templates/account/email/email_confirmation_signup_subject.txt: -------------------------------------------------------------------------------- 1 | {% include "account/email/email_confirmation_subject.txt" %} 2 | -------------------------------------------------------------------------------- /staticfiles/admin/css/dashboard.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/dashboard.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/LICENSE.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/LICENSE.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/README.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/README.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-yes.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-yes.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/actions.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/actions.min.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/change_form.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/change_form.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/inlines.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/inlines.min.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/jquery.init.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/jquery.init.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/nav_sidebar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/nav_sidebar.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/back.png -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/igor.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/igor.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/rrt.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/rrt.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/trac.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/trac.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vim.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vim.css.gz -------------------------------------------------------------------------------- /templates/account/messages/password_set.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}Password successfully set.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /staticfiles/admin/css/autocomplete.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/autocomplete.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/changelists.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/changelists.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/nav_sidebar.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/nav_sidebar.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/responsive.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/responsive.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-addlink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-addlink.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-alert.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-alert.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-clock.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-clock.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-unknown.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-add.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/tooltag-add.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/SelectFilter2.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/SelectFilter2.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/autocomplete.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/autocomplete.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/collapse.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/collapse.min.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/popup_response.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/popup_response.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/close.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/timer.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/timer.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/utils.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/utils.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/arduino.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/arduino.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/autumn.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/autumn.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/borland.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/borland.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/bw.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/bw.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/default.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/default.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/emacs.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/emacs.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/fruity.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/fruity.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/manni.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/manni.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/monokai.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/monokai.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/murphy.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/murphy.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/native.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/native.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/pastie.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/pastie.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/perldoc.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/perldoc.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/rrt.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/rrt.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/tango.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/tango.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vim.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vim.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vs.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vs.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/xcode.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/xcode.css.gz -------------------------------------------------------------------------------- /templates/account/messages/email_confirmed.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}You have confirmed {{email}}.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /templates/account/messages/email_deleted.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}Removed e-mail address {{email}}.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /templates/account/messages/password_changed.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}Password successfully changed.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /templates/account/messages/primary_email_set.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}Primary e-mail address set.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /staticfiles/admin/css/responsive_rtl.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/responsive_rtl.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/calendar-icons.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/calendar-icons.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-calendar.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-calendar.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-viewlink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-viewlink.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/inline-delete.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/inline-delete.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/selector-icons.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/selector-icons.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/sorting-icons.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/sorting-icons.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate.min.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate_init.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate_init.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/indicator.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/history.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/history.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/toolbar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/toolbar.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol_nu.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol_nu.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/colorful.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/colorful.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/emacs.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/emacs.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/friendly.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/friendly.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/igor.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/igor.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/lovelace.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/lovelace.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/manni.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/manni.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/tango.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/tango.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/trac.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/trac.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/xcode.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/xcode.min.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/base.1f418065fc2c.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/base.1f418065fc2c.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/base.ae33e6383baa.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/base.ae33e6383baa.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/rtl.30f903442dc5.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/rtl.30f903442dc5.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/rtl.4bc23eb90919.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/rtl.4bc23eb90919.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/LICENSE.2c54f4e1ca1c.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/LICENSE.2c54f4e1ca1c.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-changelink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-changelink.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-deletelink.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-deletelink.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown-alt.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-unknown-alt.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/cancel.a2c3149a1c5e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/cancel.a2c3149a1c5e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/cancel.ecc4c5ca7b32.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/cancel.ecc4c5ca7b32.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/core.5d6b384a08b5.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/core.5d6b384a08b5.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/core.ea39b3bd34c3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/core.ea39b3bd34c3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/urlify.25cc3eac8123.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/urlify.25cc3eac8123.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/urlify.67bae52223e0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/urlify.67bae52223e0.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/css/toolbar.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/css/toolbar.css.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/ajax-loader.gif -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/back_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/back_hover.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/close_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/close_hover.png -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol_nu.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol_nu.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/arduino.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/arduino.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/autumn.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/autumn.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/borland.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/borland.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/colorful.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/colorful.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/default.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/default.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/friendly.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/friendly.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/fruity.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/fruity.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/lovelace.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/lovelace.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/monokai.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/monokai.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/murphy.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/murphy.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/native.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/native.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-dark.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-dark.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/pastie.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/pastie.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/perldoc.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/perldoc.min.css.gz -------------------------------------------------------------------------------- /blogs/context_processors.py: -------------------------------------------------------------------------------- 1 | # Add tz to every page for formatting date 2 | def tz(request): 3 | return {'tz': request.COOKIES.get('timezone', 'UTC')} -------------------------------------------------------------------------------- /staticfiles/admin/css/fonts.168bab448fee.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/fonts.168bab448fee.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/forms.332ab41432e2.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/forms.332ab41432e2.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/forms.9f1ffc442e9a.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/forms.9f1ffc442e9a.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/login.252ffabd6548.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/login.252ffabd6548.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/login.8b76a9f7cbf6.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/login.8b76a9f7cbf6.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/Roboto-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/Roboto-Bold-webfont.woff -------------------------------------------------------------------------------- /staticfiles/admin/img/README.a70711a38d87.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/README.a70711a38d87.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/gis/move_vertex_off.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/gis/move_vertex_off.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/gis/move_vertex_on.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/gis/move_vertex_on.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/search.7cf54ff789c6.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/search.7cf54ff789c6.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-arrowright.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/tooltag-arrowright.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/actions.8d83e3af0fbd.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/actions.8d83e3af0fbd.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/actions.eac7e3441574.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/actions.eac7e3441574.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/calendar.aae57adab5f6.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/calendar.aae57adab5f6.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/calendar.f8a5d055eb33.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/calendar.f8a5d055eb33.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/collapse.c5b851e91226.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/collapse.c5b851e91226.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/collapse.f84e7410290f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/collapse.f84e7410290f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/inlines.12d1af430335.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/inlines.12d1af430335.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/inlines.fb1617228dbe.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/inlines.fb1617228dbe.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/djdt_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/djdt_vertical.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/toolbar.timer.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/toolbar.timer.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-light.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-light.css.gz -------------------------------------------------------------------------------- /templates/account/messages/email_confirmation_sent.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}Confirmation e-mail sent to {{email}}.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /staticfiles/admin/css/dashboard.7ac78187c567.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/dashboard.7ac78187c567.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/dashboard.be83f13e4369.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/dashboard.be83f13e4369.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/select2.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/select2.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/widgets.694d845b2cb1.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/widgets.694d845b2cb1.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/widgets.8874c301e7bc.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/widgets.8874c301e7bc.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/LICENSE.d273d63619c9.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/LICENSE.d273d63619c9.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/README.ab99e6b541ea.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/README.ab99e6b541ea.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/Roboto-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/Roboto-Light-webfont.woff -------------------------------------------------------------------------------- /staticfiles/admin/fonts/Roboto-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/Roboto-Regular-webfont.woff -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-no.439e821418cd.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-no.439e821418cd.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-yes.d2f9f035226a.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-yes.d2f9f035226a.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/SelectBox.8161741c7647.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/SelectBox.8161741c7647.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/SelectBox.99d0cfd2e80c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/SelectBox.99d0cfd2e80c.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/actions.min.5fa8cb0403f1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/actions.min.5fa8cb0403f1.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/admin/DateTimeShortcuts.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/admin/DateTimeShortcuts.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/change_form.9d8ca4f96b75.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/change_form.9d8ca4f96b75.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/change_form.9e85003a1a38.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/change_form.9e85003a1a38.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/inlines.min.6d6c2416646e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/inlines.min.6d6c2416646e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/jquery.init.95b62fa19378.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/jquery.init.95b62fa19378.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/jquery.init.b7781a0897fc.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/jquery.init.b7781a0897fc.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/nav_sidebar.3535caba9444.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/nav_sidebar.3535caba9444.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.2f90da7170ec.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate.2f90da7170ec.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.bd2361dfd64d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate.bd2361dfd64d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/LICENSE.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/LICENSE.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.min.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/LICENSE.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/LICENSE.md.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/af.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/af.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ar.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ar.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/az.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/az.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bg.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bg.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bn.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bn.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bs.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bs.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ca.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ca.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/cs.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/cs.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/da.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/da.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/de.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/de.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/dsb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/dsb.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/el.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/el.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/en.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/en.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/es.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/es.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/et.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/et.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/eu.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/eu.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fa.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fa.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fi.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fi.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fr.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/gl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/gl.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/he.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/he.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hi.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hi.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hr.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hsb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hsb.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hu.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hu.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hy.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hy.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/id.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/id.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/is.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/is.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/it.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/it.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ja.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ja.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ka.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ka.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/km.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/km.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ko.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ko.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/lt.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/lt.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/lv.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/lv.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/mk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/mk.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ms.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ms.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/nb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/nb.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ne.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ne.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/nl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/nl.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pl.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ps.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ps.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pt.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pt.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ro.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ro.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ru.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ru.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sk.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sl.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sq.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sq.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sr.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sv.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sv.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/th.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/th.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/tk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/tk.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/tr.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/tr.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/uk.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/uk.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/vi.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/vi.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/LICENSE.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/LICENSE.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/xregexp.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/xregexp.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/back.1a85a8afa24e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/back.1a85a8afa24e.png -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/bw.4c916c22329e.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/bw.4c916c22329e.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/igor.3a99098e0a48.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/igor.3a99098e0a48.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-dark.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-dark.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-light.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-light.min.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/rrt.8e2563860a34.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/rrt.8e2563860a34.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/trac.f8f843721155.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/trac.f8f843721155.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vim.5b4a2feda77b.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vim.5b4a2feda77b.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vs.3d70343a8a9f.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vs.3d70343a8a9f.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/changelists.cd4dd90ae1a1.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/changelists.cd4dd90ae1a1.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/changelists.cfe316f81936.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/changelists.cfe316f81936.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/nav_sidebar.e32d345464bd.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/nav_sidebar.e32d345464bd.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/responsive.755ce0b07393.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/responsive.755ce0b07393.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/responsive.b9e1565b3609.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/responsive.b9e1565b3609.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-alert.034cc7d8a67f.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-alert.034cc7d8a67f.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-clock.e1d4dfac3f2b.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-clock.e1d4dfac3f2b.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-add.e59d620a9742.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/tooltag-add.e59d620a9742.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/SelectFilter2.c26733924aea.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/SelectFilter2.c26733924aea.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/SelectFilter2.d250dcb52a9a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/SelectFilter2.d250dcb52a9a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/admin/RelatedObjectLookups.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/admin/RelatedObjectLookups.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/autocomplete.c508b167ab61.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/autocomplete.c508b167ab61.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/autocomplete.cfd2c4dc8981.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/autocomplete.cfd2c4dc8981.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/collapse.min.44dfdb427845.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/collapse.min.44dfdb427845.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pt-BR.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pt-BR.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-CN.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/zh-CN.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-TW.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/zh-TW.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/xregexp.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/xregexp.min.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/close.c592da3c89b6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/close.c592da3c89b6.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/timer.112aa1f21d55.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/timer.112aa1f21d55.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/utils.4da04711f04f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/utils.4da04711f04f.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol.4f29a6439623.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol.4f29a6439623.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/autumn.96dcc132747d.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/autumn.96dcc132747d.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/bw.min.c17104f8f541.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/bw.min.c17104f8f541.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/emacs.4c5362619802.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/emacs.4c5362619802.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/fruity.68ac8d350460.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/fruity.68ac8d350460.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/manni.a9f9a8734cad.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/manni.a9f9a8734cad.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/murphy.d436be36f5f9.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/murphy.d436be36f5f9.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/native.a40343bb0849.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/native.a40343bb0849.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/pastie.9b16c8443a13.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/pastie.9b16c8443a13.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/tango.034a310ae10b.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/tango.034a310ae10b.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vs.min.435c401272e9.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vs.min.435c401272e9.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/xcode.0ada673ba723.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/xcode.0ada673ba723.css.gz -------------------------------------------------------------------------------- /templates/account/messages/unverified_primary_email.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}Your primary e-mail address must be verified.{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /templates/snippets/styles.html: -------------------------------------------------------------------------------- 1 | {% if not blog or not blog.overwrite_styles %}{% include 'styles/blog/default.css' %}{% endif %} 2 | {{ blog.custom_styles | safe }} -------------------------------------------------------------------------------- /staticfiles/admin/css/autocomplete.4a81fc4242d0.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/autocomplete.4a81fc4242d0.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/autocomplete.781713f30664.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/autocomplete.781713f30664.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/responsive_rtl.51c7445ceeff.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/responsive_rtl.51c7445ceeff.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/responsive_rtl.e13ae754cceb.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/responsive_rtl.e13ae754cceb.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/select2.min.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/select2.min.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/calendar-icons.39b290681a8b.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/calendar-icons.39b290681a8b.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-addlink.d519b3bab011.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-addlink.d519b3bab011.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-calendar.ac7aea671bea.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-calendar.ac7aea671bea.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown.a18cb4398978.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-unknown.a18cb4398978.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-viewlink.41eb31f7826e.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-viewlink.41eb31f7826e.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/inline-delete.fec1b761f254.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/inline-delete.fec1b761f254.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/selector-icons.b4555096cea2.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/selector-icons.b4555096cea2.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/sorting-icons.3a097b59f104.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/sorting-icons.3a097b59f104.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/popup_response.6ce3197f8fc8.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/popup_response.6ce3197f8fc8.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/popup_response.c6cc78ea5551.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/popup_response.c6cc78ea5551.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.min.85fd5e0fb706.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate.min.85fd5e0fb706.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate_init.0d3b53c37074.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate_init.0d3b53c37074.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate_init.e056047b7a7e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/prepopulate_init.e056047b7a7e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/select2.full.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/select2.full.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/indicator.5eb28882cc03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/indicator.5eb28882cc03.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/history.66f782c00169.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/history.66f782c00169.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/toolbar.593166ee578b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/toolbar.593166ee578b.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/toolbar.b0aa827edaea.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/toolbar.b0aa827edaea.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol.min.7c35bcab0179.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol.min.7c35bcab0179.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol_nu.8850f3ff23db.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol_nu.8850f3ff23db.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/arduino.7c51257ff62b.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/arduino.7c51257ff62b.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/borland.a5fc9d3a39a2.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/borland.a5fc9d3a39a2.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/colorful.11b6660860b0.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/colorful.11b6660860b0.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/default.b1bcdfa54881.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/default.b1bcdfa54881.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/emacs.min.45cc3caf0b04.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/emacs.min.45cc3caf0b04.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/friendly.2b3ec055f7c4.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/friendly.2b3ec055f7c4.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/igor.min.ec4ba21780e3.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/igor.min.ec4ba21780e3.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/lovelace.a4deea855661.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/lovelace.a4deea855661.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/manni.min.14a917fd3162.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/manni.min.14a917fd3162.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/monokai.aab73f77eee9.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/monokai.aab73f77eee9.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/perldoc.9bfa7c9a7a01.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/perldoc.9bfa7c9a7a01.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/rrt.min.45162817571b.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/rrt.min.45162817571b.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/tango.min.3aaf9a337a21.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/tango.min.3aaf9a337a21.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/trac.min.2a9cf373fa89.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/trac.min.2a9cf373fa89.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vim.min.06bf715c6ae7.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/vim.min.06bf715c6ae7.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/xcode.min.a2f424f2c667.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/xcode.min.a2f424f2c667.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.md.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-changelink.18d2fd706348.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-changelink.18d2fd706348.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-deletelink.564ef9dc3854.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-deletelink.564ef9dc3854.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown-alt.81536e128bb6.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/icon-unknown-alt.81536e128bb6.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/select2.full.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/select2.full.min.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/css/toolbar.0be6a2368f99.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/css/toolbar.0be6a2368f99.css.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/css/toolbar.209e4118eb80.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/css/toolbar.209e4118eb80.css.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/ajax-loader.d96a4c3765e9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/ajax-loader.d96a4c3765e9.gif -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/back_hover.d1e655d74852.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/back_hover.d1e655d74852.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/close_hover.2592d7057d2c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/close_hover.2592d7057d2c.png -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/arduino.min.c7f166fe3649.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/arduino.min.c7f166fe3649.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/autumn.min.c4fc64e4219c.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/autumn.min.c4fc64e4219c.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/borland.min.92abdc24fa49.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/borland.min.92abdc24fa49.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/default.min.2d682a896c61.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/default.min.2d682a896c61.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/fruity.min.081983a8a0e0.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/fruity.min.081983a8a0e0.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/monokai.min.03323307465e.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/monokai.min.03323307465e.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/murphy.min.78cbd4c03875.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/murphy.min.78cbd4c03875.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/native.min.e5e690e93e9e.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/native.min.e5e690e93e9e.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/pastie.min.ca4dbae253cc.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/pastie.min.ca4dbae253cc.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/perldoc.min.e043acc3a656.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/perldoc.min.e043acc3a656.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/Roboto-Bold-webfont.50d75e48e0a3.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/Roboto-Bold-webfont.50d75e48e0a3.woff -------------------------------------------------------------------------------- /staticfiles/admin/img/gis/move_vertex_off.7a23bf31ef8a.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/gis/move_vertex_off.7a23bf31ef8a.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/gis/move_vertex_on.0047eba25b67.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/gis/move_vertex_on.0047eba25b67.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-arrowright.bbfb788a849e.svg.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/img/tooltag-arrowright.bbfb788a849e.svg.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.11c05eb286ed.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.11c05eb286ed.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.23c7c5d2d131.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.23c7c5d2d131.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.2849239b95f5.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.2849239b95f5.js.gz -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/img/djdt_vertical.204979d634f7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/img/djdt_vertical.204979d634f7.png -------------------------------------------------------------------------------- /staticfiles/debug_toolbar/js/toolbar.timer.34e55e9787d2.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/debug_toolbar/js/toolbar.timer.34e55e9787d2.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/algol_nu.min.483a7084dae9.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/algol_nu.min.483a7084dae9.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/colorful.min.39deb010d14a.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/colorful.min.39deb010d14a.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/friendly.min.e77d4ff75bea.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/friendly.min.e77d4ff75bea.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/lovelace.min.fafd322a5371.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/lovelace.min.fafd322a5371.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-dark.467d4ad5fcc7.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-dark.467d4ad5fcc7.css.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-light.ff8871d4b373.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-light.ff8871d4b373.css.gz -------------------------------------------------------------------------------- /templates/account/email/unknown_account_subject.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% autoescape off %} 3 | {% blocktrans %}Create an account{% endblocktrans %} 4 | {% endautoescape %} 5 | -------------------------------------------------------------------------------- /templates/account/messages/cannot_delete_primary_email.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% blocktrans %}You cannot remove your primary e-mail address ({{email}}).{% endblocktrans %} 3 | -------------------------------------------------------------------------------- /blogs/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class BlogsConfig(AppConfig): 5 | name = 'blogs' 6 | 7 | def ready(self): 8 | pass 9 | 10 | -------------------------------------------------------------------------------- /staticfiles/admin/fonts/Roboto-Light-webfont.c73eb1ceba33.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/Roboto-Light-webfont.c73eb1ceba33.woff -------------------------------------------------------------------------------- /staticfiles/admin/js/admin/DateTimeShortcuts.5548f99471bf.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/admin/DateTimeShortcuts.5548f99471bf.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/admin/DateTimeShortcuts.a9c6d180860b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/admin/DateTimeShortcuts.a9c6d180860b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/LICENSE.75308107741f.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/LICENSE.75308107741f.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/LICENSE.de877aa6d744.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/LICENSE.de877aa6d744.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/LICENSE.f94142512c91.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/LICENSE.f94142512c91.md.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/af.4f6fcd73488c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/af.4f6fcd73488c.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/af.c4a5cbd6a23f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/af.c4a5cbd6a23f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ar.65aa8e36bf5d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ar.65aa8e36bf5d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ar.7dcfd5775174.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ar.7dcfd5775174.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/az.1804c238d269.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/az.1804c238d269.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/az.270c257daf81.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/az.270c257daf81.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bg.096f4410173b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bg.096f4410173b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bg.39b8be30d4f0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bg.39b8be30d4f0.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bn.6d42b4dd5665.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bn.6d42b4dd5665.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bn.b33721dc9b8a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bn.b33721dc9b8a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bs.91624382358e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bs.91624382358e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/bs.debce43cfca2.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/bs.debce43cfca2.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ca.60f20182ff18.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ca.60f20182ff18.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ca.a166b745933a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ca.a166b745933a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/cs.4f43e8e7d33a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/cs.4f43e8e7d33a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/cs.edd7167cdcb6.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/cs.edd7167cdcb6.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/da.6bbc262044b3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/da.6bbc262044b3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/da.766346afe4dd.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/da.766346afe4dd.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/de.630e81c65a7b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/de.630e81c65a7b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/de.8a1c222b0204.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/de.8a1c222b0204.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/dsb.56372c92d2f1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/dsb.56372c92d2f1.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/dsb.9c2742bfc55a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/dsb.9c2742bfc55a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/el.01c46bf8c8b3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/el.01c46bf8c8b3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/el.27097f071856.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/el.27097f071856.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/en.aed9bad15375.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/en.aed9bad15375.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/en.cf932ba09a98.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/en.cf932ba09a98.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/es.66dbc2652fb1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/es.66dbc2652fb1.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/es.8b21ebdb01ee.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/es.8b21ebdb01ee.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/et.2b96fd98289d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/et.2b96fd98289d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/et.32b0b17ba1a9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/et.32b0b17ba1a9.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/eu.6c45eaf416fe.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/eu.6c45eaf416fe.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/eu.adfe5c97b72c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/eu.adfe5c97b72c.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fa.1738b003dd26.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fa.1738b003dd26.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fa.3b5bd1961cfd.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fa.3b5bd1961cfd.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fi.2858f3167855.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fi.2858f3167855.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fi.614ec42aa9ba.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fi.614ec42aa9ba.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fr.05e0542fcfe6.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fr.05e0542fcfe6.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/fr.6129248732b9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/fr.6129248732b9.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/gl.d99b1fedaa86.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/gl.d99b1fedaa86.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/gl.e2766036e78a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/gl.e2766036e78a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/he.4d933538516a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/he.4d933538516a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/he.e420ff6cd3ed.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/he.e420ff6cd3ed.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hi.70640d41628f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hi.70640d41628f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hi.f81e979ec25f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hi.f81e979ec25f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hr.68583e607f1e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hr.68583e607f1e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hr.a2b092cc1147.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hr.a2b092cc1147.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hsb.50caaee90a0d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hsb.50caaee90a0d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hsb.fa3b55265efe.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hsb.fa3b55265efe.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hu.6ec6039cb8a3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hu.6ec6039cb8a3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hu.9edad4c24fd0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hu.9edad4c24fd0.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hy.4c655f53f4e1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hy.4c655f53f4e1.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/hy.c7babaeef5a6.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/hy.c7babaeef5a6.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/id.04debded514d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/id.04debded514d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/id.322604a430a5.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/id.322604a430a5.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/is.3ddd9a6a97e9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/is.3ddd9a6a97e9.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/is.a8a13c9122d7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/is.a8a13c9122d7.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/it.110a0fa84968.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/it.110a0fa84968.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/it.be4fe8d365b5.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/it.be4fe8d365b5.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ja.170ae885d74f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ja.170ae885d74f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ja.442146837f55.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ja.442146837f55.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ka.2083264a54f0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ka.2083264a54f0.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ka.8ea0684cc301.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ka.8ea0684cc301.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/km.8c337905305d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/km.8c337905305d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/km.c23089cb06ca.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/km.c23089cb06ca.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ko.82358a9b6840.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ko.82358a9b6840.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ko.e7be6c20e673.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ko.e7be6c20e673.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/lt.23c7ce903300.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/lt.23c7ce903300.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/lt.2c390a6bf650.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/lt.2c390a6bf650.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/lv.08e62128eac1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/lv.08e62128eac1.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/lv.30bfb7fc3b63.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/lv.30bfb7fc3b63.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/mk.92f1d29581b7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/mk.92f1d29581b7.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/mk.dabbb9087130.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/mk.dabbb9087130.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ms.4ba82c9a51ce.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ms.4ba82c9a51ce.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ms.ade6aba46542.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ms.ade6aba46542.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/nb.da2fce143f27.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/nb.da2fce143f27.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/nb.e535138ca26b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/nb.e535138ca26b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ne.3d79fd3f08db.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ne.3d79fd3f08db.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ne.f61bf00bc3fe.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ne.f61bf00bc3fe.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/nl.674c0d3da68d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/nl.674c0d3da68d.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/nl.997868a37ed8.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/nl.997868a37ed8.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pl.6031b4f16452.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pl.6031b4f16452.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pl.a10ee9248c07.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pl.a10ee9248c07.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ps.38dfa47af9e0.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ps.38dfa47af9e0.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ps.de1a40c46c09.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ps.de1a40c46c09.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pt.33b4a3b44d43.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pt.33b4a3b44d43.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pt.5b4ec8cb5b23.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pt.5b4ec8cb5b23.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ro.ea7e3b822b06.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ro.ea7e3b822b06.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ro.f75cb460ec3b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ro.f75cb460ec3b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ru.934aa95f5b5f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ru.934aa95f5b5f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/ru.962f048c22f2.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/ru.962f048c22f2.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sk.33d02cef8d11.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sk.33d02cef8d11.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sk.34019208b835.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sk.34019208b835.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sl.131a78bc0752.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sl.131a78bc0752.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sl.a5e262c643f2.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sl.a5e262c643f2.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sq.5636b60d29c9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sq.5636b60d29c9.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sq.abf2d34b255a.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sq.abf2d34b255a.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sr.5ed85a48f483.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sr.5ed85a48f483.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sr.c9f16b9e0f93.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sr.c9f16b9e0f93.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sv.725800c5e8fc.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sv.725800c5e8fc.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sv.7a9c2f71e777.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sv.7a9c2f71e777.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/th.b013804dae9c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/th.b013804dae9c.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/th.f38c20b0221b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/th.f38c20b0221b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/tk.5042dc8eca8e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/tk.5042dc8eca8e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/tk.7c572a68c78f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/tk.7c572a68c78f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/tr.b5a0643d1545.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/tr.b5a0643d1545.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/tr.dc697d893beb.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/tr.dc697d893beb.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/uk.8cede7f4803c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/uk.8cede7f4803c.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/uk.e05ad5df6258.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/uk.e05ad5df6258.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/vi.097a5b75b3e1.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/vi.097a5b75b3e1.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/vi.0a60056920fc.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/vi.0a60056920fc.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/LICENSE.bf79e414957a.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/LICENSE.bf79e414957a.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/LICENSE.d64cecf4f157.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/LICENSE.d64cecf4f157.txt.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/xregexp.1865b1cf5085.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/xregexp.1865b1cf5085.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/xregexp.efda034b9537.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/xregexp.efda034b9537.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-dark.min.52e6a73573a6.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-dark.min.52e6a73573a6.css.gz -------------------------------------------------------------------------------- /templates/account/email/email_confirmation_message.txt: -------------------------------------------------------------------------------- 1 | Click the link below to activate your new blog. 2 | 3 | {{ activate_url }} 4 | 5 | Keep the tiny internet awesome! \ʕ•ᴥ•ʔ/ 6 | -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/select2.a2194c262648.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/select2.a2194c262648.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/select2.fd9fe49d3d91.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/select2.fd9fe49d3d91.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/fonts/Roboto-Regular-webfont.35b07eb2f871.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/fonts/Roboto-Regular-webfont.35b07eb2f871.woff -------------------------------------------------------------------------------- /staticfiles/admin/js/admin/RelatedObjectLookups.b4d76b6aaf0b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/admin/RelatedObjectLookups.b4d76b6aaf0b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/admin/RelatedObjectLookups.ea0683bea064.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/admin/RelatedObjectLookups.ea0683bea064.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.min.220afd743d9e.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.min.220afd743d9e.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.min.8fb8fee4fcc3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.min.8fb8fee4fcc3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/jquery/jquery.min.dc5e7f18c8d3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/jquery/jquery.min.dc5e7f18c8d3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pt-BR.455adefc2984.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pt-BR.455adefc2984.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/pt-BR.e1b294433e7f.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/pt-BR.e1b294433e7f.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-CN.2cff662ec5f9.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/zh-CN.2cff662ec5f9.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-CN.bde34fa3f064.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/zh-CN.bde34fa3f064.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-TW.04554a227c2b.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/zh-TW.04554a227c2b.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-TW.e727260f7094.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/zh-TW.e727260f7094.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/xregexp.min.b0439563a5d3.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/xregexp.min.b0439563a5d3.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/xregexp/xregexp.min.c95393b8ca4d.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/xregexp/xregexp.min.c95393b8ca4d.js.gz -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/paraiso-light.min.4d7d25088da6.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/pygmentify/css/paraiso-light.min.4d7d25088da6.css.gz -------------------------------------------------------------------------------- /templates/account/email/password_reset_key_subject.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% autoescape off %} 3 | {% blocktrans %}Password reset e-mail{% endblocktrans %} 4 | {% endautoescape %} 5 | -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/select2.min.9f54e6414f87.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/select2.min.9f54e6414f87.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/select2.min.af22a7e2bfec.css.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/select2.min.af22a7e2bfec.css.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.116365a2de65.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.116365a2de65.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.f254bb8c4c7c.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/i18n/sr-Cyrl.f254bb8c4c7c.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/select2.full.c2afdeda3058.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/select2.full.c2afdeda3058.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/select2.full.d379d5235584.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/select2.full.d379d5235584.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.f94142512c91.md.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/css/vendor/select2/LICENSE-SELECT2.f94142512c91.md.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/select2.full.min.68e8d8f673b7.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/select2.full.min.68e8d8f673b7.js.gz -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/select2.full.min.fcd7500d8e13.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexfazio/bearblog/master/staticfiles/admin/js/vendor/select2/select2.full.min.fcd7500d8e13.js.gz -------------------------------------------------------------------------------- /templates/account/email/email_confirmation_subject.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% autoescape off %} 3 | {% blocktrans %}Please confirm your e-mail address{% endblocktrans %} 4 | {% endautoescape %} 5 | -------------------------------------------------------------------------------- /templates/account/messages/logged_in.txt: -------------------------------------------------------------------------------- 1 | {% load account %} 2 | {% load i18n %} 3 | {% user_display user as name %} 4 | {% blocktrans %}Successfully signed in as {{name}}.{% endblocktrans %} 5 | -------------------------------------------------------------------------------- /templates/dashboard/message.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | 4 | {% block title %}{{ title }}{% endblock %} 5 | 6 | 7 | {% block content %} 8 | {{ content }} 9 | {% endblock %} 10 | -------------------------------------------------------------------------------- /conf/asgi.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | from django.core.asgi import get_asgi_application 4 | 5 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'conf.settings') 6 | 7 | application = get_asgi_application() 8 | -------------------------------------------------------------------------------- /conf/wsgi.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | from django.core.wsgi import get_wsgi_application 4 | 5 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'conf.settings') 6 | 7 | application = get_wsgi_application() 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /templates/account/email/unknown_account_message.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | 3 | It looks like this email address does not have a blog associated with it. 4 | You can sign up for a new blog at https://bearblog.dev 5 | 6 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /staticfiles/admin/fonts/README.txt: -------------------------------------------------------------------------------- 1 | Roboto webfont source: https://www.google.com/fonts/specimen/Roboto 2 | WOFF files extracted using https://github.com/majodev/google-webfonts-helper 3 | Weights used in this project: Light (300), Regular (400), Bold (700) 4 | -------------------------------------------------------------------------------- /staticfiles/admin/fonts/README.ab99e6b541ea.txt: -------------------------------------------------------------------------------- 1 | Roboto webfont source: https://www.google.com/fonts/specimen/Roboto 2 | WOFF files extracted using https://github.com/majodev/google-webfonts-helper 3 | Weights used in this project: Light (300), Regular (400), Bold (700) 4 | -------------------------------------------------------------------------------- /templates/account/snippets/already_logged_in.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% load account %} 3 | 4 | {% user_display user as user_display %} 5 |

{% trans "Note" %}: {% blocktrans %}you are already logged in as {{ user_display }}.{% endblocktrans %}

6 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-arrowright.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/account/email/password_reset_key_message.txt: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | 3 | You're receiving this e-mail because you or someone else has requested a password for your user account. 4 | It can be safely ignored if you did not request a password reset. Click the link below to reset your password. 5 | 6 | {{ password_reset_url }} 7 | 8 | -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-arrowright.bbfb788a849e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/account/signup_closed.html: -------------------------------------------------------------------------------- 1 | {% extends "account/base.html" %} 2 | 3 | {% load i18n %} 4 | 5 | {% block head_title %}{% trans "Sign Up Closed" %}{% endblock %} 6 | 7 | {% block content %} 8 |

{% trans "Sign Up Closed" %}

9 | 10 |

{% trans "We are sorry, but the sign up is currently closed." %}

11 | {% endblock %} 12 | -------------------------------------------------------------------------------- /staticfiles/admin/img/README.txt: -------------------------------------------------------------------------------- 1 | All icons are taken from Font Awesome (http://fontawesome.io/) project. 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | - https://scripts.sil.org/OFL 4 | 5 | SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG 6 | Font-Awesome-SVG-PNG is licensed under the MIT license (see file license 7 | in current folder). 8 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-addlink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/README.a70711a38d87.txt: -------------------------------------------------------------------------------- 1 | All icons are taken from Font Awesome (http://fontawesome.io/) project. 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | - https://scripts.sil.org/OFL 4 | 5 | SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG 6 | Font-Awesome-SVG-PNG is licensed under the MIT license (see file license 7 | in current folder). 8 | -------------------------------------------------------------------------------- /staticfiles/admin/img/tooltag-add.e59d620a9742.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-addlink.d519b3bab011.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.min.js: -------------------------------------------------------------------------------- 1 | (function(b){b.fn.prepopulate=function(d,f,g){return this.each(function(){var a=b(this),h=function(){if(!a.data("_changed")){var e=[];b.each(d,function(a,c){c=b(c);0 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/js/jquery.init.js: -------------------------------------------------------------------------------- 1 | /*global django:true, jQuery:false*/ 2 | /* Puts the included jQuery into our own namespace using noConflict and passing 3 | * it 'true'. This ensures that the included jQuery doesn't pollute the global 4 | * namespace (i.e. this preserves pre-existing values for both window.$ and 5 | * window.jQuery). 6 | */ 7 | var django = django || {}; 8 | django.jQuery = jQuery.noConflict(true); 9 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: dev shell logs 404 2 | 3 | dev: 4 | echo http://lh.co 5 | python manage.py runserver 0:80 6 | 7 | shell: 8 | sudo heroku run python manage.py shell --app bear-blog 9 | 10 | logs: 11 | sudo heroku logs --tail --app bear-blog --force-colors | grep "app\[web" | grep -Ev "(GET|POST|HEAD|OPTIONS)" 12 | 13 | 404: 14 | sudo heroku logs --tail --app bear-blog --force-colors | grep "heroku\[" | grep "404" -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate.min.85fd5e0fb706.js: -------------------------------------------------------------------------------- 1 | (function(b){b.fn.prepopulate=function(d,f,g){return this.each(function(){var a=b(this),h=function(){if(!a.data("_changed")){var e=[];b.each(d,function(a,c){c=b(c);0 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-deletelink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /blogs/migrations/0010_remove_blog_blocked.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-02-28 11:57 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0009_auto_20240228_1149'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='blog', 15 | name='blocked', 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /blogs/migrations/0028_remove_post_pinned.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-10-22 09:18 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0027_blog_optimise_images'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='post', 15 | name='pinned', 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-deletelink.564ef9dc3854.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/snippets/favicon.html: -------------------------------------------------------------------------------- 1 | {% if blog.favicon %} 2 | {% if "://" in blog.favicon %} 3 | 4 | {% else %} 5 | 6 | {% endif %} 7 | {% endif %} 8 | -------------------------------------------------------------------------------- /blogs/migrations/0008_remove_blog_upgraded.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-02-28 11:47 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0007_remove_blog_order_id'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='blog', 15 | name='upgraded', 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /blogs/migrations/0006_remove_blog_upgraded_date.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-02-28 11:41 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0005_auto_20240228_0909'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='blog', 15 | name='upgraded_date', 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /blogs/migrations/0007_remove_blog_order_id.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-02-28 11:43 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0006_remove_blog_upgraded_date'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='blog', 15 | name='order_id', 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /blogs/migrations/0022_remove_blog_deprioritise.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-08-01 07:25 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0021_auto_20240801_0713'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='blog', 15 | name='deprioritise', 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-yes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-yes.d2f9f035226a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/account/account_inactive.html: -------------------------------------------------------------------------------- 1 | {% extends "account/base.html" %} 2 | 3 | {% load i18n %} 4 | 5 | {% block head_title %}{% trans "Account blocked" %}{% endblock %} 6 | 7 | {% block content %} 8 |

Account blocked

9 | 10 |

11 | This account has been marked as spam or deactivated. 12 |

13 |

14 | If this has been a mistake please send a mail to 15 | herman@bearblog.dev 16 |

17 | {% endblock %} 18 | -------------------------------------------------------------------------------- /staticfiles/admin/img/search.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/js/cancel.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $('.cancel-link').on('click', function(e) { 5 | e.preventDefault(); 6 | if (window.location.search.indexOf('&_popup=1') === -1) { 7 | window.history.back(); // Go back if not a popup. 8 | } else { 9 | window.close(); // Otherwise, close the popup. 10 | } 11 | }); 12 | }); 13 | })(django.jQuery); 14 | -------------------------------------------------------------------------------- /blogs/migrations/0014_blog_hidden.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-04-25 06:36 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0013_blog_deprioritise'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='blog', 15 | name='hidden', 16 | field=models.BooleanField(default=False), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /staticfiles/admin/img/search.7cf54ff789c6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/js/cancel.a2c3149a1c5e.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $('.cancel-link').on('click', function(e) { 5 | e.preventDefault(); 6 | if (window.location.search.indexOf('&_popup=1') === -1) { 7 | window.history.back(); // Go back if not a popup. 8 | } else { 9 | window.close(); // Otherwise, close the popup. 10 | } 11 | }); 12 | }); 13 | })(django.jQuery); 14 | -------------------------------------------------------------------------------- /blogs/migrations/0013_blog_deprioritise.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-04-08 08:55 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0012_auto_20240307_1155'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='blog', 15 | name='deprioritise', 16 | field=models.BooleanField(default=False), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0018_blog_dodginess_score.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-06-20 09:05 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0017_post_first_published_at'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='blog', 15 | name='dodginess_score', 16 | field=models.FloatField(default=0), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0019_post_deprioritise.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-06-22 09:43 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0018_blog_dodginess_score'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='post', 15 | name='deprioritise', 16 | field=models.BooleanField(default=False), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0025_usersettings_max_blogs.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-08-30 12:10 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0024_auto_20240821_0434'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='usersettings', 15 | name='max_blogs', 16 | field=models.IntegerField(default=10), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0027_blog_optimise_images.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-09-26 07:26 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0026_alter_blog_date_format'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='blog', 15 | name='optimise_images', 16 | field=models.BooleanField(default=True), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /templates/account/password_set.html: -------------------------------------------------------------------------------- 1 | {% extends "account/base.html" %} 2 | 3 | {% load i18n %} 4 | 5 | {% block head_title %}{% trans "Set Password" %}{% endblock %} 6 | 7 | {% block content %} 8 |

{% trans "Set Password" %}

9 | 10 |
11 | {% csrf_token %} 12 | {{ form.as_p }} 13 | 14 |
15 | {% endblock %} 16 | -------------------------------------------------------------------------------- /blogs/migrations/0015_auto_20240530_0710.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-05-30 07:10 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0014_blog_hidden'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AlterField( 14 | model_name='blog', 15 | name='favicon', 16 | field=models.CharField(blank=True, default='🐼', max_length=100), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0023_blog_last_posted.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-08-13 09:01 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0022_remove_blog_deprioritise'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='blog', 15 | name='last_posted', 16 | field=models.DateTimeField(blank=True, null=True), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0016_auto_20240605_0842.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-06-05 08:42 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0015_auto_20240530_0710'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AlterField( 14 | model_name='blog', 15 | name='nav', 16 | field=models.TextField(blank=True, default='[Home](/) [Blog](/blog/)'), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0017_post_first_published_at.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-06-14 08:50 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0016_auto_20240605_0842'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='post', 15 | name='first_published_at', 16 | field=models.DateTimeField(blank=True, null=True), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0031_alter_post_uid.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-10-22 12:25 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0030_upvote_blogs_upvot_post_id_537a4b_idx'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AlterField( 14 | model_name='post', 15 | name='uid', 16 | field=models.CharField(db_index=True, max_length=200), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /blogs/migrations/0030_upvote_blogs_upvot_post_id_537a4b_idx.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-10-22 12:20 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0029_auto_20241022_1206'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddIndex( 14 | model_name='upvote', 15 | index=models.Index(fields=['post', 'hash_id'], name='blogs_upvot_post_id_537a4b_idx'), 16 | ), 17 | ] 18 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-alert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/account/password_reset_from_key_done.html: -------------------------------------------------------------------------------- 1 | {% extends 'base.html' %} 2 | 3 | {% block custom_styles %} 4 | {% include 'styles/blog/default.css' %} 5 | {% include 'styles/dashboard.css' %} 6 | {{ request.user.settings.dashboard_styles | safe }} 7 | {% endblock %} 8 | 9 | {% load i18n %} 10 | {% block head_title %}{% trans "Change Password" %}{% endblock %} 11 | 12 | {% block content %} 13 |

{% trans "Change Password" %}

14 |

{% trans 'Your password is now changed.' %}

15 | {% endblock %} 16 | -------------------------------------------------------------------------------- /blogs/migrations/0011_persistentstore_review_ignore_terms.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-02-29 07:16 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0010_remove_blog_blocked'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AddField( 14 | model_name='persistentstore', 15 | name='review_ignore_terms', 16 | field=models.TextField(blank=True), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /staticfiles/admin/css/fonts.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Roboto'; 3 | src: url('../fonts/Roboto-Bold-webfont.woff'); 4 | font-weight: 700; 5 | font-style: normal; 6 | } 7 | 8 | @font-face { 9 | font-family: 'Roboto'; 10 | src: url('../fonts/Roboto-Regular-webfont.woff'); 11 | font-weight: 400; 12 | font-style: normal; 13 | } 14 | 15 | @font-face { 16 | font-family: 'Roboto'; 17 | src: url('../fonts/Roboto-Light-webfont.woff'); 18 | font-weight: 300; 19 | font-style: normal; 20 | } 21 | -------------------------------------------------------------------------------- /blogs/migrations/0026_alter_blog_date_format.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.2.23 on 2024-09-04 08:51 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0025_usersettings_max_blogs'), 10 | ] 11 | 12 | operations = [ 13 | migrations.AlterField( 14 | model_name='blog', 15 | name='date_format', 16 | field=models.CharField(blank=True, default='d M, Y', max_length=32), 17 | ), 18 | ] 19 | -------------------------------------------------------------------------------- /staticfiles/admin/css/dashboard.be83f13e4369.css: -------------------------------------------------------------------------------- 1 | /* DASHBOARD */ 2 | 3 | .dashboard .module table th { 4 | width: 100%; 5 | } 6 | 7 | .dashboard .module table td { 8 | white-space: nowrap; 9 | } 10 | 11 | .dashboard .module table td a { 12 | display: block; 13 | padding-right: .6em; 14 | } 15 | 16 | /* RECENT ACTIONS MODULE */ 17 | 18 | .module ul.actionlist { 19 | margin-left: 0; 20 | } 21 | 22 | ul.actionlist li { 23 | list-style-type: none; 24 | overflow: hidden; 25 | text-overflow: ellipsis; 26 | } 27 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-alert.034cc7d8a67f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.21.44 2 | dj-database-url==0.5.0 3 | Django==3.2.23 4 | django-allauth==0.57.0 5 | django-debug-toolbar==3.2.4 6 | django-ip==1.0.2 7 | django-pygmentify==0.3.7 8 | django-queryset-csv==1.1.0 9 | feedgen==0.9.0 10 | geoip2==4.6.0 11 | gunicorn==20.0.4 12 | httpagentparser==1.9.2 13 | latex2mathml==3.77.0 14 | mistune==3.0.1 15 | Pillow==10.4.0 16 | psycopg2==2.9.9 17 | pygal==3.0.5 18 | python-akismet==0.4.3 19 | python-dotenv==1.0.0 20 | requests==2.27.1 21 | sentry-sdk==2.17.0 22 | tldextract==2.2.2 23 | whitenoise==5.0.1 24 | -------------------------------------------------------------------------------- /staticfiles/admin/css/dashboard.css: -------------------------------------------------------------------------------- 1 | /* DASHBOARD */ 2 | 3 | .dashboard .module table th { 4 | width: 100%; 5 | } 6 | 7 | .dashboard .module table td { 8 | white-space: nowrap; 9 | } 10 | 11 | .dashboard .module table td a { 12 | display: block; 13 | padding-right: .6em; 14 | } 15 | 16 | /* RECENT ACTIONS MODULE */ 17 | 18 | .module ul.actionlist { 19 | margin-left: 0; 20 | } 21 | 22 | ul.actionlist li { 23 | list-style-type: none; 24 | overflow: hidden; 25 | text-overflow: ellipsis; 26 | -o-text-overflow: ellipsis; 27 | } 28 | -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate_init.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | var fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); 4 | $.each(fields, function(index, field) { 5 | $('.empty-form .form-row .field-' + field.name + ', .empty-form.form-row .field-' + field.name).addClass('prepopulated_field'); 6 | $(field.id).data('dependency_list', field.dependency_list).prepopulate( 7 | field.dependency_ids, field.maxLength, field.allowUnicode 8 | ); 9 | }); 10 | })(django.jQuery); 11 | -------------------------------------------------------------------------------- /blogs/migrations/0009_auto_20240228_1149.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-02-28 11:49 2 | 3 | from django.db import migrations 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0008_remove_blog_upgraded'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='blog', 15 | name='dashboard_footer', 16 | ), 17 | migrations.RemoveField( 18 | model_name='blog', 19 | name='dashboard_styles', 20 | ), 21 | ] 22 | -------------------------------------------------------------------------------- /staticfiles/admin/css/dashboard.7ac78187c567.css: -------------------------------------------------------------------------------- 1 | /* DASHBOARD */ 2 | 3 | .dashboard .module table th { 4 | width: 100%; 5 | } 6 | 7 | .dashboard .module table td { 8 | white-space: nowrap; 9 | } 10 | 11 | .dashboard .module table td a { 12 | display: block; 13 | padding-right: .6em; 14 | } 15 | 16 | /* RECENT ACTIONS MODULE */ 17 | 18 | .module ul.actionlist { 19 | margin-left: 0; 20 | } 21 | 22 | ul.actionlist li { 23 | list-style-type: none; 24 | overflow: hidden; 25 | text-overflow: ellipsis; 26 | -o-text-overflow: ellipsis; 27 | } 28 | -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate_init.0d3b53c37074.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | var fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); 4 | $.each(fields, function(index, field) { 5 | $('.empty-form .form-row .field-' + field.name + ', .empty-form.form-row .field-' + field.name).addClass('prepopulated_field'); 6 | $(field.id).data('dependency_list', field.dependency_list).prepopulate( 7 | field.dependency_ids, field.maxLength, field.allowUnicode 8 | ); 9 | }); 10 | })(django.jQuery); 11 | -------------------------------------------------------------------------------- /staticfiles/admin/js/prepopulate_init.e056047b7a7e.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | { 3 | const $ = django.jQuery; 4 | const fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); 5 | $.each(fields, function(index, field) { 6 | $('.empty-form .form-row .field-' + field.name + ', .empty-form.form-row .field-' + field.name).addClass('prepopulated_field'); 7 | $(field.id).data('dependency_list', field.dependency_list).prepopulate( 8 | field.dependency_ids, field.maxLength, field.allowUnicode 9 | ); 10 | }); 11 | } 12 | -------------------------------------------------------------------------------- /staticfiles/admin/css/fonts.168bab448fee.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Roboto'; 3 | src: url("../fonts/Roboto-Bold-webfont.50d75e48e0a3.woff"); 4 | font-weight: 700; 5 | font-style: normal; 6 | } 7 | 8 | @font-face { 9 | font-family: 'Roboto'; 10 | src: url("../fonts/Roboto-Regular-webfont.35b07eb2f871.woff"); 11 | font-weight: 400; 12 | font-style: normal; 13 | } 14 | 15 | @font-face { 16 | font-family: 'Roboto'; 17 | src: url("../fonts/Roboto-Light-webfont.c73eb1ceba33.woff"); 18 | font-weight: 300; 19 | font-style: normal; 20 | } 21 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/inline-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/sitemap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {% if blog %}{{ blog.useful_domain }}{% else %}https://bearblog.dev{% endif %}/ 5 | {% if blog %}{{ blog.last_modified|date:'Y-m-d' }}{% else %}2022-12-20{% endif %} 6 | 7 | {% for post in posts %} 8 | 9 | {{ blog.useful_domain }}/{{ post.slug }}/ 10 | {{ post.last_modified|date:'Y-m-d' }} 11 | 12 | {% endfor %} 13 | -------------------------------------------------------------------------------- /templates/snippets/dashboard_footer.html: -------------------------------------------------------------------------------- 1 |

2 | Built and maintained by Herman. 3 |

4 | 5 | Privacy Policy | 6 | Terms of Service | 7 | GitHub | 8 | Docs | 9 | Roadmap 10 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-no.439e821418cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | 4 | User-agent: Googlebot 5 | Disallow: 6 | 7 | User-agent: Bingbot 8 | Disallow: 9 | 10 | User-agent: Baiduspider 11 | Disallow: 12 | 13 | User-agent: Yandex 14 | Disallow: 15 | 16 | User-agent: DuckDuckBot 17 | Disallow: 18 | 19 | User-agent: Slurp 20 | Disallow: 21 | 22 | User-agent: KagiBot 23 | Disallow: 24 | 25 | User-agent: Buttondown RSS-Feed-Parser 26 | Disallow: 27 | 28 | 29 | {% if blog %}{{ blog.robots_txt }}{% endif %} 30 | 31 | Sitemap: {% if blog %}{{ blog.useful_domain }}{% else %}https://bearblog.dev{% endif %}/sitemap.xml -------------------------------------------------------------------------------- /staticfiles/admin/img/inline-delete.fec1b761f254.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-viewlink.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /blogs/migrations/0021_auto_20240801_0713.py: -------------------------------------------------------------------------------- 1 | # Generated by Django 3.1.14 on 2024-08-01 07:13 2 | 3 | from django.db import migrations, models 4 | 5 | 6 | class Migration(migrations.Migration): 7 | 8 | dependencies = [ 9 | ('blogs', '0020_media'), 10 | ] 11 | 12 | operations = [ 13 | migrations.RemoveField( 14 | model_name='post', 15 | name='deprioritise', 16 | ), 17 | migrations.AddField( 18 | model_name='post', 19 | name='shadow_votes', 20 | field=models.IntegerField(default=0), 21 | ), 22 | ] 23 | -------------------------------------------------------------------------------- /templates/account/verification_sent.html: -------------------------------------------------------------------------------- 1 | {% extends "account/base.html" %} 2 | 3 | {% load i18n %} 4 | 5 | {% block head_title %}{% trans "Verify your email address" %}{% endblock %} 6 | 7 | {% block content %} 8 |

{% trans "Verify your email address" %}

9 | 10 |

11 | We have sent an email to you for verification. Follow the link to activate your account. 12 |

13 |

14 | If you do not receive it check your spam folder. 15 | If it's not there contact herman@bearblog.dev. 16 |

17 | 18 | {% endblock %} 19 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-viewlink.41eb31f7826e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/rrt.min.css: -------------------------------------------------------------------------------- 1 | .hll{background-color:#00f}.c{color:#0f0}.k{color:red}.ch{color:#0f0}.cm{color:#0f0}.cp{color:#e5e5e5}.cpf{color:#0f0}.c1{color:#0f0}.cs{color:#0f0}.kc{color:red}.kd{color:red}.kn{color:red}.kp{color:red}.kr{color:red}.kt{color:violet}.s{color:#87ceeb}.no{color:#7fffd4}.nf{color:#ff0}.nv{color:#eedd82}.sa{color:#87ceeb}.sb{color:#87ceeb}.sc{color:#87ceeb}.dl{color:#87ceeb}.sd{color:#87ceeb}.s2{color:#87ceeb}.se{color:#87ceeb}.sh{color:#87ceeb}.si{color:#87ceeb}.sx{color:#87ceeb}.sr{color:#87ceeb}.s1{color:#87ceeb}.ss{color:#87ceeb}.fm{color:#ff0}.vc{color:#eedd82}.vg{color:#eedd82}.vi{color:#eedd82}.vm{color:#eedd82} -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/rrt.min.45162817571b.css: -------------------------------------------------------------------------------- 1 | .hll{background-color:#00f}.c{color:#0f0}.k{color:red}.ch{color:#0f0}.cm{color:#0f0}.cp{color:#e5e5e5}.cpf{color:#0f0}.c1{color:#0f0}.cs{color:#0f0}.kc{color:red}.kd{color:red}.kn{color:red}.kp{color:red}.kr{color:red}.kt{color:violet}.s{color:#87ceeb}.no{color:#7fffd4}.nf{color:#ff0}.nv{color:#eedd82}.sa{color:#87ceeb}.sb{color:#87ceeb}.sc{color:#87ceeb}.dl{color:#87ceeb}.sd{color:#87ceeb}.s2{color:#87ceeb}.se{color:#87ceeb}.sh{color:#87ceeb}.si{color:#87ceeb}.sx{color:#87ceeb}.sr{color:#87ceeb}.s1{color:#87ceeb}.ss{color:#87ceeb}.fm{color:#ff0}.vc{color:#eedd82}.vg{color:#eedd82}.vi{color:#eedd82}.vm{color:#eedd82} -------------------------------------------------------------------------------- /staticfiles/admin/js/popup_response.c6cc78ea5551.js: -------------------------------------------------------------------------------- 1 | /*global opener */ 2 | 'use strict'; 3 | { 4 | const initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); 5 | switch(initData.action) { 6 | case 'change': 7 | opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); 8 | break; 9 | case 'delete': 10 | opener.dismissDeleteRelatedObjectPopup(window, initData.value); 11 | break; 12 | default: 13 | opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); 14 | break; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /staticfiles/admin/js/popup_response.js: -------------------------------------------------------------------------------- 1 | /*global opener */ 2 | (function() { 3 | 'use strict'; 4 | var initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); 5 | switch(initData.action) { 6 | case 'change': 7 | opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); 8 | break; 9 | case 'delete': 10 | opener.dismissDeleteRelatedObjectPopup(window, initData.value); 11 | break; 12 | default: 13 | opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); 14 | break; 15 | } 16 | })(); 17 | -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-TW.04554a227c2b.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(n){return"請刪掉"+(n.input.length-n.maximum)+"個字元"},inputTooShort:function(n){return"請再輸入"+(n.minimum-n.input.length)+"個字元"},loadingMore:function(){return"載入中…"},maximumSelected:function(n){return"你只能選擇最多"+n.maximum+"項"},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"},removeAllItems:function(){return"刪除所有項目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vs.min.css: -------------------------------------------------------------------------------- 1 | .hll{background-color:#ffc}.c{color:green}.err{border:1px solid red}.k{color:#00f}.ch{color:green}.cm{color:green}.cp{color:#00f}.cpf{color:green}.c1{color:green}.cs{color:green}.ge{font-style:italic}.gh{font-weight:700}.gp{font-weight:700}.gs{font-weight:700}.gu{font-weight:700}.kc{color:#00f}.kd{color:#00f}.kn{color:#00f}.kp{color:#00f}.kr{color:#00f}.kt{color:#2b91af}.s{color:#a31515}.nc{color:#2b91af}.ow{color:#00f}.sa{color:#a31515}.sb{color:#a31515}.sc{color:#a31515}.dl{color:#a31515}.sd{color:#a31515}.s2{color:#a31515}.se{color:#a31515}.sh{color:#a31515}.si{color:#a31515}.sx{color:#a31515}.sr{color:#a31515}.s1{color:#a31515}.ss{color:#a31515} -------------------------------------------------------------------------------- /conf/urls.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | from django.urls import path, include 3 | from django.conf import settings 4 | from django.views.generic import TemplateView, RedirectView 5 | 6 | 7 | urlpatterns = [ 8 | path('mothership/', admin.site.urls), 9 | path('accounts/', include('allauth.urls')), 10 | path('', include('blogs.urls')), 11 | path("favicon.ico", RedirectView.as_view(url='/static/favicon.ico', permanent=True)), 12 | ] 13 | 14 | if settings.DEBUG: 15 | import debug_toolbar 16 | urlpatterns = [ 17 | path('__debug__/', include(debug_toolbar.urls)), 18 | ] + urlpatterns 19 | 20 | handler404 = 'blogs.views.blog.not_found' 21 | -------------------------------------------------------------------------------- /staticfiles/admin/js/popup_response.6ce3197f8fc8.js: -------------------------------------------------------------------------------- 1 | /*global opener */ 2 | (function() { 3 | 'use strict'; 4 | var initData = JSON.parse(document.getElementById('django-admin-popup-response-constants').dataset.popupResponse); 5 | switch(initData.action) { 6 | case 'change': 7 | opener.dismissChangeRelatedObjectPopup(window, initData.value, initData.obj, initData.new_value); 8 | break; 9 | case 'delete': 10 | opener.dismissDeleteRelatedObjectPopup(window, initData.value); 11 | break; 12 | default: 13 | opener.dismissAddRelatedObjectPopup(window, initData.value, initData.obj); 14 | break; 15 | } 16 | })(); 17 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/vs.min.435c401272e9.css: -------------------------------------------------------------------------------- 1 | .hll{background-color:#ffc}.c{color:green}.err{border:1px solid red}.k{color:#00f}.ch{color:green}.cm{color:green}.cp{color:#00f}.cpf{color:green}.c1{color:green}.cs{color:green}.ge{font-style:italic}.gh{font-weight:700}.gp{font-weight:700}.gs{font-weight:700}.gu{font-weight:700}.kc{color:#00f}.kd{color:#00f}.kn{color:#00f}.kp{color:#00f}.kr{color:#00f}.kt{color:#2b91af}.s{color:#a31515}.nc{color:#2b91af}.ow{color:#00f}.sa{color:#a31515}.sb{color:#a31515}.sc{color:#a31515}.dl{color:#a31515}.sd{color:#a31515}.s2{color:#a31515}.se{color:#a31515}.sh{color:#a31515}.si{color:#a31515}.sx{color:#a31515}.sr{color:#a31515}.s1{color:#a31515}.ss{color:#a31515} -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown.a18cb4398978.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/igor.min.css: -------------------------------------------------------------------------------- 1 | .hll{background-color:#ffc}.c{color:red;font-style:italic}.k{color:#00f}.ch{color:red;font-style:italic}.cm{color:red;font-style:italic}.cp{color:red;font-style:italic}.cpf{color:red;font-style:italic}.c1{color:red;font-style:italic}.cs{color:red;font-style:italic}.kc{color:#00f}.kd{color:#00f}.kn{color:#00f}.kp{color:#00f}.kr{color:#00f}.kt{color:#00f}.s{color:#009c00}.nc{color:#007575}.nd{color:#cc00a3}.nf{color:#c34e00}.sa{color:#009c00}.sb{color:#009c00}.sc{color:#009c00}.dl{color:#009c00}.sd{color:#009c00}.s2{color:#009c00}.se{color:#009c00}.sh{color:#009c00}.si{color:#009c00}.sx{color:#009c00}.sr{color:#009c00}.s1{color:#009c00}.ss{color:#009c00}.fm{color:#c34e00} -------------------------------------------------------------------------------- /staticfiles/admin/img/icon-unknown-alt.81536e128bb6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /templates/403.html: -------------------------------------------------------------------------------- 1 | {% extends 'base.html' %} 2 | 3 | {% block title %}403{% endblock %} 4 | 5 | {% block custom_styles %}{% include 'snippets/styles.html' with blog=blog %}{% endblock %} 6 | 7 | {% block heading %}{% endblock %} 8 | 9 | {% block nav %}{% endblock %} 10 | 11 | {% block content %} 12 |
13 |

403

14 |

ʕノ•ᴥ•ʔノ ︵ ┻━┻

15 |

16 | It looks like you can't be here. 17 |
18 | Let's get you 19 | back home. 20 |

21 |
22 | {% endblock %} 23 | 24 | {% block footer %}{% endblock %} -------------------------------------------------------------------------------- /templates/account/account_confirm_delete.html: -------------------------------------------------------------------------------- 1 | {% extends 'base.html' %} 2 | 3 | {% block custom_styles %} 4 | {% include 'styles/blog/default.css' %} 5 | {% include 'styles/dashboard.css' %} 6 | {{ request.user.settings.dashboard_styles | safe }} 7 | {% endblock %} 8 | 9 | {% block nav %} 10 | Back 11 | {% endblock %} 12 | 13 | {% block content %} 14 |

Delete account

15 |
{% csrf_token %} 16 |

Are you sure you want to delete all information (including all blogs and content) related to {{ request.user.email }}?

17 | 18 |
19 | {% endblock %} 20 | -------------------------------------------------------------------------------- /Caddyfile: -------------------------------------------------------------------------------- 1 | { 2 | on_demand_tls { 3 | ask https://bearblog.dev/ping/ 4 | interval 1m 5 | burst 5 6 | } 7 | } 8 | 9 | https:// { 10 | tls { 11 | on_demand 12 | } 13 | 14 | reverse_proxy https://bearblog.dev { 15 | header_up Host {upstream_hostport} 16 | header_up X-Forwarded-For {remote_host} 17 | header_up X-Real-IP {remote_host} 18 | header_up X-Forwarded-Proto {scheme} 19 | } 20 | 21 | @blocked { 22 | header_regexp User-Agent (?i:ActivityRelay*) 23 | } 24 | 25 | handle @blocked { 26 | abort 27 | } 28 | 29 | log { 30 | output file /var/log/caddy/access.log 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-CN.2cff662ec5f9.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /staticfiles/admin/js/vendor/select2/i18n/zh-TW.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.0.7 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="請刪掉"+t+"個字元";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="請再輸入"+t+"個字元";return n},loadingMore:function(){return"載入中…"},maximumSelected:function(e){var t="你只能選擇最多"+e.maximum+"項";return t},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"},removeAllItems:function(){return"刪除所有項目"}}}),{define:e.define,require:e.require}})(); -------------------------------------------------------------------------------- /staticfiles/pygmentify/css/igor.min.ec4ba21780e3.css: -------------------------------------------------------------------------------- 1 | .hll{background-color:#ffc}.c{color:red;font-style:italic}.k{color:#00f}.ch{color:red;font-style:italic}.cm{color:red;font-style:italic}.cp{color:red;font-style:italic}.cpf{color:red;font-style:italic}.c1{color:red;font-style:italic}.cs{color:red;font-style:italic}.kc{color:#00f}.kd{color:#00f}.kn{color:#00f}.kp{color:#00f}.kr{color:#00f}.kt{color:#00f}.s{color:#009c00}.nc{color:#007575}.nd{color:#cc00a3}.nf{color:#c34e00}.sa{color:#009c00}.sb{color:#009c00}.sc{color:#009c00}.dl{color:#009c00}.sd{color:#009c00}.s2{color:#009c00}.se{color:#009c00}.sh{color:#009c00}.si{color:#009c00}.sx{color:#009c00}.sr{color:#009c00}.s1{color:#009c00}.ss{color:#009c00}.fm{color:#c34e00} --------------------------------------------------------------------------------