Compare commits
1 Commits
main
...
underscore
Author | SHA1 | Date |
---|---|---|
jorge | 5c670dd487 |
|
@ -0,0 +1,21 @@
|
||||||
|
# This file is for unifying the coding style for different editors and IDEs
|
||||||
|
# editorconfig.org
|
||||||
|
|
||||||
|
# WordPress Coding Standards
|
||||||
|
# https://make.wordpress.org/core/handbook/coding-standards/
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"root": true,
|
||||||
|
"ignorePatterns": [
|
||||||
|
"*.min.js"
|
||||||
|
],
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"*.js"
|
||||||
|
],
|
||||||
|
"extends": [
|
||||||
|
"plugin:@wordpress/eslint-plugin/esnext"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"browser": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"*.php"
|
||||||
|
],
|
||||||
|
"parser": "@angular-eslint/template-parser",
|
||||||
|
"plugins": [
|
||||||
|
"php-markup",
|
||||||
|
"tailwindcss"
|
||||||
|
],
|
||||||
|
"extends": [
|
||||||
|
"plugin:tailwindcss/recommended"
|
||||||
|
],
|
||||||
|
"rules": {
|
||||||
|
"tailwindcss/migration-from-tailwind-2": "off",
|
||||||
|
"tailwindcss/no-custom-classname": [
|
||||||
|
"warn",
|
||||||
|
{
|
||||||
|
"config": "./tailwind/tailwind.config.js",
|
||||||
|
"whitelist": [
|
||||||
|
"(page|entry|comment)\\-([-a-z]*)",
|
||||||
|
"vcard"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"tailwindcss": {
|
||||||
|
"config": "./tailwind/tailwind.config.js",
|
||||||
|
"cssFiles": [
|
||||||
|
"./theme/**/*.css"
|
||||||
|
],
|
||||||
|
"officialSorting": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,27 +1,7 @@
|
||||||
# ---> WordPress
|
/node_modules
|
||||||
# ignore everything in the root except the "wp-content" directory.
|
/vendor
|
||||||
!wp-content/
|
.DS_Store
|
||||||
|
script.min.js
|
||||||
# ignore everything in the "wp-content" directory, except:
|
style.css
|
||||||
# "mu-plugins", "plugins", "themes" directory
|
style-editor.css
|
||||||
wp-content/*
|
ofisuport.zip
|
||||||
!wp-content/mu-plugins/
|
|
||||||
!wp-content/plugins/
|
|
||||||
!wp-content/themes/
|
|
||||||
|
|
||||||
# ignore these plugins
|
|
||||||
wp-content/plugins/hello.php
|
|
||||||
|
|
||||||
# ignore specific themes
|
|
||||||
wp-content/themes/twenty*/
|
|
||||||
|
|
||||||
# ignore node dependency directories
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# ignore log files and databases
|
|
||||||
*.log
|
|
||||||
*.sql
|
|
||||||
*.sqlite
|
|
||||||
|
|
||||||
# ignore local personal files
|
|
||||||
*.geany
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Ignore all files:
|
||||||
|
*.*
|
||||||
|
|
||||||
|
# Negate the above pattern for CSS files in the `tailwind` folder:
|
||||||
|
!tailwind/**/*.css
|
946
LICENSE
946
LICENSE
|
@ -1,625 +1,339 @@
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
|
||||||
Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
Everyone is permitted to copy and distribute verbatim copies of this license
|
of this license document, but changing it is not allowed.
|
||||||
document, but changing it is not allowed.
|
|
||||||
|
Preamble
|
||||||
Preamble
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
The GNU General Public License is a free, copyleft license for software and
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
other kinds of works.
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
The licenses for most software and other practical works are designed to take
|
General Public License applies to most of the Free Software
|
||||||
away your freedom to share and change the works. By contrast, the GNU General
|
Foundation's software and to any other program whose authors commit to
|
||||||
Public License is intended to guarantee your freedom to share and change all
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
versions of a program--to make sure it remains free software for all its users.
|
the GNU Lesser General Public License instead.) You can apply it to
|
||||||
We, the Free Software Foundation, use the GNU General Public License for most
|
your programs, too.
|
||||||
of our software; it applies also to any other work released this way by its
|
|
||||||
authors. You can apply it to your programs, too.
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
When we speak of free software, we are referring to freedom, not price. Our
|
have the freedom to distribute copies of free software (and charge for
|
||||||
General Public Licenses are designed to make sure that you have the freedom
|
this service if you wish), that you receive source code or can get it
|
||||||
to distribute copies of free software (and charge for them if you wish), that
|
if you want it, that you can change the software or use pieces of it
|
||||||
you receive source code or can get it if you want it, that you can change
|
in new free programs; and that you know you can do these things.
|
||||||
the software or use pieces of it in new free programs, and that you know you
|
|
||||||
can do these things.
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
To protect your rights, we need to prevent others from denying you these rights
|
These restrictions translate to certain responsibilities for you if you
|
||||||
or asking you to surrender the rights. Therefore, you have certain responsibilities
|
distribute copies of the software, or if you modify it.
|
||||||
if you distribute copies of the software, or if you modify it: responsibilities
|
|
||||||
to respect the freedom of others.
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
For example, if you distribute copies of such a program, whether gratis or
|
you have. You must make sure that they, too, receive or can get the
|
||||||
for a fee, you must pass on to the recipients the same freedoms that you received.
|
source code. And you must show them these terms so they know their
|
||||||
You must make sure that they, too, receive or can get the source code. And
|
rights.
|
||||||
you must show them these terms so they know their rights.
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
Developers that use the GNU GPL protect your rights with two steps: (1) assert
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
copyright on the software, and (2) offer you this License giving you legal
|
distribute and/or modify the software.
|
||||||
permission to copy, distribute and/or modify it.
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
For the developers' and authors' protection, the GPL clearly explains that
|
that everyone understands that there is no warranty for this free
|
||||||
there is no warranty for this free software. For both users' and authors'
|
software. If the software is modified by someone else and passed on, we
|
||||||
sake, the GPL requires that modified versions be marked as changed, so that
|
want its recipients to know that what they have is not the original, so
|
||||||
their problems will not be attributed erroneously to authors of previous versions.
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
Some devices are designed to deny users access to install or run modified
|
|
||||||
versions of the software inside them, although the manufacturer can do so.
|
Finally, any free program is threatened constantly by software
|
||||||
This is fundamentally incompatible with the aim of protecting users' freedom
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
to change the software. The systematic pattern of such abuse occurs in the
|
program will individually obtain patent licenses, in effect making the
|
||||||
area of products for individuals to use, which is precisely where it is most
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
unacceptable. Therefore, we have designed this version of the GPL to prohibit
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
the practice for those products. If such problems arise substantially in other
|
|
||||||
domains, we stand ready to extend this provision to those domains in future
|
The precise terms and conditions for copying, distribution and
|
||||||
versions of the GPL, as needed to protect the freedom of users.
|
modification follow.
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents. States
|
GNU GENERAL PUBLIC LICENSE
|
||||||
should not allow patents to restrict development and use of software on general-purpose
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
computers, but in those that do, we wish to avoid the special danger that
|
|
||||||
patents applied to a free program could make it effectively proprietary. To
|
0. This License applies to any program or other work which contains
|
||||||
prevent this, the GPL assures that patents cannot be used to render the program
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
non-free.
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
The precise terms and conditions for copying, distribution and modification
|
means either the Program or any derivative work under copyright law:
|
||||||
follow.
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
TERMS AND CONDITIONS
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
0. Definitions.
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of works,
|
is covered only if its contents constitute a work based on the
|
||||||
such as semiconductor masks.
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
"The Program" refers to any copyrightable work licensed under this License.
|
|
||||||
Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals
|
1. You may copy and distribute verbatim copies of the Program's
|
||||||
or organizations.
|
source code as you receive it, in any medium, provided that you
|
||||||
|
conspicuously and appropriately publish on each copy an appropriate
|
||||||
To "modify" a work means to copy from or adapt all or part of the work in
|
copyright notice and disclaimer of warranty; keep intact all the
|
||||||
a fashion requiring copyright permission, other than the making of an exact
|
notices that refer to this License and to the absence of any warranty;
|
||||||
copy. The resulting work is called a "modified version" of the earlier work
|
and give any other recipients of the Program a copy of this License
|
||||||
or a work "based on" the earlier work.
|
along with the Program.
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based on the
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
Program.
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without permission,
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
would make you directly or secondarily liable for infringement under applicable
|
of it, thus forming a work based on the Program, and copy and
|
||||||
copyright law, except executing it on a computer or modifying a private copy.
|
distribute such modifications or work under the terms of Section 1
|
||||||
Propagation includes copying, distribution (with or without modification),
|
above, provided that you also meet all of these conditions:
|
||||||
making available to the public, and in some countries other activities as
|
|
||||||
well.
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
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
|
b) You must cause any work that you distribute or publish, that in
|
||||||
network, with no transfer of a copy, is not conveying.
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
An interactive user interface displays "Appropriate Legal Notices" to the
|
parties under the terms of this License.
|
||||||
extent that it includes a convenient and prominently visible feature that
|
|
||||||
(1) displays an appropriate copyright notice, and (2) tells the user that
|
c) If the modified program normally reads commands interactively
|
||||||
there is no warranty for the work (except to the extent that warranties are
|
when run, you must cause it, when started running for such
|
||||||
provided), that licensees may convey the work under this License, and how
|
interactive use in the most ordinary way, to print or display an
|
||||||
to view a copy of this License. If the interface presents a list of user commands
|
announcement including an appropriate copyright notice and a
|
||||||
or options, such as a menu, a prominent item in the list meets this criterion.
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
1. Source Code.
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
The "source code" for a work means the preferred form of the work for making
|
does not normally print such an announcement, your work based on
|
||||||
modifications to it. "Object code" means any non-source form of a work.
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official standard
|
These requirements apply to the modified work as a whole. If
|
||||||
defined by a recognized standards body, or, in the case of interfaces specified
|
identifiable sections of that work are not derived from the Program,
|
||||||
for a particular programming language, one that is widely used among developers
|
and can be reasonably considered independent and separate works in
|
||||||
working in that language.
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
The "System Libraries" of an executable work include anything, other than
|
distribute the same sections as part of a whole which is a work based
|
||||||
the work as a whole, that (a) is included in the normal form of packaging
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
a Major Component, but which is not part of that Major Component, and (b)
|
this License, whose permissions for other licensees extend to the
|
||||||
serves only to enable use of the work with that Major Component, or to implement
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
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
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
component (kernel, window system, and so on) of the specific operating system
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
(if any) on which the executable work runs, or a compiler used to produce
|
exercise the right to control the distribution of derivative or
|
||||||
the work, or an object code interpreter used to run it.
|
collective works based on the Program.
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all the source
|
In addition, mere aggregation of another work not based on the Program
|
||||||
code needed to generate, install, and (for an executable work) run the object
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
code and to modify the work, including scripts to control those activities.
|
a storage or distribution medium does not bring the other work under
|
||||||
However, it does not include the work's System Libraries, or general-purpose
|
the scope of this License.
|
||||||
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
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
Source includes interface definition files associated with source files for
|
under Section 2) in object code or executable form under the terms of
|
||||||
the work, and the source code for shared libraries and dynamically linked
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
subprograms that the work is specifically designed to require, such as by
|
|
||||||
intimate data communication or control flow between those subprograms and
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
other parts of the work.
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
The Corresponding Source need not include anything that users can regenerate
|
|
||||||
automatically from other parts of the Corresponding Source.
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
The Corresponding Source for a work in source code form is that same work.
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
2. Basic Permissions.
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
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.
|
c) Accompany it with the information you received as to the offer
|
||||||
This License explicitly affirms your unlimited permission to run the unmodified
|
to distribute corresponding source code. (This alternative is
|
||||||
Program. The output from running a covered work is covered by this License
|
allowed only for noncommercial distribution and only if you
|
||||||
only if the output, given its content, constitutes a covered work. This License
|
received the program in object code or executable form with such
|
||||||
acknowledges your rights of fair use or other equivalent, as provided by copyright
|
an offer, in accord with Subsection b above.)
|
||||||
law.
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
You may make, run and propagate covered works that you do not convey, without
|
making modifications to it. For an executable work, complete source
|
||||||
conditions so long as your license otherwise remains in force. You may convey
|
code means all the source code for all modules it contains, plus any
|
||||||
covered works to others for the sole purpose of having them make modifications
|
associated interface definition files, plus the scripts used to
|
||||||
exclusively for you, or provide you with facilities for running those works,
|
control compilation and installation of the executable. However, as a
|
||||||
provided that you comply with the terms of this License in conveying all material
|
special exception, the source code distributed need not include
|
||||||
for which you do not control copyright. Those thus making or running the covered
|
anything that is normally distributed (in either source or binary
|
||||||
works for you must do so exclusively on your behalf, under your direction
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
and control, on terms that prohibit them from making any copies of your copyrighted
|
operating system on which the executable runs, unless that component
|
||||||
material outside their relationship with you.
|
itself accompanies the executable.
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under the conditions
|
If distribution of executable or object code is made by offering
|
||||||
stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
No covered work shall be deemed part of an effective technological measure
|
|
||||||
under any applicable law fulfilling obligations under article 11 of the WIPO
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
copyright treaty adopted on 20 December 1996, or similar laws prohibiting
|
except as expressly provided under this License. Any attempt
|
||||||
or restricting circumvention of such measures.
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
When you convey a covered work, you waive any legal power to forbid circumvention
|
However, parties who have received copies, or rights, from you under
|
||||||
of technological measures to the extent such circumvention is effected by
|
this License will not have their licenses terminated so long as such
|
||||||
exercising rights under this License with respect to the covered work, and
|
parties remain in full compliance.
|
||||||
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'
|
5. You are not required to accept this License, since you have not
|
||||||
legal rights to forbid circumvention of technological measures.
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
4. Conveying Verbatim Copies.
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
You may convey verbatim copies of the Program's source code as you receive
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
it, in any medium, provided that you conspicuously and appropriately publish
|
all its terms and conditions for copying, distributing or modifying
|
||||||
on each copy an appropriate copyright notice; keep intact all notices stating
|
the Program or works based on it.
|
||||||
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;
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
and give all recipients a copy of this License along with the Program.
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
You may charge any price or no price for each copy that you convey, and you
|
these terms and conditions. You may not impose any further
|
||||||
may offer support or warranty protection for a fee.
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
5. Conveying Modified Source Versions.
|
this License.
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to produce
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
it from the Program, in the form of source code under the terms of section
|
infringement or for any other reason (not limited to patent issues),
|
||||||
4, provided that you also meet all of these conditions:
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
a) The work must carry prominent notices stating that you modified it, and
|
excuse you from the conditions of this License. If you cannot
|
||||||
giving a relevant date.
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
b) The work must carry prominent notices stating that it is released under
|
may not distribute the Program at all. For example, if a patent
|
||||||
this License and any conditions added under section 7. This requirement modifies
|
license would not permit royalty-free redistribution of the Program by
|
||||||
the requirement in section 4 to "keep intact all notices".
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
c) You must license the entire work, as a whole, under this License to anyone
|
refrain entirely from distribution of the Program.
|
||||||
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,
|
If any portion of this section is held invalid or unenforceable under
|
||||||
and all its parts, regardless of how they are packaged. This License gives
|
any particular circumstance, the balance of the section is intended to
|
||||||
no permission to license the work in any other way, but it does not invalidate
|
apply and the section as a whole is intended to apply in other
|
||||||
such permission if you have separately received it.
|
circumstances.
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display Appropriate
|
It is not the purpose of this section to induce you to infringe any
|
||||||
Legal Notices; however, if the Program has interactive interfaces that do
|
patents or other property right claims or to contest validity of any
|
||||||
not display Appropriate Legal Notices, your work need not make them do so.
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
A compilation of a covered work with other separate and independent works,
|
implemented by public license practices. Many people have made
|
||||||
which are not by their nature extensions of the covered work, and which are
|
generous contributions to the wide range of software distributed
|
||||||
not combined with it such as to form a larger program, in or on a volume of
|
through that system in reliance on consistent application of that
|
||||||
a storage or distribution medium, is called an "aggregate" if the compilation
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
and its resulting copyright are not used to limit the access or legal rights
|
to distribute software through any other system and a licensee cannot
|
||||||
of the compilation's users beyond what the individual works permit. Inclusion
|
impose that choice.
|
||||||
of a covered work in an aggregate does not cause this License to apply to
|
|
||||||
the other parts of the aggregate.
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
You may convey a covered work in object code form under the terms of sections
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
4 and 5, provided that you also convey the machine-readable Corresponding
|
original copyright holder who places the Program under this License
|
||||||
Source under the terms of this License, in one of these ways:
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
a) Convey the object code in, or embodied in, a physical product (including
|
countries not thus excluded. In such case, this License incorporates
|
||||||
a physical distribution medium), accompanied by the Corresponding Source fixed
|
the limitation as if written in the body of this License.
|
||||||
on a durable physical medium customarily used for software interchange.
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
b) Convey the object code in, or embodied in, a physical product (including
|
of the General Public License from time to time. Such new versions will
|
||||||
a physical distribution medium), accompanied by a written offer, valid for
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
at least three years and valid for as long as you offer spare parts or customer
|
address new problems or concerns.
|
||||||
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
|
Each version is given a distinguishing version number. If the Program
|
||||||
product that is covered by this License, on a durable physical medium customarily
|
specifies a version number of this License which applies to it and "any
|
||||||
used for software interchange, for a price no more than your reasonable cost
|
later version", you have the option of following the terms and conditions
|
||||||
of physically performing this conveying of source, or (2) access to copy the
|
either of that version or of any later version published by the Free
|
||||||
Corresponding Source from a network server at no charge.
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
c) Convey individual copies of the object code with a copy of the written
|
Foundation.
|
||||||
offer to provide the Corresponding Source. This alternative is allowed only
|
|
||||||
occasionally and noncommercially, and only if you received the object code
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
with such an offer, in accord with subsection 6b.
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
d) Convey the object code by offering access from a designated place (gratis
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
or for a charge), and offer equivalent access to the Corresponding Source
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
in the same way through the same place at no further charge. You need not
|
of preserving the free status of all derivatives of our free software and
|
||||||
require recipients to copy the Corresponding Source along with the object
|
of promoting the sharing and reuse of software generally.
|
||||||
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
|
NO WARRANTY
|
||||||
supports equivalent copying facilities, provided you maintain clear directions
|
|
||||||
next to the object code saying where to find the Corresponding Source. Regardless
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||||
of what server hosts the Corresponding Source, you remain obligated to ensure
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||||
that it is available for as long as needed to satisfy these requirements.
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||||
|
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||||
e) Convey the object code using peer-to-peer transmission, provided you inform
|
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
other peers where the object code and Corresponding Source of the work are
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||||
being offered to the general public at no charge under subsection 6d.
|
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||||
|
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||||
A separable portion of the object code, whose source code is excluded from
|
REPAIR OR CORRECTION.
|
||||||
the Corresponding Source as a System Library, need not be included in conveying
|
|
||||||
the object code work.
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
A "User Product" is either (1) a "consumer product", which means any tangible
|
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
personal property which is normally used for personal, family, or household
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||||
purposes, or (2) anything designed or sold for incorporation into a dwelling.
|
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||||
In determining whether a product is a consumer product, doubtful cases shall
|
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||||
be resolved in favor of coverage. For a particular product received by a particular
|
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||||
user, "normally used" refers to a typical or common use of that class of product,
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||||
regardless of the status of the particular user or of the way in which the
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
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
|
END OF TERMS AND CONDITIONS
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent the
|
|
||||||
only significant mode of use of the product.
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods, procedures,
|
If you develop a new program, and you want it to be of the greatest
|
||||||
authorization keys, or other information required to install and execute modified
|
possible use to the public, the best way to achieve this is to make it
|
||||||
versions of a covered work in that User Product from a modified version of
|
free software which everyone can redistribute and change under these terms.
|
||||||
its Corresponding Source. The information must suffice to ensure that the
|
|
||||||
continued functioning of the modified object code is in no case prevented
|
To do so, attach the following notices to the program. It is safest
|
||||||
or interfered with solely because modification has been made.
|
to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least
|
||||||
If you convey an object code work under this section in, or with, or specifically
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
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
|
{description}
|
||||||
to the recipient in perpetuity or for a fixed term (regardless of how the
|
Copyright (C) {year} {fullname}
|
||||||
transaction is characterized), the Corresponding Source conveyed under this
|
|
||||||
section must be accompanied by the Installation Information. But this requirement
|
This program is free software; you can redistribute it and/or modify
|
||||||
does not apply if neither you nor any third party retains the ability to install
|
it under the terms of the GNU General Public License as published by
|
||||||
modified object code on the User Product (for example, the work has been installed
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
in ROM).
|
(at your option) any later version.
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a requirement
|
This program is distributed in the hope that it will be useful,
|
||||||
to continue to provide support service, warranty, or updates for a work that
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
has been modified or installed by the recipient, or for the User Product in
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
which it has been modified or installed. Access to a network may be denied
|
GNU General Public License for more details.
|
||||||
when the modification itself materially and adversely affects the operation
|
|
||||||
of the network or violates the rules and protocols for communication across
|
You should have received a copy of the GNU General Public License along
|
||||||
the network.
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
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. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
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 Affero 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 special requirements of the GNU Affero
|
|
||||||
General Public License, section 13, concerning interaction through a network
|
|
||||||
will apply to the combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of the
|
|
||||||
GNU 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 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 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 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 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 General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along with
|
|
||||||
this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short notice like
|
If the program is interactive, make it output a short notice like this
|
||||||
this when it starts in an interactive mode:
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
<program> Copyright (C) <year> <name of author>
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
This is free software, and you are welcome to redistribute it under certain
|
|
||||||
conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
parts of the General Public License. Of course, your program's commands might
|
parts of the General Public License. Of course, the commands you use may
|
||||||
be different; for a GUI interface, you would use an "about box".
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
You should also get your employer (if you work as a programmer) or your
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary. For
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>.
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
into proprietary programs. If your program is a subroutine library, you may
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
{signature of Ty Coon}, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This General Public License does not permit incorporating your program into
|
||||||
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
consider it more useful to permit linking proprietary applications with the
|
consider it more useful to permit linking proprietary applications with the
|
||||||
library. If this is what you want to do, use the GNU Lesser General Public
|
library. If this is what you want to do, use the GNU Lesser General
|
||||||
License instead of this License. But first, please read <https://www.gnu.org/
|
Public License instead of this License.
|
||||||
licenses /why-not-lgpl.html>.
|
|
||||||
|
|
26
README.md
26
README.md
|
@ -1,2 +1,26 @@
|
||||||
# oficinasuport-wp-theme
|
Oficina de Suport de Xarxaprod
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Theme for the Oficina de Suport de Xarxaprod.cat
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Move this folder to `wp-content/themes` in your local development environment
|
||||||
|
2. Run `npm install && npm run dev` in this folder
|
||||||
|
3. Activate this theme in WordPress
|
||||||
|
|
||||||
|
Looking for live reloading? Learn how to [add Browsersync to your project](https://underscoretw.com/docs/getting-started/#h-using-browsersync).
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
4. Run `npm run watch`
|
||||||
|
5. Add [Tailwind utility classes](https://tailwindcss.com/docs/utility-first) with abandon
|
||||||
|
|
||||||
|
See the complete [development documentation](https://underscoretw.com/docs/tailwind-plugins-npm-commands/) for more details.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
6. Run `npm run bundle`
|
||||||
|
7. Upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page
|
||||||
|
|
||||||
|
Or [deploy with the tool of your choice](https://underscoretw.com/docs/deployment/#h-other-deployment-options)!
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"require-dev": {
|
||||||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||||
|
"phpcompatibility/phpcompatibility-wp": "2.1.3",
|
||||||
|
"sirbrillig/phpcs-changed": "^2.5.1",
|
||||||
|
"sirbrillig/phpcs-variable-analysis": "^2.7.0",
|
||||||
|
"wp-cli/i18n-command": "^2.3.0",
|
||||||
|
"wp-coding-standards/wpcs": "^2.1.1"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"php:lint": "vendor/bin/phpcs -p -s",
|
||||||
|
"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1",
|
||||||
|
"php:lint:autofix": "vendor/bin/phpcbf",
|
||||||
|
"php:lint:changed": "vendor/bin/phpcs-changed --git --git-unstaged",
|
||||||
|
"make-pot": "wp i18n make-pot . theme/languages/ofisuport.pot"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,8 @@
|
||||||
|
/**
|
||||||
|
* The JavaScript code you place here will be processed by esbuild, and the
|
||||||
|
* output file will be created at `../theme/js/script.min.js` and enqueued in
|
||||||
|
* `../theme/functions.php`.
|
||||||
|
*
|
||||||
|
* For esbuild documentation, please see:
|
||||||
|
* https://esbuild.github.io/
|
||||||
|
*/
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 2018
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"node": true
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"no-console": "off"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,56 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Based upon the Archiver quickstart.
|
||||||
|
* @see: https://www.archiverjs.com/docs/quickstart
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Require modules.
|
||||||
|
const fs = require( 'fs' );
|
||||||
|
const archiver = require( 'archiver' );
|
||||||
|
|
||||||
|
const args = process.argv.slice( 2 );
|
||||||
|
const slug = args[ 0 ];
|
||||||
|
|
||||||
|
if ( slug ) {
|
||||||
|
// Create a file to stream archive data to.
|
||||||
|
const output = fs.createWriteStream( __dirname + '/../' + slug + '.zip' );
|
||||||
|
const archive = archiver( 'zip' );
|
||||||
|
|
||||||
|
// Listen for all archive data to be written.
|
||||||
|
output.on( 'close', function() {
|
||||||
|
console.log( archive.pointer() + ' total bytes.' );
|
||||||
|
console.log( 'Theme ZIP file created.' );
|
||||||
|
} );
|
||||||
|
|
||||||
|
// This event is fired when the data source is drained no matter what was the data source.
|
||||||
|
// It is not part of this library but rather from the NodeJS Stream API.
|
||||||
|
// @see: https://nodejs.org/api/stream.html#stream_event_end
|
||||||
|
output.on( 'end', function() {
|
||||||
|
console.log( 'Data has been drained' );
|
||||||
|
} );
|
||||||
|
|
||||||
|
// Catch warnings.
|
||||||
|
archive.on( 'warning', function( err ) {
|
||||||
|
if ( err.code === 'ENOENT' ) {
|
||||||
|
// log warning
|
||||||
|
} else {
|
||||||
|
// throw error
|
||||||
|
throw err;
|
||||||
|
}
|
||||||
|
} );
|
||||||
|
|
||||||
|
// Catch errors.
|
||||||
|
archive.on( 'error', function( err ) {
|
||||||
|
throw err;
|
||||||
|
} );
|
||||||
|
|
||||||
|
// Pipe archive data to the file.
|
||||||
|
archive.pipe( output );
|
||||||
|
|
||||||
|
// Append the entire contents of the theme directory to a directory with the theme slug.
|
||||||
|
archive.directory( __dirname + '/../theme/', slug );
|
||||||
|
|
||||||
|
// Finalize the archive.
|
||||||
|
archive.finalize();
|
||||||
|
}
|
|
@ -0,0 +1,42 @@
|
||||||
|
[editor]
|
||||||
|
line_wrapping=false
|
||||||
|
line_break_column=72
|
||||||
|
auto_continue_multiline=true
|
||||||
|
|
||||||
|
[file_prefs]
|
||||||
|
final_new_line=true
|
||||||
|
ensure_convert_new_lines=false
|
||||||
|
strip_trailing_spaces=false
|
||||||
|
replace_tabs=false
|
||||||
|
|
||||||
|
[indentation]
|
||||||
|
indent_width=4
|
||||||
|
indent_type=1
|
||||||
|
indent_hard_tab_width=8
|
||||||
|
detect_indent=false
|
||||||
|
detect_indent_width=false
|
||||||
|
indent_mode=2
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name=oficinasuport-wp-theme
|
||||||
|
base_path=/home/vitrubio/Documents/trabajo/hangar/xarxaprod-oficinasuport/wp-themes/oficinasuport-wp-theme
|
||||||
|
|
||||||
|
[long line marker]
|
||||||
|
long_line_behaviour=1
|
||||||
|
long_line_column=72
|
||||||
|
|
||||||
|
[files]
|
||||||
|
current_page=0
|
||||||
|
FILE_NAME_0=2268;Markdown;0;EUTF-8;1;1;0;%2Fhome%2Fvitrubio%2FDocuments%2Ftrabajo%2Fhangar%2Fxarxaprod-oficinasuport%2Fwp-themes%2Foficinasuport-wp-theme%2FREADME.md;0;4
|
||||||
|
|
||||||
|
[VTE]
|
||||||
|
last_dir=/home/vitrubio/Documents/trabajo/hangar/hangar-wp-theme
|
||||||
|
|
||||||
|
[prjorg]
|
||||||
|
source_patterns=*.c;*.C;*.cpp;*.cxx;*.c++;*.cc;*.m;
|
||||||
|
header_patterns=*.h;*.H;*.hpp;*.hxx;*.h++;*.hh;
|
||||||
|
ignored_dirs_patterns=.*;CVS;
|
||||||
|
ignored_file_patterns=*.o;*.obj;*.a;*.lib;*.so;*.dll;*.lo;*.la;*.class;*.jar;*.pyc;*.mo;*.gmo;
|
||||||
|
generate_tag_prefs=0
|
||||||
|
show_empty_dirs=true
|
||||||
|
external_dirs=
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"@_tw/themejson": "^0.1.2",
|
||||||
|
"@angular-eslint/template-parser": "^14.1.2",
|
||||||
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||||
|
"@tailwindcss/container-queries": "^0.1.0",
|
||||||
|
"@tailwindcss/forms": "^0.5.3",
|
||||||
|
"@tailwindcss/line-clamp": "^0.4.2",
|
||||||
|
"@tailwindcss/typography": "^0.5.7",
|
||||||
|
"@wordpress/eslint-plugin": "^13.4.0",
|
||||||
|
"archiver": "^5.3.1",
|
||||||
|
"cross-env": "^7.0.3",
|
||||||
|
"esbuild": "^0.15.12",
|
||||||
|
"eslint-plugin-php-markup": "^6.0.0",
|
||||||
|
"eslint-plugin-tailwindcss": "^3.6.2",
|
||||||
|
"npm-run-all": "^4.1.5",
|
||||||
|
"postcss": "^8.4.18",
|
||||||
|
"postcss-import-ext-glob": "^2.0.1",
|
||||||
|
"postcss-simple-vars": "^7.0.0",
|
||||||
|
"prettier": "^2.7.1",
|
||||||
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
||||||
|
"tailwindcss": "^3.2.1"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"development:tailwind:frontend": "npx tailwindcss --postcss -i ./tailwind/tailwind.css -c ./tailwind/tailwind.config.js -o ./theme/style.css",
|
||||||
|
"development:tailwind:editor": "cross-env _TW_TARGET=editor npx tailwindcss --postcss -i ./tailwind/tailwind.css -c ./tailwind/tailwind.config.js -o ./theme/style-editor.css",
|
||||||
|
"development:esbuild": "npx esbuild ./javascript/script.js --target=esnext --bundle --outfile=./theme/js/script.min.js",
|
||||||
|
"development": "run-p development:**",
|
||||||
|
"dev": "npm run development",
|
||||||
|
"watch:tailwind:frontend": "npm run development:tailwind:frontend -- --watch",
|
||||||
|
"watch:tailwind:editor": "npm run development:tailwind:editor -- --watch",
|
||||||
|
"watch:esbuild": "npm run development:esbuild -- --watch",
|
||||||
|
"watch": "run-p watch:**",
|
||||||
|
"lint:eslint": "npx eslint theme/",
|
||||||
|
"lint:prettier": "npx prettier --check tailwind/**/*.css",
|
||||||
|
"lint": "run-p lint:*",
|
||||||
|
"lint-fix:eslint": "npx eslint theme/ --fix",
|
||||||
|
"lint-fix:prettier": "npx prettier --write tailwind/**/*.css",
|
||||||
|
"lint-fix": "run-p lint-fix:*",
|
||||||
|
"production:tailwind:frontend": "cross-env NODE_ENV=production npm run development:tailwind:frontend -- --minify",
|
||||||
|
"production:tailwind:editor": "cross-env NODE_ENV=production npm run development:tailwind:editor -- --minify",
|
||||||
|
"production:esbuild": "npm run development:esbuild -- --minify",
|
||||||
|
"production": "run-p production:**",
|
||||||
|
"prod": "npm run production",
|
||||||
|
"zip": "node node_scripts/zip.js ofisuport",
|
||||||
|
"bundle": "run-s production zip"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,88 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Oficina de Suport de Xarxaprod" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
|
||||||
|
|
||||||
|
<description>A set of rules to check for a custom WordPress theme</description>
|
||||||
|
<!-- Based on the WordPress Coding Standards `phpcs.xml.dist.sample` file. -->
|
||||||
|
|
||||||
|
<!-- Pass some flags to PHPCS:
|
||||||
|
p flag: Show progress of the run.
|
||||||
|
s flag: Show sniff codes in all reports.
|
||||||
|
-->
|
||||||
|
<arg value="ps"/>
|
||||||
|
|
||||||
|
<!-- Strip the filepaths down to the relevant bit. -->
|
||||||
|
<arg name="basepath" value="./"/>
|
||||||
|
|
||||||
|
<!-- Check up to 8 files simultaneously. -->
|
||||||
|
<arg name="parallel" value="8"/>
|
||||||
|
|
||||||
|
<!-- Check PHP files only. JavaScript and CSS files are checked separately using the @wordpress/scripts package. -->
|
||||||
|
<arg name="extensions" value="php"/>
|
||||||
|
|
||||||
|
<!-- Check all files in this directory and the directories below it. -->
|
||||||
|
<file>.</file>
|
||||||
|
|
||||||
|
<!-- Exclude patterns. -->
|
||||||
|
<exclude-pattern>/vendor/*</exclude-pattern>
|
||||||
|
<exclude-pattern>/node_modules/*</exclude-pattern>
|
||||||
|
|
||||||
|
<!-- Include the WordPress-Extra standard. -->
|
||||||
|
<rule ref="WordPress-Extra">
|
||||||
|
<!--
|
||||||
|
We may want a middle ground though. The best way to do this is add the
|
||||||
|
entire ruleset, then rule by rule, remove ones that don't suit a project.
|
||||||
|
We can do this by running `phpcs` with the '-s' flag, which allows us to
|
||||||
|
see the names of the sniffs reporting errors.
|
||||||
|
Once we know the sniff names, we can opt to exclude sniffs which don't
|
||||||
|
suit our project like so.
|
||||||
|
|
||||||
|
The below two examples just show how you can exclude rules.
|
||||||
|
They are not intended as advice about which sniffs to exclude.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing"/>
|
||||||
|
<exclude name="WordPress.Security.EscapeOutput"/>
|
||||||
|
-->
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
<!-- Let's also check that everything is properly documented. -->
|
||||||
|
<rule ref="WordPress-Docs"/>
|
||||||
|
|
||||||
|
<!-- Check for PHP cross-version compatibility. -->
|
||||||
|
<config name="testVersion" value="7.4-"/>
|
||||||
|
<rule ref="PHPCompatibilityWP"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
To get the optimal benefits of using WPCS, we should add a couple of
|
||||||
|
custom properties.
|
||||||
|
|
||||||
|
For information on additional custom properties available, check out
|
||||||
|
the wiki:
|
||||||
|
https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
|
||||||
|
-->
|
||||||
|
<config name="minimum_supported_wp_version" value="6.0"/>
|
||||||
|
|
||||||
|
<rule ref="WordPress.WP.I18n">
|
||||||
|
<properties>
|
||||||
|
<property name="text_domain" type="array">
|
||||||
|
<element value="ofisuport"/>
|
||||||
|
</property>
|
||||||
|
</properties>
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
|
||||||
|
<properties>
|
||||||
|
<property name="prefixes" type="array">
|
||||||
|
<element value="ofsupxxp"/>
|
||||||
|
</property>
|
||||||
|
</properties>
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
<rule ref="WordPress.Files.FileName">
|
||||||
|
<properties>
|
||||||
|
<property name="is_theme" value="true"/>
|
||||||
|
</properties>
|
||||||
|
</rule>
|
||||||
|
|
||||||
|
</ruleset>
|
|
@ -0,0 +1,17 @@
|
||||||
|
/* eslint-env node */
|
||||||
|
|
||||||
|
const selectors = ( 'editor' === process.env._TW_TARGET ) ? {
|
||||||
|
'post-title-selector': '.editor-post-title__input',
|
||||||
|
} : {
|
||||||
|
'post-title-selector': '.page-title, .entry-title',
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
plugins: [
|
||||||
|
require( 'postcss-import-ext-glob' ),
|
||||||
|
require( 'postcss-import' ),
|
||||||
|
require( 'postcss-simple-vars' )( { variables: selectors } ),
|
||||||
|
require( 'tailwindcss/nesting' ),
|
||||||
|
require( 'tailwindcss' ),
|
||||||
|
],
|
||||||
|
};
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 2018
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"node": true
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
/**
|
||||||
|
* Custom styles to immediately follow Tailwind’s `base` layer
|
||||||
|
*
|
||||||
|
* “Add things like base typography styles [or] opinionated global resets.”
|
||||||
|
*
|
||||||
|
* — from https://tailwindcss.com/docs/plugins#adding-base-styles
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This uses the background and foreground colors declared in the
|
||||||
|
* `theme.json` file and is applied both to the frontend and in the block
|
||||||
|
* editor.
|
||||||
|
*/
|
||||||
|
body {
|
||||||
|
@apply bg-background font-sans text-foreground;
|
||||||
|
}
|
|
@ -0,0 +1,58 @@
|
||||||
|
/**
|
||||||
|
* Custom styles to immediately follow Tailwind’s `components` layer
|
||||||
|
*
|
||||||
|
* “Add more opinionated, complex classes like buttons, form controls, alerts,
|
||||||
|
* etc; the sort of pre-built components you often see in other frameworks that
|
||||||
|
* you might need to override with utility classes.”
|
||||||
|
*
|
||||||
|
* — from https://tailwindcss.com/docs/plugins#adding-components
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Post title styles
|
||||||
|
*
|
||||||
|
* These will be applied to all headings with a `page-title` or `entry-title`
|
||||||
|
* class on the frontend and to the post title in the block editor.
|
||||||
|
*
|
||||||
|
* The supplied styles are meant to match the default `h1` classes from
|
||||||
|
* Tailwind Typography.
|
||||||
|
*
|
||||||
|
* The `$post-title-selector` variable is replaced by PostCSS. Please see the
|
||||||
|
* `postcss.config.js` file for details.
|
||||||
|
*/
|
||||||
|
$(post-title-selector) {
|
||||||
|
@apply mx-auto mb-6 max-w-content text-3xl font-extrabold text-neutral-900;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Layout styles for centered content areas
|
||||||
|
*
|
||||||
|
* If you are controlling the width of your content area with styles applied
|
||||||
|
* to its container, you can delete the following styles whose selectors begin
|
||||||
|
* with `.page-content >` and `.entry-content >`. For more details, please see
|
||||||
|
* the following:
|
||||||
|
*
|
||||||
|
* https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
|
||||||
|
*/
|
||||||
|
.page-content > *,
|
||||||
|
.entry-content > * {
|
||||||
|
/* Content width from the `theme.json` file */
|
||||||
|
@apply mx-auto max-w-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-content > .alignwide {
|
||||||
|
/* Wide width from the `theme.json` file */
|
||||||
|
@apply max-w-wide;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-content > .alignfull {
|
||||||
|
@apply max-w-none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-content > .alignleft {
|
||||||
|
@apply float-left mr-8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-content > .alignright {
|
||||||
|
@apply float-right ml-8;
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
/*!
|
||||||
|
Theme Name: Oficina de Suport de Xarxaprod
|
||||||
|
Theme URI: https://git.hangar.org/xarxaprod/oficinasuport-wp-theme
|
||||||
|
Author: Jorge - vitrubio.net
|
||||||
|
Author URI: https://vitrubio.net
|
||||||
|
Description: Theme for the Oficina de Suport de Xarxaprod.cat
|
||||||
|
Version: 1.0.0
|
||||||
|
Tested up to: 6.0
|
||||||
|
Requires PHP: 7.4
|
||||||
|
License: GNU General Public License v2 or later
|
||||||
|
License URI: LICENSE
|
||||||
|
Text Domain: ofsupxxp
|
||||||
|
Tags:
|
||||||
|
|
||||||
|
This theme, like WordPress, is licensed under the GPL.
|
||||||
|
Use it to make something cool, have fun, and share what you've learned.
|
||||||
|
|
||||||
|
Oficina de Suport de Xarxaprod is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
|
||||||
|
_tw is distributed under the terms of the GNU GPL v2 or later.
|
||||||
|
|
||||||
|
_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
|
||||||
|
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
|
||||||
|
*/
|
|
@ -0,0 +1,5 @@
|
||||||
|
/**
|
||||||
|
* Custom `@font-face` rules
|
||||||
|
*
|
||||||
|
* These will be added immediately before Tailwind’s `base` layer.
|
||||||
|
*/
|
|
@ -0,0 +1,8 @@
|
||||||
|
/**
|
||||||
|
* Custom styles to immediately follow Tailwind’s `utilities` layer
|
||||||
|
*
|
||||||
|
* Add your own utility classes to this theme. Complex utility classes should
|
||||||
|
* be added using Tailwind’s plugin system:
|
||||||
|
*
|
||||||
|
* https://tailwindcss.com/docs/plugins#adding-utilities
|
||||||
|
*/
|
|
@ -0,0 +1,70 @@
|
||||||
|
const colors = require( 'tailwindcss/colors' );
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
theme: {
|
||||||
|
extend: {
|
||||||
|
typography: ( theme ) => ( {
|
||||||
|
/**
|
||||||
|
* Tailwind Typography’s default styles are opinionated, and
|
||||||
|
* you may need to override them if you have mockups to
|
||||||
|
* replicate. You can view the default modifiers here:
|
||||||
|
*
|
||||||
|
* https://github.com/tailwindlabs/tailwindcss-typography/blob/master/src/styles.js
|
||||||
|
*/
|
||||||
|
|
||||||
|
DEFAULT: {
|
||||||
|
css: [
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* By default, max-width is set to 65 characters.
|
||||||
|
* This is a good default for readability, but
|
||||||
|
* often in conflict with client-supplied designs.
|
||||||
|
* A value of false removes the max-width property.
|
||||||
|
*/
|
||||||
|
maxWidth: false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* You can customize your color theme below. The
|
||||||
|
* initial values are based upon the neutral gray
|
||||||
|
* scale theme, using the `primary` color from
|
||||||
|
* your `theme.json` file for links.
|
||||||
|
*/
|
||||||
|
'--tw-prose-body': colors.neutral[ 700 ],
|
||||||
|
'--tw-prose-headings': colors.neutral[ 900 ],
|
||||||
|
'--tw-prose-lead': colors.neutral[ 600 ],
|
||||||
|
'--tw-prose-links': theme( 'colors.primary' ),
|
||||||
|
'--tw-prose-bold': colors.neutral[ 900 ],
|
||||||
|
'--tw-prose-counters': colors.neutral[ 500 ],
|
||||||
|
'--tw-prose-bullets': colors.neutral[ 300 ],
|
||||||
|
'--tw-prose-hr': colors.neutral[ 200 ],
|
||||||
|
'--tw-prose-quotes': colors.neutral[ 900 ],
|
||||||
|
'--tw-prose-quote-borders': colors.neutral[ 200 ],
|
||||||
|
'--tw-prose-captions': colors.neutral[ 500 ],
|
||||||
|
'--tw-prose-code': colors.neutral[ 900 ],
|
||||||
|
'--tw-prose-pre-code': colors.neutral[ 200 ],
|
||||||
|
'--tw-prose-pre-bg': colors.neutral[ 800 ],
|
||||||
|
'--tw-prose-th-borders': colors.neutral[ 300 ],
|
||||||
|
'--tw-prose-td-borders': colors.neutral[ 200 ],
|
||||||
|
'--tw-prose-invert-body': colors.neutral[ 300 ],
|
||||||
|
'--tw-prose-invert-headings': colors.white,
|
||||||
|
'--tw-prose-invert-lead': colors.neutral[ 400 ],
|
||||||
|
'--tw-prose-invert-links': colors.white,
|
||||||
|
'--tw-prose-invert-bold': colors.white,
|
||||||
|
'--tw-prose-invert-counters': colors.neutral[ 400 ],
|
||||||
|
'--tw-prose-invert-bullets': colors.neutral[ 600 ],
|
||||||
|
'--tw-prose-invert-hr': colors.neutral[ 700 ],
|
||||||
|
'--tw-prose-invert-quotes': colors.neutral[ 100 ],
|
||||||
|
'--tw-prose-invert-quote-borders': colors.neutral[ 700 ],
|
||||||
|
'--tw-prose-invert-captions': colors.neutral[ 400 ],
|
||||||
|
'--tw-prose-invert-code': colors.white,
|
||||||
|
'--tw-prose-invert-pre-code': colors.neutral[ 300 ],
|
||||||
|
'--tw-prose-invert-pre-bg': 'rgb(0 0 0 / 50%)',
|
||||||
|
'--tw-prose-invert-th-borders': colors.neutral[ 600 ],
|
||||||
|
'--tw-prose-invert-td-borders': colors.neutral[ 700 ],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
} ),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
|
@ -0,0 +1,47 @@
|
||||||
|
// Set Tailwind Typography class name and Preflight flag conditionally based
|
||||||
|
// on the build target.
|
||||||
|
let includePreflight, typographyClassName;
|
||||||
|
if ( 'editor' === process.env._TW_TARGET ) {
|
||||||
|
includePreflight = false;
|
||||||
|
typographyClassName = 'block-editor-block-list__layout';
|
||||||
|
} else {
|
||||||
|
includePreflight = true;
|
||||||
|
typographyClassName = 'prose';
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
presets: [
|
||||||
|
// Manage Tailwind Typography's configuration in a separate file.
|
||||||
|
require( './tailwind-typography.config.js' ),
|
||||||
|
],
|
||||||
|
content: [
|
||||||
|
// Ensure changes to PHP files and `theme.json` trigger a rebuild.
|
||||||
|
'./theme/**/*.php',
|
||||||
|
'./theme/theme.json',
|
||||||
|
],
|
||||||
|
theme: {
|
||||||
|
// Extend the default Tailwind theme.
|
||||||
|
extend: {
|
||||||
|
|
||||||
|
},
|
||||||
|
},
|
||||||
|
corePlugins: {
|
||||||
|
// Disable Preflight base styles in CSS targeting the editor.
|
||||||
|
preflight: includePreflight,
|
||||||
|
},
|
||||||
|
plugins: [
|
||||||
|
// Extract colors and widths from `theme.json`.
|
||||||
|
require( '@_tw/themejson' )( require( '../theme/theme.json' ) ),
|
||||||
|
|
||||||
|
// Add Tailwind Typography.
|
||||||
|
require( '@tailwindcss/typography' )( {
|
||||||
|
className: typographyClassName,
|
||||||
|
} ),
|
||||||
|
|
||||||
|
// Uncomment below to add additional first-party Tailwind plugins.
|
||||||
|
// require( '@tailwindcss/forms' ),
|
||||||
|
// require( '@tailwindcss/aspect-ratio' ),
|
||||||
|
// require( '@tailwindcss/line-clamp' ),
|
||||||
|
// require( '@tailwindcss/container-queries' ),
|
||||||
|
],
|
||||||
|
};
|
|
@ -0,0 +1,37 @@
|
||||||
|
@import "./custom/file-header.css";
|
||||||
|
/**
|
||||||
|
* The line above injects the WordPress file header. It needs to be first,
|
||||||
|
* before this comment.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This injects custom `@font-face` rules.
|
||||||
|
*/
|
||||||
|
@import "./custom/fonts.css";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This injects Tailwind's base styles and any base styles registered by
|
||||||
|
* plugins, then adds custom base styles.
|
||||||
|
*/
|
||||||
|
@import "tailwindcss/base";
|
||||||
|
@import "./custom/base.css";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This injects Tailwind's component classes and any component classes
|
||||||
|
* registered by plugins, then adds custom component classes.
|
||||||
|
*
|
||||||
|
* The `@import-glob` line imports all CSS files from the `components`
|
||||||
|
* directory (except for `components.css`, which is imported on the following
|
||||||
|
* line). This is meant to simplify the process of integrating styles from
|
||||||
|
* JavaScript components or WordPress plugins.
|
||||||
|
*/
|
||||||
|
@import "tailwindcss/components";
|
||||||
|
@import-glob "./custom/components/**/!(components).css";
|
||||||
|
@import "./custom/components/components.css";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This injects Tailwind's utility classes and any utility classes registered
|
||||||
|
* by plugins, then adds custom utility classes.
|
||||||
|
*/
|
||||||
|
@import "tailwindcss/utilities";
|
||||||
|
@import "./custom/utilities.css";
|
|
@ -0,0 +1,31 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying 404 pages (not found)
|
||||||
|
*
|
||||||
|
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="primary">
|
||||||
|
<main id="main">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<header class="page-header">
|
||||||
|
<h1 class="page-title"><?php esc_html_e( 'Page Not Found', 'ofisuport' ); ?></h1>
|
||||||
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
|
<div class="page-content prose">
|
||||||
|
<p><?php esc_html_e( 'This page could not be found. It might have been removed or renamed, or it may never have existed.', 'ofisuport' ); ?></p>
|
||||||
|
<?php get_search_form(); ?>
|
||||||
|
</div><!-- .page-content -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main><!-- #main -->
|
||||||
|
</section><!-- #primary -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,45 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying archive pages
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="primary">
|
||||||
|
<main id="main">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
|
<header class="page-header">
|
||||||
|
<?php the_archive_title( '<h1 class="page-title">', '</h1>' ); ?>
|
||||||
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// Start the Loop.
|
||||||
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
|
get_template_part( 'template-parts/content/content', 'excerpt' );
|
||||||
|
|
||||||
|
// End the loop.
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
// Previous/next page navigation.
|
||||||
|
ofsupxxp_the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
|
||||||
|
// If no content, include the "No posts found" template.
|
||||||
|
get_template_part( 'template-parts/content/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
</main><!-- #main -->
|
||||||
|
</section><!-- #primary -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,82 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying comments
|
||||||
|
*
|
||||||
|
* This is the template that displays the area of the page that contains both the current comments
|
||||||
|
* and the comment form.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* If the current post is protected by a password and
|
||||||
|
* the visitor has not yet entered the password we will
|
||||||
|
* return early without loading the comments.
|
||||||
|
*/
|
||||||
|
if ( post_password_required() ) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div id="comments">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// You can start editing here -- including this comment!
|
||||||
|
if ( have_comments() ) :
|
||||||
|
?>
|
||||||
|
<h2>
|
||||||
|
<?php
|
||||||
|
$ofsupxxp_comment_count = get_comments_number();
|
||||||
|
if ( '1' === $ofsupxxp_comment_count ) {
|
||||||
|
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
printf(
|
||||||
|
/* translators: 1: title. */
|
||||||
|
esc_html__( 'One comment on “%1$s”', 'ofisuport' ),
|
||||||
|
get_the_title()
|
||||||
|
);
|
||||||
|
// phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
} else {
|
||||||
|
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
printf(
|
||||||
|
/* translators: 1: comment count number, 2: title. */
|
||||||
|
esc_html( _nx( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', $ofsupxxp_comment_count, 'comments title', 'ofisuport' ) ),
|
||||||
|
number_format_i18n( $ofsupxxp_comment_count ),
|
||||||
|
get_the_title()
|
||||||
|
);
|
||||||
|
// phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<?php the_comments_navigation(); ?>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<?php
|
||||||
|
wp_list_comments(
|
||||||
|
array(
|
||||||
|
'style' => 'ol',
|
||||||
|
'callback' => '_tw_html5_comment',
|
||||||
|
'short_ping' => true,
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
the_comments_navigation();
|
||||||
|
|
||||||
|
// If comments are closed and there are comments, let's leave a little note, shall we?
|
||||||
|
if ( ! comments_open() ) :
|
||||||
|
?>
|
||||||
|
<p><?php esc_html_e( 'Comments are closed.', 'ofisuport' ); ?></p>
|
||||||
|
<?php
|
||||||
|
endif;
|
||||||
|
|
||||||
|
endif; // Check for have_comments().
|
||||||
|
|
||||||
|
comment_form();
|
||||||
|
?>
|
||||||
|
|
||||||
|
</div><!-- #comments -->
|
|
@ -0,0 +1,23 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying the footer
|
||||||
|
*
|
||||||
|
* Contains the closing of the #content div and all content after.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
</div><!-- #content -->
|
||||||
|
|
||||||
|
<?php get_template_part( 'template-parts/layout/footer', 'content' ); ?>
|
||||||
|
|
||||||
|
</div><!-- #page -->
|
||||||
|
|
||||||
|
<?php wp_footer(); ?>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,148 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Oficina de Suport de Xarxaprod functions and definitions
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/theme-functions/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
if ( ! defined( 'OFSUPXXP_VERSION' ) ) {
|
||||||
|
// Replace the version number of the theme on each release.
|
||||||
|
define( 'OFSUPXXP_VERSION', '0.1.0' );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_setup' ) ) :
|
||||||
|
/**
|
||||||
|
* Sets up theme defaults and registers support for various WordPress features.
|
||||||
|
*
|
||||||
|
* Note that this function is hooked into the after_setup_theme hook, which
|
||||||
|
* runs before the init hook. The init hook is too late for some features, such
|
||||||
|
* as indicating support for post thumbnails.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_setup() {
|
||||||
|
/*
|
||||||
|
* Make theme available for translation.
|
||||||
|
* Translations can be filed in the /languages/ directory.
|
||||||
|
* If you're building a theme based on Oficina de Suport de Xarxaprod, use a find and replace
|
||||||
|
* to change 'ofisuport' to the name of your theme in all the template files.
|
||||||
|
*/
|
||||||
|
load_theme_textdomain( 'ofisuport', get_template_directory() . '/languages' );
|
||||||
|
|
||||||
|
// Add default posts and comments RSS feed links to head.
|
||||||
|
add_theme_support( 'automatic-feed-links' );
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Let WordPress manage the document title.
|
||||||
|
* By adding theme support, we declare that this theme does not use a
|
||||||
|
* hard-coded <title> tag in the document head, and expect WordPress to
|
||||||
|
* provide it for us.
|
||||||
|
*/
|
||||||
|
add_theme_support( 'title-tag' );
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Enable support for Post Thumbnails on posts and pages.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
|
||||||
|
*/
|
||||||
|
add_theme_support( 'post-thumbnails' );
|
||||||
|
|
||||||
|
// This theme uses wp_nav_menu() in two locations.
|
||||||
|
register_nav_menus(
|
||||||
|
array(
|
||||||
|
'menu-1' => __( 'Primary', 'ofisuport' ),
|
||||||
|
'menu-2' => __( 'Footer Menu', 'ofisuport' ),
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Switch default core markup for search form, comment form, and comments
|
||||||
|
* to output valid HTML5.
|
||||||
|
*/
|
||||||
|
add_theme_support(
|
||||||
|
'html5',
|
||||||
|
array(
|
||||||
|
'search-form',
|
||||||
|
'comment-form',
|
||||||
|
'comment-list',
|
||||||
|
'gallery',
|
||||||
|
'caption',
|
||||||
|
'style',
|
||||||
|
'script',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
// Add theme support for selective refresh for widgets.
|
||||||
|
add_theme_support( 'customize-selective-refresh-widgets' );
|
||||||
|
|
||||||
|
// Add support for editor styles.
|
||||||
|
add_theme_support( 'editor-styles' );
|
||||||
|
|
||||||
|
// Enqueue editor styles.
|
||||||
|
add_editor_style( 'style-editor.css' );
|
||||||
|
|
||||||
|
// Add support for responsive embedded content.
|
||||||
|
add_theme_support( 'responsive-embeds' );
|
||||||
|
|
||||||
|
// Remove support for block templates.
|
||||||
|
remove_theme_support( 'block-templates' );
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
add_action( 'after_setup_theme', 'ofsupxxp_setup' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Register widget area.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar
|
||||||
|
*/
|
||||||
|
function ofsupxxp_widgets_init() {
|
||||||
|
register_sidebar(
|
||||||
|
array(
|
||||||
|
'name' => __( 'Footer', 'ofisuport' ),
|
||||||
|
'id' => 'sidebar-1',
|
||||||
|
'description' => __( 'Add widgets here to appear in your footer.', 'ofisuport' ),
|
||||||
|
'before_widget' => '<section id="%1$s" class="widget %2$s">',
|
||||||
|
'after_widget' => '</section>',
|
||||||
|
'before_title' => '<h2 class="widget-title">',
|
||||||
|
'after_title' => '</h2>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
add_action( 'widgets_init', 'ofsupxxp_widgets_init' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Enqueue scripts and styles.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_scripts() {
|
||||||
|
wp_enqueue_style( 'ofisuport-style', get_stylesheet_uri(), array(), OFSUPXXP_VERSION );
|
||||||
|
wp_enqueue_script( 'ofisuport-script', get_template_directory_uri() . '/js/script.min.js', array(), OFSUPXXP_VERSION, true );
|
||||||
|
|
||||||
|
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
||||||
|
wp_enqueue_script( 'comment-reply' );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add_action( 'wp_enqueue_scripts', 'ofsupxxp_scripts' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add the block editor class to TinyMCE.
|
||||||
|
*
|
||||||
|
* This allows TinyMCE to use Tailwind Typography styles.
|
||||||
|
*
|
||||||
|
* @param array $settings TinyMCE settings.
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
function ofsupxxp_tinymce_add_class( $settings ) {
|
||||||
|
$settings['body_class'] = 'block-editor-block-list__layout';
|
||||||
|
return $settings;
|
||||||
|
}
|
||||||
|
add_filter( 'tiny_mce_before_init', 'ofsupxxp_tinymce_add_class' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Custom template tags for this theme.
|
||||||
|
*/
|
||||||
|
require get_template_directory() . '/inc/template-tags.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Functions which enhance the theme by hooking into WordPress.
|
||||||
|
*/
|
||||||
|
require get_template_directory() . '/inc/template-functions.php';
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The header for our theme
|
||||||
|
*
|
||||||
|
* This is the template that displays all of the <head> section and everything up until <div id="content">
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?><!doctype html>
|
||||||
|
<html <?php language_attributes(); ?>>
|
||||||
|
<head>
|
||||||
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="profile" href="https://gmpg.org/xfn/11">
|
||||||
|
<?php wp_head(); ?>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body <?php body_class(); ?>>
|
||||||
|
|
||||||
|
<?php wp_body_open(); ?>
|
||||||
|
|
||||||
|
<div id="page">
|
||||||
|
<a href="#content" class="sr-only"><?php esc_html_e( 'Skip to content', 'ofisuport' ); ?></a>
|
||||||
|
|
||||||
|
<?php get_template_part( 'template-parts/layout/header', 'content' ); ?>
|
||||||
|
|
||||||
|
<div id="content">
|
|
@ -0,0 +1,202 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Functions which enhance the theme by hooking into WordPress
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add a pingback url auto-discovery header for single posts, pages, or attachments.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_pingback_header() {
|
||||||
|
if ( is_singular() && pings_open() ) {
|
||||||
|
printf( '<link rel="pingback" href="%s">', esc_url( get_bloginfo( 'pingback_url' ) ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add_action( 'wp_head', 'ofsupxxp_pingback_header' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Changes comment form default fields.
|
||||||
|
*
|
||||||
|
* @param array $defaults The default comment form arguments.
|
||||||
|
*
|
||||||
|
* @return array Returns the modified fields.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_comment_form_defaults( $defaults ) {
|
||||||
|
$comment_field = $defaults['comment_field'];
|
||||||
|
|
||||||
|
// Adjust height of comment form.
|
||||||
|
$defaults['comment_field'] = preg_replace( '/rows="\d+"/', 'rows="5"', $comment_field );
|
||||||
|
|
||||||
|
return $defaults;
|
||||||
|
}
|
||||||
|
add_filter( 'comment_form_defaults', 'ofsupxxp_comment_form_defaults' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Filters the default archive titles.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_get_the_archive_title() {
|
||||||
|
if ( is_category() ) {
|
||||||
|
$title = __( 'Category Archives: ', 'ofisuport' ) . '<span>' . single_term_title( '', false ) . '</span>';
|
||||||
|
} elseif ( is_tag() ) {
|
||||||
|
$title = __( 'Tag Archives: ', 'ofisuport' ) . '<span>' . single_term_title( '', false ) . '</span>';
|
||||||
|
} elseif ( is_author() ) {
|
||||||
|
$title = __( 'Author Archives: ', 'ofisuport' ) . '<span>' . get_the_author_meta( 'display_name' ) . '</span>';
|
||||||
|
} elseif ( is_year() ) {
|
||||||
|
$title = __( 'Yearly Archives: ', 'ofisuport' ) . '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'ofisuport' ) ) . '</span>';
|
||||||
|
} elseif ( is_month() ) {
|
||||||
|
$title = __( 'Monthly Archives: ', 'ofisuport' ) . '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'ofisuport' ) ) . '</span>';
|
||||||
|
} elseif ( is_day() ) {
|
||||||
|
$title = __( 'Daily Archives: ', 'ofisuport' ) . '<span>' . get_the_date() . '</span>';
|
||||||
|
} elseif ( is_post_type_archive() ) {
|
||||||
|
$cpt = get_post_type_object( get_queried_object()->name );
|
||||||
|
$title = sprintf(
|
||||||
|
/* translators: %s: Post type singular name */
|
||||||
|
esc_html__( '%s Archives', 'ofisuport' ),
|
||||||
|
$cpt->labels->singular_name
|
||||||
|
);
|
||||||
|
} elseif ( is_tax() ) {
|
||||||
|
$tax = get_taxonomy( get_queried_object()->taxonomy );
|
||||||
|
$title = sprintf(
|
||||||
|
/* translators: %s: Taxonomy singular name */
|
||||||
|
esc_html__( '%s Archives', 'ofisuport' ),
|
||||||
|
$tax->labels->singular_name
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
$title = __( 'Archives:', 'ofisuport' );
|
||||||
|
}
|
||||||
|
return $title;
|
||||||
|
}
|
||||||
|
add_filter( 'get_the_archive_title', 'ofsupxxp_get_the_archive_title' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if post thumbnail can be displayed.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_can_show_post_thumbnail() {
|
||||||
|
return apply_filters( 'ofsupxxp_can_show_post_thumbnail', ! post_password_required() && ! is_attachment() && has_post_thumbnail() );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the size for avatars used in the theme.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_get_avatar_size() {
|
||||||
|
return 60;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create the continue reading link
|
||||||
|
*/
|
||||||
|
function ofsupxxp_continue_reading_link() {
|
||||||
|
|
||||||
|
if ( ! is_admin() ) {
|
||||||
|
$continue_reading = sprintf(
|
||||||
|
/* translators: %s: Name of current post. */
|
||||||
|
wp_kses( __( 'Continue reading %s', 'ofisuport' ), array( 'span' => array( 'class' => array() ) ) ),
|
||||||
|
the_title( '<span class="sr-only">"', '"</span>', false )
|
||||||
|
);
|
||||||
|
|
||||||
|
return '<a href="' . esc_url( get_permalink() ) . '">' . $continue_reading . '</a>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Filter the excerpt more link.
|
||||||
|
add_filter( 'excerpt_more', 'ofsupxxp_continue_reading_link' );
|
||||||
|
|
||||||
|
// Filter the content more link.
|
||||||
|
add_filter( 'the_content_more_link', 'ofsupxxp_continue_reading_link' );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Outputs a comment in the HTML5 format.
|
||||||
|
*
|
||||||
|
* This function overrides the default WordPress comment output in HTML5 format,
|
||||||
|
* adding the required class for Tailwind Typography. Based on the
|
||||||
|
* `html5_comment()` function from WordPress core.
|
||||||
|
*
|
||||||
|
* @param WP_Comment $comment Comment to display.
|
||||||
|
* @param array $args An array of arguments.
|
||||||
|
* @param int $depth Depth of the current comment.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_html5_comment( $comment, $args, $depth ) {
|
||||||
|
$tag = ( 'div' === $args['style'] ) ? 'div' : 'li';
|
||||||
|
|
||||||
|
$commenter = wp_get_current_commenter();
|
||||||
|
$show_pending_links = ! empty( $commenter['comment_author'] );
|
||||||
|
|
||||||
|
if ( $commenter['comment_author_email'] ) {
|
||||||
|
$moderation_note = __( 'Your comment is awaiting moderation.', 'ofisuport' );
|
||||||
|
} else {
|
||||||
|
$moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.', 'ofisuport' );
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<<?php echo esc_attr( $tag ); ?> id="comment-<?php comment_ID(); ?>" <?php comment_class( $comment->has_children ? 'parent' : '', $comment ); ?>>
|
||||||
|
<article id="div-comment-<?php comment_ID(); ?>" class="comment-body">
|
||||||
|
<footer class="comment-meta">
|
||||||
|
<div class="comment-author vcard">
|
||||||
|
<?php
|
||||||
|
if ( 0 !== $args['avatar_size'] ) {
|
||||||
|
echo get_avatar( $comment, $args['avatar_size'] );
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<?php
|
||||||
|
$comment_author = get_comment_author_link( $comment );
|
||||||
|
|
||||||
|
if ( '0' === $comment->comment_approved && ! $show_pending_links ) {
|
||||||
|
$comment_author = get_comment_author( $comment );
|
||||||
|
}
|
||||||
|
|
||||||
|
printf(
|
||||||
|
/* translators: %s: Comment author link. */
|
||||||
|
wp_kses_post( __( '%s <span class="says">says:</span>', 'ofisuport' ) ),
|
||||||
|
sprintf( '<b class="fn">%s</b>', wp_kses_post( $comment_author ) )
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div><!-- .comment-author -->
|
||||||
|
|
||||||
|
<div class="comment-metadata">
|
||||||
|
<?php
|
||||||
|
printf(
|
||||||
|
'<a href="%s"><time datetime="%s">%s</time></a>',
|
||||||
|
esc_url( get_comment_link( $comment, $args ) ),
|
||||||
|
esc_attr( get_comment_time( 'c' ) ),
|
||||||
|
esc_html(
|
||||||
|
sprintf(
|
||||||
|
/* translators: 1: Comment date, 2: Comment time. */
|
||||||
|
__( '%1$s at %2$s', 'ofisuport' ),
|
||||||
|
get_comment_date( '', $comment ),
|
||||||
|
get_comment_time()
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
edit_comment_link( __( 'Edit', 'ofisuport' ), ' <span class="edit-link">', '</span>' );
|
||||||
|
?>
|
||||||
|
</div><!-- .comment-metadata -->
|
||||||
|
|
||||||
|
<?php if ( '0' === $comment->comment_approved ) : ?>
|
||||||
|
<em class="comment-awaiting-moderation"><?php echo esc_html( $moderation_note ); ?></em>
|
||||||
|
<?php endif; ?>
|
||||||
|
</footer><!-- .comment-meta -->
|
||||||
|
|
||||||
|
<div class="comment-content prose">
|
||||||
|
<?php comment_text(); ?>
|
||||||
|
</div><!-- .comment-content -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if ( '1' === $comment->comment_approved || $show_pending_links ) {
|
||||||
|
comment_reply_link(
|
||||||
|
array_merge(
|
||||||
|
$args,
|
||||||
|
array(
|
||||||
|
'add_below' => 'div-comment',
|
||||||
|
'depth' => $depth,
|
||||||
|
'max_depth' => $args['max_depth'],
|
||||||
|
'before' => '<div class="reply">',
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</article><!-- .comment-body -->
|
||||||
|
<?php
|
||||||
|
}
|
|
@ -0,0 +1,269 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Custom template tags for this theme
|
||||||
|
*
|
||||||
|
* Eventually, some of the functionality here could be replaced by core features.
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_posted_on' ) ) :
|
||||||
|
/**
|
||||||
|
* Prints HTML with meta information for the current post-date/time.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_posted_on() {
|
||||||
|
$time_string = '<time datetime="%1$s">%2$s</time>';
|
||||||
|
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
|
||||||
|
$time_string = '<time datetime="%1$s">%2$s</time><time datetime="%3$s">%4$s</time>';
|
||||||
|
}
|
||||||
|
|
||||||
|
$time_string = sprintf(
|
||||||
|
$time_string,
|
||||||
|
esc_attr( get_the_date( DATE_W3C ) ),
|
||||||
|
esc_html( get_the_date() ),
|
||||||
|
esc_attr( get_the_modified_date( DATE_W3C ) ),
|
||||||
|
esc_html( get_the_modified_date() )
|
||||||
|
);
|
||||||
|
|
||||||
|
printf(
|
||||||
|
'<a href="%1$s" rel="bookmark">%2$s</a>',
|
||||||
|
esc_url( get_permalink() ),
|
||||||
|
$time_string // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
);
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_posted_by' ) ) :
|
||||||
|
/**
|
||||||
|
* Prints HTML with meta information about theme author.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_posted_by() {
|
||||||
|
printf(
|
||||||
|
/* translators: 1: posted by label, only visible to screen readers. 2: author link. 3: post author. */
|
||||||
|
'<span class="sr-only">%1$s</span><span class="author vcard"><a class="url fn n" href="%2$s">%3$s</a></span>',
|
||||||
|
esc_html__( 'Posted by', 'ofisuport' ),
|
||||||
|
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
|
||||||
|
esc_html( get_the_author() )
|
||||||
|
);
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_comment_count' ) ) :
|
||||||
|
/**
|
||||||
|
* Prints HTML with the comment count for the current post.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_comment_count() {
|
||||||
|
if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers. */
|
||||||
|
comments_popup_link( sprintf( __( 'Leave a comment<span class="sr-only"> on %s</span>', 'ofisuport' ), get_the_title() ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_entry_meta' ) ) :
|
||||||
|
/**
|
||||||
|
* Prints HTML with meta information for the categories, tags and comments.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_entry_meta() {
|
||||||
|
|
||||||
|
// Hide author, post date, category and tag text for pages.
|
||||||
|
if ( 'post' === get_post_type() ) {
|
||||||
|
|
||||||
|
// Posted by.
|
||||||
|
ofsupxxp_posted_by();
|
||||||
|
|
||||||
|
// Posted on.
|
||||||
|
ofsupxxp_posted_on();
|
||||||
|
|
||||||
|
/* translators: used between list items, there is a space after the comma. */
|
||||||
|
$categories_list = get_the_category_list( __( ', ', 'ofisuport' ) );
|
||||||
|
if ( $categories_list ) {
|
||||||
|
printf(
|
||||||
|
/* translators: 1: posted in label, only visible to screen readers. 2: list of categories. */
|
||||||
|
'<span class="sr-only">%1$s</span>%2$s',
|
||||||
|
esc_html__( 'Posted in', 'ofisuport' ),
|
||||||
|
$categories_list // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* translators: used between list items, there is a space after the comma. */
|
||||||
|
$tags_list = get_the_tag_list( '', __( ', ', 'ofisuport' ) );
|
||||||
|
if ( $tags_list ) {
|
||||||
|
printf(
|
||||||
|
/* translators: 1: tags label, only visible to screen readers. 2: list of tags. */
|
||||||
|
'<span class="sr-only">%1$s</span>%2$s',
|
||||||
|
esc_html__( 'Tags:', 'ofisuport' ),
|
||||||
|
$tags_list // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Comment count.
|
||||||
|
if ( ! is_singular() ) {
|
||||||
|
ofsupxxp_comment_count();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Edit post link.
|
||||||
|
edit_post_link(
|
||||||
|
sprintf(
|
||||||
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers. */
|
||||||
|
__( 'Edit <span class="sr-only">%s</span>', 'ofisuport' ),
|
||||||
|
array(
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
get_the_title()
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_entry_footer' ) ) :
|
||||||
|
/**
|
||||||
|
* Prints HTML with meta information for the categories, tags and comments.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_entry_footer() {
|
||||||
|
|
||||||
|
// Hide author, post date, category and tag text for pages.
|
||||||
|
if ( 'post' === get_post_type() ) {
|
||||||
|
|
||||||
|
// Posted by.
|
||||||
|
ofsupxxp_posted_by();
|
||||||
|
|
||||||
|
// Posted on.
|
||||||
|
ofsupxxp_posted_on();
|
||||||
|
|
||||||
|
/* translators: used between list items, there is a space after the comma. */
|
||||||
|
$categories_list = get_the_category_list( __( ', ', 'ofisuport' ) );
|
||||||
|
if ( $categories_list ) {
|
||||||
|
printf(
|
||||||
|
/* translators: 1: posted in label, only visible to screen readers. 2: list of categories. */
|
||||||
|
'<span class="sr-only">%1$s</span>%2$s',
|
||||||
|
esc_html__( 'Posted in', 'ofisuport' ),
|
||||||
|
$categories_list // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* translators: used between list items, there is a space after the comma. */
|
||||||
|
$tags_list = get_the_tag_list( '', __( ', ', 'ofisuport' ) );
|
||||||
|
if ( $tags_list ) {
|
||||||
|
printf(
|
||||||
|
/* translators: 1: tags label, only visible to screen readers. 2: list of tags. */
|
||||||
|
'<span class="sr-only">%1$s</span>%2$s',
|
||||||
|
esc_html__( 'Tags:', 'ofisuport' ),
|
||||||
|
$tags_list // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Comment count.
|
||||||
|
if ( ! is_singular() ) {
|
||||||
|
ofsupxxp_comment_count();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Edit post link.
|
||||||
|
edit_post_link(
|
||||||
|
sprintf(
|
||||||
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers. */
|
||||||
|
__( 'Edit <span class="sr-only">%s</span>', 'ofisuport' ),
|
||||||
|
array(
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
get_the_title()
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_post_thumbnail' ) ) :
|
||||||
|
/**
|
||||||
|
* Displays an optional post thumbnail.
|
||||||
|
*
|
||||||
|
* Wraps the post thumbnail in an anchor element on index views
|
||||||
|
*/
|
||||||
|
function ofsupxxp_post_thumbnail() {
|
||||||
|
if ( ! ofsupxxp_can_show_post_thumbnail() ) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( is_singular() ) :
|
||||||
|
?>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<?php the_post_thumbnail(); ?>
|
||||||
|
</figure><!-- .post-thumbnail -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
else :
|
||||||
|
?>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<a href="<?php the_permalink(); ?>" aria-hidden="true" tabindex="-1">
|
||||||
|
<?php the_post_thumbnail( 'post-thumbnail' ); ?>
|
||||||
|
</a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
endif; // End is_singular().
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_comment_avatar' ) ) :
|
||||||
|
/**
|
||||||
|
* Returns the HTML markup to generate a user avatar.
|
||||||
|
*
|
||||||
|
* @param mixed $id_or_email The Gravatar to retrieve. Accepts a user_id, gravatar md5 hash,
|
||||||
|
* user email, WP_User object, WP_Post object, or WP_Comment object.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_get_user_avatar_markup( $id_or_email = null ) {
|
||||||
|
|
||||||
|
if ( ! isset( $id_or_email ) ) {
|
||||||
|
$id_or_email = get_current_user_id();
|
||||||
|
}
|
||||||
|
|
||||||
|
return sprintf( '<div class="vcard">%s</div>', get_avatar( $id_or_email, ofsupxxp_get_avatar_size() ) );
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_discussion_avatars_list' ) ) :
|
||||||
|
/**
|
||||||
|
* Displays a list of avatars involved in a discussion for a given post.
|
||||||
|
*
|
||||||
|
* @param array $comment_authors Comment authors to list as avatars.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_discussion_avatars_list( $comment_authors ) {
|
||||||
|
if ( empty( $comment_authors ) ) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
echo '<ol>', "\n";
|
||||||
|
foreach ( $comment_authors as $id_or_email ) {
|
||||||
|
printf(
|
||||||
|
"<li>%s</li>\n",
|
||||||
|
ofsupxxp_get_user_avatar_markup( $id_or_email ) // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||||
|
);
|
||||||
|
}
|
||||||
|
echo '</ol>', "\n";
|
||||||
|
}
|
||||||
|
endif;
|
||||||
|
|
||||||
|
if ( ! function_exists( 'ofsupxxp_the_posts_navigation' ) ) :
|
||||||
|
/**
|
||||||
|
* Documentation for function.
|
||||||
|
*/
|
||||||
|
function ofsupxxp_the_posts_navigation() {
|
||||||
|
the_posts_pagination(
|
||||||
|
array(
|
||||||
|
'mid_size' => 2,
|
||||||
|
'prev_text' => __( 'Newer posts', 'ofisuport' ),
|
||||||
|
'next_text' => __( 'Older posts', 'ofisuport' ),
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
endif;
|
|
@ -0,0 +1,53 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The main template file
|
||||||
|
*
|
||||||
|
* This is the most generic template file in a WordPress theme
|
||||||
|
* and one of the two required files for a theme (the other being style.css).
|
||||||
|
* It is used to display a page when nothing more specific matches a query.
|
||||||
|
* E.g., it puts together the home page when no home.php file exists.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="primary">
|
||||||
|
<main id="main">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if ( have_posts() ) {
|
||||||
|
|
||||||
|
if ( is_home() && ! is_front_page() ) :
|
||||||
|
?>
|
||||||
|
<header class="entry-header">
|
||||||
|
<h1 class="entry-title"><?php single_post_title(); ?></h1>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
<?php
|
||||||
|
endif;
|
||||||
|
|
||||||
|
// Load posts loop.
|
||||||
|
while ( have_posts() ) {
|
||||||
|
the_post();
|
||||||
|
get_template_part( 'template-parts/content/content' );
|
||||||
|
}
|
||||||
|
|
||||||
|
// Previous/next page navigation.
|
||||||
|
ofsupxxp_the_posts_navigation();
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// If no content, include the "No posts found" template.
|
||||||
|
get_template_part( 'template-parts/content/content', 'none' );
|
||||||
|
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
</main><!-- #main -->
|
||||||
|
</section><!-- #primary -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,6 @@
|
||||||
|
The JavaScript code at `../../javascript/script.js` will be processed by
|
||||||
|
esbuild, and the output file will be created in this folder as `script.min.js`
|
||||||
|
and enqueued in `../functions.php`.
|
||||||
|
|
||||||
|
DO NOT directly edit `script.min.js`, as it is ignored by git and will be
|
||||||
|
overwritten the next time esbuild runs.
|
|
@ -0,0 +1,7 @@
|
||||||
|
Place your theme’s language files in this directory.
|
||||||
|
|
||||||
|
Please visit the following links to learn more about translating WordPress themes:
|
||||||
|
|
||||||
|
https://make.wordpress.org/polyglots/teams/
|
||||||
|
https://developer.wordpress.org/themes/functionality/localization/
|
||||||
|
https://developer.wordpress.org/reference/functions/load_theme_textdomain/
|
|
@ -0,0 +1,41 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying all pages
|
||||||
|
*
|
||||||
|
* This is the template that displays all pages by default.
|
||||||
|
* Please note that this is the WordPress construct of pages
|
||||||
|
* and that other 'pages' on your WordPress site may use a
|
||||||
|
* different template.
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="primary">
|
||||||
|
<main id="main">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/* Start the Loop */
|
||||||
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
|
|
||||||
|
get_template_part( 'template-parts/content/content', 'page' );
|
||||||
|
|
||||||
|
// If comments are open or we have at least one comment, load up the comment template.
|
||||||
|
if ( comments_open() || get_comments_number() ) {
|
||||||
|
comments_template();
|
||||||
|
}
|
||||||
|
|
||||||
|
endwhile; // End of the loop.
|
||||||
|
?>
|
||||||
|
|
||||||
|
</main><!-- #main -->
|
||||||
|
</section><!-- #primary -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
Binary file not shown.
After Width: | Height: | Size: 264 B |
|
@ -0,0 +1,52 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying search results pages
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="primary">
|
||||||
|
<main id="main">
|
||||||
|
|
||||||
|
<?php if ( have_posts() ) : ?>
|
||||||
|
|
||||||
|
<header class="page-header">
|
||||||
|
<?php
|
||||||
|
printf(
|
||||||
|
/* translators: 1: search result title. 2: search term. */
|
||||||
|
'<h1 class="page-title">%1$s <span>%2$s</span></h1>',
|
||||||
|
esc_html__( 'Search results for:', 'ofisuport' ),
|
||||||
|
get_search_query()
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
// Start the Loop.
|
||||||
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
|
get_template_part( 'template-parts/content/content', 'excerpt' );
|
||||||
|
|
||||||
|
// End the loop.
|
||||||
|
endwhile;
|
||||||
|
|
||||||
|
// Previous/next page navigation.
|
||||||
|
ofsupxxp_the_posts_navigation();
|
||||||
|
|
||||||
|
else :
|
||||||
|
|
||||||
|
// If no content, include the "No posts found" template.
|
||||||
|
get_template_part( 'template-parts/content/content', 'none' );
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
</main><!-- #main -->
|
||||||
|
</section><!-- #primary -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,49 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* The template for displaying all single posts
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
get_header();
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section id="primary">
|
||||||
|
<main id="main">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
/* Start the Loop */
|
||||||
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
|
get_template_part( 'template-parts/content/content', 'single' );
|
||||||
|
|
||||||
|
if ( is_singular( 'post' ) ) {
|
||||||
|
// Previous/next post navigation.
|
||||||
|
the_post_navigation(
|
||||||
|
array(
|
||||||
|
'next_text' => '<span aria-hidden="true">' . __( 'Next Post', 'ofisuport' ) . '</span> ' .
|
||||||
|
'<span class="sr-only">' . __( 'Next post:', 'ofisuport' ) . '</span> <br/>' .
|
||||||
|
'<span>%title</span>',
|
||||||
|
'prev_text' => '<span aria-hidden="true">' . __( 'Previous Post', 'ofisuport' ) . '</span> ' .
|
||||||
|
'<span class="sr-only">' . __( 'Previous post:', 'ofisuport' ) . '</span> <br/>' .
|
||||||
|
'<span>%title</span>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// If comments are open or we have at least one comment, load up the comment template.
|
||||||
|
if ( comments_open() || get_comments_number() ) {
|
||||||
|
comments_template();
|
||||||
|
}
|
||||||
|
|
||||||
|
// End the loop.
|
||||||
|
endwhile;
|
||||||
|
?>
|
||||||
|
|
||||||
|
</main><!-- #main -->
|
||||||
|
</section><!-- #primary -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
get_footer();
|
|
@ -0,0 +1,33 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying post archives and search results
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
|
<header class="entry-header">
|
||||||
|
<?php
|
||||||
|
if ( is_sticky() && is_home() && ! is_paged() ) {
|
||||||
|
printf( '%s', esc_html_x( 'Featured', 'post', 'ofisuport' ) );
|
||||||
|
}
|
||||||
|
the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
|
||||||
|
?>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<?php ofsupxxp_post_thumbnail(); ?>
|
||||||
|
|
||||||
|
<div class="entry-content prose">
|
||||||
|
<?php the_excerpt(); ?>
|
||||||
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
|
<footer class="entry-footer">
|
||||||
|
<?php ofsupxxp_entry_footer(); ?>
|
||||||
|
</footer><!-- .entry-footer -->
|
||||||
|
|
||||||
|
</article><!-- #post-${ID} -->
|
|
@ -0,0 +1,71 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying a message when posts are not found
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<header class="page-header">
|
||||||
|
<?php if ( is_search() ) : ?>
|
||||||
|
|
||||||
|
<h1 class="page-title">
|
||||||
|
<?php
|
||||||
|
printf(
|
||||||
|
/* translators: 1: search result title. 2: search term. */
|
||||||
|
'<h1 class="page-title">%1$s <span>%2$s</span></h1>',
|
||||||
|
esc_html__( 'Search results for:', 'ofisuport' ),
|
||||||
|
get_search_query()
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<?php else : ?>
|
||||||
|
|
||||||
|
<h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'ofisuport' ); ?></h1>
|
||||||
|
|
||||||
|
<?php endif; ?>
|
||||||
|
</header><!-- .page-header -->
|
||||||
|
|
||||||
|
<div class="page-content prose">
|
||||||
|
<?php
|
||||||
|
if ( is_home() && current_user_can( 'publish_posts' ) ) :
|
||||||
|
?>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<?php esc_html_e( 'Your site is set to show the most recent posts on your homepage, but you haven’t published any posts.', 'ofisuport' ); ?></p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="<?php echo esc_url( admin_url( 'edit.php' ) ); ?>">
|
||||||
|
<?php
|
||||||
|
/* translators: 1: link to WP admin new post page. */
|
||||||
|
esc_html_e( 'Add or publish posts', 'ofisuport' );
|
||||||
|
?>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
elseif ( is_search() ) :
|
||||||
|
?>
|
||||||
|
|
||||||
|
<p><?php esc_html_e( 'Your search generated no results. Please try a different search.', 'ofisuport' ); ?></p>
|
||||||
|
<?php
|
||||||
|
get_search_form();
|
||||||
|
|
||||||
|
else :
|
||||||
|
?>
|
||||||
|
|
||||||
|
<p><?php esc_html_e( 'No content matched your request.', 'ofisuport' ); ?></p>
|
||||||
|
<?php
|
||||||
|
get_search_form();
|
||||||
|
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
</div><!-- .page-content -->
|
||||||
|
|
||||||
|
</section>
|
|
@ -0,0 +1,60 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying pages
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
|
<header class="entry-header">
|
||||||
|
<?php
|
||||||
|
if ( ! is_front_page() ) {
|
||||||
|
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||||
|
} else {
|
||||||
|
the_title( '<h2 class="entry-title">', '</h2>' );
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<?php ofsupxxp_post_thumbnail(); ?>
|
||||||
|
|
||||||
|
<div class="entry-content prose">
|
||||||
|
<?php
|
||||||
|
the_content();
|
||||||
|
|
||||||
|
wp_link_pages(
|
||||||
|
array(
|
||||||
|
'before' => '<div>' . __( 'Pages:', 'ofisuport' ),
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
|
<?php if ( get_edit_post_link() ) : ?>
|
||||||
|
<footer class="entry-footer">
|
||||||
|
<?php
|
||||||
|
edit_post_link(
|
||||||
|
sprintf(
|
||||||
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers. */
|
||||||
|
__( 'Edit <span class="sr-only">%s</span>', 'ofisuport' ),
|
||||||
|
array(
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
get_the_title()
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</footer><!-- .entry-footer -->
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
</article><!-- #post-<?php the_ID(); ?> -->
|
|
@ -0,0 +1,56 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying single posts
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
|
<header class="entry-header">
|
||||||
|
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||||
|
|
||||||
|
<?php if ( ! is_page() ) : ?>
|
||||||
|
<div class="entry-meta">
|
||||||
|
<?php ofsupxxp_entry_meta(); ?>
|
||||||
|
</div><!-- .entry-meta -->
|
||||||
|
<?php endif; ?>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<?php ofsupxxp_post_thumbnail(); ?>
|
||||||
|
|
||||||
|
<div class="entry-content prose">
|
||||||
|
<?php
|
||||||
|
the_content(
|
||||||
|
sprintf(
|
||||||
|
wp_kses(
|
||||||
|
/* translators: %s: Name of current post. Only visible to screen readers. */
|
||||||
|
__( 'Continue reading<span class="sr-only"> "%s"</span>', 'ofisuport' ),
|
||||||
|
array(
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
),
|
||||||
|
get_the_title()
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
wp_link_pages(
|
||||||
|
array(
|
||||||
|
'before' => '<div>' . __( 'Pages:', 'ofisuport' ),
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
|
<footer class="entry-footer">
|
||||||
|
<?php ofsupxxp_entry_footer(); ?>
|
||||||
|
</footer><!-- .entry-footer -->
|
||||||
|
|
||||||
|
</article><!-- #post-${ID} -->
|
|
@ -0,0 +1,46 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying posts
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
|
|
||||||
|
<header class="entry-header">
|
||||||
|
<?php
|
||||||
|
if ( is_sticky() && is_home() && ! is_paged() ) {
|
||||||
|
printf( '<span">%s</span>', esc_html_x( 'Featured', 'post', 'ofisuport' ) );
|
||||||
|
}
|
||||||
|
if ( is_singular() ) :
|
||||||
|
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||||
|
else :
|
||||||
|
the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
|
||||||
|
endif;
|
||||||
|
?>
|
||||||
|
</header><!-- .entry-header -->
|
||||||
|
|
||||||
|
<?php ofsupxxp_post_thumbnail(); ?>
|
||||||
|
|
||||||
|
<div class="entry-content prose">
|
||||||
|
<?php
|
||||||
|
the_content();
|
||||||
|
|
||||||
|
wp_link_pages(
|
||||||
|
array(
|
||||||
|
'before' => '<div>' . __( 'Pages:', 'ofisuport' ),
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
|
<footer class="entry-footer">
|
||||||
|
<?php ofsupxxp_entry_footer(); ?>
|
||||||
|
</footer><!-- .entry-footer -->
|
||||||
|
|
||||||
|
</article><!-- #post-${ID} -->
|
|
@ -0,0 +1,52 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying the footer content
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<footer id="colophon">
|
||||||
|
|
||||||
|
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
|
||||||
|
<aside role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'ofisuport' ); ?>">
|
||||||
|
<?php dynamic_sidebar( 'sidebar-1' ); ?>
|
||||||
|
</aside>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<?php if ( has_nav_menu( 'menu-2' ) ) : ?>
|
||||||
|
<nav aria-label="<?php esc_attr_e( 'Footer Menu', 'ofisuport' ); ?>">
|
||||||
|
<?php
|
||||||
|
wp_nav_menu(
|
||||||
|
array(
|
||||||
|
'theme_location' => 'menu-2',
|
||||||
|
'menu_class' => 'footer-menu',
|
||||||
|
'depth' => 1,
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</nav>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<?php
|
||||||
|
$ofsupxxp_blog_info = get_bloginfo( 'name' );
|
||||||
|
if ( ! empty( $ofsupxxp_blog_info ) ) :
|
||||||
|
?>
|
||||||
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>,
|
||||||
|
<?php
|
||||||
|
endif;
|
||||||
|
|
||||||
|
/* translators: 1: WordPress link, 2: WordPress. */
|
||||||
|
printf(
|
||||||
|
'<a href="%1$s">proudly powered by %2$s</a>.',
|
||||||
|
esc_url( __( 'https://wordpress.org/', 'ofisuport' ) ),
|
||||||
|
'WordPress'
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</footer><!-- #colophon -->
|
|
@ -0,0 +1,47 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Template part for displaying the header content
|
||||||
|
*
|
||||||
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
|
*
|
||||||
|
* @package Oficina_de_Suport_de_Xarxaprod
|
||||||
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<header id="masthead">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<?php
|
||||||
|
if ( is_front_page() ) :
|
||||||
|
?>
|
||||||
|
<h1><?php bloginfo( 'name' ); ?></h1>
|
||||||
|
<?php
|
||||||
|
else :
|
||||||
|
?>
|
||||||
|
<p><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
|
||||||
|
<?php
|
||||||
|
endif;
|
||||||
|
|
||||||
|
$ofsupxxp_description = get_bloginfo( 'description', 'display' );
|
||||||
|
if ( $ofsupxxp_description || is_customize_preview() ) :
|
||||||
|
?>
|
||||||
|
<p><?php echo $ofsupxxp_description; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav id="site-navigation" aria-label="<?php esc_attr_e( 'Main Navigation', 'ofisuport' ); ?>">
|
||||||
|
<button aria-controls="primary-menu" aria-expanded="false"><?php esc_html_e( 'Primary Menu', 'ofisuport' ); ?></button>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
wp_nav_menu(
|
||||||
|
array(
|
||||||
|
'theme_location' => 'menu-1',
|
||||||
|
'menu_id' => 'primary-menu',
|
||||||
|
'items_wrap' => '<ul id="%1$s" class="%2$s" aria-label="submenu">%3$s</ul>',
|
||||||
|
)
|
||||||
|
);
|
||||||
|
?>
|
||||||
|
</nav><!-- #site-navigation -->
|
||||||
|
|
||||||
|
</header><!-- #masthead -->
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||||
|
"version": 2,
|
||||||
|
"settings": {
|
||||||
|
"color": {
|
||||||
|
"palette": [
|
||||||
|
{
|
||||||
|
"slug": "background",
|
||||||
|
"color": "#ffffff",
|
||||||
|
"name": "Background"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "foreground",
|
||||||
|
"color": "#404040",
|
||||||
|
"name": "Foreground"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "primary",
|
||||||
|
"color": "#b91c1c",
|
||||||
|
"name": "Primary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "secondary",
|
||||||
|
"color": "#15803d",
|
||||||
|
"name": "Secondary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "tertiary",
|
||||||
|
"color": "#0369a1",
|
||||||
|
"name": "Tertiary"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"layout": {
|
||||||
|
"contentSize": "40rem",
|
||||||
|
"wideSize": "60rem"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue