first of final

main
Domen Kosmač 2022-11-29 17:27:36 +01:00
parent 4cd341cad3
commit e5331e09fd
129 changed files with 8216 additions and 237 deletions

11
.gitignore vendored 100644
View File

@ -0,0 +1,11 @@
*.pyc
*.swp
*.swo
*.sqlite3
media/
env/
venv/
src/
backups/
media.tar.gz
django.log

256
LICENSE
View File

@ -1,235 +1,21 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.
A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.
The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.
An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.
The precise terms and conditions for copying, distribution and modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based on the Program.
To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.
A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
The Corresponding Source for a work in source code form is that same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".
c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.
Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.
If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.
You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>.
MIT License
Copyright (c) 2018 Wendy Liu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,3 +1,49 @@
# prelom
Notes From Below
================
Prelom newspaper, django app
Django site for managing an online publication.
## Setup
Before running pip install make sure the following packages are installed:
* postgresql-devel (libpq-dev in Debian/Ubuntu, libpq-devel on Centos/Fedora/Cygwin/Babun.)
* libjpeg (libjpeg-dev, zlib1g-dev)
On a Debian/Ubuntu system run:
```bash
sudo apt install libpq-dev libjpeg-dev zlib1g-dev
```
Within a virtualenv, run the following commands, in order:
```bash
pip install -r requirements.txt
cd django
python3 manage.py makemigrations journal cms uploads
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py loaddata initial_fixtures.json
```
Finally:
`python3 manage.py runserver`
You can find the admin interface at <http://localhost:8000/sudo/> (for the
superuser) or <http://localhost:8000/editor/> (the link to give to editors).
You can create users with editor permissions via the /sudo/ admin site:
set `is_staff` to True, and give them any necessary permissions (there will
be a permission group eventually, but for now you'll have to select them
manually).
None of the links in the menu will work. You'll have to create the 4 categories
(under the journal app) and the 2 pages (under the cms app).
## Deploying in production
To deploy in production with Postgres, a custom secret key, and DEBUG=False,
set the following environment variables within the virtualenv:
* `POSTGRES_PASSWORD`: the password for PostgreSQL
* `DJANGO_SECRET_KEY`: the `SECRET_KEY` used by Django (set to a random string)
* `ALLOWED_HOST`: e.g., 'notesfrombelow.org'

55
TUTORIAL.md 100644
View File

@ -0,0 +1,55 @@
# How to use the admin interface
Message me if you have questions.
## Uploading files
Any kind of file can be uploaded. There are special features for images (which are displayed) and PDFs (which are embedded); other files are simply linked to.
From the main admin page, click on "Image uploads" or "Pdf uploads" or "Other uploads" (under UPLOADS) and to upload a file. Set the title to something descriptive—the slug field will automatically be populated from there. You can think of the slug as the (unique) name which you'll use to refer to this file in order to embed it within an article.
For example, if you upload an image with the slug `test-image-1`, you can embed it within an article using the following code:
```
[img:test-image-1]
```
If you want to add a caption below it:
```
[img:test-image-1 This is a caption]
```
If you have multiple images that you want to appear on the same line and don't need a caption, use:
```
[images:test-image-1 test-image-2 test-image-3]
```
Embedding a PDF is similar. Upload it under "Pdf uploads" and make a note of the slug (e.g., `test-bulletin-1`). Then embed it like this:
```
[pdf:test-bulletin-1]
```
To add a link to any other type of file (e.g. a docx, or an epub), upload it under "Other uploads" with the slug `test-epub`, title `Some File To Download`, and extension `epub`, and embed it like this:
```
[file:test-epub]
```
When the article is published, it will be converted into a large red button that says "Download Some File To Download (epub)", with a link to the file.
## Previewing articles
To preview an article before it's published, make sure the "Published" field (under the image) is unchecked, and click the "View on site" button (top right) on the article edit page after the article has been created.
## Adding translations
From the main admin page, click on "Article translations" (under JOURNAL) and add a new one. Select the relevant article and the language (we currently only support Spanish and Polish). You can only add one translation for each article-language combination.
The link for the translated article is just the article link plus ?language=es (or whatever the language code is) at the end.
## Changing the order of articles on the homepage
Currently, all published articles are shown on the homepage, ordered according to the "Order in issue" field which you can change in the article edit page in the admin. Set the order to 0 to display a larger article image (stretched across two columns) at the top.

2
django/.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
db.sqlite3
*/migrations

View File

View File

@ -0,0 +1,15 @@
from django.contrib import admin
from reversion_compare.admin import CompareVersionAdmin
from notesfrombelow.admin import editor_site
from .models import BlogPost
class BlogPostAdmin(CompareVersionAdmin):
list_display = ['title', 'slug', 'published']
prepopulated_fields = {'slug': ('title',)}
admin.site.register(BlogPost, BlogPostAdmin)
editor_site.register(BlogPost, BlogPostAdmin)

View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class BlogConfig(AppConfig):
name = 'blog'

View File

@ -0,0 +1,52 @@
from django.db import models
from django.urls import reverse
from django.utils.html import strip_tags
from imagekit.models import ImageSpecField, ProcessedImageField
from imagekit.processors import ResizeToFill
from martor.models import MartorField
from martor.utils import markdownify
class BlogPost(models.Model):
"""Assume that all articles are authored by Ed Emery."""
title = models.CharField(max_length=255)
subtitle = models.TextField()
slug = models.SlugField()
content = MartorField()
formatted_content = models.TextField(editable=False)
preview = models.TextField(editable=False)
date = models.DateField()
image = ProcessedImageField(
upload_to='blog',
processors=[ResizeToFill(1920, 1080)],
format='JPEG',
options={'quality': 100}
)
image_thumbnail = ImageSpecField(
source='image',
processors=[ResizeToFill(540, 360)],
format='JPEG',
options={'quality': 90}
)
background_position = models.CharField(max_length=50, blank=True)
image_credit = models.URLField(blank=True)
published = models.BooleanField(default=True)
last_modified = models.DateField(auto_now=True)
class Meta:
get_latest_by = 'date'
def __str__(self):
return self.title
def get_absolute_url(self):
return reverse('blog-post', args=[self.slug])
def save(self, *args, **kwargs):
# Parse markdown and cache it.
self.formatted_content = markdownify(self.content)
self.preview = strip_tags(self.formatted_content)[:500]
super().save(*args, **kwargs)

View File

@ -0,0 +1,17 @@
from django.contrib.sitemaps import Sitemap
from blog.models import BlogPost
class BlogSitemap(Sitemap):
def priority(self, item):
return 0.3
def changefreq(self, item):
return 'never'
def items(self):
return BlogPost.objects.filter(published=True).order_by('pk')
def lastmod(self, item):
return item.last_modified

View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

View File

@ -0,0 +1,26 @@
from django.views import generic
from .models import BlogPost
from journal.models import Author
class BlogPostView(generic.DetailView):
model = BlogPost
template_name = 'blog_post.html'
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context['author'] = Author.objects.get(slug='ed-emery')
post = context['blogpost']
other_posts = []
# Get the posts published directly before and after, if they exist.
before = BlogPost.objects.filter(pk__lt=post.pk).order_by('pk').last()
if before:
other_posts.append(before)
after = BlogPost.objects.filter(pk__gt=post.pk).order_by('pk').first()
if after:
other_posts.append(after)
context['other_posts'] = other_posts
return context

View File

View File

@ -0,0 +1,14 @@
from django.contrib import admin
from reversion_compare.admin import CompareVersionAdmin
from notesfrombelow.admin import editor_site
from .models import Page
class PageAdmin(CompareVersionAdmin):
list_display = ['title', 'slug', 'published']
admin.site.register(Page, PageAdmin)
editor_site.register(Page, PageAdmin)

View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class CmsConfig(AppConfig):
name = 'cms'

View File

View File

@ -0,0 +1,11 @@
from django.core.management.base import BaseCommand
from cms.models import *
class Command(BaseCommand):
help = 'Refreshes formatted_* fields'
def handle(self, *args, **options):
for page in Page.objects.all():
page.save()

View File

@ -0,0 +1,42 @@
from django.db import models
from django.urls import reverse
from imagekit.models import ProcessedImageField
from imagekit.processors import ResizeToFill
from martor.models import MartorField
from martor.utils import markdownify
class Page(models.Model):
title = models.CharField(max_length=100, blank=True)
subtitle = models.TextField(blank=True)
content = MartorField(blank=True)
formatted_content = models.TextField(editable=False)
slug = models.SlugField(blank=True, unique=True)
last_modified = models.DateField(auto_now=True)
is_static = models.BooleanField(default=True,
help_text='Ignore this. For sitemap usage only'
)
published = models.BooleanField(default=True)
image = ProcessedImageField(
upload_to='pages',
processors=[ResizeToFill(540, 360)],
format='JPEG',
options={'quality': 100},
help_text="Resized to 540x360.",
blank=True,
null=True
)
def __str__(self):
return self.title
def get_absolute_url(self):
if self.slug:
return reverse('page', args=[self.slug])
else:
return '/'
def save(self, *args, **kwargs):
self.formatted_content = markdownify(self.content)
super().save(*args, **kwargs)

View File

@ -0,0 +1,23 @@
from django.contrib.sitemaps import Sitemap
from cms.models import Page
class PageSitemap(Sitemap):
def priority(self, item):
if item.is_static:
return 0.4
else:
return 0.9
def changefreq(self, item):
if item.is_static:
return 'never'
else:
return 'monthly'
def items(self):
return Page.objects.filter(published=True).order_by('pk')
def lastmod(self, item):
return item.last_modified

View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

View File

@ -0,0 +1,9 @@
from django.shortcuts import render
from django.views import generic
from .models import Page
class PageView(generic.DetailView):
model = Page
template_name = 'page.html'

View File

@ -0,0 +1,157 @@
[
{
"model": "journal.issue",
"pk": 1,
"fields":
{
"number": 1,
"title": "First Issue",
"date": "2001-01-01",
"slug": "first-issue",
"content": "First issue",
"formatted_content": "First issue",
"image": "/static/favicon.ico",
"published": true
}
},
{
"model": "journal.issue",
"pk": 2,
"fields":
{
"number": 2,
"title": "Second Issue",
"date": "2001-01-02",
"slug": "second-issue",
"content": "Second issue",
"formatted_content": "Second issue",
"image": "/static/favicon.ico",
"published": true
}
},
{
"model": "journal.category",
"pk": 1,
"fields":
{
"name": "Inquiry",
"slug": "inquiry",
"description": "mandatory category - Inquiry",
"content": "mandatory category - Inquiry",
"formatted_content": "mandatory category - Inquiry",
"tag_name": "inquiry",
"icon": "inquiry",
"archive_link_text": "inquiry"
}
},
{
"model": "journal.category",
"pk": 2,
"fields":
{
"name": "Theory",
"slug": "theory",
"description": "mandatory category - Theory",
"content": "mandatory category - Theory",
"formatted_content": "mandatory category - Theory",
"tag_name": "theory",
"icon": "theory",
"archive_link_text": "theory"
}
},
{
"model": "journal.category",
"pk": 3,
"fields":
{
"name": "Bulletins",
"slug": "bulletins",
"description": "mandatory category - Bulletins",
"content": "mandatory category - Bulletins",
"formatted_content": "mandatory category - Bulletins",
"tag_name": "bulletins",
"icon": "bulletins",
"archive_link_text": "bulletins"
}
},
{
"model": "cms.page",
"pk": 1,
"fields":
{
"image": "",
"title": "Homepage",
"subtitle": "",
"content": "Homepage, read Manual!",
"formatted_content": "<p>Homepage, read Manual!</p>",
"slug": "",
"last_modified": "2001-01-01",
"is_static": true,
"published": true
}
},
{
"model": "cms.page",
"pk": 2,
"fields":
{
"image": "",
"title": "About",
"subtitle": "",
"content": "About page",
"formatted_content": "<p>About page.</p>",
"slug": "about",
"last_modified": "2001-01-01",
"is_static": true,
"published": true
}
},
{
"model": "cms.page",
"pk": 3,
"fields":
{
"image": "",
"title": "Support",
"subtitle": "",
"content": "Support page",
"formatted_content": "<p>Support page.</p>",
"slug": "support",
"last_modified": "2001-01-01",
"is_static": true,
"published": true
}
},
{
"model": "cms.page",
"pk": 4,
"fields":
{
"image": "",
"title": "Contribute",
"subtitle": "",
"content": "Contribute page",
"formatted_content": "<p>Contribute page.</p>",
"slug": "contribute",
"last_modified": "2001-01-01",
"is_static": true,
"published": true
}
},
{
"model": "cms.page",
"pk": 5,
"fields":
{
"image": "",
"title": "Lom",
"subtitle": "",
"content": "Lom page",
"formatted_content": "<p>Lom page.</p>",
"slug": "lom",
"last_modified": "2001-01-01",
"is_static": true,
"published": true
}
},
]

View File

View File

@ -0,0 +1,203 @@
from django import forms
from django.contrib import admin, messages
from django.urls import reverse
from django.utils.html import mark_safe
from reversion_compare.admin import CompareVersionAdmin
from notesfrombelow.admin import editor_site
from . import models
class TagAdmin(CompareVersionAdmin):
list_display = ['name', 'show_image', 'slug', 'category']
prepopulated_fields = {'slug': ('name',)}
search_fields = ['name']
def show_image(self, obj):
if obj.image:
to_return = '<img src="{}" class="ui medium image" />'.format(
obj.image.url,
)
return mark_safe(to_return)
else:
return ''
show_image.short_description = 'Image'
class IssueAdmin(CompareVersionAdmin):
list_display = ['number', 'title', 'date', 'slug']
prepopulated_fields = {'slug': ('title',)}
search_fields = ['title']
class CategoryAdmin(CompareVersionAdmin):
list_display = ['name', 'slug', 'tag_name', 'order_on_homepage']
prepopulated_fields = {'slug': ('name',)}
class AuthorAdmin(CompareVersionAdmin):
list_display = ['name', 'bio', 'slug', 'twitter']
prepopulated_fields = {'slug': ('name',)}
ordering = ['name']
search_fields = ['name']
class ArticleForm(forms.ModelForm):
class Meta:
model = models.Article
fields = '__all__'
widgets = {
'image_credit': forms.TextInput(),
'subtitle': forms.Textarea({'rows': 2}),
}
def publish(modeladmin, request, queryset):
queryset.update(published=True)
messages.info(request, "Published {} article(s)".format(
queryset.count())
)
def remove_tags(modeladmin, request, queryset):
for article in queryset:
article.tags.remove()
messages.info(request, "Removed tags from {} article(s)".format(
queryset.count())
)
def make_add_tag_action(tag):
def add_tag(modeladmin, request, queryset):
for article in queryset:
article.tags.add(tag)
messages.info(request, "Added tag '{}' to {} article(s)".format(
tag.name,
queryset.count())
)
add_tag.short_description = "Add tag '{}'".format(tag.name)
add_tag.__name__ = 'add_tag_{0}'.format(tag.pk)
return add_tag
class ArticleAdmin(CompareVersionAdmin):
list_display = ['display_title', 'date', 'show_image', 'display_tags', 'published', 'is_featured']
list_filter = ['category', 'tags', 'issue']
prepopulated_fields = {'slug': ('title',)}
change_form_template = 'admin/edit_article.html'
form = ArticleForm
list_display_links = None
search_fields = ['title']
autocomplete_fields = ['related_1', 'related_2', 'issue', 'tags', 'authors']
def display_title(self, obj):
if obj.authors.count():
authors = ', '.join(a.name for a in obj.authors.all())
else:
authors = 'anonymous'
to_return = (
'<h3 class="ui header"><a href="{edit}">{title}</a><div class="sub header">{subtitle}</div></h3><span>by {authors}</span><br><code><a href="{view}">{slug}</a></code>'.format(
edit=reverse('editor:journal_article_change', args=[obj.id]),
title=obj.title,
subtitle=obj.subtitle or '<em>No subtitle</em>',
authors=authors,
view=obj.get_absolute_url(),
slug=obj.slug,
)
)
return mark_safe(to_return)
display_title.short_description = 'Article details'
def display_tags(self, obj):
html = []
if obj.issue:
html.append(
'<a href="{u}">Issue {n}: {i} (#{o})</a>'.format(
u=reverse('editor:journal_issue_change', args=[obj.issue.id]),
n=obj.issue.number,
i=obj.issue.title,
o=obj.order_in_issue
)
)
if obj.category:
html.append(
'<a href="{u}"><strong>{c}</strong></a>'.format(
u=reverse('editor:journal_category_change', args=[obj.category.id]),
c=obj.category
)
)
for tag in obj.tags.all():
html.append(
'<div class="ui {c} label">{t}</div>'.format(
# highlight tags of the same category as the article
c='red' if tag.category and tag.category.pk == obj.category.pk else '',
t=tag.name
)
)
return mark_safe('<br />'.join(html))
display_tags.short_description = 'Issue, category, and tags'
def show_image(self, obj):
if obj.image:
to_return = '<img src="{}" class="ui medium image" />'.format(
obj.image.url,
)
return mark_safe(to_return)
else:
return ''
show_image.short_description = 'Image'
def is_featured(self, obj):
return obj.featured is not None
is_featured.short_description = 'Featured?'
is_featured.boolean = True
def get_actions(self, request):
actions = super(ArticleAdmin, self).get_actions(request)
# Make an action to clear all tags
actions['publish'] = (publish, 'publish', 'Publish')
actions['remove_tags'] = (remove_tags, 'remove_tags', 'Remove all tags')
# Make an action for adding each tag
for tag in models.Tag.objects.all():
action = make_add_tag_action(tag)
actions[action.__name__] = (action,
action.__name__,
action.short_description)
return actions
class FeaturedArticleAdmin(CompareVersionAdmin):
list_display = ['article', 'order_on_homepage', 'is_thumb']
class ArticleTranslationAdmin(CompareVersionAdmin):
list_display = ['article', 'title', 'slug', 'language']
prepopulated_fields = {'slug': ('title',)}
editor_site.register(models.Issue, IssueAdmin)
editor_site.register(models.Article, ArticleAdmin)
editor_site.register(models.ArticleTranslation, ArticleTranslationAdmin)
editor_site.register(models.FeaturedArticle, FeaturedArticleAdmin)
editor_site.register(models.Author, AuthorAdmin)
editor_site.register(models.Category, CategoryAdmin)
editor_site.register(models.Tag, TagAdmin)
admin.site.register(models.Issue, IssueAdmin)
admin.site.register(models.Article, ArticleAdmin)
admin.site.register(models.ArticleTranslation, ArticleTranslationAdmin)
admin.site.register(models.FeaturedArticle, FeaturedArticleAdmin)
admin.site.register(models.Author, AuthorAdmin)
admin.site.register(models.Category, CategoryAdmin)
admin.site.register(models.Tag, TagAdmin)

View File

@ -0,0 +1,8 @@
from django.apps import AppConfig
from material.frontend.apps import ModuleMixin
class JournalConfig(ModuleMixin, AppConfig):
name = 'journal'
icon = '<i class="material-icons">flight_takeoff</i>'

View File

@ -0,0 +1,29 @@
import datetime
from django.contrib.syndication.views import Feed
from journal.models import Article
class ArticleFeed(Feed):
title = 'Notes From Below'
link = 'https://notesfrombelow.org'
description = 'No politics without inquiry'
def items(self):
return Article.objects.filter(published=True).order_by('-date')[:20]
def item_title(self, item):
return item.title
def item_description(self, item):
return item.subtitle
def item_pubdate(self, item):
return datetime.datetime.combine(item.date, datetime.time())
def item_author_name(self, item):
return ', '.join(a.name for a in item.authors.all()) or 'Anonymous'
def item_categories(self, item):
return [tag.name for tag in item.tags.all()]

View File

@ -0,0 +1,35 @@
import os
from django.core.management.base import BaseCommand
from django.conf import settings
from journal.models import *
class Command(BaseCommand):
help = 'cleans up media dir'
def handle(self, *args, **options):
# make sure that all article image files use the article slug
names = set()
for article in Article.objects.all():
original_path = article.image.path
original_name = article.image.name
new_name = '{}.jpg'.format(article.slug)
full_name = 'articles/{}'.format(new_name)
names.add(new_name)
if full_name == original_name:
continue
article.image.name = full_name
new_path = os.path.join(os.path.dirname(article.image.path), new_name)
print('renaming', original_name, full_name)
print('----')
os.rename(original_path, new_path)
article.save()
# go through the directory and delete unused images
for filename in os.listdir('media/articles'):
if filename not in names:
print('removing', filename)
os.remove(os.path.join('media/articles', filename))

View File

@ -0,0 +1,15 @@
from django.core.management.base import BaseCommand
from journal.models import *
class Command(BaseCommand):
help = 'Refreshes formatted_* fields'
def handle(self, *args, **options):
for category in Category.objects.all():
category.save()
for author in Author.objects.all():
author.save()
for article in Article.objects.all():
article.save()

View File

@ -0,0 +1,22 @@
from django.core.management.base import BaseCommand
from journal.models import *
class Command(BaseCommand):
help = 'Finds every article with the first tag slug, removes that tag, and adds the second tag'
def add_arguments(self, parser):
parser.add_argument('remove_tag', help='slug of the tag to remove')
parser.add_argument('add_tag', help='slug of the tag to add')
def handle(self, *args, **options):
remove_tag = Tag.objects.get(slug=options['remove_tag'])
add_tag = Tag.objects.get(slug=options['add_tag'])
print("Removing tag '{}'; adding tag '{}'".format(
remove_tag.name,
add_tag.name,
))
for article in remove_tag.articles.all():
article.tags.add(add_tag)
article.tags.remove(remove_tag)

View File

@ -0,0 +1,325 @@
import collections
import math
import operator
from django.conf import settings
from django.db import models
from django.urls import reverse
from django.utils.html import strip_tags
from imagekit.models import ImageSpecField, ProcessedImageField
from imagekit.processors import ResizeToFill
from martor.models import MartorField
from martor.utils import markdownify
class Category(models.Model):
name = models.CharField(max_length=20)
slug = models.SlugField(max_length=20)
description = models.TextField()
content = MartorField()
formatted_content = models.TextField(editable=False)
tag_name = models.CharField(
max_length=12,
help_text="Singular word for what the tags refer to (e.g., theme)"
)
about_page = models.ForeignKey('cms.Page', on_delete=models.PROTECT, blank=True, null=True)
order_on_homepage = models.PositiveIntegerField(default=0)
icon = models.CharField(max_length=10,
help_text="Semantic UI icon used for the label on the article page")
archive_link_text = models.CharField(
max_length=20,
help_text="The text shown on the homepage for linking to this archive"
)
class Meta:
verbose_name_plural = 'categories'
ordering = ['order_on_homepage']
def get_latest_article(self):
return self.articles.filter(published=True).latest()
def get_articles(self):
return self.articles.filter(published=True).order_by('featured__order_on_homepage')
def get_absolute_url(self):
return reverse('category', args=[self.slug])
def save(self, *args, **kwargs):
# Parse markdown and cache it.
self.formatted_content = markdownify(self.content)
super().save(*args, **kwargs)
def __str__(self):
return self.name
class Tag(models.Model):
name = models.CharField(max_length=50)
slug = models.SlugField(max_length=50)
description = models.TextField()
image = ProcessedImageField(
upload_to='tags',
processors=[ResizeToFill(540, 360)],
options={'quality': 100},
blank=True,
null=True,
help_text="Resized to 540x360",
)
category = models.ForeignKey(
Category,
on_delete=models.CASCADE,
related_name='tags', null=True)
class Meta:
ordering = ['name']
def __str__(self):
return self.name
def get_articles(self):
# only show articles whose category matches the tag category
return self.articles.filter(
category=self.category,
published=True
).order_by('-date')
def get_latest_article(self, existing_articles=None):
articles = self.articles.filter(published=True)
if existing_articles:
articles = articles.exclude(pk__in=existing_articles)
if articles.exists():
return articles.latest()
def get_date(self):
latest = self.get_latest_article()
if latest:
return latest.date
def get_absolute_url(self):
return reverse('tag', args=[self.slug])
class Author(models.Model):
name = models.CharField(max_length=100)
bio = MartorField()
formatted_bio = models.TextField(editable=False)
slug = models.SlugField(unique=True)
is_editor = models.BooleanField(default=False)
twitter = models.CharField(max_length=15, blank=True, help_text='Username without the @')
def __str__(self):
return self.name
def get_articles(self):
return self.articles.filter(published=True).order_by('-date')
def get_absolute_url(self):
return reverse('author', args=[self.slug])
def save(self, *args, **kwargs):
# Parse markdown and cache it.
self.formatted_bio = markdownify(self.bio)
super().save(*args, **kwargs)
class Issue(models.Model):
number = models.PositiveSmallIntegerField(unique=True)
title = models.CharField(max_length=50)
date = models.DateField(help_text='Day ignored')
slug = models.SlugField()
image = ProcessedImageField(
upload_to='issues',
processors=[ResizeToFill(540, 360)],
options={'quality': 100},
help_text='Cropped to 540x360'
)
content = MartorField()
formatted_content = models.TextField(editable=False)
published = models.BooleanField(default=False)
class Meta:
get_latest_by = 'date'
ordering = ['-date']
def save(self, *args, **kwargs):
self.formatted_content = markdownify(self.content)
super().save(*args, **kwargs)
def get_articles(self):
# If this issue isn't published, just return all the articles.
if self.published:
return self.articles.filter(published=True)
else:
return self.articles.all()
# Use h2 or h3 in footer depending on the length of the title.
def get_title_header(self):
if len(self.title) > 30:
return 'h3'
else:
return 'h2'
def get_absolute_url(self):
return reverse('issue', args=[self.slug])
def __str__(self):
return self.title
class Article(models.Model):
category = models.ForeignKey(Category, on_delete=models.CASCADE,
related_name='articles')
title = models.CharField(max_length=255)
slug = models.SlugField(unique=True)
authors = models.ManyToManyField(Author, related_name='articles',
blank=True)
tags = models.ManyToManyField(Tag, related_name='articles', blank=True)
subtitle = models.TextField(blank=True)
content = MartorField()
formatted_content = models.TextField(editable=False)
# Store the formatted_content field with all tags removed (for related)
unformatted_content = models.TextField(editable=False)
date = models.DateField()
issue = models.ForeignKey(Issue, related_name='articles', null=True,
blank=True, on_delete=models.CASCADE)
order_in_issue = models.PositiveIntegerField(default=0)
image = ProcessedImageField(
upload_to='articles',
processors=[ResizeToFill(540, 360)],
format='JPEG',
options={'quality': 100},
help_text="Resized to 540x360.",
blank=True
)
image_credit = models.URLField(blank=True)
related_1 = models.ForeignKey("self", related_name='related_1_articles',
on_delete=models.CASCADE, blank=True, null=True)
related_2 = models.ForeignKey("self", related_name='related_2_articles',
on_delete=models.CASCADE, blank=True, null=True)
last_modified = models.DateField(auto_now=True)
published = models.BooleanField(default=False)
class Meta:
ordering = ['-date', 'order_in_issue']
get_latest_by = 'date'
def __str__(self):
return self.title
@property
def language(self):
return 'en'
def get_language_display(self):
return 'English'
def get_absolute_url(self):
return reverse('article', args=[self.slug])
def get_word_count(self):
return len(self.unformatted_content.split())
def get_ordered_authors(self):
return sorted(self.authors.all(), key=lambda s: s.name.split()[1] if len(s.name.split()) > 1 else s.name)
def save(self, *args, **kwargs):
# Parse markdown and cache it.
self.formatted_content = markdownify(self.content)
self.unformatted_content = strip_tags(self.formatted_content)
words = self.unformatted_content.split()
# Find the two most similar articles based on cosine similarity. Only
# do this if they're missing!
if not self.related_1 or not self.related_2:
this_counter = collections.Counter(words)
articles = []
for article in Article.objects.exclude(slug=self.slug):
other_counter = collections.Counter(article.unformatted_content.split())
intersection = set(this_counter.keys()) & set(other_counter.keys())
numerator = sum([this_counter[x] * other_counter[x] for x in intersection])
this_sum = sum([v**2 for v in this_counter.values()])
other_sum = sum([v**2 for v in this_counter.values()])
denominator = math.sqrt(this_sum) * math.sqrt(other_sum)
cosine = numerator / denominator if denominator else 0.0
articles.append((cosine, article))
articles.sort(key=operator.itemgetter(0), reverse=True)
if len(articles) > 1:
self.related_1 = articles[0][1]
if len(articles) > 1:
self.related_2 = articles[1][1]
super().save(*args, **kwargs)
# Use h3 or h4 in article thumbnail depending on the length of the title.
def get_title_header(self):
if len(self.title) > 50:
return 'h4'
else:
return 'h3'
def get_related(self):
# Limited to 2. Currently just gets the latest articles.
related = []
if self.related_1:
related.append(self.related_1)
if self.related_2:
related.append(self.related_2)
return related
class FeaturedArticle(models.Model):
"""For featured articles on the homepage. Can be full width or thumbnail."""
article = models.OneToOneField(
Article,
related_name="featured",
on_delete=models.CASCADE,
primary_key=True
)
is_thumb = models.BooleanField(
help_text="Check this if you want the box to be small, rather than taking up the whole container"
)
order_on_homepage = models.PositiveIntegerField(
unique=True,
help_text="For determining the order of articles on the homepage. 1, 2, 3, etc. Note that large (non-thumb) articles will always be shown first."
)
def __str__(self):
return self.article.title
class Meta:
ordering = ['order_on_homepage']
class ArticleTranslation(models.Model):
article = models.ForeignKey(Article, on_delete=models.CASCADE,
related_name='translations')
language = models.CharField(max_length=2, choices=settings.LANGUAGES)
title = models.CharField(max_length=255)
subtitle = models.TextField()
content = MartorField()
formatted_content = models.TextField(editable=False)
# Store the formatted_content field with all tags removed (for description)
unformatted_content = models.TextField(editable=False)
# The slug should really have uniqueness checks but, too hard tbh
slug = models.SlugField(max_length=50)
last_modified = models.DateField(auto_now=True)
class Meta:
unique_together = ('article', 'language')
def __str__(self):
return "{}{}".format(self.article.title, self.get_language_display())
def save(self, *args, **kwargs):
# Parse markdown and cache it.
self.formatted_content = markdownify(self.content)
self.unformatted_content = strip_tags(self.formatted_content)
super().save(*args, **kwargs)
def get_absolute_url(self):
return reverse('article', args=[self.slug])

View File

@ -0,0 +1,9 @@
from .models import Issue, Tag
def header(request):
return {
'ISSUES': Issue.objects.filter(published=True),
'TAGS': Tag.objects.all(), # todo: get rid of this?
'LATEST_ISSUE': Issue.objects.filter(published=True).latest(),
}

View File

@ -0,0 +1,78 @@
from django.contrib.sitemaps import Sitemap
from journal.models import *
class ArticleSitemap(Sitemap):
changefreq = 'never'
priority = 0.7
def items(self):
return Article.objects.filter(published=True)
def lastmod(self, item):
return item.last_modified
class ArticleTranslationSitemap(Sitemap):
changefreq = 'never'
priority = 0.7
def items(self):
return ArticleTranslation.objects.filter(article__published=True).order_by('pk')
def lastmod(self, item):
return item.last_modified
class AuthorSitemap(Sitemap):
changefreq = 'monthly'
priority = 0.4
def items(self):
return Author.objects.filter(articles__published=True).order_by('name')
def lastmod(self, item):
try:
return item.articles.latest().date
except Article.DoesNotExist:
return None
class CategorySitemap(Sitemap):
changefreq = 'weekly'
priority = 0.8
def items(self):
return Category.objects.order_by('name')
def lastmod(self, item):
try:
return item.articles.latest().date
except Article.DoesNotExist:
return None
class IssueSitemap(Sitemap):
changefreq = 'never'
priority = 0.9
def items(self):
return Issue.objects.order_by('pk')
def lastmod(self, item):
return item.date
class TagSitemap(Sitemap):
changefreq = 'weekly'
priority = 0.8
def items(self):
return Tag.objects.order_by('name')
def lastmod(self, item):
try:
return item.articles.latest().date
except Article.DoesNotExist:
return None

View File

@ -0,0 +1,241 @@
import calendar
import datetime
from django import template
from django.urls import reverse
from django.utils.html import format_html
from journal.models import Article, Issue
register = template.Library()
@register.simple_tag
def show_articles():
first_calendar, articles = show_article_calendar(0)
second_calendar, articles_2 = show_article_calendar(1)
recent_html = []
for article in articles + articles_2:
title = article.title
if len(title) > 30:
title = title[:30] + '...'
recent_html.append(
'<div class="item"><a href="{url}">{title}</a> ({date})</a></div>'.format(
url=reverse('editor:journal_article_change', args=[article.pk]),
title=title,
date=article.date.strftime('%b %-d'),
)
)
recent_articles = ''.join(recent_html)
# Upcoming articles = not yet published, and not attached to an issue
upcoming_articles = Article.objects.filter(published=False, issue=None)
if upcoming_articles.exists():
upcoming_articles_html = []
for article in upcoming_articles:
title = article.title
if len(title) > 30:
title = title[:30] + '...'
upcoming_articles_html.append(
'<div class="item"><a href="{url}">{title}</a> ({date})</a></div>'.format(
url=reverse('editor:journal_article_change', args=[article.pk]),
title=title,
date=article.date.strftime('%b %-d'),
)
)
upcoming_html = format_html("""
<h3>Upcoming</h3>
<div class="ui bulleted list">
{upcoming_articles}
</div>
""".format(
upcoming_articles=''.join(upcoming_articles_html)
)
)
else:
upcoming_html = '<h3>No upcoming articles</h3>'
return format_html("""
<div class="ui aligned stackable grid">
<div class="ui four wide column">
<h3>Recent</h3>
<div class="ui bulleted list">
{recent_articles}
</div>
{upcoming}
</div>
<div class="ui six wide column">
{first_calendar}
</div>
<div class="ui six wide column">
{second_calendar}
</div>
</div>
""".format(
recent_articles=recent_articles,
upcoming=upcoming_html,
first_calendar=first_calendar,
second_calendar=second_calendar,
))
def show_article_calendar(month_delta=0):
# TODO: This needs to be cleaned up ... pass current date as param?
today = datetime.date.today()
# If we're in the first half of the month, show the previous month and not
# the next month.
if today.day < 15:
month_delta -= 1
current_month = (today.month + month_delta) % 12
if current_month == 0:
current_month = 12
current_year = today.year + (today.month + month_delta == 13)
current_day = today.day
num_non_days, num_days = calendar.monthrange(current_year, current_month)
non_days_html = format_html('<div class="column"></div>' * num_non_days)
column_i = num_non_days
days_html = []
all_articles = []
for i in range(num_days):
day = i + 1
date = datetime.date(current_year, current_month, day)
articles = Article.objects.filter(date=date, issue=None)
article_titles = []
for article in articles:
title = article.title
if len(title) > 32:
title = title[:30] + '...'
article_titles.append(title)
all_articles.append(article)
if date == today:
if article_titles:
colour = 'orange'
else:
colour = 'yellow'
else:
if article_titles:
if date > today:
colour = 'red'
else:
colour = 'grey'
else:
# No articles so no colour.
colour = ''
if column_i == 6:
row_end_html = '</div><div class="row">'
column_i = 0
else:
column_i += 1
row_end_html = ''
days_html.append(
"""
<div class="{colour} column" title="{articles}">
{day}
</div>
{row}
""".format(
colour=colour,
day=day,
articles=format_html(' / '.join(article_titles)),
row=row_end_html,
)
)
dow_headings_html = format_html(
'<div class="row">{}</div>'.format(
''.join(
'<div class="column"><strong>{}</strong></div>'.format(dow)
for dow in calendar.weekheader(1).split()
)
)
)
calendar_html = format_html(
"""
<h2>{current_month} {current_year}</h1>
<div class="ui celled seven column stackable grid calendar">
{dow_headings}
<div class="row">
{non_days}
{days}
</div>
</div>
""",
current_year=current_year,
current_month=calendar.month_name[current_month],
non_days=non_days_html,
dow_headings=dow_headings_html,
days=format_html(''.join(days_html)),
)
return calendar_html, all_articles
@register.simple_tag
def show_issues():
today = datetime.date.today()
months_html = []
date = datetime.date(2018, 1, 1)
column_i = 0 # for rows
while date <= today:
issues = Issue.objects.filter(date__month=date.month, date__year=date.year)
date_display = date.strftime('%b %Y')
if issues.exists():
# Assume there can be only one issue per month.
issue = issues.latest()
if issue.published:
colour = 'grey'
else:
colour = 'red'
month_html = """
<div class="{colour} column">
<h4 class="ui inverted header">
{date} - {number}
<a href="{url}" class="sub header">
{title}
</a>
</h4>
</div>
""".format(
colour=colour,
title=issue.title,
date=date_display,
number=issue.number,
url=reverse('editor:journal_issue_change', args=[issue.pk]),
)
else:
month_html = '<div class="column">{}</div>'.format(date_display)
months_html.append(month_html)
if column_i == 5:
column_i = 0
months_html.append('</div><div class="row">')
else:
column_i += 1
if date.month == 12:
date = date.replace(month=1, year=date.year + 1)
else:
date = date.replace(month=date.month + 1)
return format_html(
"""
<div class="ui celled six column doubling grid calendar">
<div class="row">
{months}
</div>
</div>
""".format(
months=''.join(months_html),
)
)

View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

View File

@ -0,0 +1,12 @@
from django.conf.urls import url, include
from django.views import generic
from . import views, admin
urlpatterns = [
url('^$',
generic.TemplateView.as_view(template_name="sales/index.html"),
name="index"),
url('^author/', include(admin.AuthorViewSet().urls)),
]

View File

@ -0,0 +1,116 @@
import datetime
from django.contrib.admin.views.decorators import staff_member_required
from django.http import Http404
from django.shortcuts import redirect, render
from django.views import generic
from .models import FeaturedArticle, Article, ArticleTranslation, Category, Author, Issue, Tag
from blog.models import BlogPost
class ArticleView(generic.DetailView):
model = Article
template_name = 'article.html'
@staff_member_required
def issue_publish(request, slug):
issue = Issue.objects.filter(slug=slug).first()
if not issue:
raise Http404
if issue.published:
return redirect(issue)
today = datetime.date.today()
if request.method == 'POST':
# Publish the articles, change all the article dates to today, and make
# the issue live.
issue.articles.all().update(published=True, date=today)
issue.published = True
issue.save()
return redirect(issue)
context = {
'issue': issue,
}
return render(request, 'issue_publish.html', context)
def view_article(request, slug):
# First check if this slug is for an ArticleTranslation. If not, try a
# regular article (and redirect away the language code if necessary).
desired_translation = ArticleTranslation.objects.filter(slug=slug).first()
if desired_translation:
article = desired_translation.article
else:
article = Article.objects.filter(slug=slug).first()
language_code = request.GET.get('language')
if language_code:
desired_translation = ArticleTranslation.objects.filter(
language=language_code,
article=article,
).first()
if desired_translation:
return redirect(desired_translation)
else:
# The article exists, but the translation doesn't. Show 404.
raise Http404
else:
# Assume English.
desired_translation = article
if not article:
raise Http404
translations = [translation for translation in article.translations.all()]
if translations:
# If there are other languages, add the main article (for English).
translations.append(article)
articles = article.issue.get_articles().filter(published=True).order_by('featured__order_on_homepage')
context = {
'translations': translations,
'article': article,
'desired_translation': desired_translation,
'articles': articles,
}
return render(request, 'article.html', context)
class CategoryView(generic.DetailView):
model = Category
template_name = 'category.html'
class AuthorView(generic.DetailView):
model = Author
template_name = 'author.html'
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
if context['author'].slug == 'ed-emery':
context['posts'] = BlogPost.objects.filter(published=True)
else:
context['posts'] = None
return context
class IssueView(generic.DetailView):
model = Issue
template_name = 'issue.html'
class IssueListView(generic.ListView):
model = Issue
template_name = 'issues.html'
class IssuePdfView(generic.DetailView):
model = Issue
template_name = 'issue_pdf.html'
class TagView(generic.DetailView):
model = Tag
template_name = 'tag.html'

15
django/manage.py 100755
View File

@ -0,0 +1,15 @@
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "notesfrombelow.settings")
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
raise ImportError(
"Couldn't import Django. Are you sure it's installed and "
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
) from exc
execute_from_command_line(sys.argv)

View File

View File

@ -0,0 +1,10 @@
from django.contrib import admin
class EditorAdmin(admin.AdminSite):
site_header = 'Prelom - Editor'
index_template = 'admin_index.html'
editor_site = EditorAdmin(name='editor')
admin.site.site_header = 'Prelom - SUDO'

View File

@ -0,0 +1,32 @@
import re
import markdown
INTERVIEW_RE = r'^~(?P<author>[A-Z]{1,3})(?P<number>[1-5]) '
class InterviewPattern(markdown.inlinepatterns.Pattern):
def handleMatch(self, m):
"""
~A1 Text here (on the left, first colour)
~B2 Text here (on the right, second colour)
~C3 Text here (on the right, third colour)
~D4 Text here (on the right, fourth colour)
~D5 Text here (on the right, fifth colour)
"""
author = m.group('author')
number = m.group('number')
el = markdown.util.etree.Element('span')
el_class = 'interview-quote author-' + number
el.set('class', el_class)
el.text = author
return el
class InterviewExtension(markdown.Extension):
def extendMarkdown(self, md, md_globals):
md.inlinePatterns['interview'] = InterviewPattern(INTERVIEW_RE, md)
def makeExtension(*args, **kwargs):
return InterviewExtension(*args, **kwargs)

View File

@ -0,0 +1,255 @@
"""
Django settings for notesfrombelow project.
Generated by 'django-admin startproject' using Django 2.0.
For more information on this file, see
https://docs.djangoproject.com/en/2.0/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/2.0/ref/settings/
"""
import os
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', 'tmp')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = [
'localhost', 'lom.kompot.si', 'www.prelom.je', 'prelom.je'
]
allowed_host = os.environ.get('ALLOWED_HOST')
if allowed_host:
ALLOWED_HOSTS.append(allowed_host)
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.sitemaps',
'django.contrib.staticfiles',
'reversion',
'reversion_compare',
'imagekit',
'martor',
'journal',
'cms',
'blog',
'uploads',
'notesfrombelow',
]
ADD_REVERSION_ADMIN = True
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.locale.LocaleMiddleware',
]
ROOT_URLCONF = 'notesfrombelow.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [
os.path.join(BASE_DIR, 'templates'),
],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'journal.processors.header',
],
},
},
]
WSGI_APPLICATION = 'notesfrombelow.wsgi.application'
# Database
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
DATABASES = {}
postgres_password = os.environ.get('POSTGRES_PASSWORD')
if postgres_password:
db = {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'notesfrombelow',
'USER': 'notesfrombelow',
'PASSWORD': postgres_password,
'HOST': 'localhost',
'PORT': '',
}
else:
db = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
}
DATABASES = {
'default': db,
}
# Password validation
# https://docs.djangoproject.com/en/2.0/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS = [
{
'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
},
]
# Internationalization
# https://docs.djangoproject.com/en/2.0/topics/i18n/
LANGUAGE_CODE = 'sl'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, '..', "static")
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "notesfrombelow", "static"),
]
# Global martor settings
# Input: string boolean, `true/false`
MARTOR_ENABLE_CONFIGS = {
'imgur': 'true', # to enable/disable imgur/custom uploader.
'mention': 'false', # to enable/disable mention
'jquery': 'true', # to include/revoke jquery (require for admin default django)
}
# To setup the martor editor with label or not (default is False)
MARTOR_ENABLE_LABEL = False
# Imgur API Keys
MARTOR_IMGUR_CLIENT_ID = 'your-client-id'
MARTOR_IMGUR_API_KEY = 'your-api-key'
# Safe Mode
MARTOR_MARKDOWN_SAFE_MODE = False # default
# Markdownify
MARTOR_MARKDOWNIFY_FUNCTION = 'martor.utils.markdownify' # default
MARTOR_MARKDOWNIFY_URL = '/martor/markdownify/' # default
# Markdown extensions (default)
MARTOR_MARKDOWN_EXTENSIONS = [
'markdown.extensions.extra',
'markdown.extensions.nl2br',
'markdown.extensions.smarty',
'markdown.extensions.footnotes',
'markdown.extensions.toc',
# Custom markdown extensions.
'notesfrombelow.extensions.interview',
'uploads.extensions.embed',
'martor.extensions.del_ins', # ~~strikethrough~~ and ++underscores++
'martor.extensions.mention', # require for mention
'martor.extensions.emoji', # require for emoji
]
# Markdown Extensions Configs
MARTOR_MARKDOWN_EXTENSION_CONFIGS = {}
# Markdown urls
MARTOR_UPLOAD_URL = '/martor/uploader/' # default
MARTOR_SEARCH_USERS_URL = '/martor/search-user/' # default
# Markdown Extensions
MARTOR_MARKDOWN_BASE_EMOJI_URL = 'https://assets-cdn.github.com/images/icons/emoji/' # default
MARTOR_MARKDOWN_BASE_MENTION_URL = 'https://python.web.id/author/' # default (change this)
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, '..', 'media')
LANGUAGES = (
('es', 'Español'),
('fr', 'Français'),
('pl', 'Polski'),
('it', 'Italiano'),
('de', 'Deutsch'),
('pt', 'Português'),
)
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': os.path.join(BASE_DIR, 'django.log'),
},
'mail_admins': {
'level': 'ERROR',
'class': 'django.utils.log.AdminEmailHandler'
}
},
'loggers': {
'django': {
'handlers': ['file', 'mail_admins'],
'level': 'DEBUG',
'propagate': True,
},
},
}
EMAIL_HOST = 'smtp.sendgrid.net'
EMAIL_HOST_USER = 'notesfrombelow'
EMAIL_HOST_PASSWORD = os.environ.get('SENDGRID_PASSWORD')
EMAIL_PORT = 587
EMAIL_USE_TLS = True
SITE_URL = 'https://prelom.je'
ADMINS = [
('piskr', 'domenkosmac@gmail.com'),
]
SERVER_EMAIL = 'editors@notesfrombelow.org'
FILE_UPLOAD_PERMISSIONS=0o640

View File

@ -0,0 +1,50 @@
#content label {
font-size: 20px;
}
.ace_editor {
font-size: 18px !important;
}
.model-article .martor-field {
height: 500px !important;
}
#content td, th {
font-size: 20px;
line-height: 25px;
}
div.breadcrumbs {
font-size: 20px;
padding: 25px;
background: #976326;
}
#header {
padding: 25px;
background: #222;
font-size: 20px;
height: auto;
}
#user-tools {
font-size: 15px;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
color: #fff;
}
.object-tools a {
font-size: 18px !important;
}
.ui.grid.calendar>.row>.column {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.timezonewarning {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,545 @@
@font-face {
font-family: Founders Grotesk Cond Bold;
src: local('FoundersGroteskCondensedBold'), url('FoundersGroteskCondensedBold.otf') format('opentype');
}
@font-face {
font-family: Adobe Caslon Pro;
src: local('ACaslonPro-Regular'), url('ACaslonPro-Regular.otf') format('opentype');
}
.newa {
color: black;
-webkit-transition: color 0.1s ease-out;
-moz-transition: color 0.1s ease-out;
-o-transition: color 0.1s ease-out;
transition: color 0.1s ease-out;
}
.newa:hover {
color: rgba(255,76,125,1);
cursor: pointer;
}
#header {
width: 100%;
color: rgba(255,76,125,1);
background: #ffffff;
position: fixed;
z-index: 10;
}
#header .item {
font-weight: normal;
text-transform: uppercase;
padding-right: 21px;
padding-left: 21px;
color: rgba(255,76,125,1);
}
#header .ui.menu, .nfb-red-column .ui.header {
font-family: Founders Grotesk Cond Bold;
font-weight: normal;
}
#nfb-large-logo img {
padding-top: 20px;
}
.hidden {
display: none;
}
.nfb-article-title {
margin-top: 5px !important;
}
.nfb-article-title .sub.header {
padding-top: 10px !important;
}
.nfb-article-title + .nfb-article-byline {
margin-top: 0;
}
.nfb-article-subtitle {
font-size: 1.15em;
font-style: italic;
padding: 30px 0;
}
.nfb-article-lead {
font-size: 1.1em;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.nfb-article-metadata {
font-size: 0.8em;
}
.article-content p {
line-height: 1.4em;
}
.article-content hr {
margin: 50px 0;
}
.footnote {
/* For long URLs in article footnotes. */
word-break: break-word;
}
article {
padding-bottom: 50px;
}
hr {
overflow: visible; /* For IE */
padding: 0;
border: none;
border-top: 1px solid #aaa;
color: #777;
text-align: center;
}
.page-content ul, .page-content ol {
line-height: 1.5em;
}
.page-content li {
padding-top: 0.5em;
}
.page-content ol ol ol {
list-style-type: lower-roman;
}
.page-content ol ol {
list-style-type: lower-alpha;
}
.page-content .section {
padding: 0px;
}
#footer {
background: #ffffff;
width: 100%;
padding: 40px 0;
color: #000000;
}
#footer p {
padding-top: 10px;
font-size: 0.9em;
padding-bottom: 0;
}
#footer .input {
}
#footer a {
color: #000000;
font-weight: bold;
}
#footer a:hover {
color: rgba(0, 0, 0, 0.8);
}
.footnote hr {
margin-top: 50px 0;
}
.footnote li {
transition: background 1s ease;
}
.footnote .highlighted {
background-color: #fdd7d3;
}
.page-content {
padding-top: 150px;
padding-bottom: 50px;
}
.nfb-issue-thumb .header {
margin-top: 5px !important;
}
.nfb-footer-issue {
margin-bottom: 0 !important;
}
.nfb-footer-issue +.header {
margin-top: 10px;
}
.nfb-translation-buttons {
text-align: center;
padding-top: 50px;
}
#hamburger {
visibility: hidden;
position: absolute;
right: 10px;
}
@media only screen and (max-width: 1200px) and (min-width: 767px) {
#header .stackable.secondary.menu {
flex-direction: column;
}
#header .mobile-hidden.menu.visible {
display: flex;
}
#header .ui.stackable.mobile-hidden .item {
width: auto!important;
}
}
@media only screen and (max-width: 400px) {
#nfb-mobile-logo img {
max-width: 80%;
}
}
.mobile-only {
display: none;
}
@media only screen and (max-width: 1200px) {
#masthead.screen {
display: none;
}
.mobile-only {
display: block;
}
img.mobile-only {
width: 100%;
}
.non-mobile-only {
display: none;
}
#hamburger-item {
width: 100%;
}
#hamburger {
visibility: visible;
}
#header .mobile-hidden {
display: none;
}
#header .mobile-hidden.visible {
display: flex;
}
#header .mobile-hidden.menu.visible {
display: block;
}
}
.inverted a {
color: rgba(0, 0, 0, 0.9);
}
.inverted a:hover {
color: #000000;
}
.page-content {
font-size: 1.2rem;
}
.print-only {
display: none;
}
#print-banner {
display: none;
}
@media print {
body {
padding: 15mm 10mm !important;
margin: 0 !important;
margin-bottom: 20mm !important;
}
.article-category {
font-size: 0.8em;
}
.article-title {
text-align: left;
}
.inverted a, .ui.inverted.header, .ui.inverted.header .sub.header {
color: #000;
}
.page-content {
font-size: 0.8rem;
padding: 0;
}
.page-content .section {
padding: 0;
}
.print-only {
display: block;
}
.non-mobile-only, iframe {
display: none;
}
.article-lead {
padding: 20px;
}
.article-content {
margin-top: 30px;
column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
column-gap: 25px;
-webkit-column-gap: 25px;
-moz-column-gap: 25px;
}
.article-content h2 {
font-size: 1.2em;
margin-top: 0;
}
.break-after {
page-break-after: always;
}
.print-hide {
display: none;
}
#print-banner {
display: block;
font-size: 0.8em;
}
.interview-quote {
background: none !important;
border: 1px solid #000;
color: #000 !important;
margin-top: -8px;
width: 40px;
height: 40px;
line-height: 40px;
margin-left: 0 !important;
margin-right: 10px;
}
}
blockquote::before {
content: "\201C";
font-weight: bold;
font-size: 60px;
font-family: Georgia, serif;
position: absolute;
left: -25px;
top: 15px;
}
blockquote::after {
content: "";
}
blockquote {
display: block;
position: relative;
padding: 10px;
margin: 0 0 20px;
text-indent: 35px;
color: #666;
}
blockquote cite {
text-align: right;
display: block;
}
blockquote cite::before {
content: "\2014";
}
.author-bio {
font-size: 0.8em;
}
.nfb-image-credit a {
float: right;
font-size: 0.8em;
color: rgba(0, 0, 0, 0.7);
text-decoration: underline;
}
.nfb-image-credit a:hover {
color: #000;
}
@media only screen and (max-width: 767px) {
.nfb-homepage-box {
border-bottom: none !important;
}
.nfb-red-column .header {
padding-left: 15px;
}
/* Otherwise it might be too big and cause overflow */
h2.nfb-article-title.ui.header {
font-size: 1.5rem;
}
h3.nfb-article-title.ui.header {
font-size: 1rem;
}
.page-content {
font-size: 1.1rem;
}
#article-metadata .column {
text-align: center;
}
#footer {
background: #ffffff;
}
#footer h2.ui.header {
font-size: 1.3rem;
}
#footer .column {
text-align: center;
}
.page-content .section {
padding: 25px 10px;
}
.interview-quote {
margin-left: 0 !important;
margin-right: 10px !important;
margin-top: 10px !important;
}
}
.uploaded-image {
text-align: center;
}
.uploaded-image span {
display: block;
font-style: italic;
padding-bottom: 1rem;
}
.uploaded-image img {
max-width: 100%;
}
.uploaded-file {
text-align: center;
padding-bottom: 1rem;
}
.interview-quote {
display: block;
color: white;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 25px;
box-sizing: border-box;
margin-top: -10px;
margin-left: -60px;
float: left;
}
.interview-quote.author-5 {
background: #ccc;
color: black;
}
.interview-quote.author-4 {
background: #777;
}
.interview-quote.author-3 {
background: #fff;
color: black;
border: 1px solid #000;
}
.interview-quote.author-2 {
background: #000;
}
.interview-quote.author-1 {
background: #ffffff;
}
.twitter-tweet {
margin: 0 auto;
}
#search-dropdown form {
width: 100%;
}
#search-dropdown {
margin-top: 0;
padding: 10px 0;
display: none;
}
#search-dropdown.visible {
display: block;
}
#top-menu {
margin-top: -10px;
margin-bottom: -10px;
}
.nfb-homepage-box {
border-bottom: 5px solid #ffffff;
margin-bottom: 50px;
}
.nfb-content-box {
border: 2px solid #ffffff;
}
.nfb-category-list {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.nfb-divider {
border-top: 1px solid #ffffff;
}
.nfb-red-column {
background-color: #ffffff;
}
.nfb-red-column .ui.header {
border-bottom: 2px solid #fff;
padding-bottom: 10px;
}
/* for better spacing on the homepage */
.nfb-article-thumb img, .nfb-issue-thumb img {
padding-top: 10px;
padding-bottom: 10px;
}
.nfb-image-link:hover {
filter: brightness(110%);
}
.featured-subtitle {
font-size: 1.5em;
}

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -0,0 +1,3 @@
$(document).ready(function() {
$('.ui.dropdown').dropdown();
});

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,55 @@
function toggleHamburger() {
var rightMenus = document.querySelectorAll('.menu.mobile-hidden');
rightMenus[0].classList.toggle('visible');
rightMenus[1].classList.toggle('visible');
rightMenus[2].classList.toggle('visible');
return false;
};
// hide the large logo + show the small logo when scrolling down
$(window).scroll(function () {
// DO NOT activate this on mobile
if ($(window).width() < 1200) {
return;
}
var scrollTop = $(window).scrollTop();
if (scrollTop > 0) {
if ($('#nfb-mini-logo').is(":hidden")) {
// large image fades out; small one appears right away
$('#nfb-mini-logo').show();
$('#nfb-large-logo').hide(400);
}
} else {
if ($('#nfb-large-logo').is(":hidden")) {
// large image fades in; small one disappears right away
$('#nfb-mini-logo').hide();
$('#nfb-large-logo').show(400);
}
}
})
function toggleSearch() {
// TODO: use jquery for everything lol
document.getElementById('search-dropdown').classList.toggle('visible');
$('#search-input').focus();
return false;
};
$('.ui.dropdown').dropdown();
$('.footnote-backref,.footnote-ref').click(function(e) {
e.preventDefault();
// There is a colon in the ID so can't just put into $() directly
var dest = document.getElementById($(this).attr('href').substring(1));
// Only add the "highlighted" class for the actual footnote text.
if (dest.tagName == 'LI') {
$(dest).addClass('highlighted');
setTimeout(function () {
$(dest).removeClass('highlighted');
}, 3000)
}
var offset = $(dest).offset().top;
console.log(offset);
$('html').animate({ scrollTop: offset}, 'slow');
});

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,68 @@
"""notesfrombelow URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/2.0/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: path('', views.home, name='home')
Class-based views
1. Add an import: from other_app.views import Home
2. Add a URL to urlpatterns: path('', Home.as_view(), name='home')
Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.conf import settings
from django.contrib import admin
from django.urls import include, path
from django.conf.urls.static import static
from django.contrib.sitemaps.views import sitemap
from notesfrombelow.admin import editor_site
import journal.views
import notesfrombelow.views
import cms.views
import blog.views
from journal.feeds import ArticleFeed
from journal.sitemaps import *
from cms.sitemaps import *
from blog.sitemaps import BlogSitemap
sitemaps = {
'articles': ArticleSitemap(),
'article_translations': ArticleTranslationSitemap(),
'authors': AuthorSitemap(),
'blog': BlogSitemap(),
'tags': TagSitemap(),
'categories': CategorySitemap(),
'issues': IssueSitemap(),
'pages': PageSitemap(),
}
urlpatterns = [
path('', notesfrombelow.views.index, name='index'),
path('about', notesfrombelow.views.about, name='about'),
path('contribute', notesfrombelow.views.contribute, name='contribute'),
path('archives/<slug:category>/<int:page>', notesfrombelow.views.archives, name='archives'),
path('archives', notesfrombelow.views.archives, {'page': 1, 'category': 'all'}, name='archives_main'),
path('edemery/<slug:slug>', blog.views.BlogPostView.as_view(), name='blog-post'),
path('martor/', include('martor.urls')),
path('sudo/', admin.site.urls),
path('editor/', editor_site.urls),
path('author/<slug:slug>', journal.views.AuthorView.as_view(), name='author'),
path('category/<slug:slug>', journal.views.CategoryView.as_view(), name='category'),
#path('archives/<slug:slug>', journal.views.CategoryView.as_view(), name='category'),
path('article/<slug:slug>', journal.views.view_article, name='article'),
path('issues', journal.views.IssueListView.as_view(), name='issues'),
path('issue/<slug:slug>', journal.views.IssueView.as_view(), name='issue'),
path('issue/<slug:slug>/publish', journal.views.issue_publish, name='issue_publish'),
path('issue/<slug:slug>/pdf', journal.views.IssuePdfView.as_view(), name='issue_pdf'),
path('tag/<slug:slug>', journal.views.TagView.as_view(), name='tag'),
path('rss/', ArticleFeed()),
path('<slug:slug>', cms.views.PageView.as_view(), name='page'),
path('sitemap.xml', sitemap, {'sitemaps': sitemaps}, name='sitemap'),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

View File

@ -0,0 +1,105 @@
import operator
from django.core.paginator import Paginator
from django.db.models import Q
from django.shortcuts import render
from journal.models import Article, Author, Issue, Tag, Category, FeaturedArticle
from cms.models import Page
def index(request):
latest_issues = Issue.objects.order_by('-date')
inquiry = Category.objects.get(slug='inquiry')
theory = Category.objects.get(slug='theory')
bulletins = Category.objects.get(slug='bulletins')
featured_articles = FeaturedArticle.objects.all()
large_features = featured_articles.filter(is_thumb=False)
small_features = featured_articles.filter(is_thumb=True)
context = {
'issues': Issue.objects.filter(published=True).order_by('-number'),
'categories': Category.objects.all(),
'large_features': large_features,
'small_features': small_features,
'themes': theory.tags.all(),
'bulletin_publications': bulletins.tags.all(),
'inquiry_sectors': inquiry.tags.all(),
'latest_issue': latest_issues[0],
'previous_issue': latest_issues[1],
}
return render(request, 'index.html', context)
def about(request):
page = Page.objects.get(slug='about')
editors = Author.objects.filter(is_editor=True).order_by('name')
contributors = Author.objects.filter(
is_editor=False,
articles__published=True
).order_by('name').distinct()
context = {
'page': page,
'editors': editors,
'contributors': contributors,
}
return render(request, 'about.html', context)
def contribute(request):
page = Page.objects.get(slug='contribute')
context = {
'page': page,
}
return render(request, 'contribute.html', context)
def archives(request, page=1, category='all'):
# If the provided category doesn't match any existing slugs, set to 'all'
filters = ['all']
for category_slug in Category.objects.values_list('slug', flat=True):
filters.append(category_slug)
if category not in filters:
category = 'all'
query = request.GET.get('q', '')
if len(query) >= 3:
all_articles = Article.objects.filter(published=True).filter(
Q(title__icontains=query) | Q(subtitle__icontains=query)
)
# If there are tag or authors containing this query, display them.
tags = Tag.objects.filter(name__icontains=query)
authors = Author.objects.filter(name__icontains=query)
else:
all_articles = Article.objects.filter(
published=True
)
if category != 'all':
all_articles = all_articles.filter(category__slug=category)
tags = Tag.objects.none()
authors = Author.objects.none()
paginator = Paginator(all_articles.order_by('-date'), 10)
articles = paginator.get_page(page)
context = {
'articles': articles,
'page': page,
'total_pages': paginator.num_pages,
'total_articles': all_articles.count(),
'query': query,
'tags': tags,
'authors': authors,
'filters': filters,
'category': category,
}
return render(request, 'archives.html', context)

View File

@ -0,0 +1,16 @@
"""
WSGI config for notesfrombelow project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/2.0/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "notesfrombelow.settings")
application = get_wsgi_application()

View File

@ -0,0 +1,22 @@
{% extends 'base.html' %}
{% block title %}Page not found{% endblock %}
{% block description %}Please email us if we have a broken link{% endblock %}
{% block content %}
<article class="page-content">
<div class="ui container">
<div class="nfb-content-box">
<div class="section">
<h1 class="ui header">
Page Not Found
<div class="sub header">
Please email us (editors@notesfrombelow.org) if you've found a
broken link.
</div>
</h1>
</div>
</div>
</div>
</article>
{% endblock %}

View File

@ -0,0 +1,21 @@
{% extends 'base.html' %}
{% block title %}Internal server error{% endblock %}
{% block description %}This page is currently not available. Please try again later.{% endblock %}
{% block content %}
<article class="page-content">
<div class="ui container">
<div class="nfb-content-box">
<div class="section">
<h1 class="ui header">
Internal server error
<div class="sub header">
We've been notified of this error and will fix it ASAP!
</div>
</h1>
</div>
</div>
</div>
</article>
{% endblock %}

View File

@ -0,0 +1,31 @@
{% extends 'page.html' %}
{% block twittercard %}summary{% endblock %}
{% block precontent %}
{% endblock %}
{% block postcontent %}
<hr />
<div class="section">
<h1>Uredniki</h1>
<div class="ui three column stackable grid">
{% for editor in editors %}
<div class="column">
{% include 'author_bio.html' with author=editor only %}
</div>
{% endfor %}
</div>
</div>
<hr />
<div class="section">
<h1>Avtorji</h1>
<div class="ui three column stackable grid">
{% for contributor in contributors %}
<div class="column">
{% include 'author_bio.html' with author=contributor only %}
</div>
{% endfor %}
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,24 @@
{% extends "admin/base.html" %}
{% load i18n static %}
{% block extrahead %}
<link rel="stylesheet" type="text/css" href="{% static "css/semantic.min.css" %}" />
<link rel="stylesheet" type="text/css" href="{% static "css/admin.css" %}" />
<script src="{% static 'js/jquery.min.js' %}" type="text/javascript"></script>
<script src="{% static 'js/semantic.min.js' %}" type="text/javascript"></script>
<script src="{% static 'js/admin.js' %}" type="text/javascript"></script>
{% endblock %}
{% block branding %}
Notes From Below
{% endblock %}
{% block welcome-msg %}
{% trans 'Hi' %} {{ user.get_username }}
/
<a href="https://github.com/dellsystem/notes-from-below/blob/master/TUTORIAL.md">
{% trans 'Read tutorial' %}
</a>
/
{% endblock %}

View File

@ -0,0 +1,126 @@
{% extends "admin/change_form.html" %}
{% load i18n static %}
{% block extrastyle %}
{% endblock %}
{% block field_sets %}
{{ adminform.form.errors }}
<div class="ui centered grid" style="clear: both">
<div class="four wide column">
<div class="ui center aligned segment">
<div class="ui field">
<label>Published?
{{ adminform.form.published }}
</label>
</div>
</div>
</div>
</div>
<div class="ui segment">
<div class="ui stackable form grid">
<div class="row">
<div class="eleven wide column">
<div class="ui field">
<label>Title</label>
<div class="ui huge fluid input">
{{ adminform.form.title }}
</div>
</div>
<div class="ui field">
<label>Subtitle</label>
<div class="ui huge fluid input">
{{ adminform.form.subtitle }}
</div>
</div>
<div class="ui field">
<label>Slug</label>
<div class="ui huge fluid input">
{{ adminform.form.slug }}
</div>
</div>
</div>
<div class="four wide column">
<div class="ui field">
<label>Image
({{ adminform.form.image.help_text }})
</label>
{{ adminform.form.image }}
</div>
{% if adminform.form.instance.image %}
<img class="ui medium image" src="{{ adminform.form.instance.image.url }}" />
{% endif %}
<div class="ui field">
<label>Image credit URL (optional)</label>
<div class="ui fluid input">
{{ adminform.form.image_credit }}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ui segment">
<div class="ui relaxed stackable form grid">
<div class="row">
<div class="eight wide column">
<div class="ui field">
<label>Authors</label>
{{ adminform.form.authors }}
</div>
</div>
<div class="four wide column">
<div class="ui field">
<label>Date</label>
{{ adminform.form.date }}
</div>
</div>
<div class="two wide column">
<div class="ui field">
<label>Category</label>
{{ adminform.form.category }}
</div>
</div>
</div>
<div class="row">
<div class="eight wide column">
<div class="ui field">
<label>Tags</label>
{{ adminform.form.tags }}
</div>
</div>
<div class="four wide column">
<div class="ui field">
<label>Issue</label>
{{ adminform.form.issue }}
</div>
</div>
<div class="two wide column">
<div class="ui field">
<label>Order in issue</label>
<div class="ui fluid input">
{{ adminform.form.order_in_issue }}
</div>
</div>
</div>
</div>
<div class="equal width row">
<div class="eight wide column">
<div class="ui field">
<label>Related 1</label>
{{ adminform.form.related_1 }}
</div>
</div>
<div class="column">
<div class="ui field">
<label>Related 2</label>
{{ adminform.form.related_2 }}
</div>
</div>
</div>
</div>
</div>
<div class="ui segment">
{{ adminform.form.content }}
</div>
{% endblock %}

View File

@ -0,0 +1,128 @@
{% extends "admin/base_site.html" %}
{% load i18n static admin_stats %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
<div class="ui container">
<div class="ui segment">
<h1 class="ui aligned header">
Standalone article management
<div class="sub header">
For articles outside of issues.
Yellow = today; grey = published article; red = scheduled
article; orange = scheduled today
</div>
</h1>
{% show_articles %}
<div class="ui divider"></div>
<div class="ui stackable grid">
<div class="ui four wide column">
<a class="ui black fluid icon button"
href="{% url 'editor:journal_article_add' %}">
Add a new article <i class="plus icon"></i>
</a>
</div>
<div class="ui four wide column">
<a class="ui fluid icon button"
href="{% url 'editor:journal_article_changelist' %}">
Manage all articles <i class="list icon"></i>
</a>
</div>
<div class="ui four wide column">
<a class="ui black fluid basic icon button"
href="{% url 'editor:journal_articletranslation_add' %}">
Add a new translation <i class="plus icon"></i>
</a>
</div>
<div class="ui four wide column">
<a class="ui fluid basic icon button"
href="{% url 'editor:journal_articletranslation_changelist' %}">
Manage all translations <i class="list icon"></i>
</a>
</div>
</div>
</div>
<br />
<div class="ui segment">
<h2 class="ui header">
Issue management
<div class="sub header">
Showing issues since the site's launch in January 2018.
Grey = published; red = scheduled
</div>
</h2>
{% show_issues %}
<div class="ui divider"></div>
<div class="ui centered stackable grid">
<div class="ui four wide column">
<a class="ui black fluid icon button"
href="{% url 'editor:journal_issue_add' %}">
Add a new issue <i class="plus icon"></i>
</a>
</div>
<div class="ui four wide column">
<a class="ui fluid icon button"
href="{% url 'editor:journal_issue_changelist' %}">
Manage all issues <i class="list icon"></i>
</a>
</div>
</div>
</div>
<br />
<div class="ui segment">
<h2 class="ui center aligned header">Other website management</h2>
<div class="ui six column doubling grid">
<div class="column">
<h3 class="ui icon center aligned header">
<i class="archive icon"></i>
<a href="{% url 'editor:cms_page_changelist' %}">
Pages
</a>
</h3>
</div>
<div class="column">
<h3 class="ui icon center aligned header">
<i class="tags icon"></i>
<a href="{% url 'editor:journal_tag_changelist' %}">
Tags
</a>
</h3>
</div>
<div class="column">
<h3 class="ui icon center aligned header">
<i class="users icon"></i>
<a href="{% url 'editor:journal_author_changelist' %}">
Authors
</a>
</h3>
</div>
<div class="column">
<h3 class="ui icon center aligned header">
<i class="image outline icon"></i>
<a href="{% url 'editor:uploads_imageupload_changelist' %}">
Images
</a>
</h3>
</div>
<div class="column">
<h3 class="ui icon center aligned header">
<i class="pdf file outline icon"></i>
<a href="{% url 'editor:uploads_pdfupload_changelist' %}">
PDFs
</a>
</h3>
</div>
<div class="column">
<h3 class="ui icon center aligned header">
<i class="file outline icon"></i>
<a href="{% url 'editor:uploads_otherupload_changelist' %}">
Other files
</a>
</h3>
</div>
</div>
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,34 @@
<style>
html > body .liberapay-btn {
background-color: #f6c915;
border-radius: 4px;
color: #1a171b;
display: inline-block;
font-family: Helvetica Neue,Helvetica,sans-serif;
font-size: 30px;
font-weight: 700;
line-height: 22px;
padding: 15px 17px 13px;
position: relative;
text-decoration: none;
}
html > body .liberapay-btn:hover {
background-color: #fbce1a;
}
.liberapay-btn > svg {
position: absolute;
left: 7px;
top: 7px;
}
.liberapay-btn > span {
margin-left: 21px;
}
</style>
<a class="liberapay-btn" href="https://liberapay.com/PRELOM/donate">
<svg viewBox="0 0 80 80" height="32px" width="32px">
<g transform="translate(-78.37-208.06)" fill="#1a171b">
<path d="m104.28 271.1c-3.571 0-6.373-.466-8.41-1.396-2.037-.93-3.495-2.199-4.375-3.809-.88-1.609-1.308-3.457-1.282-5.544.025-2.086.313-4.311.868-6.675l9.579-40.05 11.69-1.81-10.484 43.44c-.202.905-.314 1.735-.339 2.489-.026.754.113 1.421.415 1.999.302.579.817 1.044 1.546 1.395.729.353 1.747.579 3.055.679l-2.263 9.278"></path>
<path d="m146.52 246.14c0 3.671-.604 7.03-1.811 10.07-1.207 3.043-2.879 5.669-5.01 7.881-2.138 2.213-4.702 3.935-7.693 5.167-2.992 1.231-6.248 1.848-9.767 1.848-1.71 0-3.42-.151-5.129-.453l-3.394 13.651h-11.162l12.52-52.19c2.01-.603 4.311-1.143 6.901-1.622 2.589-.477 5.393-.716 8.41-.716 2.815 0 5.242.428 7.278 1.282 2.037.855 3.708 2.024 5.02 3.507 1.307 1.484 2.274 3.219 2.904 5.205.627 1.987.942 4.11.942 6.373m-27.378 15.461c.854.202 1.91.302 3.167.302 1.961 0 3.746-.364 5.355-1.094 1.609-.728 2.979-1.747 4.111-3.055 1.131-1.307 2.01-2.877 2.64-4.714.628-1.835.943-3.858.943-6.071 0-2.161-.479-3.998-1.433-5.506-.956-1.508-2.615-2.263-4.978-2.263-1.61 0-3.118.151-4.525.453l-5.28 21.948"></path>
</g>
</svg>
<span>Donate</span></a>

View File

@ -0,0 +1,78 @@
{% extends 'base.html' %}
{% block twittercard %}summary{% endblock %}
{% block title %}Archives{% endblock %}
{% block description %}All {{ articles.count }} articles published on Notes From Below{% endblock %}
{% block longdescription %}All {{ articles.count }} articles published on Notes From Below{% endblock %}
{% block content %}
<div class="page-content">
<div class="ui container">
<br><br>
<h1 class="ui header" style="font-size:1.5em">Arhiv</h1>
<div class="ui middle aligned stackable grid">
<div class="six wide left aligned column" style="padding-left:15px">
{% if total_articles %}
{% include "pagination.html" with items=articles category=category only %}
{% endif %}
</div>
<div class="five wide column">
{% include "search.html" %}
</div>
</div>
{% if query %}
<div class="ui message">
<div class="header">
Našel {{ total_articles }} članek/i {{ total_articles }} za '{{ query }}'
</div>
{% if not total_articles %}
You can currently only find articles based on title and subtitle.
If you want to search based on a phrase in the body of the article,
try Google.
{% endif %}
{% if tags or authors %}
<ul class="list">
{% if tags %}
<li>
Found tag{{ tags.count|pluralize }}:
{% for tag in tags %}<a href="{{ tag.get_absolute_url }}">{{ tag }}</a>
{% with count=tag.articles.count %}
({{ count }} article{{ count|pluralize }})
{% if not forloop.last %}/{% endif %}
{% endwith %}
{% endfor %}
</li>
{% endif %}
{% if authors %}
<li>
Found author{{ authors.count|pluralize }}:
{% for author in authors %}<a href="{{ author.get_absolute_url }}">{{ author }}</a>
{% with count=author.get_articles.count %}
({{ count }} article{{ count|pluralize }})
{% if not forloop.last %}/{% endif %}
{% endwith %}
{% endfor %}
</li>
{% endif %}
</ul>
{% endif %}
</div>
{% endif %}
<div class="ui three column stackable grid" style="padding-left:15px">
{% for article in articles %}
<div class="column">
{% include 'article_thumb.html' with article=article only %}
</div>
{% endfor %}
</div>
{% if total_articles %}
<div class="ui middle aligned stackable grid">
<div class="sixteen wide left aligned column" style="padding-left:15px">
{% include "pagination.html" with items=articles category=category only %}
</div>
</div>
{% endif %}
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,237 @@
{% extends 'base.html' %}
{% block title %}{{ desired_translation.title }}{% endblock %}
{% block date %}{{ article.date|date:"Y-m-d" }}{% endblock %}
{% block longdescription %}{{ desired_translation.unformatted_content|truncatechars:500 }}{% endblock %}
{% block description %}{% if article.authors.count %}by {{ article.authors.all|join:", " }} // {% endif %}{{ desired_translation.subtitle }}{% endblock %}
{% block image %}{% if article.image %}{{ article.image.url }}{% else %}{% endif %}{% endblock %}
{% block pagetype %}article{% endblock %}
{% block content %}
<article class="page-content">
<div class="ui container">
<div class="print-hide">
{% if request.user.is_staff %}
<div class="ui center aligned basic segment">
<a href="{% url 'admin:journal_article_change' article.pk %}"
class="ui blue icon button">
<i class="edit icon"></i>
Edit in admin
</a>
</div>
{% endif %}
<div class="ui stackable grid">
<div class="five wide column">
<h1 class="ui header nfb-article-title">
<br>{{ desired_translation.title }}
</h1>
<h3 class="ui header nfb-article-byline">
{% if article.authors.count %}
{% for author in article.get_ordered_authors %}
<strong>{{ author.name }}</strong>{% if not forloop.last %}, {% endif %}
<!--<a href="{{ author.get_absolute_url }}"></a>
{% if author.twitter %}
(<a href="https://twitter.com/{{ author.twitter }}">
@{{ author.twitter }}</a>){% endif %}-->
{% endfor %}
{% endif %}
<div class="sub header">
{{ article.date|date:"j. F, Y" }}
</div>
</h3>
<h4 class="ui header">
{% if article.issue %}
<strong>
<a href="{{ article.issue.get_absolute_url }}">
#{{ article.issue.number }}
</a>
</strong>
{% endif %}
</h4>
<!--<div class="ui horizontal list">
<div class="item">
<a href="{{ article.category.get_absolute_url }}" class="ui red label">
<i class="{{ article.category.icon }} icon"></i> {{ article.category }}
</a>
</div>
{% for tag in article.tags.all %}
<div class="item">
<a class="ui tag label" href="{{ tag.get_absolute_url }}">
{{ tag.name }}
</a>
</div>
{% endfor %}
</div>-->
<div class="nfb-article-subtitle">
</div>
</div>
<div class="eight wide right aligned column">
{% if article.image_credit %}
<div class="nfb-image-credit">
<a href="{{ article.image_credit }}">Image credit</a>
</div>
{% endif %}
{% if article.image %}
<br><br><br>
<img src="{{ article.image.url }}" class="ui big floated right image" />
{% else %}
<img src="/static/img/logo-large.png" class="ui big floated right image" />
{% endif %}
</div>
<div class="three wide column">
<br><br><br>
{% include 'ads.html' %}
</div>
</div>
</div>
<div class="print-only">
<h4 class="ui header article-category">
{{ article.category.name }}
</h4>
<h1 class="ui header article-title">
{{ desired_translation.title }}
<div class="sub header">
{% if article.authors.count == 0 %}
{% for author in article.authors.all %}
<strong>
<a href="{{ author.get_absolute_url }}">
{{ author.name }}
</a>
</strong>{% if not forloop.last %}, {% endif %}
{% endfor %}
/
{% endif %}
{{ article.date }}
{% if article.issue %}
v
<strong>
<a href="{{ article.issue.get_absolute_url }}">
{{ article.issue.title }} (#{{ article.issue.number }})
</a>
</strong>
{% endif %}
</div>
</h1>
<div class="ui basic segment center aligned">
<p>{{ desired_translation.subtitle }}</p>
</div>
<br />
</div>
{% if not article.published %}
<div class="ui error message print-hide">
<div class="ui two column grid">
<div class="column">
<div class="header">
Not published ({{ article.get_word_count }} words)
</div>
<p>This article won't yet show up elsewhere on the
website.</p>
<p>Here's what the image will look like when it is
published:</p>
{% if request.user.is_staff %}
<a href="{% url 'admin:journal_article_change' article.pk %}"
class="ui blue icon button">
<i class="edit icon"></i>
Edit in admin
</a>
{% endif %}
</div>
<div class="column">
{% include 'article_thumb.html' with article=article only %}
</div>
</div>
</div>
{% endif %}
{% if translations %}
<div class="print-hide nfb-translation-buttons">
<div class="non-mobile-only">
<div class="ui buttons">
{% for translation in translations %}
<a href="{{ translation.get_absolute_url }}"
class="ui {% if translation.language == desired_translation.language %}black{% endif %} button">
{{ translation.get_language_display }}
</a>
{% if not forloop.last %}
<div class="or" data-text="/"></div>
{% endif %}
{% endfor %}
</div>
</div>
<div class="mobile-only">
<div class="ui vertical buttons">
{% for translation in translations %}
<a href="{{ translation.get_absolute_url }}"
class="ui {% if translation.language == desired_translation.language %}black{% endif %} button">
{{ translation.get_language_display }}
</a>
{% endfor %}
</div>
</div>
</div>
{% endif %}
<div class="ui stackable grid">
<div class="thirteen wide column">
<div class="article-content section">
<p>
{{ desired_translation.formatted_content|safe }}
</p>
</div>
</div>
<div class="print-hide three wide column" style="padding-left:10px">
<br>
{% for art in articles %}
<strong><a href="/article/{{ art.slug }}">{{ art.title }}</a></strong><br><br>
{% endfor %}
</div>
</div>
{% with num_authors=article.authors.count %}
{% if num_authors == 0 %}
<hr>
<div class="section">
<h3 class="section-header">avtor{{ num_authors|pluralize }}</h3>
{% for author in article.authors.all %}
{% include 'author_bio.html' with author=author only %}
{% endfor %}
</div>
{% endif %}
{% endwith %}
{% with related=article.get_related %}
{% if related %}
{% include 'article_toolbar.html' with title=desired_translation.title|urlencode url=request.build_absolute_uri|urlencode only %}
<hr class="print-hide" />
<div class="section print-hide">
<div class="ui two column stackable grid">
{% for related_article in related %}
<div class="column">
{% include 'article_thumb.html' with article=related_article only %}
</div>
{% endfor %}
</div>
</div>
{% endif %}
{% endwith %}
{% if False %}
<hr />
<div class="section">
<h3 class="section-header">Å tevilka</h3>
<div class="ui center aligned basic segment">
<h2>
From
<a href="{{ article.issue.get_absolute_url }}">
{{ article.issue.title }} (issue #{{ article.issue.number }})
</a>
</h2>
</div>
</div>
{% endif %}
</div>
</article>
{% endblock %}

View File

@ -0,0 +1,25 @@
<div class="nfb-article-thumb">
<a href="{{ article.get_absolute_url }}">
{% if article.image %}
<img src="{{ article.image.url }}"
class="ui fluid image nfb-image-link" />
{% else %}
{% endif %}
</a>
{% with header=article.get_title_header %}
<{{ header }}div class="ui header nfb-article-title">
<a href="{{ article.get_absolute_url }}">
{{ article.title }}
</a>
<div class="sub header">
{% if article.authors.count %}
{% for author in article.get_ordered_authors %}
<strong>{{ author.name }}</strong>{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}
<br>
{{ article.date }}
</div>
</{{ header }}>
{% endwith %}
</div>

View File

@ -0,0 +1,15 @@
<div class="nfb-article-metadata print-hide">
<a href="mailto:?subject={{ title }}&amp;body={{ url }}"
title="Send via email">
<i class="large mail icon"></i>
</a>
<a href="https://twitter.com/intent/tweet?url=&text={{ title }}%20{{ url }}">
<i class="large twitter icon"></i>
</a>
<a href="http://www.facebook.com/sharer/sharer.php?u={{ url }}">
<i class="large facebook icon"></i>
</a>
<a onclick="window.print()" href="#">
<i class="large print icon"></i>
</a>
</div>

View File

@ -0,0 +1,51 @@
{% extends 'base.html' %}
{% block title %}{{ author.name }}{% endblock %}
{% block description %}{{ author.name }}'s writing at Notes From Below.{% endblock %}
{% block image %}/static/img/favicon-180x180.png{% endblock %}
{% block twittercard %}summary{% endblock %}
{% block content %}
<div class="page-content">
<div class="ui container">
{% if request.user.is_staff %}
<div class="ui center aligned basic segment">
<a href="{% url 'admin:journal_author_change' author.pk %}"
class="ui blue icon button">
<i class="edit icon"></i>
Edit in admin
</a>
</div>
{% endif %}
<div class="nfb-content-box">
<div class="section">
<h1 class="ui header">
{{ author.name }}
{% if author.twitter %}(<a href="https://twitter.com/{{ author.twitter }}">@{{author.twitter }}</a>){% endif %}
</h1>
<hr class="nfb-divider" />
{{ author.formatted_bio|safe }}
</div>
</div>
{% if posts %}
<h3 class="section-header">blog posts</h3>
<div class="ui three column stackable grid">
{% for post in posts %}
<div class="column">
{% include 'blog_post_thumb.html' with post=post author=author only %}
</div>
{% endfor %}
</div>
<hr />
{% endif %}
<h3 class="section-header">articles</h3>
<div class="ui three column stackable grid">
{% for article in author.get_articles %}
<div class="column">
{% include 'article_thumb.html' with article=article only %}
</div>
{% endfor %}
</div>
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,11 @@
<h3>
<!--<a href="{{ author.get_absolute_url }}">-->
<span style="font-family: Adobe Caslon Pro;padding-left:1rem;">{{ author.name }}</span>
<!--</a>-->
{% if author.twitter %}(<a href="https://twitter.com/{{ author.twitter }}">@{{author.twitter }}</a>){% endif %}
</h3>
<!--
<div class="author-bio">
{{ author.formatted_bio|safe }}
</div>
-->

View File

@ -0,0 +1,22 @@
{% extends 'superbase.html' %}
{% block meta %}
<meta property="og:title" content="{% block title %}{% endblock %}">
<meta property="og:description" content="{% block description %}{% endblock %}">
<meta property="og:image" content="https://{{ request.get_host }}{% block image %}/static/img/favicon-180x180.png{% endblock %}">
<meta property="og:url" content="https://{{ request.get_host }}{{ request.get_full_path }}">
<meta property="og:type" content="{% block pagetype %}website{% endblock %}" />
<meta property="og:site_name" content="Prelom" />
<meta name="twitter:card" content="{% block twittercard %}summary_large_image{% endblock %}" />
<meta name="twitter:site" content="Prelom" />
{% endblock %}
{% block body %}
{% include 'header.html' %}
{% block content %}
{% endblock %}
{% include 'footer.html' %}
<script src="/static/js/jquery.min.js" type="text/javascript"></script>
<script src="/static/js/semantic.min.js" type="text/javascript"></script>
<script src="/static/js/scripts.js?2" type="text/javascript"></script>
{% endblock %}

View File

@ -0,0 +1,111 @@
{% extends 'base.html' %}
{% block title %}{{ blogpost.title }}{% endblock %}
{% block date %}{{ blogpost.date|date:"Y-m-d" }}{% endblock %}
{% block longdescription %}{{ blogpost.preview }}{% endblock %}
{% block description %}by {{ author.name }} // {{ blogpost.subtitle }}{% endblock %}
{% block image %}{{ blogpost.image_thumbnail.url }}{% endblock %}
{% block pagetype %}post{% endblock %}
{% block content %}
<article class="page-content">
<div class="ui container">
{% if request.user.is_staff %}
<div class="ui center aligned basic segment">
<a href="{% url 'admin:blog_blogpost_change' blogpost.pk %}"
class="ui blue icon button">
<i class="edit icon"></i>
Edit in admin
</a>
</div>
{% endif %}
<div class="ui grid">
<div class="eight wide column">
<h1 class="ui header nfb-article-title">
{{ blogpost.title }}
</h1>
<h3 class="ui header nfb-article-byline">
by <strong><a href="{% url 'author' author.slug %}">{{ author.name }}</a></strong>
<div class="sub header">
{{ blogpost.date }}
</div>
</h3>
<div class="nfb-article-subtitle">
<p>{{ blogpost.subtitle }}</p>
</div>
</div>
<div class="eight wide right aligned column">
{% if blogpost.image_credit %}
<div class="nfb-image-credit">
<a href="{{ blogpost.image_credit }}">Image credit</a>
</div>
{% endif %}
<img src="{{ blogpost.image.url }}" class="ui big floated right image" />
</div>
</div>
<div class="print-only">
<h1 class="ui inverted header article-title">
{{ blogpost.title }}
<div class="sub header">
by {{ author.name }} // {{ blogpost.date|date:"F j, Y" }}
</div>
</h1>
</div>
{% if not blogpost.published %}
<div class="ui error message">
<div class="ui two column grid">
<div class="column">
<div class="header">
Not published
</div>
<p>This post won't yet show up elsewhere on the
website.</p>
<p>Here's what the thumbnail will look like when it is
published:</p>
{% if request.user.is_staff %}
<a href="{% url 'admin:blog_blogpost_change' blogpost.pk %}"
class="ui blue icon button">
<i class="edit icon"></i>
Edit in admin
</a>
{% endif %}
</div>
<div class="column">
{% include 'blog_post_thumb.html' with post=blogpost author=author only %}
</div>
</div>
</div>
<br /><br />
{% endif %}
<hr />
<div class="article-content section">
<p>
{{ blogpost.formatted_content|safe }}
</p>
</div>
<hr />
<div class="section">
<h3 class="section-header">author</h3>
{% include 'author_bio.html' with author=author %}
</div>
{% if other_posts %}
<hr />
<div class="section">
<h3 class="section-header">other posts</h3>
<div class="ui three column stackable grid">
{% for other_post in other_posts %}
<div class="column">
{% include 'blog_post_thumb.html' with post=other_post author=author only %}
</div>
{% endfor %}
</div>
</div>
{% endif %}
</div>
</article>
{% endblock %}

View File

@ -0,0 +1,14 @@
<div class="nfb-article-thumb">
<a href="{{ post.get_absolute_url }}">
<img src="{{ post.image_thumbnail.url }}"
class="ui fluid image nfb-image-link" />
</a>
<h2 class="ui header nfb-article-title">
<a href="{{ post.get_absolute_url }}">
{{ post.title }}
</a>
<div class="sub header">
by <strong><a href="{{ author.get_absolute_url }}">{{ author.name }}</a></strong> / {{ post.date }}
</div>
</h2>
</div>

View File

@ -0,0 +1,60 @@
{% extends 'base.html' %}
{% block twittercard %}summary{% endblock %}
{% block title %}{{ category.name }}{% endblock %}
{% block description %}{{ category.description }}{% endblock %}
{% block longdescription %}{{ category.formatted_content|striptags|truncatechars:500 }}{% endblock %}
{% block content %}
<div class="page-content">
<div class="ui container">
{% if request.user.is_staff %}
<div class="ui center aligned basic segment">
<a href="{% url 'admin:journal_category_change' category.pk %}"
class="ui blue icon button">
<i class="edit icon"></i>
Edit in admin
</a>
</div>
{% endif %}
<div class="nfb-content-box">
<div class="ui stackable two column grid">
<div class="column">
<div class="section" style="padding-left:15px">
<br>
<h2 class="ui header" style="font-size:1.5em">{{ category.description }}</h2>
<hr class="nfb-divider" />
{{ category.formatted_content|safe }}
<!--<h3>Za več informacij ustvari stran za to kategorijo.({{category.slug}}) <a href="{{ category.about_page.get_absolute_url }}">{{ category.about_page.title }}</a></h3>-->
</div>
</div>
<div class="column right aligned">
<br><br>
{% include 'ads.html' %}
</div>
</div>
</div>
<div class="ui padded stackable grid">
{% for article in category.get_articles %}
<div class="six wide column">
<!--<h4 class="ui header">
Prispevki:
</h4>-->
<hr class="nfb-divider" />
{% include 'article_thumb.html' with article=article only %}
</div>
{% endfor %}
<!--<div class="six wide column">
{% include 'category_browse.html' with category=category only %}
</div>-->
<div class="four wide row">
<h4 class="ui header">
<a href="{% url 'archives' category.slug 1 %}">Arhiv <i class="angle right icon"></i></a>
</h4>
<hr class="nfb-divider" />
</div>
</div>
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,9 @@
<h4 class="ui header">
Po {{ category.name }}
</h4>
<hr class="nfb-divider" />
<div class="ui mini list nfb-category-list">
{% for tag in category.tags.all %}
<div class="item"><a href="{{ tag.get_absolute_url }}">{{ tag }}</a></div>
{% endfor %}
</div>

View File

@ -0,0 +1,5 @@
<h4 class="ui header">
Zadnji {{ category.name }}
</h4>
<hr class="nfb-divider" />
{% include 'article_thumb.html' with article=category.get_latest_article only %}

View File

@ -0,0 +1,2 @@
{% extends 'page.html' %}
{% block twittercard %}summary{% endblock %}

Some files were not shown because too many files have changed in this diff Show More