Initial commit. In a broken state, do not use.
This commit is contained in:
674
files/LICENSE
Normal file
674
files/LICENSE
Normal file
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most 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
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities 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 pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
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. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit 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 versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose 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 prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
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 this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
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.
|
||||
|
||||
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 be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU 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 library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
1
files/README.md
Normal file
1
files/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# files-F123Light
|
7
files/crowdin.yml
Normal file
7
files/crowdin.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
files:
|
||||
- source: /files/usr/lib/F123-wrappers/
|
||||
translation: /files/usr/lib/F123-wrappers/%locale%/%original_file_name%
|
||||
- source: /files/usr/bin/
|
||||
translation: /files/usr/bin/%locale%/%original_file_name%
|
||||
- source: /scripts/update-f123light
|
||||
translation: /scripts/%locale%/%original_file_name%
|
1
files/files/boot/cmdline.txt
Executable file
1
files/files/boot/cmdline.txt
Executable file
@@ -0,0 +1 @@
|
||||
root=/dev/mmcblk0p2 rw rootwait quiet loglevel=0 systemd.show_status=false console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 logo.nologo vga=current smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop fsck.repair=yes init=/usr/lib/raspi-config/init_resize.sh rd.systemd.show_status=false rd.udev.log_priority=3
|
13
files/files/boot/config.txt
Executable file
13
files/files/boot/config.txt
Executable file
@@ -0,0 +1,13 @@
|
||||
# See /boot/overlays/README for all available options
|
||||
|
||||
initramfs initramfs-linux.img followkernel
|
||||
disable_splash=1
|
||||
gpu_mem=64
|
||||
dtparam=audio=on
|
||||
hdmi_force_hotplug=1
|
||||
hdmi_drive=2
|
||||
avoid_warnings=2
|
||||
dtoverlay=vc4-fkms-v3d
|
||||
|
||||
framebuffer_width=1280
|
||||
framebuffer_height=720
|
193
files/files/etc/F123-Config/backup/fenrir.conf
Normal file
193
files/files/etc/F123-Config/backup/fenrir.conf
Normal file
@@ -0,0 +1,193 @@
|
||||
[sound]
|
||||
enabled=True
|
||||
driver=genericDriver
|
||||
theme=default
|
||||
volume=1.0
|
||||
# shell commands for generic sound driver
|
||||
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
|
||||
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
|
||||
|
||||
[speech]
|
||||
enabled=True
|
||||
driver=speechdDriver
|
||||
#driver=genericDriver
|
||||
serverPath=
|
||||
rate=0.50
|
||||
pitch=0.5
|
||||
# Pitch for capital letters
|
||||
capitalPitch=0.9
|
||||
#module=espeak
|
||||
#voice=bdl
|
||||
#language=en
|
||||
volume=1.0
|
||||
autoReadIncoming=True
|
||||
|
||||
# genericSpeechCommand is the command that is executed for talking
|
||||
# the following variables are replaced with values
|
||||
# fenrirText = is the text that should be spoken
|
||||
# fenrirModule = may be the speech module like used in speech-dispatcher, not every TTY need this
|
||||
# fenrirLanguage = the language
|
||||
# fenrirVoice = is the current voice that should be used
|
||||
# the current volume, pitch and rate is calculated like this
|
||||
# value = min + settingValue * (min - max )
|
||||
# fenrirVolume = is replaced with the current volume
|
||||
# fenrirPitch = is replaced with the current pitch
|
||||
# fenrirRate = is replaced with the current speed (speech rate)
|
||||
genericSpeechCommand=espeak -a fenrirVolume -s fenrirRate -p fenrirPitch -v fenrirVoice -- "fenrirText"
|
||||
|
||||
# these are the min and max values of the TTS system that is used in genericSpeechCommand
|
||||
fenrirMinVolume=0
|
||||
fenrirMaxVolume=200
|
||||
fenrirMinPitch=0
|
||||
fenrirMaxPitch=99
|
||||
fenrirMinRate=80
|
||||
fenrirMaxRate=890
|
||||
|
||||
[braille]
|
||||
enabled=False
|
||||
driver=dummyDriver
|
||||
layout=en
|
||||
# to what should the flush timeout relate to
|
||||
# word = flush after (number of words to display) * seconds
|
||||
# char = flush after (number of chars to display) * seconds
|
||||
# fix = flush after X seconds
|
||||
# none = no automatic flush (manual via shortcut)
|
||||
flushMode=word
|
||||
# seconds to flush or
|
||||
# -1 = no automatic flush (manual via shortcut)
|
||||
flushTimeout=3
|
||||
# how should the cursor be focused?
|
||||
# page = if cursor cross the border move to next page and start at beginn
|
||||
# fixCell = ajust the cursor on an special cell where it is always placed. the display scroll here more smooth.
|
||||
cursorFocusMode=page
|
||||
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||
# 0 = first cell on device
|
||||
# -1 = last cell on device
|
||||
# >0 = fix cell number
|
||||
fixCursorOnCell=-1
|
||||
#How should the braille follow the focus
|
||||
# none = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
cursorFollowMode=review
|
||||
# number of cells in panning (horizontal)
|
||||
# 0 = display size, >0 number of cells
|
||||
panSizeHorizontal=0
|
||||
|
||||
[screen]
|
||||
driver=vcsaDriver
|
||||
encoding=auto
|
||||
screenUpdateDelay=0.05
|
||||
suspendingScreen=
|
||||
autodetectSuspendingScreen=True
|
||||
|
||||
[keyboard]
|
||||
driver=evdevDriver
|
||||
# filter input devices NOMICE, ALL or a DEVICE NAME
|
||||
device=ALL
|
||||
grabDevices=True
|
||||
ignoreShortcuts=False
|
||||
keyboardLayout=nvda-desktop
|
||||
charEcho=False
|
||||
charDeleteEcho=True
|
||||
wordEcho=True
|
||||
interruptOnKeyPress=True
|
||||
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
|
||||
interruptOnKeyPressFilter=
|
||||
# timeout for double tap in sec
|
||||
doubleTapTimeout=0.2
|
||||
|
||||
[general]
|
||||
debugLevel=1
|
||||
# debugMode sets where the debug output should send to:
|
||||
# debugMode=File writes to debugFile (Default: /var/log/fenrirscreenreader/fenrir.log)
|
||||
# debugMode=Print just prints on the screen
|
||||
debugMode=File
|
||||
debugFile=/var/log/fenrirscreenreader/fenrir.log
|
||||
punctuationProfile=default
|
||||
punctuationLevel=some
|
||||
respectPunctuationPause=True
|
||||
newLinePause=True
|
||||
numberOfClipboards=10
|
||||
# used path for "export_clipboard_to_file"
|
||||
# $user is replaced by username
|
||||
clipboardExportPath=/tmp/fenrirClipboard
|
||||
emoticons=True
|
||||
fenrirKeys=KEY_KP0,KEY_CAPSLOCK
|
||||
scriptKeys=KEY_META,KEY_COMPOSE
|
||||
timeFormat=%H:%M:%P
|
||||
dateFormat="%A, %B %d, %Y"
|
||||
autoSpellCheck=True
|
||||
spellCheckLanguage=en_US
|
||||
scriptPath=/usr/share/fenrirscreenreader/scripts
|
||||
# overload commands, and create new one without changing Fenrir default
|
||||
commandPath=
|
||||
#fenrirBGColor = the backgroundcolor
|
||||
#fenrirFGColor = the foregroundcolor
|
||||
#fenrirUnderline = speak the underline attribute
|
||||
#fenrirBold = speak the bold attribute
|
||||
#fenrirBlink = speak the blink attribute
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
# play a sound when attributes are changeing
|
||||
hasAttributes=False
|
||||
# shell for PTY emulatiun (empty = default shell)
|
||||
shell=
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
# tcp = tcp (localhost only)
|
||||
method=unix
|
||||
# tcp port
|
||||
port=22447
|
||||
# socket filepath
|
||||
socketpath=/tmp/
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
rightBarriers=│┘┐─
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
endOfScreen=True
|
||||
# leave the review when pressing a key
|
||||
leaveReviewOnCursorChange=True
|
||||
# leave the review when changing the screen
|
||||
leaveReviewOnScreenChange=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
list=
|
||||
|
||||
[time]
|
||||
# automatic time anouncement
|
||||
enabled=False
|
||||
# present time
|
||||
presentTime=True
|
||||
# present date (on change)
|
||||
presentDate=True
|
||||
# present time after x seconds
|
||||
delaySec=0
|
||||
# present time after to given minutes example every 15 minutes: 00,15,30,45
|
||||
# if delaySec is >0 onMinutes is ignored
|
||||
onMinutes=00,30
|
||||
# announce via soundicon
|
||||
announce=True
|
||||
# interrupt current speech for time announcement
|
||||
interrupt=False
|
290
files/files/etc/F123-Config/backup/speechd.conf
Normal file
290
files/files/etc/F123-Config/backup/speechd.conf
Normal file
@@ -0,0 +1,290 @@
|
||||
|
||||
# Global configuration for Speech Dispatcher
|
||||
# ==========================================
|
||||
|
||||
# -----SYSTEM OPTIONS-----
|
||||
|
||||
# CommunicationMethod specifies the method to be used by Speech Dispatcher to communicate with
|
||||
# its clients. Two basic methods are "unix_socket" and "inet_socket".
|
||||
#
|
||||
# unix_socket -- communication over Unix sockets represented by a file in the
|
||||
# filesystem (see SocketPath below). This method works only locally, but is
|
||||
# prefered for standard session setup, where every user runs his own instance of Speech
|
||||
# Dispatcher to get voice feedback on his own computer.
|
||||
#
|
||||
# inet_socket -- alternatively, you can start Speech Dispatcher on
|
||||
# a TCP port and connect to it via hostname/port. This allows for a more
|
||||
# flexible setup, where you can use Speech Dispatcher over network
|
||||
# from different machines. See also the Port and LocalhostAccessOnly
|
||||
# configuration variables.
|
||||
#
|
||||
# CommunicationMethod "unix_socket"
|
||||
|
||||
# SocketPath is either "default" or a full path to the filesystem
|
||||
# where the driving Unix socket file should be created in case the
|
||||
# CommunicationMethod is set to "unix_socket". The default is
|
||||
# $XDG_RUNTIME_DIR/speech-dispatcher/speechd.sock where $XDG_RUNTIME_DIR
|
||||
# is the directory specified by the XDG Base Directory Specification.
|
||||
# Do not change this unless you have a reason and know what you are doing.
|
||||
|
||||
# SocketPath "default"
|
||||
|
||||
# The Port on which Speech Dispatcher should be available to clients if the "inet_socket"
|
||||
# communication method is used.
|
||||
|
||||
# Port 6560
|
||||
|
||||
# By default, if "inet_socket" communication method is used, the specified port is opened only
|
||||
# for connections coming from localhost. If LocalhostAccessOnly is set to 0 it disables this
|
||||
# access control. It means that the port will be accessible from all computers on the
|
||||
# network. If you turn off this option, please make sure you set up some system rules on what
|
||||
# computers are and are not allowed to access the Speech Dispatcher port.
|
||||
|
||||
# LocalhostAccessOnly 1
|
||||
|
||||
# By default, Speech Dispatcher is configured to shut itself down after a period of
|
||||
# time if no clients are connected. The timeout value is in seconds, and is started when
|
||||
# the last client disconnects. A value of 0 disables the timeout.
|
||||
|
||||
# Timeout 5
|
||||
|
||||
# -----LOGGING CONFIGURATION-----
|
||||
|
||||
# The LogLevel is a number between 0 and 5 specifying the
|
||||
# verbosity of information to the logfile or screen
|
||||
# 0 means nothing, 5 means everything (not recommended).
|
||||
|
||||
LogLevel 3
|
||||
|
||||
# The LogDir specifies where the Speech Dispatcher logs reside
|
||||
# Specify "stdout" for standard console output
|
||||
# or a custom log directory path. 'default' means
|
||||
# the logs are written to the default destination (e.g. a preconfigured
|
||||
# system directory or the home directory if .speech-dispatcher is present)
|
||||
# DO NOT COMMENT OUT THIS OPTION, leave as "default" for standard logging
|
||||
|
||||
LogDir "default"
|
||||
#LogDir "/var/log/speech-dispatcher/"
|
||||
#LogDir "stdout"
|
||||
|
||||
# The CustomLogFile allows logging all messages # regardless of
|
||||
# priority, to the given destination.
|
||||
#CustomLogFile "protocol" "/var/log/speech-dispatcher/speech-dispatcher-protocol.log"
|
||||
|
||||
# ----- VOICE PARAMETERS -----
|
||||
|
||||
# The DefaultRate controls how fast the synthesizer is going to speak.
|
||||
# The value must be between -100 (slowest) and +100 (fastest), default
|
||||
# is 0.
|
||||
|
||||
DefaultRate 0
|
||||
|
||||
# The DefaultPitch controls the pitch of the synthesized voice. The
|
||||
# value must be between -100 (lowest) and +100 (highest), default is
|
||||
# 0.
|
||||
|
||||
DefaultPitch 0
|
||||
|
||||
# The DefaultPitchRange controls the pitch range of the synthesized voice. The
|
||||
# value must be between -100 (lowest) and +100 (highest), default is
|
||||
# 0.
|
||||
|
||||
DefaultPitchRange 0
|
||||
|
||||
# The DefaultVolume controls the default volume of the voice. It is
|
||||
# a value between -100 (softly) and +100 (loudly). Currently, +100
|
||||
# maps to the default volume of the synthesizer.
|
||||
|
||||
DefaultVolume 100
|
||||
|
||||
# The DefaultVoiceType controls which voice type should be used by
|
||||
# default. Voice types are symbolic names which map to particular
|
||||
# voices provided by the synthesizer according to the output module
|
||||
# configuration. Please see the synthesizer-specific configuration
|
||||
# in etc/speech-dispatcher/modules/ to see which voices are assigned to
|
||||
# different symbolic names. The following symbolic names are
|
||||
# currently supported: MALE1, MALE2, MALE3, FEMALE1, FEMALE2, FEMALE3,
|
||||
# CHILD_MALE, CHILD_FEMALE
|
||||
|
||||
# DefaultVoiceType "MALE1"
|
||||
|
||||
# The Default language with which to speak
|
||||
|
||||
DefaultLanguage en
|
||||
|
||||
|
||||
# ----- MESSAGE DISPATCHING CONTROL -----
|
||||
|
||||
# The DefaultClientName specifies the name of a client who didn't
|
||||
# introduce himself at the beginning of an SSIP session.
|
||||
|
||||
# DefaultClientName "unknown:unknown:unknown"
|
||||
|
||||
# The Default Priority. Use with caution, normally this shouldn't be
|
||||
# changed globally (at this place)
|
||||
|
||||
# DefaultPriority "text"
|
||||
|
||||
# The DefaultPauseContext specifies by how many index marks a speech
|
||||
# cursor should return when resuming after a pause. This is roughly
|
||||
# equivalent to the number of sentences before the place of the
|
||||
# execution of pause that will be repeated.
|
||||
|
||||
# DefaultPauseContext 0
|
||||
|
||||
# -----SPELLING/PUNCTUATION/CAPITAL LETTERS CONFIGURATION-----
|
||||
|
||||
# The DefaultPunctuationMode sets the way dots, comas, exclamation
|
||||
# marks, question marks etc. are interpreted. none: they are ignored
|
||||
# some: some of them are sent to synthesis (see
|
||||
# DefaultPunctuationSome) all: all punctuation marks are sent to
|
||||
# synthesis
|
||||
|
||||
# DefaultPunctuationMode "none"
|
||||
|
||||
# Whether to use server-side symbols pre-processing by default.
|
||||
# This controls whether the server should pre-process the messages to insert
|
||||
# the appropriate words or if the output module is responsible for speaking
|
||||
# symbols and punctuation.
|
||||
|
||||
DefaultSymbolsPreprocessing 0
|
||||
|
||||
# The DefaultCapLetRecognition: if set to "spell", capital letters
|
||||
# should be spelled (e.g. "capital b"), if set to "icon",
|
||||
# capital letters are indicated by inserting a special sound
|
||||
# before them but they should be read normally, it set to "none"
|
||||
# capital letters are not recognized (by default)
|
||||
|
||||
# DefaultCapLetRecognition "none"
|
||||
|
||||
# The DefaultSpelling: if set to On, all messages will be spelt
|
||||
# unless set otherwise (this is usually not something you want to do.)
|
||||
|
||||
# DefaultSpelling Off
|
||||
|
||||
# ----- AUDIO CONFIGURATION -----------
|
||||
|
||||
# -- AUDIO OUTPUT --
|
||||
|
||||
# Chooses between the possible sound output systems:
|
||||
# "pulse" - PulseAudio
|
||||
# "alsa" - Advanced Linux Sound System
|
||||
# "oss" - Open Sound System
|
||||
# "nas" - Network Audio System
|
||||
# "libao" - A cross platform audio library
|
||||
# Pulse audio is the default and recommended sound server. OSS and ALSA
|
||||
# are only provided for compatibility with architectures that do not
|
||||
# include Pulse Audio. NAS provides network transparency, but is not
|
||||
# very well tested. libao is a cross platform library with plugins for
|
||||
# different sound systems and provides alternative output for Pulse Audio
|
||||
# and ALSA as well as for other backends.
|
||||
|
||||
AudioOutputMethod pulse
|
||||
|
||||
# -- Pulse Audio parameters --
|
||||
|
||||
# Pulse audio server name or "default" for the default pulse server
|
||||
|
||||
#AudioPulseServer "default"
|
||||
|
||||
#AudioPulseMinLength 100
|
||||
|
||||
# -- ALSA parameters --
|
||||
|
||||
# Audio device for ALSA output
|
||||
|
||||
#AudioALSADevice "default"
|
||||
|
||||
# -- OSS parameters --
|
||||
|
||||
# Audio device for OSS output
|
||||
|
||||
#AudioOSSDevice "/dev/dsp"
|
||||
|
||||
# -- NAS parameters --
|
||||
|
||||
# Route to the Network Audio System server when NAS
|
||||
# is chosen for the audio output. Note that NAS
|
||||
# server doesn't need to run on your machine,
|
||||
# you can use it also over network (for instance
|
||||
# when working on remote machines).
|
||||
|
||||
#AudioNASServer "tcp/localhost:5450"
|
||||
|
||||
|
||||
|
||||
# -----OUTPUT MODULES CONFIGURATION-----
|
||||
|
||||
# Each AddModule line loads an output module.
|
||||
# Syntax: AddModule "name" "binary" "configuration" "logfile"
|
||||
# - name is the name under which you can access this module
|
||||
# - binary is the path to the binary executable of this module,
|
||||
# either relative (to lib/speech-dispatcher-modules/) or absolute
|
||||
# - configuration is the path to the config file of this module,
|
||||
# either relative (to etc/speech-dispatcher/modules/) or absolute
|
||||
|
||||
#AddModule "espeak" "sd_espeak" "espeak.conf"
|
||||
AddModule "espeak-ng" "sd_espeak-ng" "espeak-ng.conf"
|
||||
#AddModule "festival" "sd_festival" "festival.conf"
|
||||
#AddModule "flite" "sd_flite" "flite.conf"
|
||||
#AddModule "ivona" "sd_ivona" "ivona.conf"
|
||||
#AddModule "pico" "sd_pico" "pico.conf"
|
||||
AddModule "pico" "sd_generic" "nanotts-generic.conf"
|
||||
#AddModule "espeak-generic" "sd_generic" "espeak-generic.conf"
|
||||
AddModule "espeak-ng-mbrola-generic" "sd_generic" "espeak-ng-mbrola-generic.conf"
|
||||
#AddModule "espeak-mbrola-generic" "sd_generic" "espeak-mbrola-generic.conf"
|
||||
AddModule "rhvoice" "sd_rhvoice" "rhvoice.conf"
|
||||
#AddModule "swift-generic" "sd_generic" "swift-generic.conf"
|
||||
#AddModule "epos-generic" "sd_generic" "epos-generic.conf"
|
||||
#AddModule "dtk-generic" "sd_generic" "dtk-generic.conf"
|
||||
#AddModule "pico-generic" "sd_generic" "pico-generic.conf"
|
||||
#AddModule "ibmtts" "sd_ibmtts" "ibmtts.conf"
|
||||
#AddModule "cicero" "sd_cicero" "cicero.conf"
|
||||
#AddModule "kali" "sd_kali" "kali.conf"
|
||||
#AddModule "mary-generic" "sd_generic" "mary-generic.conf"
|
||||
|
||||
# DO NOT REMOVE the following line unless you have
|
||||
# a specific reason -- this is the fallback output module
|
||||
# that is only used when no other modules are in use
|
||||
#AddModule "dummy" "sd_dummy" ""
|
||||
|
||||
# The output module testing doesn't actually connect to anything. It
|
||||
# outputs the requested commands to standard output and reads
|
||||
# responses from stdandard input. This way, Speech Dispatcher's
|
||||
# communication with output modules can be tested easily.
|
||||
|
||||
# AddModule "testing"
|
||||
|
||||
# The DefaultModule selects which output module is the default. You
|
||||
# must use one of the names of the modules loaded with AddModule.
|
||||
|
||||
DefaultModule rhvoice
|
||||
|
||||
# The LanguageDefaultModule selects which output modules are prefered
|
||||
# for specified languages.
|
||||
|
||||
#LanguageDefaultModule "en" "espeak"
|
||||
#LanguageDefaultModule "cs" "festival"
|
||||
#LanguageDefaultModule "es" "festival"
|
||||
|
||||
# -----CLIENT SPECIFIC CONFIGURATION-----
|
||||
|
||||
# Here you can include the files with client-specific configuration
|
||||
# for different types of clients. They must contain one or more sections with
|
||||
# this structure:
|
||||
# BeginClient "emacs:*"
|
||||
# DefaultPunctuationMode "some"
|
||||
# ...and/or some other settings
|
||||
# EndClient
|
||||
# The parameter of BeginClient tells Speech Dispatcher which clients
|
||||
# it should apply the settings to (it does glob-style matching, you can use
|
||||
# * to match any number of characters and ? to match one character)
|
||||
|
||||
# There are some sample client settings
|
||||
|
||||
Include "clients/*.conf"
|
||||
|
||||
# The DisableAutoSpawn option will disable the autospawn mechanism.
|
||||
# Thus the server will not start automatically on requests from the clients
|
||||
# DisableAutoSpawn
|
||||
|
452
files/files/etc/F123-Config/irssi/config
Normal file
452
files/files/etc/F123-Config/irssi/config
Normal file
@@ -0,0 +1,452 @@
|
||||
servers = (
|
||||
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
||||
{ address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
|
||||
{ address = "irc.esper.net"; chatnet = "EsperNet"; port = "6667"; },
|
||||
{
|
||||
address = "chat.freenode.net";
|
||||
chatnet = "Freenode";
|
||||
port = "6667";
|
||||
},
|
||||
{
|
||||
address = "irc.gamesurge.net";
|
||||
chatnet = "GameSurge";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{
|
||||
address = "irc.ircsource.net";
|
||||
chatnet = "IRCSource";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; },
|
||||
{ address = "irc.oftc.net"; chatnet = "OFTC"; port = "6667"; },
|
||||
{
|
||||
address = "irc.quakenet.org";
|
||||
chatnet = "QuakeNet";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
|
||||
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
||||
{
|
||||
address = "irc.undernet.org";
|
||||
chatnet = "Undernet";
|
||||
port = "6667";
|
||||
},
|
||||
{
|
||||
address = "irc.netwirc.tk";
|
||||
port = "6697";
|
||||
use_ssl = "yes";
|
||||
ssl_verify = "no";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
netwirc = {
|
||||
type = "IRC";
|
||||
max_kicks = "40";
|
||||
max_msgs = "20";
|
||||
max_whois = "30";
|
||||
autosendcmd = "/join #talkingarch";
|
||||
};
|
||||
DALnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "4";
|
||||
max_msgs = "20";
|
||||
max_whois = "30";
|
||||
};
|
||||
EFNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
EsperNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
Freenode = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
GameSurge = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
IRCnet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
IRCSource = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
NetFuze = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
|
||||
QuakeNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
Rizon = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
SILC = { type = "SILC"; };
|
||||
Undernet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
};
|
||||
|
||||
channels = (
|
||||
{ name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
|
||||
{ name = "#freenode"; chatnet = "Freenode"; autojoin = "No"; },
|
||||
{ name = "#irssi"; chatnet = "Freenode"; autojoin = "No"; },
|
||||
{ name = "#gamesurge"; chatnet = "GameSurge"; autojoin = "No"; },
|
||||
{ name = "#irssi"; chatnet = "IRCNet"; autojoin = "No"; },
|
||||
{ name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
|
||||
{ name = "#netfuze"; chatnet = "NetFuze"; autojoin = "No"; },
|
||||
{ name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
|
||||
{ name = "silc"; chatnet = "SILC"; autojoin = "No"; },
|
||||
{ name = "#talkingarch"; chatnet = "netwirc"; autojoin = "yes"; }
|
||||
);
|
||||
|
||||
aliases = {
|
||||
ATAG = "WINDOW SERVER";
|
||||
ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
|
||||
B = "BAN";
|
||||
BACK = "AWAY";
|
||||
BANS = "BAN";
|
||||
BYE = "QUIT";
|
||||
C = "CLEAR";
|
||||
CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
|
||||
CHAT = "DCC CHAT";
|
||||
CUBES = "SCRIPT EXEC Irssi::active_win->print(\"%_bases\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { join '', map { \"%x0\\${_}0\\$_\" } '0'..'9','A'..'F' }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print(\"%_cubes\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { my \\$y = \\$_*6 \\; join '', map { my \\$x = \\$_ \\; map { \"%x\\$x\\$_\\$x\\$_\" } @{['0'..'9','A'..'Z']}[\\$y .. \\$y+5] } 1..6 }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) for 0..5 \\; Irssi::active_win->print(\"%_grays\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { join '', map { \"%x7\\${_}7\\$_\" } 'A'..'X' }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print(\"%_mIRC extended colours\", MSGLEVEL_CLIENTCRAP) \\; my \\$x \\; \\$x .= sprintf \"\00399,%02d%02d\",\\$_,\\$_ for 0..15 \\; Irssi::active_win->print(\\$x, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; for my \\$z (0..6) { my \\$x \\; \\$x .= sprintf \"\00399,%02d%02d\",\\$_,\\$_ for 16+(\\$z*12)..16+(\\$z*12)+11 \\; Irssi::active_win->print(\\$x, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) }";
|
||||
DATE = "exec date +'%I:%M%p%n%A, %B %d,%Y'";
|
||||
DEHIGHLIGHT = "DEHILIGHT";
|
||||
DESCRIBE = "ACTION";
|
||||
DHL = "DEHILIGHT";
|
||||
EXEMPTLIST = "MODE $C +e";
|
||||
EXIT = "QUIT";
|
||||
GOTO = "SCROLLBACK GOTO";
|
||||
HIGHLIGHT = "HILIGHT";
|
||||
HL = "HILIGHT";
|
||||
HOST = "USERHOST";
|
||||
INVITELIST = "MODE $C +I";
|
||||
J = "JOIN";
|
||||
K = "KICK";
|
||||
KB = "KICKBAN";
|
||||
KN = "KNOCKOUT";
|
||||
LAST = "LASTLOG";
|
||||
LEAVE = "PART";
|
||||
M = "MSG";
|
||||
MUB = "UNBAN *";
|
||||
N = "NAMES";
|
||||
NMSG = "^MSG";
|
||||
P = "PART";
|
||||
Q = "QUERY";
|
||||
RESET = "SET -default";
|
||||
RUN = "SCRIPT LOAD";
|
||||
SAY = "MSG *";
|
||||
SB = "SCROLLBACK";
|
||||
SBAR = "STATUSBAR";
|
||||
SIGNOFF = "QUIT";
|
||||
SV = "MSG * Irssi $J ($V) - http://www.irssi.org";
|
||||
T = "TOPIC";
|
||||
UB = "UNBAN";
|
||||
UMODE = "MODE $N";
|
||||
UNSET = "SET -clear";
|
||||
W = "WHO";
|
||||
WC = "WINDOW CLOSE";
|
||||
WG = "WINDOW GOTO";
|
||||
WJOIN = "JOIN -window";
|
||||
WI = "WHOIS";
|
||||
WII = "WHOIS $0 $0";
|
||||
WL = "WINDOW LIST";
|
||||
WN = "WINDOW NEW HIDDEN";
|
||||
WQUERY = "QUERY -window";
|
||||
WW = "WHOWAS";
|
||||
1 = "WINDOW GOTO 1";
|
||||
2 = "WINDOW GOTO 2";
|
||||
3 = "WINDOW GOTO 3";
|
||||
4 = "WINDOW GOTO 4";
|
||||
5 = "WINDOW GOTO 5";
|
||||
6 = "WINDOW GOTO 6";
|
||||
7 = "WINDOW GOTO 7";
|
||||
8 = "WINDOW GOTO 8";
|
||||
9 = "WINDOW GOTO 9";
|
||||
10 = "WINDOW GOTO 10";
|
||||
11 = "WINDOW GOTO 11";
|
||||
12 = "WINDOW GOTO 12";
|
||||
13 = "WINDOW GOTO 13";
|
||||
14 = "WINDOW GOTO 14";
|
||||
15 = "WINDOW GOTO 15";
|
||||
16 = "WINDOW GOTO 16";
|
||||
17 = "WINDOW GOTO 17";
|
||||
18 = "WINDOW GOTO 18";
|
||||
19 = "WINDOW GOTO 19";
|
||||
20 = "WINDOW GOTO 20";
|
||||
21 = "WINDOW GOTO 21";
|
||||
22 = "WINDOW GOTO 22";
|
||||
23 = "WINDOW GOTO 23";
|
||||
24 = "WINDOW GOTO 24";
|
||||
25 = "WINDOW GOTO 25";
|
||||
26 = "WINDOW GOTO 26";
|
||||
27 = "WINDOW GOTO 27";
|
||||
28 = "WINDOW GOTO 28";
|
||||
29 = "WINDOW GOTO 29";
|
||||
30 = "WINDOW GOTO 30";
|
||||
31 = "WINDOW GOTO 31";
|
||||
32 = "WINDOW GOTO 32";
|
||||
33 = "WINDOW GOTO 33";
|
||||
34 = "WINDOW GOTO 34";
|
||||
35 = "WINDOW GOTO 35";
|
||||
36 = "WINDOW GOTO 36";
|
||||
37 = "WINDOW GOTO 37";
|
||||
38 = "WINDOW GOTO 38";
|
||||
39 = "WINDOW GOTO 39";
|
||||
40 = "WINDOW GOTO 40";
|
||||
41 = "WINDOW GOTO 41";
|
||||
42 = "WINDOW GOTO 42";
|
||||
43 = "WINDOW GOTO 43";
|
||||
44 = "WINDOW GOTO 44";
|
||||
45 = "WINDOW GOTO 45";
|
||||
46 = "WINDOW GOTO 46";
|
||||
47 = "WINDOW GOTO 47";
|
||||
48 = "WINDOW GOTO 48";
|
||||
49 = "WINDOW GOTO 49";
|
||||
50 = "WINDOW GOTO 50";
|
||||
51 = "WINDOW GOTO 51";
|
||||
52 = "WINDOW GOTO 52";
|
||||
53 = "WINDOW GOTO 53";
|
||||
54 = "WINDOW GOTO 54";
|
||||
55 = "WINDOW GOTO 55";
|
||||
56 = "WINDOW GOTO 56";
|
||||
57 = "WINDOW GOTO 57";
|
||||
58 = "WINDOW GOTO 58";
|
||||
59 = "WINDOW GOTO 59";
|
||||
60 = "WINDOW GOTO 60";
|
||||
61 = "WINDOW GOTO 61";
|
||||
62 = "WINDOW GOTO 62";
|
||||
63 = "WINDOW GOTO 63";
|
||||
64 = "WINDOW GOTO 64";
|
||||
65 = "WINDOW GOTO 65";
|
||||
66 = "WINDOW GOTO 66";
|
||||
67 = "WINDOW GOTO 67";
|
||||
68 = "WINDOW GOTO 68";
|
||||
69 = "WINDOW GOTO 69";
|
||||
70 = "WINDOW GOTO 70";
|
||||
71 = "WINDOW GOTO 71";
|
||||
72 = "WINDOW GOTO 72";
|
||||
73 = "WINDOW GOTO 73";
|
||||
74 = "WINDOW GOTO 74";
|
||||
75 = "WINDOW GOTO 75";
|
||||
76 = "WINDOW GOTO 76";
|
||||
77 = "WINDOW GOTO 77";
|
||||
78 = "WINDOW GOTO 78";
|
||||
79 = "WINDOW GOTO 79";
|
||||
80 = "WINDOW GOTO 80";
|
||||
81 = "WINDOW GOTO 81";
|
||||
82 = "WINDOW GOTO 82";
|
||||
83 = "WINDOW GOTO 83";
|
||||
84 = "WINDOW GOTO 84";
|
||||
85 = "WINDOW GOTO 85";
|
||||
86 = "WINDOW GOTO 86";
|
||||
87 = "WINDOW GOTO 87";
|
||||
88 = "WINDOW GOTO 88";
|
||||
89 = "WINDOW GOTO 89";
|
||||
90 = "WINDOW GOTO 90";
|
||||
91 = "WINDOW GOTO 91";
|
||||
92 = "WINDOW GOTO 92";
|
||||
93 = "WINDOW GOTO 93";
|
||||
94 = "WINDOW GOTO 94";
|
||||
95 = "WINDOW GOTO 95";
|
||||
96 = "WINDOW GOTO 96";
|
||||
97 = "WINDOW GOTO 97";
|
||||
98 = "WINDOW GOTO 98";
|
||||
99 = "WINDOW GOTO 99";
|
||||
music = "/exec -o echo -n \"Now playing: \\$(audtool --current-song)\"";
|
||||
sing = "/exec -o echo -n \"@sing \\$(audtool --current-song-tuple-data artist | tr -d \\$'\\n'):\\$(audtool --current-song-tuple-data title)\"";
|
||||
"*sing" = "/exec -o echo -n \"@sing \\$(audtool --current-song-tuple-data artist | tr -d \\$'\\n'):\\$(audtool --current-song-tuple-data title):*\"";
|
||||
};
|
||||
|
||||
statusbar = {
|
||||
|
||||
items = {
|
||||
|
||||
barstart = "{sbstart}";
|
||||
barend = "{sbend}";
|
||||
|
||||
topicbarstart = "{topicsbstart}";
|
||||
topicbarend = "{topicsbend}";
|
||||
|
||||
time = "{sb $Z}";
|
||||
user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
|
||||
|
||||
window = "{sb $winref:$tag/$itemname{sbmode $M}}";
|
||||
window_empty = "{sb $winref{sbservertag $tag}}";
|
||||
|
||||
prompt = "{prompt $[.15]itemname}";
|
||||
prompt_empty = "{prompt $winname}";
|
||||
|
||||
topic = " $topic";
|
||||
topic_empty = " Irssi v$J - http://www.irssi.org";
|
||||
|
||||
lag = "{sb Lag: $0-}";
|
||||
act = "{sb Act: $0-}";
|
||||
more = "-- more --";
|
||||
};
|
||||
|
||||
default = {
|
||||
|
||||
window = {
|
||||
|
||||
disabled = "yes";
|
||||
type = "window";
|
||||
placement = "bottom";
|
||||
position = "1";
|
||||
visible = "active";
|
||||
|
||||
items = {
|
||||
barstart = { priority = "100"; };
|
||||
user = { };
|
||||
window = { };
|
||||
window_empty = { };
|
||||
lag = { priority = "-1"; };
|
||||
act = { priority = "10"; };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
|
||||
window_inact = {
|
||||
|
||||
type = "window";
|
||||
placement = "bottom";
|
||||
position = "1";
|
||||
visible = "inactive";
|
||||
|
||||
items = {
|
||||
barstart = { priority = "100"; };
|
||||
window = { };
|
||||
window_empty = { };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
|
||||
prompt = {
|
||||
|
||||
type = "root";
|
||||
placement = "bottom";
|
||||
position = "100";
|
||||
visible = "always";
|
||||
|
||||
items = {
|
||||
prompt = { priority = "-1"; };
|
||||
prompt_empty = { priority = "-1"; };
|
||||
input = { priority = "10"; };
|
||||
};
|
||||
};
|
||||
|
||||
topic = {
|
||||
|
||||
type = "root";
|
||||
placement = "top";
|
||||
position = "1";
|
||||
visible = "always";
|
||||
|
||||
items = {
|
||||
topicbarstart = { priority = "100"; };
|
||||
topic = { };
|
||||
topic_empty = { };
|
||||
topicbarend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
core = { real_name = "Unknown"; user_name = "storm"; nick = "storm"; };
|
||||
"fe-text" = { actlist_sort = "refnum"; };
|
||||
"fe-common/core" = {
|
||||
bell_beeps = "yes";
|
||||
beep_msg_level = "msgs notices dcc dccmsgs hilight";
|
||||
timestamps = "no";
|
||||
};
|
||||
};
|
||||
windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; };
|
||||
mainwindows = { 1 = { first_line = "1"; lines = "35"; }; };
|
||||
keyboard = (
|
||||
{
|
||||
key = "meta-Z";
|
||||
id = "command";
|
||||
data = "exec audtool --playlist-reverse&&audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-B";
|
||||
id = "command";
|
||||
data = "exec audtool --playlist-advance&&audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-X";
|
||||
id = "command";
|
||||
data = "exec if ! pgrep audacious &> /dev/null ; then audacious -Hp &> /dev/null&else audacious -p;fi;audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-c";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-playpause;if audtool --playback-playing ; then audtool --current-song;fi";
|
||||
},
|
||||
{
|
||||
key = "meta-v";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-stop";
|
||||
},
|
||||
{
|
||||
key = "meta-_";
|
||||
id = "command";
|
||||
data = "exec audtool --set-volume $(($(audtool --get-volume | tr -Cd '[:digit:]-') - 5))";
|
||||
},
|
||||
{
|
||||
key = "meta-+";
|
||||
id = "command";
|
||||
data = "exec audtool --set-volume $(($(audtool --get-volume | tr -Cd '[:digit:]-') + 5))";
|
||||
},
|
||||
{
|
||||
key = "meta-C";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-playpause&&audtool --current-song";
|
||||
},
|
||||
{
|
||||
key = "meta-V";
|
||||
id = "command";
|
||||
data = "exec audtool --playback-stop";
|
||||
},
|
||||
{
|
||||
key = "meta-U";
|
||||
id = "command";
|
||||
data = "exec audtool --current-song";
|
||||
}
|
||||
);
|
1
files/files/etc/F123-Config/irssi/scripts/autorun/sound.pl
Symbolic link
1
files/files/etc/F123-Config/irssi/scripts/autorun/sound.pl
Symbolic link
@@ -0,0 +1 @@
|
||||
../sound.pl
|
293
files/files/etc/F123-Config/irssi/scripts/sound.pl
Executable file
293
files/files/etc/F123-Config/irssi/scripts/sound.pl
Executable file
@@ -0,0 +1,293 @@
|
||||
use strict;
|
||||
use vars qw($VERSION %IRSSI);
|
||||
|
||||
use Irssi;
|
||||
$VERSION = '0.0.3';
|
||||
%IRSSI = (
|
||||
authors => 'Storm and Jeremiah',
|
||||
contact => 'blah@blah.blah',
|
||||
name => 'irssi-sound',
|
||||
description => 'Play sounds for different events in IRSSI.',
|
||||
url => 'https://github.com/stormdragon2976/irssi-sound',
|
||||
license => 'GNU General Public License',
|
||||
changed => '$Date: 2007-02-07 12:00:00 +0100 (Thu, 7 Feb 2008) $'
|
||||
);
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Created by Chrelad
|
||||
# Feb 7, 2008
|
||||
#modified by Storm Dragon
|
||||
#Also modified by Jeremiah
|
||||
#Added private message sound and the ability to select sound method
|
||||
#Sounds now play as a background process.
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
my $flood_protect = 1;
|
||||
my $sound_tag;
|
||||
|
||||
sub sound_overflow_timeout() {
|
||||
$flood_protect = 1;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
}
|
||||
|
||||
|
||||
sub join_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $joincmd = Irssi::settings_get_str("join_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($joincmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub part_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $partcmd = Irssi::settings_get_str("part_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($partcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub quit_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $quitcmd = Irssi::settings_get_str("quit_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($quitcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub pub_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $pubcmd = Irssi::settings_get_str("pub_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($pubcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_action_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownactcmd = Irssi::settings_get_str("own_act_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownactcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_private_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownprivcmd = Irssi::settings_get_str("own_privmsg_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownprivcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub action_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $actcmd = Irssi::settings_get_str("action_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($actcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownmsgcmd = Irssi::settings_get_str("own_msg_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownmsgcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub own_notice_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $ownnoticecmd = Irssi::settings_get_str("own_notice_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($ownnoticecmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub notice_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $noticecmd = Irssi::settings_get_str("notice_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($noticecmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub pri_msg {
|
||||
my ($server,$msg,$nick,$address,$target) = @_;
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;;
|
||||
} else {
|
||||
if (my $privmsgcmd = Irssi::settings_get_str("privmsg_sound_command")) {
|
||||
if ($flood_protect) {
|
||||
my $sound_flood = Irssi::settings_get_int('sound_flood');
|
||||
$sound_flood = 1000 if $sound_flood < 0;
|
||||
Irssi::timeout_remove($sound_tag);
|
||||
$sound_tag = Irssi::timeout_add($sound_flood, 'sound_overflow_timeout', undef);
|
||||
system($privmsgcmd);
|
||||
$flood_protect = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub hilight {
|
||||
my ($dest, $text, $stripped) = @_;
|
||||
my $server = $dest->{server};
|
||||
my $window = Irssi::active_server();
|
||||
if (!($server &&
|
||||
$dest->{level} & (MSGLEVEL_HILIGHT) &&
|
||||
$server->ischannel($dest->{target}) &&
|
||||
$window->{refnum} != $dest->{window}->{refnum})) {
|
||||
return;
|
||||
}
|
||||
if ($server && ! Irssi::settings_get_bool("sounds")) {
|
||||
return;
|
||||
} else {
|
||||
if (my $hilightcmd = Irssi::settings_get_str("hilight_sound_command")) {
|
||||
system($hilightcmd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#add settings and defaults
|
||||
Irssi::settings_add_bool("lookandfeel", "sounds", 1);
|
||||
Irssi::settings_add_int("lookandfeel", "sound_flood", 250);
|
||||
Irssi::settings_add_str("misc", "join_sound_command",
|
||||
"play -qnV0 synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix - &. /dev/null&");
|
||||
Irssi::settings_add_str("misc", "part_sound_command",
|
||||
"play -qnV0 synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix - &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "quit_sound_command",
|
||||
"play -qnV0 synth pi fade h 0 1 1 pad 0 1 reverb overdrive riaa norm -7 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "pub_sound_command",
|
||||
"play -qnV0 synth 0.09 tri E3:B3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_act_sound_command",
|
||||
"play -qnV0 synth 0.25 tri G5:E1 tri B5:D1 remix - norm -5 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_privmsg_sound_command",
|
||||
"play -qnV0 synth pl G2 pl G3 pl B2 pl B3 pl D3 pl D4 pl G3 pl G4 pl D4 pl D4 pl G4 pl G4 delay 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 remix - phaser fade p 0 0.5 0.3 norm -3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "action_sound_command",
|
||||
"play -qnV0 synth 0.25 tri E1:G5 tri D1:B5 remix - norm -5 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_msg_sound_command",
|
||||
"play -qnV0 synth 0.09 tri B3:E3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "own_notice_sound_command",
|
||||
"play -nqV0 synth pi fade h 0 1 1 norm -15 pad 0 1 reverb overdrive riaa speed 32 repeat 3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "notice_sound_command",
|
||||
"play -nqV0 synth pi fade h 0 1 1 norm -15 pad 0 1 reverb overdrive riaa speed 32 reverse repeat 3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "privmsg_sound_command",
|
||||
"play -qnV0 synth pl G4 pl G4 pl D4 pl D4 pl D4 pl D3 pl G4 pl G3 pl B3 pl B2 pl G3 pl G2 delay 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 remix - phaser fade p 0 0.5 0.3 norm -3 &> /dev/null&");
|
||||
Irssi::settings_add_str("misc", "hilight_sound_command",
|
||||
"play -qnV0 synth 0.5 tri A3:D3 tri D3:A3 remix - &> /dev/null&");
|
||||
#add Signals
|
||||
Irssi::signal_add_last("message public", "pub_msg");
|
||||
Irssi::signal_add_last("message irc action", "action_msg");
|
||||
Irssi::signal_add_last("message own_public", "own_msg");
|
||||
Irssi::signal_add_last("message private", "pri_msg");
|
||||
Irssi::signal_add_last("message own_private", "own_private_msg");
|
||||
Irssi::signal_add_last("message irc own_action", "own_action_msg");
|
||||
Irssi::signal_add_last("message irc own_notice", "own_notice_msg");
|
||||
Irssi::signal_add_last("message irc notice", "notice_msg");
|
||||
Irssi::signal_add_last('print text', "hilight");
|
||||
Irssi::signal_add_last("event join", 'join_msg');
|
||||
Irssi::signal_add_last("event quit", 'quit_msg');
|
||||
Irssi::signal_add_last("event part", 'part_msg');
|
||||
Irssi::signal_add_last("event kick", 'part_msg');
|
||||
#- end
|
617
files/files/etc/F123-Config/storeBackup.conf
Normal file
617
files/files/etc/F123-Config/storeBackup.conf
Normal file
@@ -0,0 +1,617 @@
|
||||
# configuration file for storeBackup.pl
|
||||
# Generated by storeBackup.pl, 3.5
|
||||
|
||||
####################
|
||||
### explanations ###
|
||||
####################
|
||||
|
||||
# You can set a value specified with '-cf_key' (eg. logFiles) and
|
||||
# continue at the next lines which have to begin with a white space:
|
||||
# logFiles = /var/log/messages /var/log/cups/access_log
|
||||
# /var/log/cups/error_log
|
||||
# One ore more white spaces are interpreted as separators.
|
||||
# You can use single quotes or double quotes to group strings
|
||||
# together, eg. if you have a filename with a blank in its name:
|
||||
# logFiles = '/var/log/my strage log'
|
||||
# will result in one filename, not in three.
|
||||
# If an option should have *no value*, write:
|
||||
# logFiles =
|
||||
# If you want the default value, comment it:
|
||||
;logFile =
|
||||
# You can also use environment variables, like $XXX or ${XXX} like in
|
||||
# a shell. Single quotes will mask environment variables, while double
|
||||
# quotes will not.
|
||||
# You can mask $, {, }, ", ' with a backslash (\), eg. \$
|
||||
# Lines beginning with a '#' or ';' are ignored (use this for comments)
|
||||
#
|
||||
# You can overwrite settings in the command line. You can remove
|
||||
# the setting also in the command by using the --unset feature, eg.:
|
||||
# '--unset doNotDelete' or '--unset --doNotDelete'
|
||||
|
||||
#####################
|
||||
### configuration ###
|
||||
#####################
|
||||
|
||||
# source directory (*** must be specified ***)
|
||||
sourceDir=/home
|
||||
|
||||
# top level directory of all linked backups (*** must be specified ***)
|
||||
# storeBackup must know for consistency checking where all your backups
|
||||
# are. This is done to make sure that your backups are consistent if you
|
||||
# used --lateLinks.
|
||||
;backupDir=
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# you do not need specify the options below to get a running configuration
|
||||
# (but they give you more features and more control)
|
||||
#
|
||||
|
||||
|
||||
# series directory, default is 'default'
|
||||
# relative path from backupDir
|
||||
;series=
|
||||
|
||||
# directory for temporary file, default is /tmp
|
||||
;tmpDir=
|
||||
|
||||
# List of other backup directories to consider for
|
||||
# hard linking. Relative path from backupDir!
|
||||
# Format (examples):
|
||||
# backupSeries/2002.08.29_08.25.28 -> consider this backup
|
||||
# or
|
||||
# 0:backupSeries -> last (youngest) backup in <backupDir>/backupSeries
|
||||
# 1:backupSeries -> first before last backup in <backupDir>/backupSeries
|
||||
# n:backupSeries -> n'th before last backup in <backupDir>/backupSeries
|
||||
# 3-5:backupSeries -> 3rd, 4th and 5th in <backupDir>/backupSeries
|
||||
# all:backupSeries -> all in <backupDir>/backupSeries
|
||||
# This option is useful, if you want to explicitly hard link
|
||||
# to backup series from different backups. You can specify eg. with
|
||||
# 0:myBackup to the last backup of series 'myBackup'. If you specify
|
||||
# backup series with otherBackupSeries, then only these backups will be
|
||||
# used for hard linking.
|
||||
# You can also use wildcards in series names. See documentation,
|
||||
# section 'Using Wildcards for Replication' for details.
|
||||
# Default value is to link to the last backup of all series stored in
|
||||
# 'backupDir'.
|
||||
;otherBackupSeries=
|
||||
|
||||
# lock file, if exist, new instances will finish if
|
||||
# an old is already running, default is /tmp/storeBackup.lock
|
||||
;lockFile=
|
||||
|
||||
# remove the lock files before deleting old backups
|
||||
# default ('no') is to delete the lock file after deleting
|
||||
# possible values are 'yes' and 'no'
|
||||
;unlockBeforeDel=
|
||||
|
||||
# continue if one or more of the exceptional directories
|
||||
# do not exist (no is stopping processing)
|
||||
# default is 'no', can be 'yes' or 'no'
|
||||
;contExceptDirsErr=
|
||||
|
||||
# Directories to exclude from the backup (relative path inside of the backup).
|
||||
# You can use shell type wildcards.
|
||||
# These directories have to be separated by space or newline.
|
||||
;exceptDirs=dev proc sys tmp run mnt media var home/*/.cache lost+found
|
||||
exceptDirs=*/.cache
|
||||
|
||||
# Directories to include in the backup (relative path inside of the backup).
|
||||
# You can use shell type wildcards.
|
||||
# These directories have to be separated by space or newline.
|
||||
includeDirs=../etc
|
||||
|
||||
# rule for excluding files / only for experienced administrators
|
||||
# !!! see README file 'including / excluding files and directories'
|
||||
# EXAMPLE:
|
||||
# searchRule = ( '$size > &::SIZE("3M")' and '$uid eq "hjc"' ) or
|
||||
# ( '$mtime > &::DATE("3d4h")' and not '$file =~ m#/tmp/#' )'
|
||||
;exceptRule=
|
||||
|
||||
# For explanations, see 'exceptRule'.
|
||||
;includeRule=
|
||||
|
||||
# write a file name .storeBackup.notSaved.bz2 with the
|
||||
# names of all skipped files, default is 'no', can be 'yes' or 'no'
|
||||
;writeExcludeLog=
|
||||
|
||||
# do not save the specified types of files, allowed: Sbcfpl
|
||||
# S - file is a socket
|
||||
# b - file is a block special file
|
||||
# c - file is a character special file
|
||||
# f - file is a plain file
|
||||
# p - file is a named pipe
|
||||
# l - file is a symbolic link
|
||||
# Spbc can only be backed up if GNU copy is available.
|
||||
;exceptTypes=
|
||||
|
||||
# save the specified type of files in an archive instead saving
|
||||
# them directly in the file system
|
||||
# use this if you want to backup those file types but your target
|
||||
# file or transport (eg. sshfs or non gnu-cp) system does not support
|
||||
# those types of file
|
||||
# S - file is a socket
|
||||
# b - file is a block special file
|
||||
# c - file is a character special file
|
||||
# p - file is a named pipe
|
||||
# l - file is a symbolic link
|
||||
# you also have to set specialTypeArchiver when using this option
|
||||
;archiveTypes=
|
||||
|
||||
|
||||
# possible values are 'cpio', 'tar', 'none'. default is 'cpio'
|
||||
# tar is not able to archive sockets
|
||||
# cpio is not part of the actual posix standard any more
|
||||
;specialTypeArchiver=
|
||||
|
||||
# Activate this option if your system's cp is a full-featured GNU
|
||||
# version. In this case you will be able to also backup several
|
||||
# special file types like sockets.
|
||||
# Possible values are 'yes' and 'no'. Default is 'no'
|
||||
cpIsGnu=yes
|
||||
|
||||
# make a hard link to existing, identical symlinks in old backups
|
||||
# use this, if your operating system supports this (linux does)
|
||||
# Possible values are 'yes' and 'no'. Default is 'no'
|
||||
;linkSymlinks=
|
||||
|
||||
# exec job before starting the backup, checks lockFile (-L) before
|
||||
# starting (e.g. can be used for rsync) stops execution if job returns
|
||||
# exit status != 0
|
||||
;precommand=
|
||||
|
||||
# exec job after finishing the backup, but before erasing of old
|
||||
# backups reports if job returns exit status != 0
|
||||
;postcommand=
|
||||
|
||||
# follow symbolic links like directories up to depth 0 -> do not
|
||||
# follow links
|
||||
;followLinks=
|
||||
|
||||
# only store the contents of file systems named by
|
||||
# sourceDir and symlinked via followLinks
|
||||
# possible values are 'yes' and 'no'; default is 'no'
|
||||
;stayInFileSystem=
|
||||
|
||||
# use this only if you write your backup over a high latency line
|
||||
# like a vpn over the internet
|
||||
# storebackup will use more parallelization at the cost of more
|
||||
# cpu power
|
||||
# possible values are 'yes' and 'no'; default is 'no'
|
||||
;highLatency=
|
||||
|
||||
# If this option is disabled, then the files in the backup will not
|
||||
# neccessarily have the same permissions and owner as the originals.
|
||||
# This speeds up backups on network drives a lot. Correct permissions
|
||||
# are restored by storeBackupRecover.pl no matter what this option is
|
||||
# set to. Default is 'no'
|
||||
;ignorePerms=
|
||||
|
||||
# suppress (unwanted) warnings in the log files;
|
||||
# to suppress warnings, the following keys can be used:
|
||||
# excDir (suppresses the warning that excluded directories
|
||||
# do not exist)
|
||||
# fileChange (suppresses the warning that a file has changed during
|
||||
# the backup)
|
||||
# crSeries (suppresses the warning that storeBackup had to create the
|
||||
# 'default' series)
|
||||
# hashCollision (suppresses the warning if a possible
|
||||
# hash collision is detected)
|
||||
# fileNameWithLineFeed (suppresses the warning if a filename
|
||||
# contains a line feed)
|
||||
# use_DB_File (suppresses the warning that you should install
|
||||
# perl module DB_File for better perforamnce)
|
||||
# use_MLDBM (suppresses the warning that you should install
|
||||
# perl module MLDBM if you want to use rule functions
|
||||
# MARK_DIR or MARK_DIR_REC together with option saveRAM)
|
||||
# use_IOCompressBzip2 (suppresses the warning that you should
|
||||
# instal perl module IO::Compress::Bzip2
|
||||
# for better performance)
|
||||
# noBackupForPeriod (suppresses warning that there are
|
||||
# no backups for certain periods when using
|
||||
# option keepRelative)
|
||||
# This option can be repeated multiple times on the command line.
|
||||
# Example usage in conf file:
|
||||
# suppressWarning = excDir fileChange crSeries hashCollision
|
||||
# By default no warnings are suppressed.
|
||||
suppressWarning= excDir fileChange crSeries hashCollision
|
||||
|
||||
# do *not* write hard links to existing files in the backup
|
||||
# during the backup (yes|no)
|
||||
# you have to call the program storeBackupUpdateBackup.pl
|
||||
# later on your server if you set this flag to 'yes'
|
||||
# you have to run storeBackupUpdateBackup.pl later - see
|
||||
# description for that program
|
||||
# default = no: do not write hard links
|
||||
;lateLinks=
|
||||
|
||||
# only in combination with --lateLinks
|
||||
# compression from files >= size will be done later,
|
||||
# the file is (temporarily) copied into the backup
|
||||
# default = no: no late compression
|
||||
;lateCompress=
|
||||
|
||||
# repair simple inconsistencies (from lateLinks) automatically
|
||||
# without requesting the action
|
||||
# default = no, no automatic repair
|
||||
;autorepair=
|
||||
|
||||
# Files with specified suffix for which storeBackup will make an md5 check
|
||||
# on blocks of that file. Executed after --checkBlocksRule(n)
|
||||
;checkBlocksSuffix=
|
||||
|
||||
# Only check files specified in --checkBlocksSuffix if there
|
||||
# file size is at least this value, default is 100M
|
||||
;checkBlocksMinSize=
|
||||
|
||||
# Block size for files specified with --checkBlocksSuffix
|
||||
# default is 1M (1 megabyte)
|
||||
;checkBlocksBS=
|
||||
|
||||
# if set, the blocks generated due to checkBlocksSuffix are compressed
|
||||
# Possible values are 'check, 'yes' and 'no'. Default is 'no'
|
||||
# check uses COMRESSION_CHECK (see option compressSuffix)
|
||||
;checkBlocksCompr=
|
||||
|
||||
# Read files specified here in parallel to "normal" ones.
|
||||
# This only makes sense if they are on a different disk.
|
||||
# Default value is 'no'
|
||||
;checkBlocksParallel=
|
||||
|
||||
# length of queue to store files before block checking,
|
||||
# default = 1000
|
||||
;queueBlock=
|
||||
|
||||
# Files for which storeBackup will make an md5 check depending
|
||||
# on blocks of that file.
|
||||
# The rules are checked from rule 1 to rule 5. The first match is used
|
||||
# !!! see README file 'including / excluding files and directories'
|
||||
# EXAMPLE:
|
||||
# searchRule = ( '$size > &::SIZE("3M")' and '$uid eq "hjc"' ) or
|
||||
# ( '$mtime > &::DATE("3d4h")' and not '$file =~ m#/tmp/#' )'
|
||||
;checkBlocksRule0=
|
||||
|
||||
# Block size for option checkBlocksRule
|
||||
# default is 1M (1 megabyte)
|
||||
;checkBlocksBS0=
|
||||
|
||||
# if set to 'yes', blocks generated due to this rule will be compressed
|
||||
# possible values: 'check', 'yes' or 'no', default is 'no'
|
||||
# check users COMRESSION_CHECK (see option compressSuffix)
|
||||
;checkBlocksCompr0=
|
||||
|
||||
# Filter for reading the file to treat as a blocked file
|
||||
# eg. gzip -d if the file is compressed. Default is no read filter.
|
||||
;checkBlocksRead0=
|
||||
|
||||
# Read files specified here in parallel to "normal" ones.
|
||||
# This only makes sense if they are on a different disk.
|
||||
# Default value is 'no'
|
||||
;checkBlocksParallel0=
|
||||
|
||||
;checkBlocksRule1=
|
||||
;checkBlocksBS1=
|
||||
;checkBlocksCompr1=
|
||||
;checkBlocksRead1=
|
||||
;checkBlocksParallel1=
|
||||
|
||||
;checkBlocksRule2=
|
||||
;checkBlocksBS2=
|
||||
;checkBlocksCompr2=
|
||||
;checkBlocksRead2=
|
||||
;checkBlocksParallel2=
|
||||
|
||||
;checkBlocksRule3=
|
||||
;checkBlocksBS3=
|
||||
;checkBlocksCompr3=
|
||||
;checkBlocksRead3=
|
||||
;checkBlocksParallel3=
|
||||
|
||||
;checkBlocksRule4=
|
||||
;checkBlocksBS4=
|
||||
;checkBlocksCompr4=
|
||||
;checkBlocksRead4=
|
||||
;checkBlocksParallel4=
|
||||
|
||||
# List of Devices for md5 ckeck depending on blocks of these
|
||||
# Devices (eg. /dev/sdb or /dev/sdb1)
|
||||
;checkDevices0=
|
||||
|
||||
# Directory where to store the backups of the devices
|
||||
;checkDevicesDir0=
|
||||
|
||||
# Block size of option checkDevices0
|
||||
# default is 1M (1 megabyte)
|
||||
;checkDevicesBS0=
|
||||
|
||||
# if set, the blocks generated due to checkDevices0 are compressed
|
||||
# possible values: 'check', 'yes' or 'no', default is 'no'
|
||||
# check users COMRESSION_CHECK (see option compressSuffix)
|
||||
;checkDevicesCompr0=
|
||||
|
||||
# Read devices specified here in parallel to "normal" ones.
|
||||
# This only makes sense if they are on a different disk.
|
||||
# Default value is 'no'
|
||||
;checkDevicesParallel0=
|
||||
|
||||
;checkDevices1=
|
||||
;checkDevicesDir1=
|
||||
;checkDevicesBS1=
|
||||
;checkDevicesCompr1=
|
||||
;checkDevicesParallel1=
|
||||
|
||||
;checkDevices2=
|
||||
;checkDevicesDir2=
|
||||
;checkDevicesBS2=
|
||||
;checkDevicesCompr2=
|
||||
;checkDevicesParallel2=
|
||||
|
||||
;checkDevices3=
|
||||
;checkDevicesDir3=
|
||||
;checkDevicesBS3=
|
||||
;checkDevicesCompr3=
|
||||
;checkDevicesParallel3=
|
||||
|
||||
;checkDevices4=
|
||||
;checkDevicesDir4=
|
||||
;checkDevicesBS4=
|
||||
;checkDevicesCompr4=
|
||||
;checkDevicesParallel4=
|
||||
|
||||
# write temporary dbm files in --tmpdir
|
||||
# use this if you have not enough RAM, default is no
|
||||
saveRAM=yes
|
||||
|
||||
# compress command (with options), default is <bzip2>
|
||||
compress=gzip
|
||||
|
||||
# uncompress command (with options), default is <bzip2 -d>
|
||||
uncompress=gzip -d
|
||||
|
||||
# postfix to add after compression, default is <.bz2>
|
||||
postfix=.gz
|
||||
|
||||
# do not compress files with the following
|
||||
# suffix (uppercase included):
|
||||
# (if you set this to '.*', no files will be compressed)
|
||||
# Default is \.zip \.bz2 \.gz \.tgz \.jpg \.gif \.tiff? \.mpe?g \.mp[34] \.mpe?[34] \.ogg \.gpg \.png \.lzma \.xz \.mov
|
||||
exceptSuffix='.*'
|
||||
|
||||
# like --exceptSuffix, but do not replace defaults, add
|
||||
;addExceptSuffix=
|
||||
|
||||
|
||||
# Like --exceptSuffix, but mentioned files will be
|
||||
# compressed. If you chose this option, then files not
|
||||
# affected be execptSuffix, addExceptSuffix or this Suffixes
|
||||
# will be rated by the rule function COMPRESS_CHECK wether
|
||||
# to compress or not
|
||||
;compressSuffix=
|
||||
|
||||
# Files smaller than this size will never be compressed but always
|
||||
# copied. Default is 1024
|
||||
;minCompressSize=
|
||||
|
||||
# alternative to exceptSuffix, comprRule and minCompressSize:
|
||||
# definition of a rule which files will be compressed
|
||||
# If this rule is set, exceptSuffix, addExceptSuffix
|
||||
# and minCompressSize are ignored.
|
||||
# Default rule _generated_ from the options above is:
|
||||
# comprRule = '$size > 1024' and not
|
||||
# '$file =~ /.zip\Z|.bz2\Z|.gz\Z|.tgz\Z|.jpg\Z|.gif\Z|.tiff\Z|.tif\Z|.mpeg\Z|.mpg\Z|.mp3\Z|.ogg\Z|.gpg\Z|.png\Z/i'
|
||||
# or (eg. if compressSuffix = .doc .pdf):
|
||||
# '$size > 1024 and not $file =~ /.zip\Z|.bz2\Z|.gz\Z|.tgz\Z|.jpg\Z|.gif\Z|.tiff\Z|.tif\Z|.mpeg\Z|.mpg\Z|.mp3\Z|.ogg\Z|.gpg\Z|.png\Z/i and ( $file =~ /.doc\Z|.pdf\Z/i or &::COMPRESSION_CHECK($file) )'
|
||||
;comprRule=
|
||||
|
||||
# maximal number of parallel compress operations,
|
||||
# default = choosen automatically
|
||||
;noCompress=
|
||||
|
||||
# length of queue to store files before compression,
|
||||
# default = 1000
|
||||
;queueCompress=
|
||||
|
||||
# maximal number of parallel copy operations,
|
||||
# default = 1
|
||||
noCopy=4
|
||||
|
||||
# length of queue to store files before copying,
|
||||
# default = 1000
|
||||
;queueCopy=
|
||||
|
||||
# write statistics about used space in log file
|
||||
# default is 'no'
|
||||
;withUserGroupStat=
|
||||
|
||||
# write statistics about used space in name file
|
||||
# will be overridden each time
|
||||
# if no file name is given, nothing will be written
|
||||
# format is:
|
||||
# identifier uid userName value
|
||||
# identifier gid groupName value
|
||||
;userGroupStatFile=
|
||||
|
||||
# default is 'no', if you do not want to compress, say 'yes'
|
||||
;doNotCompressMD5File=
|
||||
|
||||
# permissions of .md5checkSumFile, default is 0600
|
||||
;chmodMD5File=
|
||||
|
||||
# verbose messages, about exceptRule and includeRule
|
||||
# and added files. default is 'no'
|
||||
;verbose=
|
||||
|
||||
# generate debug messages, levels are 0 (none, default),
|
||||
# 1 (some), 2 (many) messages
|
||||
;debug=
|
||||
|
||||
# reset access time in the source directory - but this will
|
||||
# change ctime (time of last modification of file status
|
||||
# information
|
||||
# default is 'no', if you want this, say 'yes'
|
||||
;resetAtime=
|
||||
|
||||
# do not delete any old backup (e.g. specified via --keepAll or
|
||||
# --keepWeekday) but print a message. This is for testing configuratons
|
||||
# or if you want to delete old backups with storeBackupDel.pl.
|
||||
# Values are 'yes' and 'no'. Default is 'no' which means to not delete.
|
||||
doNotDelete=yes
|
||||
|
||||
# delete old backups which have not been finished
|
||||
# this will not happen if doNotDelete is set
|
||||
# Values are 'yes' and 'no'. Default is 'no' which means not to delete.
|
||||
deleteNotFinishedDirs=yes
|
||||
|
||||
# keep backups which are not older than the specified amount
|
||||
# of time. This is like a default value for all days in
|
||||
# --keepWeekday. Begins deleting at the end of the script
|
||||
# the time range has to be specified in format 'dhms', e.g.
|
||||
# 10d4h means 10 days and 4 hours
|
||||
# default = 30d;
|
||||
# An archive flag is not possible with this parameter (see below).
|
||||
;keepAll=
|
||||
|
||||
# keep backups for the specified days for the specified
|
||||
# amount of time. Overwrites the default values choosen in
|
||||
# --keepAll. 'Mon,Wed:40d Sat:60d10m' means:
|
||||
# keep backups from Mon and Wed 40days + 5mins
|
||||
# keep backups from Sat 60days + 10mins
|
||||
# keep backups from the rest of the days like spcified in
|
||||
# --keepAll (default 30d)
|
||||
# you can also set the 'archive flag'.
|
||||
# 'Mon,Wed:a40d5m Sat:60d10m' means:
|
||||
# keep backups from Mon and Wed 40days + 5mins + 'archive'
|
||||
# keep backups from Sat 60days + 10mins
|
||||
# keep backups from the rest of the days like specified in
|
||||
# --keepAll (default 30d)
|
||||
# If you also use the 'archive flag' it means to not
|
||||
# delete the affected directories via --keepMaxNumber:
|
||||
# a10d4h means 10 days and 4 hours and 'archive flag'
|
||||
;keepWeekday=
|
||||
|
||||
# do not delete the first backup of a year
|
||||
# format is timePeriod with possible 'archive flag'
|
||||
;keepFirstOfYear=
|
||||
|
||||
# do not delete the last backup of a year
|
||||
# format is timePeriod with possible 'archive flag'
|
||||
;keepLastOfYear=
|
||||
|
||||
# do not delete the first backup of a month
|
||||
# format is timePeriod with possible 'archive flag'
|
||||
;keepFirstOfMonth=
|
||||
|
||||
# do not delete the last backup of a month
|
||||
# format is timePeriod with possible 'archive flag'
|
||||
;keepLastOfMonth=
|
||||
|
||||
# default: 'Sun'. This value is used for calculating
|
||||
# --keepFirstOfWeek and --keepLastOfWeek
|
||||
;firstDayOfWeek=
|
||||
|
||||
# do not delete the first backup of a week
|
||||
# format is timePeriod with possible 'archive flag'
|
||||
;keepFirstOfWeek=
|
||||
|
||||
# do not delete the last backup of a week
|
||||
# format is timePeriod with possible 'archive flag'
|
||||
;keepLastOfWeek=
|
||||
|
||||
# keep multiple backups of one day up to timePeriod
|
||||
# format is timePeriod, 'archive flag' is not possible
|
||||
# default is 7d
|
||||
;keepDuplicate=
|
||||
|
||||
# Keep that miminum of backups. Multiple backups of one
|
||||
# day are counted as one backup. Default is 10.
|
||||
;keepMinNumber=
|
||||
|
||||
# Try to keep only that maximum of backups. If you have more
|
||||
# backups, the following sequence of deleting will happen:
|
||||
# - delete all duplicates of a day, beginning with the old
|
||||
# once, except the oldest of every day
|
||||
# - if this is not enough, delete the rest of the backups
|
||||
# beginning with the oldest, but *never* a backup with
|
||||
# the 'archive flag' or the last backup
|
||||
;keepMaxNumber=
|
||||
|
||||
# Alternative deletion scheme. If you use this option, all
|
||||
# other keep options are ignored. Preserves backups depending
|
||||
# on their *relative* age. Example:
|
||||
#
|
||||
# keepRelative = 1d 7d 61d 92d
|
||||
#
|
||||
# will (try to) ensure that there is always
|
||||
#
|
||||
# - One backup between 1 day and 7 days old
|
||||
# - One backup between 5 days and 2 months old
|
||||
# - One backup between ~2 months and ~3 months old
|
||||
#
|
||||
# If there is no backup for a specified timespan (e.g. because the
|
||||
# last backup was done more than 2 weeks ago) the next older backup
|
||||
# will be used for this timespan.
|
||||
;keepRelative =
|
||||
|
||||
# print progress report after each 'number' files
|
||||
# Default is 0, which means no reports.
|
||||
# additional you may add a time frame after which a message is printed
|
||||
# if you want to print a report each 1000 files and after
|
||||
# one minute and 10 seconds, use: -P 1000,1m10s
|
||||
;progressReport=
|
||||
|
||||
# print depth of actual readed directory during backup
|
||||
# default is 'no', values are 'yes' and 'no'
|
||||
;printDepth=
|
||||
|
||||
# ignore read errors in source directory; not readable
|
||||
# directories does not cause storeBackup.pl to stop processing
|
||||
# Values are 'yes' and 'no'. Default is 'no' which means not
|
||||
# to ignore them
|
||||
ignoreReadError=yes
|
||||
|
||||
# after a successful backup, set a symbolic link to
|
||||
# that backup and delete existing older links with the
|
||||
# same name
|
||||
;linkToRecent=
|
||||
|
||||
# name of the log file (default is STDOUT)
|
||||
logFile=/var/log/storeBackup
|
||||
|
||||
# if you specify a log file with --logFile you can
|
||||
# additionally print the output to STDOUT with this flag
|
||||
# Values are 'yes' and 'no'. Default is 'no'.
|
||||
;plusLogStdout=
|
||||
|
||||
# output in logfile without time: 'yes' or 'no'
|
||||
# default = no
|
||||
suppressTime=yes
|
||||
|
||||
# maximal length of log file, default = 1e6
|
||||
;maxFilelen=
|
||||
|
||||
# number of old log files, default = 5
|
||||
;noOfOldFiles=
|
||||
|
||||
# save log files with date and time instead of deleting the
|
||||
# old (with [-noOfOldFiles]): 'yes' or 'no', default = 'no'
|
||||
;saveLogs=
|
||||
|
||||
# compress saved log files (e.g. with 'gzip -9')
|
||||
# default is 'bzip2'
|
||||
;compressWith=
|
||||
|
||||
# write log file (also) in the backup directory:
|
||||
# 'yes' or 'no', default is 'no'
|
||||
# Be aware that this log does not contain all error
|
||||
# messages of the one specified with --logFile!
|
||||
# Some errors are possible before the backup
|
||||
# directory is created.
|
||||
;logInBackupDir=
|
||||
|
||||
# compress the log file in the backup directory:
|
||||
# 'yes' or 'no', default is 'no'
|
||||
;compressLogInBackupDir=
|
||||
|
||||
# filename to use for writing the above log file,
|
||||
# default is '.storeBackup.log'
|
||||
;logInBackupDirFileName=
|
||||
|
78
files/files/etc/RHVoice/RHVoice.conf
Normal file
78
files/files/etc/RHVoice/RHVoice.conf
Normal file
@@ -0,0 +1,78 @@
|
||||
; Пример конфигурационного файла.
|
||||
; Для внесения изменений раскомментируйте и отредактируйте требуемые параметры.
|
||||
|
||||
; Для скорости, высоты и громкости за единицу принимается естественное
|
||||
; для синтезатора значение.
|
||||
|
||||
; Значения высоты, скорости и громкости по умолчанию. В настройках
|
||||
; NVDA они будут соответствовать пятидесяти процентам.
|
||||
; default_pitch=1.0
|
||||
; default_rate=1.0
|
||||
; default_volume=1.0
|
||||
|
||||
; Минимальное и максимальное значения высоты.
|
||||
; min_pitch=0.5
|
||||
; max_pitch=2.0
|
||||
|
||||
; Минимальное и максимальное значения скорости.
|
||||
; min_rate=0.5
|
||||
max_rate=4.0
|
||||
|
||||
; Минимальное и максимальное значения громкости.
|
||||
; min_volume=0.25
|
||||
; max_volume=2.0
|
||||
|
||||
; Указанные выше настройки могут задаваться
|
||||
; индивидуально для конкретного языка или голоса.
|
||||
; Например, чтобы задать скорость по умолчанию для Русского языка,
|
||||
; используйте вместо "default_rate" название "languages.russian.default_rate".
|
||||
; Аналогично, высота голоса Елены задаётся настройкой "voices.elena.default_pitch".
|
||||
|
||||
; Для данного и более высоких значений скорости используется библиотека Sonic.
|
||||
; min_sonic_rate=1
|
||||
|
||||
|
||||
; Следующие настройки позволяют отключить конкретный язык или голос.
|
||||
; languages.english.enabled=false
|
||||
; voices.elena.enabled=false
|
||||
|
||||
; Символ, который в тексте будет указывать, что на непосредственно
|
||||
; следующую за ним гласную падает ударение (только русский текст).
|
||||
; stress_marker=
|
||||
|
||||
; Режим чтения пунктуации (all, some или none).
|
||||
; punctuation_mode=none
|
||||
|
||||
; Знаки, произносимые в режиме выборочного чтения пунктуации.
|
||||
; punctuation_list=+#61;<>~@#35;$%^&*/\|
|
||||
|
||||
; Индикация заглавных букв при посимвольном чтении.
|
||||
; Возможные значения: no, word, pitch, sound
|
||||
; indicate_capitals=no
|
||||
; Относительное изменение высоты при индикации заглавных букв.
|
||||
; Поддерживается задание индивидуальных значений для голосов.
|
||||
; cap_pitch_factor=1.3
|
||||
|
||||
; В режиме автопереключения языков всегда переходить на основной язык
|
||||
; при чтении чисел и знаков пунктуации.
|
||||
; prefer_primary_language=true
|
||||
|
||||
; Включить поддержку псевдо-английского для русских голосов.
|
||||
; languages.Russian.use_pseudo_english=true
|
||||
; Только в Windows: возвращать операционной системе числовой
|
||||
; идентификатор английского языка для эсперанто.
|
||||
; languages.esperanto.present_as_english=false
|
||||
|
||||
; Качество речи: min (максимальное быстродействие),
|
||||
; standard (стандартное качество) или max (максимальное возможное качество,
|
||||
; но с задержками при синтезе длинных предложений).
|
||||
; quality=standard
|
||||
|
||||
; Список голосовых профилей. Первым в профиле указывается основной
|
||||
; голос (он будет читать числа и другой текст, для которого не удаётся
|
||||
; автоматически определить язык). Далее следуют дополнительные
|
||||
; голоса. Если в профиле заданы два голоса, чьи языки имеют общие
|
||||
; буквы, то второй будет использоваться только в том случае, когда
|
||||
; программа экранного доступа специально запросит использование
|
||||
; данного языка.
|
||||
voice_profiles=Aleksandr+Alan,Elena+CLB
|
21
files/files/etc/X11/xorg.conf.d/10-headless.conf
Normal file
21
files/files/etc/X11/xorg.conf.d/10-headless.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
Section "Device"
|
||||
Identifier "Configured Video Device"
|
||||
Driver "dummy"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "Configured Monitor"
|
||||
HorizSync 31.5-48.5
|
||||
VertRefresh 50-70
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Default Screen"
|
||||
Monitor "Configured Monitor"
|
||||
Device "Configured Video Device"
|
||||
DefaultDepth 24
|
||||
SubSection "Display"
|
||||
Depth 24
|
||||
Modes "1024x800"
|
||||
EndSubSection
|
||||
EndSection
|
24
files/files/etc/bash.bashrc
Normal file
24
files/files/etc/bash.bashrc
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# /etc/bash.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
[[ $DISPLAY ]] && shopt -s checkwinsize
|
||||
|
||||
PS1='[\u \w] \$ '
|
||||
|
||||
case ${TERM} in
|
||||
xterm*|rxvt*|Eterm|aterm|kterm|gnome*)
|
||||
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
|
||||
|
||||
;;
|
||||
screen*)
|
||||
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033_%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
|
||||
;;
|
||||
esac
|
||||
|
||||
export WWW_HOME=https://f123.org
|
||||
|
||||
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
|
107
files/files/etc/bluetooth/main.conf
Normal file
107
files/files/etc/bluetooth/main.conf
Normal file
@@ -0,0 +1,107 @@
|
||||
[General]
|
||||
|
||||
# Default adapter name
|
||||
# Defaults to 'BlueZ X.YZ'
|
||||
#Name = BlueZ
|
||||
|
||||
# Default device class. Only the major and minor device class bits are
|
||||
# considered. Defaults to '0x000000'.
|
||||
#Class = 0x000100
|
||||
|
||||
# How long to stay in discoverable mode before going back to non-discoverable
|
||||
# The value is in seconds. Default is 180, i.e. 3 minutes.
|
||||
# 0 = disable timer, i.e. stay discoverable forever
|
||||
#DiscoverableTimeout = 0
|
||||
|
||||
# How long to stay in pairable mode before going back to non-discoverable
|
||||
# The value is in seconds. Default is 0.
|
||||
# 0 = disable timer, i.e. stay pairable forever
|
||||
#PairableTimeout = 0
|
||||
|
||||
# Use vendor id source (assigner), vendor, product and version information for
|
||||
# DID profile support. The values are separated by ":" and assigner, VID, PID
|
||||
# and version.
|
||||
# Possible vendor id source values: bluetooth, usb (defaults to usb)
|
||||
#DeviceID = bluetooth:1234:5678:abcd
|
||||
|
||||
# Do reverse service discovery for previously unknown devices that connect to
|
||||
# us. This option is really only needed for qualification since the BITE tester
|
||||
# doesn't like us doing reverse SDP for some test cases (though there could in
|
||||
# theory be other useful purposes for this too). Defaults to 'true'.
|
||||
#ReverseServiceDiscovery = true
|
||||
|
||||
# Enable name resolving after inquiry. Set it to 'false' if you don't need
|
||||
# remote devices name and want shorter discovery cycle. Defaults to 'true'.
|
||||
#NameResolving = true
|
||||
|
||||
# Enable runtime persistency of debug link keys. Default is false which
|
||||
# makes debug link keys valid only for the duration of the connection
|
||||
# that they were created for.
|
||||
#DebugKeys = false
|
||||
|
||||
# Restricts all controllers to the specified transport. Default value
|
||||
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
|
||||
# Possible values: "dual", "bredr", "le"
|
||||
#ControllerMode = dual
|
||||
|
||||
# Enables Multi Profile Specification support. This allows to specify if
|
||||
# system supports only Multiple Profiles Single Device (MPSD) configuration
|
||||
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
|
||||
# Devices (MPMD) configurations.
|
||||
# Possible values: "off", "single", "multiple"
|
||||
#MultiProfile = off
|
||||
|
||||
# Permanently enables the Fast Connectable setting for adapters that
|
||||
# support it. When enabled other devices can connect faster to us,
|
||||
# however the tradeoff is increased power consumptions. This feature
|
||||
# will fully work only on kernel version 4.1 and newer. Defaults to
|
||||
# 'false'.
|
||||
#FastConnectable = false
|
||||
|
||||
# Default privacy setting.
|
||||
# Enables use of private address.
|
||||
# Possible values: "off", "device", "network"
|
||||
# "network" option not supported currently
|
||||
# Defaults to "off"
|
||||
# Privacy = off
|
||||
|
||||
[GATT]
|
||||
# GATT attribute cache.
|
||||
# Possible values:
|
||||
# always: Always cache attributes even for devices not paired, this is
|
||||
# recommended as it is best for interoperability, with more consistent
|
||||
# reconnection times and enables proper tracking of notifications for all
|
||||
# devices.
|
||||
# yes: Only cache attributes of paired devices.
|
||||
# no: Never cache attributes
|
||||
# Default: always
|
||||
#Cache = always
|
||||
|
||||
# Minimum required Encryption Key Size for accessing secured characteristics.
|
||||
# Possible values: 0 and 7-16. 0 means don't care.
|
||||
# Defaults to 0
|
||||
# MinEncKeySize = 0
|
||||
|
||||
[Policy]
|
||||
#
|
||||
# The ReconnectUUIDs defines the set of remote services that should try
|
||||
# to be reconnected to in case of a link loss (link supervision
|
||||
# timeout). The policy plugin should contain a sane set of values by
|
||||
# default, but this list can be overridden here. By setting the list to
|
||||
# empty the reconnection feature gets disabled.
|
||||
#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb
|
||||
|
||||
# ReconnectAttempts define the number of attempts to reconnect after a link
|
||||
# lost. Setting the value to 0 disables reconnecting feature.
|
||||
#ReconnectAttempts=7
|
||||
|
||||
# ReconnectIntervals define the set of intervals in seconds to use in between
|
||||
# attempts.
|
||||
# If the number of attempts defined in ReconnectAttempts is bigger than the
|
||||
# set of intervals the last interval is repeated until the last attempt.
|
||||
#ReconnectIntervals=1,2,4,8,16,32,64
|
||||
|
||||
# AutoEnable defines option to enable all controllers when they are found.
|
||||
# This includes adapters present on start as well as adapters that are plugged
|
||||
# in later on. Defaults to 'false'.
|
||||
AutoEnable=true
|
14
files/files/etc/chatbot.tin
Normal file
14
files/files/etc/chatbot.tin
Normal file
@@ -0,0 +1,14 @@
|
||||
#event {PROGRAM START} {#system {clear}}
|
||||
#event {PROGRAM TERMINATION} {#system {clear}}
|
||||
|
||||
#alias {%*}
|
||||
{
|
||||
#system {curl --data-urlencode "query=%0" 198.50.174.200/bot.php}
|
||||
}
|
||||
{9}
|
||||
|
||||
#alias {^{bye|exit|good bye}$}
|
||||
{
|
||||
#end
|
||||
}
|
||||
{8}
|
20
files/files/etc/dbus-1/system.d/pulse.conf
Normal file
20
files/files/etc/dbus-1/system.d/pulse.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE busconfig PUBLIC
|
||||
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
<policy user="root">
|
||||
<allow own="org.pulseaudio.Server"/>
|
||||
<allow send_destination="org.bluez"/>
|
||||
<allow send_interface="org.bluez.Manager"/>
|
||||
</policy>
|
||||
<policy user="pulse">
|
||||
<allow own="org.pulseaudio.Server"/>
|
||||
<allow send_destination="org.bluez"/>
|
||||
<allow send_interface="org.bluez.Manager"/>
|
||||
</policy>
|
||||
<policy context="default">
|
||||
<deny own="org.pulseaudio.Server"/>
|
||||
<deny send_destination="org.bluez"/>
|
||||
<deny send_interface="org.bluez.Manager"/>
|
||||
</policy>
|
||||
</busconfig>
|
124
files/files/etc/fenrirscreenreader/keyboard/nvda-desktop.conf
Normal file
124
files/files/etc/fenrirscreenreader/keyboard/nvda-desktop.conf
Normal file
@@ -0,0 +1,124 @@
|
||||
KEY_FENRIR,KEY_F1=toggle_tutorial_mode
|
||||
KEY_FENRIR,KEY_H=toggle_tutorial_mode
|
||||
KEY_CTRL=shut_up
|
||||
KEY_SHIFT,KEY_KP9=review_bottom
|
||||
KEY_SHIFT,KEY_KP7=review_top
|
||||
KEY_KP8=review_curr_line
|
||||
KEY_KP7=review_prev_line
|
||||
KEY_KP9=review_next_line
|
||||
KEY_SHIFT,KEY_KP1=review_line_begin
|
||||
KEY_SHIFT,KEY_KP3=review_line_end
|
||||
KEY_FENRIR,KEY_KP1=review_line_first_char
|
||||
KEY_FENRIR,KEY_KP3=review_line_last_char
|
||||
KEY_FENRIR,KEY_ALT,KEY_1=present_first_line
|
||||
KEY_FENRIR,KEY_ALT,KEY_2=present_last_line
|
||||
KEY_KP5=review_curr_word
|
||||
KEY_KP4=review_prev_word
|
||||
KEY_KP6=review_next_word
|
||||
2,KEY_KP5=review_curr_word_phonetic
|
||||
2,KEY_KP4=review_prev_word_phonetic
|
||||
2,KEY_KP6=review_next_word_phonetic
|
||||
KEY_KP2=review_curr_char
|
||||
KEY_KP1=review_prev_char
|
||||
KEY_KP3=review_next_char
|
||||
2,KEY_KP2=review_curr_char_phonetic
|
||||
2,KEY_KP1=review_prev_char_phonetic
|
||||
2,KEY_KP3=review_next_char_phonetic
|
||||
KEY_FENRIR,KEY_CTRL,KEY_KP8=review_up
|
||||
KEY_FENRIR,KEY_CTRL,KEY_KP2=review_down
|
||||
KEY_FENRIR,KEY_KPDOT=exit_review
|
||||
KEY_KPDOT=cursor_position
|
||||
KEY_FENRIR,KEY_I=indent_curr_line
|
||||
KEY_FENRIR,KEY_B=curr_screen
|
||||
KEY_FENRIR,KEY_KP8=curr_screen_before_cursor
|
||||
KEY_FENRIR,KEY_KP2=curr_screen_after_cursor
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_PAGEDOWN=cursor_read_to_end_of_line
|
||||
#=cursor_column
|
||||
#=cursor_lineno
|
||||
#=braille_flush
|
||||
KEY_FENRIR,KEY_CTRL,KEY_T=braille_return_to_cursor
|
||||
#=braille_pan_left
|
||||
#=braille_pan_right
|
||||
KEY_FENRIR,KEY_CTRL,KEY_1=clear_bookmark_1
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_1=set_bookmark_1
|
||||
KEY_FENRIR,KEY_1=bookmark_1
|
||||
KEY_FENRIR,KEY_K=bookmark_1
|
||||
KEY_FENRIR,KEY_CTRL,KEY_2=clear_bookmark_2
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_2=set_bookmark_2
|
||||
KEY_FENRIR,KEY_2=bookmark_2
|
||||
KEY_FENRIR,KEY_CTRL,KEY_3=clear_bookmark_3
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_3=set_bookmark_3
|
||||
KEY_FENRIR,KEY_3=bookmark_3
|
||||
KEY_FENRIR,KEY_CTRL,KEY_4=clear_bookmark_4
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_4=set_bookmark_4
|
||||
KEY_FENRIR,KEY_4=bookmark_4
|
||||
KEY_FENRIR,KEY_CTRL,KEY_6=clear_bookmark_6
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_6=set_bookmark_6
|
||||
KEY_FENRIR,KEY_6=bookmark_6
|
||||
KEY_FENRIR,KEY_CTRL,KEY_7=clear_bookmark_7
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_7=set_bookmark_7
|
||||
KEY_FENRIR,KEY_7=bookmark_7
|
||||
KEY_FENRIR,KEY_CTRL,KEY_8=clear_bookmark_8
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_8=set_bookmark_8
|
||||
KEY_FENRIR,KEY_8=bookmark_8
|
||||
KEY_FENRIR,KEY_CTRL,KEY_9=clear_bookmark_9
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_9=set_bookmark_9
|
||||
KEY_FENRIR,KEY_9=bookmark_9
|
||||
KEY_FENRIR,KEY_CTRL,KEY_0=clear_bookmark_10
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_0=set_bookmark_10
|
||||
KEY_FENRIR,KEY_0=bookmark_10
|
||||
KEY_FENRIR,KEY_KPSLASH=set_window_application
|
||||
2,KEY_FENRIR,KEY_KPSLASH=clear_window_application
|
||||
KEY_KPPLUS=last_incoming
|
||||
#=toggle_braille
|
||||
KEY_FENRIR,KEY_F3=toggle_sound
|
||||
KEY_FENRIR,KEY_F4=toggle_speech
|
||||
KEY_KPENTER=temp_disable_speech
|
||||
KEY_FENRIR,KEY_P=toggle_punctuation_level
|
||||
KEY_FENRIR,KEY_RIGHTBRACE=toggle_auto_spell_check
|
||||
KEY_FENRIR,KEY_S=toggle_output
|
||||
KEY_FENRIR,KEY_CTRL,KEY_E=toggle_emoticons
|
||||
key_FENRIR,KEY_5=toggle_auto_read
|
||||
KEY_FENRIR,KEY_CTRL,KEY_T=toggle_auto_time
|
||||
KEY_FENRIR,KEY_KPASTERISK=toggle_highlight_tracking
|
||||
KEY_FENRIR,KEY_KPMINUS=toggle_barrier
|
||||
KEY_FENRIR,KEY_Q=quit_fenrir
|
||||
KEY_FENRIR,KEY_T=time
|
||||
KEY_FENRIR,KEY_F12=time
|
||||
2,KEY_FENRIR,KEY_T=date
|
||||
2,KEY_FENRIR,KEY_F12=date
|
||||
KEY_KPSLASH=toggle_auto_indent
|
||||
KEY_FENRIR,KEY_F=attribute_cursor
|
||||
#=toggle_has_attribute
|
||||
KEY_FENRIR,KEY_F7=spell_check
|
||||
2,KEY_FENRIR,KEY_S=add_word_to_spell_check
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_S=remove_word_from_spell_check
|
||||
KEY_FENRIR,KEY_F2=forward_keypress
|
||||
KEY_FENRIR,KEY_ALT,KEY_UP=inc_sound_volume
|
||||
KEY_FENRIR,KEY_ALT,KEY_DOWN=dec_sound_volume
|
||||
KEY_FENRIR,KEY_CTRL,KEY_SHIFT,KEY_C=clear_clipboard
|
||||
KEY_FENRIR,KEY_HOME=first_clipboard
|
||||
KEY_FENRIR,KEY_END=last_clipboard
|
||||
KEY_FENRIR,KEY_PAGEUP=prev_clipboard
|
||||
KEY_FENRIR,KEY_PAGEDOWN=next_clipboard
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_C=curr_clipboard
|
||||
KEY_FENRIR,KEY_C=copy_marked_to_clipboard
|
||||
KEY_FENRIR,KEY_CTRL,KEY_U=copy_last_echo_to_clipboard
|
||||
KEY_FENRIR,KEY_V=paste_clipboard
|
||||
KEY_FENRIR,KEY_F5=import_clipboard_from_file
|
||||
KEY_FENRIR,KEY_F6=export_clipboard_to_file
|
||||
KEY_FENRIR,KEY_CTRL,KEY_SHIFT,KEY_X=remove_marks
|
||||
KEY_FENRIR,KEY_F9=set_mark
|
||||
KEY_FENRIR,KEY_F10=marked_text
|
||||
KEY_FENRIR,KEY_F10=toggle_vmenu_mode
|
||||
KEY_FENRIR,KEY_SPACE=current_quick_menu_entry
|
||||
KEY_FENRIR,KEY_CTRL,KEY_SPACE=current_quick_menu_value
|
||||
KEY_FENRIR,KEY_CTRL,KEY_RIGHT=next_quick_menu_entry
|
||||
KEY_FENRIR,KEY_CTRL,KEY_UP=next_quick_menu_value
|
||||
KEY_FENRIR,KEY_CTRL,KEY_LEFT=prev_quick_menu_entry
|
||||
KEY_FENRIR,KEY_CTRL,KEY_DOWN=prev_quick_menu_value
|
||||
# linux specific
|
||||
#=import_clipboard_from_x
|
||||
KEY_FENRIR,KEY_F8=export_clipboard_to_x
|
||||
KEY_FENRIR,KEY_ALT,KEY_UP=inc_alsa_volume
|
||||
KEY_FENRIR,KEY_ALT,KEY_DOWN=dec_alsa_volume
|
124
files/files/etc/fenrirscreenreader/keyboard/nvda-laptop.conf
Normal file
124
files/files/etc/fenrirscreenreader/keyboard/nvda-laptop.conf
Normal file
@@ -0,0 +1,124 @@
|
||||
KEY_FENRIR,KEY_F1=toggle_tutorial_mode
|
||||
KEY_FENRIR,KEY_H=toggle_tutorial_mode
|
||||
KEY_CTRL=shut_up
|
||||
KEY_FENRIR,KEY_CTRL,KEY_END=review_bottom
|
||||
KEY_FENRIR,KEY_CTRL,KEY_HOME=review_top
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_DOT=review_curr_line
|
||||
KEY_FENRIR,KEY_U=review_prev_line
|
||||
KEY_FENRIR,KEY_O=review_next_line
|
||||
KEY_FENRIR,KEY_HOME=review_line_begin
|
||||
KEY_FENRIR,KEY_END=review_line_end
|
||||
KEY_FENRIR,KEY_CTRL,KEY_J=review_line_first_char
|
||||
KEY_FENRIR,KEY_CTRL,KEY_L=review_line_last_char
|
||||
KEY_FENRIR,KEY_ALT,KEY_1=present_first_line
|
||||
KEY_FENRIR,KEY_ALT,KEY_2=present_last_line
|
||||
KEY_FENRIR,KEY_CTRL,KEY_DOT=review_curr_word
|
||||
KEY_FENRIR,KEY_J=review_prev_word
|
||||
KEY_FENRIR,KEY_L=review_next_word
|
||||
2,KEY_FENRIR,KEY_CTRL,KEY_DOT=review_curr_word_phonetic
|
||||
2,KEY_FENRIR,KEY_J=review_prev_word_phonetic
|
||||
2,KEY_FENRIR,KEY_L=review_next_word_phonetic
|
||||
KEY_FENRIR,KEY_COMMA=review_curr_char
|
||||
KEY_FENRIR,KEY_M=review_prev_char
|
||||
KEY_FENRIR,KEY_DOT=review_next_char
|
||||
2,KEY_FENRIR,KEY_COMMA=curr_char_phonetic
|
||||
2,KEY_FENRIR,KEY_M=prev_char_phonetic
|
||||
2,KEY_FENRIR,KEY_DOT=next_char_phonetic
|
||||
KEY_FENRIR,KEY_CTRL,KEY_I=review_up
|
||||
KEY_FENRIR,KEY_CTRL,KEY_COMMA=review_down
|
||||
KEY_FENRIR,KEY_SLASH=exit_review
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_DOT=cursor_position
|
||||
2,KEY_FENRIR,KEY_I=indent_curr_line
|
||||
KEY_FENRIR,KEY_B=curr_screen
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_I=curr_screen_before_cursor
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_COMMA=curr_screen_after_cursor
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_PAGEDOWN=cursor_read_to_end_of_line
|
||||
#=cursor_column
|
||||
#=cursor_lineno
|
||||
#=braille_flush
|
||||
KEY_FENRIR,KEY_CTRL,KEY_T=braille_return_to_cursor
|
||||
#=braille_pan_left
|
||||
#=braille_pan_right
|
||||
KEY_FENRIR,KEY_CTRL,KEY_1=clear_bookmark_1
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_1=set_bookmark_1
|
||||
KEY_FENRIR,KEY_1=bookmark_1
|
||||
KEY_FENRIR,KEY_K=bookmark_1
|
||||
KEY_FENRIR,KEY_CTRL,KEY_2=clear_bookmark_2
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_2=set_bookmark_2
|
||||
KEY_FENRIR,KEY_2=bookmark_2
|
||||
KEY_FENRIR,KEY_CTRL,KEY_3=clear_bookmark_3
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_3=set_bookmark_3
|
||||
KEY_FENRIR,KEY_3=bookmark_3
|
||||
KEY_FENRIR,KEY_CTRL,KEY_4=clear_bookmark_4
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_4=set_bookmark_4
|
||||
KEY_FENRIR,KEY_4=bookmark_4
|
||||
KEY_FENRIR,KEY_CTRL,KEY_6=clear_bookmark_6
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_6=set_bookmark_6
|
||||
KEY_FENRIR,KEY_6=bookmark_6
|
||||
KEY_FENRIR,KEY_CTRL,KEY_7=clear_bookmark_7
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_7=set_bookmark_7
|
||||
KEY_FENRIR,KEY_7=bookmark_7
|
||||
KEY_FENRIR,KEY_CTRL,KEY_8=clear_bookmark_8
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_8=set_bookmark_8
|
||||
KEY_FENRIR,KEY_8=bookmark_8
|
||||
KEY_FENRIR,KEY_CTRL,KEY_9=clear_bookmark_9
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_9=set_bookmark_9
|
||||
KEY_FENRIR,KEY_9=bookmark_9
|
||||
KEY_FENRIR,KEY_CTRL,KEY_0=clear_bookmark_10
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_0=set_bookmark_10
|
||||
KEY_FENRIR,KEY_0=bookmark_10
|
||||
KEY_FENRIR,KEY_CTRL,KEY_8=set_window_application
|
||||
2,KEY_FENRIR,KEY_CTRL,KEY_8=clear_window_application
|
||||
KEY_FENRIR,KEY_SEMICOLON=last_incoming
|
||||
#=toggle_braille
|
||||
KEY_FENRIR,KEY_F3=toggle_sound
|
||||
KEY_FENRIR,KEY_F4=toggle_speech
|
||||
KEY_FENRIR,KEY_ENTER=temp_disable_speech
|
||||
KEY_FENRIR,KEY_P=toggle_punctuation_level
|
||||
KEY_FENRIR,KEY_RIGHTBRACE=toggle_auto_spell_check
|
||||
KEY_FENRIR,KEY_S=toggle_output
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_E=toggle_emoticons
|
||||
KEY_FENRIR,KEY_5=toggle_auto_read
|
||||
KEY_FENRIR,KEY_CTRL,KEY_T=toggle_auto_time
|
||||
KEY_FENRIR,KEY_Y=toggle_highlight_tracking
|
||||
#=toggle_barrier
|
||||
KEY_FENRIR,KEY_Q=quit_fenrir
|
||||
KEY_FENRIR,KEY_T=time
|
||||
KEY_FENRIR,KEY_F12=time
|
||||
2,KEY_FENRIR,KEY_T=date
|
||||
2,KEY_FENRIR,KEY_F12=date
|
||||
KEY_FENRIR,KEY_BACKSLASH=toggle_auto_indent
|
||||
KEY_FENRIR,KEY_F=attribute_cursor
|
||||
#=toggle_has_attribute
|
||||
KEY_FENRIR,KEY_F7=spell_check
|
||||
2,KEY_FENRIR,KEY_S=add_word_to_spell_check
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_S=remove_word_from_spell_check
|
||||
KEY_FENRIR,KEY_F2=forward_keypress
|
||||
KEY_FENRIR,KEY_ALT,KEY_UP=inc_sound_volume
|
||||
KEY_FENRIR,KEY_ALT,KEY_DOWN=dec_sound_volume
|
||||
KEY_FENRIR,KEY_CTRL,KEY_SHIFT,KEY_C=clear_clipboard
|
||||
#=first_clipboard
|
||||
#=last_clipboard
|
||||
KEY_FENRIR,KEY_PAGEUP=prev_clipboard
|
||||
KEY_FENRIR,KEY_PAGEDOWN=next_clipboard
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_C=curr_clipboard
|
||||
KEY_FENRIR,KEY_C=copy_marked_to_clipboard
|
||||
KEY_FENRIR,KEY_CTRL,KEY_U=copy_last_echo_to_clipboard
|
||||
KEY_FENRIR,KEY_V=paste_clipboard
|
||||
KEY_FENRIR,KEY_F5=import_clipboard_from_file
|
||||
KEY_FENRIR,KEY_F6=export_clipboard_to_file
|
||||
KEY_FENRIR,KEY_CTRL,KEY_SHIFT,KEY_X=remove_marks
|
||||
KEY_FENRIR,KEY_F9=set_mark
|
||||
KEY_FENRIR,KEY_F10=marked_text
|
||||
KEY_FENRIR,KEY_SHIFT,KEY_F10=toggle_vmenu_mode
|
||||
KEY_FENRIR,KEY_SPACE=current_quick_menu_entry
|
||||
KEY_FENRIR,KEY_CTRL,KEY_SPACE=current_quick_menu_value
|
||||
KEY_FENRIR,KEY_CTRL,KEY_RIGHT=next_quick_menu_entry
|
||||
KEY_FENRIR,KEY_CTRL,KEY_UP=next_quick_menu_value
|
||||
KEY_FENRIR,KEY_CTRL,KEY_LEFT=prev_quick_menu_entry
|
||||
KEY_FENRIR,KEY_CTRL,KEY_DOWN=prev_quick_menu_value
|
||||
# linux specific
|
||||
#=import_clipboard_from_x
|
||||
KEY_FENRIR,KEY_F8=export_clipboard_to_x
|
||||
KEY_FENRIR,KEY_ALT,KEY_UP=inc_alsa_volume
|
||||
KEY_FENRIR,KEY_ALT,KEY_DOWN=dec_alsa_volume
|
56
files/files/etc/fenrirscreenreader/punctuation/default.conf
Normal file
56
files/files/etc/fenrirscreenreader/punctuation/default.conf
Normal file
@@ -0,0 +1,56 @@
|
||||
# how to use this file?
|
||||
# the # on the beginning of the line is a comment
|
||||
# the different sections are seperated by [<name>Dict] <name> is the section name. Dict is a keyword
|
||||
# the entrys are seperated with :===: in words colon tripple equal colon ( to not collide with substitutions)
|
||||
[levelDict]
|
||||
none:===:
|
||||
some:===:-$~+*-/\@
|
||||
most:===:.,:-$~+*-/\@!#%^&*()[]}{<>;
|
||||
all:===:!"#$%& \'()*+,-./:;<=>?@[\\]^_`{|}~
|
||||
|
||||
[punctDict]
|
||||
:===:space
|
||||
&:===:and
|
||||
':===:apostrophe
|
||||
@:===:at
|
||||
\:===:backslash
|
||||
|:===:bar
|
||||
!:===:bang
|
||||
^:===:carrot
|
||||
::===:colon
|
||||
,:===:comma
|
||||
-:===:dash
|
||||
$:===:dollar
|
||||
.:===:dot
|
||||
>:===:greater
|
||||
`:===:grave
|
||||
#:===:hash
|
||||
{:===:left brace
|
||||
[:===:left bracket
|
||||
(:===:left paren
|
||||
<:===:less
|
||||
%:===:percent
|
||||
+:===:plus
|
||||
?:===:question?
|
||||
":===:quote
|
||||
):===:right paren
|
||||
}:===:right brace
|
||||
]:===:right bracket
|
||||
;:===:semicolon
|
||||
/:===:slash
|
||||
*:===:star
|
||||
~:===:tilde
|
||||
_:===:line
|
||||
=:===:equals
|
||||
|
||||
[customDict]
|
||||
f123:===:F One Two Three
|
||||
F123:===:F One Two Three
|
||||
|
||||
[emoticonDict]
|
||||
:):===:smile
|
||||
;):===:wink
|
||||
XD:===:LOL
|
||||
:D:===:laugh
|
||||
<{-.-}>:===:Raves
|
||||
\o/:===:Hurray
|
54
files/files/etc/fenrirscreenreader/punctuation/pt.conf
Normal file
54
files/files/etc/fenrirscreenreader/punctuation/pt.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
# how to use this file?
|
||||
# the # on the beginning of the line is a comment
|
||||
# the different sections are seperated by [<name>Dict] <name> is the section name. Dict is a keyword
|
||||
# the entrys are seperated with :===: in words colon tripple equal colon ( to not collide with substitutions)
|
||||
[levelDict]
|
||||
none:===:
|
||||
some:===:-$~+*-/\@
|
||||
most:===:.,:-$~+*-/\@!#%^&*()[]}{<>;
|
||||
all:===:!"#$%& \'()*+,-./:;<=>?@[\\]^_`{|}~
|
||||
|
||||
[punctDict]
|
||||
:===:espaço
|
||||
&:===:êh
|
||||
':===:apóstrofo
|
||||
@:===:arroba
|
||||
\:===:barra invertida
|
||||
|:===:barra vertical
|
||||
!:===:exclamação
|
||||
^:===:circunflexo
|
||||
::===:dois pontos
|
||||
,:===:vírgula
|
||||
-:===:hífen
|
||||
$:===:cifrão
|
||||
.:===:ponto
|
||||
>:===:maior
|
||||
`:===:grave
|
||||
#:===:número
|
||||
{:===:abre chave
|
||||
[:===:abre colchete
|
||||
(:===:abre parêntese
|
||||
<:===:menor
|
||||
%:===:porcento
|
||||
+:===:mais
|
||||
?:===:interrogação
|
||||
":===:aspas
|
||||
):===:fecha parêntese
|
||||
}:===:fecha chave
|
||||
]:===:fecha colchete
|
||||
;:===:ponto e vírgula
|
||||
/:===:barra
|
||||
*:===:asterisco
|
||||
~:===:til
|
||||
_:===:sublinha
|
||||
=:===:igual
|
||||
|
||||
[customDict]
|
||||
|
||||
[emoticonDict]
|
||||
:):===:sorriso
|
||||
;):===:piscadela
|
||||
XD:===:risada
|
||||
:D:===:risos
|
||||
<{-.-}>:===:delírio
|
||||
\o/:===:oba
|
193
files/files/etc/fenrirscreenreader/settings/settings.conf
Normal file
193
files/files/etc/fenrirscreenreader/settings/settings.conf
Normal file
@@ -0,0 +1,193 @@
|
||||
[sound]
|
||||
enabled=True
|
||||
driver=genericDriver
|
||||
theme=default
|
||||
volume=1.0
|
||||
# shell commands for generic sound driver
|
||||
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
|
||||
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
|
||||
|
||||
[speech]
|
||||
enabled=True
|
||||
driver=speechdDriver
|
||||
#driver=genericDriver
|
||||
serverPath=
|
||||
rate=0.50
|
||||
pitch=0.5
|
||||
# Pitch for capital letters
|
||||
capitalPitch=0.9
|
||||
#module=espeak
|
||||
voice=bdl
|
||||
#language=en
|
||||
volume=1.0
|
||||
autoReadIncoming=True
|
||||
|
||||
# genericSpeechCommand is the command that is executed for talking
|
||||
# the following variables are replaced with values
|
||||
# fenrirText = is the text that should be spoken
|
||||
# fenrirModule = may be the speech module like used in speech-dispatcher, not every TTY need this
|
||||
# fenrirLanguage = the language
|
||||
# fenrirVoice = is the current voice that should be used
|
||||
# the current volume, pitch and rate is calculated like this
|
||||
# value = min + settingValue * (min - max )
|
||||
# fenrirVolume = is replaced with the current volume
|
||||
# fenrirPitch = is replaced with the current pitch
|
||||
# fenrirRate = is replaced with the current speed (speech rate)
|
||||
genericSpeechCommand=espeak -a fenrirVolume -s fenrirRate -p fenrirPitch -v fenrirVoice -- "fenrirText"
|
||||
|
||||
# these are the min and max values of the TTS system that is used in genericSpeechCommand
|
||||
fenrirMinVolume=0
|
||||
fenrirMaxVolume=200
|
||||
fenrirMinPitch=0
|
||||
fenrirMaxPitch=99
|
||||
fenrirMinRate=80
|
||||
fenrirMaxRate=890
|
||||
|
||||
[braille]
|
||||
enabled=False
|
||||
driver=dummyDriver
|
||||
layout=en
|
||||
# to what should the flush timeout relate to
|
||||
# word = flush after (number of words to display) * seconds
|
||||
# char = flush after (number of chars to display) * seconds
|
||||
# fix = flush after X seconds
|
||||
# none = no automatic flush (manual via shortcut)
|
||||
flushMode=word
|
||||
# seconds to flush or
|
||||
# -1 = no automatic flush (manual via shortcut)
|
||||
flushTimeout=3
|
||||
# how should the cursor be focused?
|
||||
# page = if cursor cross the border move to next page and start at beginn
|
||||
# fixCell = ajust the cursor on an special cell where it is always placed. the display scroll here more smooth.
|
||||
cursorFocusMode=page
|
||||
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||
# 0 = first cell on device
|
||||
# -1 = last cell on device
|
||||
# >0 = fix cell number
|
||||
fixCursorOnCell=-1
|
||||
#How should the braille follow the focus
|
||||
# none = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
cursorFollowMode=review
|
||||
# number of cells in panning (horizontal)
|
||||
# 0 = display size, >0 number of cells
|
||||
panSizeHorizontal=0
|
||||
|
||||
[screen]
|
||||
driver=vcsaDriver
|
||||
encoding=auto
|
||||
screenUpdateDelay=0.05
|
||||
suspendingScreen=2
|
||||
autodetectSuspendingScreen=False
|
||||
|
||||
[keyboard]
|
||||
driver=evdevDriver
|
||||
# filter input devices NOMICE, ALL or a DEVICE NAME
|
||||
device=ALL
|
||||
grabDevices=True
|
||||
ignoreShortcuts=False
|
||||
keyboardLayout=nvda-desktop
|
||||
charEcho=True
|
||||
charDeleteEcho=True
|
||||
wordEcho=True
|
||||
interruptOnKeyPress=True
|
||||
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
|
||||
interruptOnKeyPressFilter=
|
||||
# timeout for double tap in sec
|
||||
doubleTapTimeout=0.2
|
||||
|
||||
[general]
|
||||
debugLevel=1
|
||||
# debugMode sets where the debug output should send to:
|
||||
# debugMode=File writes to debugFile (Default: /var/log/fenrirscreenreader/fenrir.log)
|
||||
# debugMode=Print just prints on the screen
|
||||
debugMode=File
|
||||
debugFile=/var/log/fenrirscreenreader/fenrir.log
|
||||
punctuationProfile=default
|
||||
punctuationLevel=some
|
||||
respectPunctuationPause=True
|
||||
newLinePause=True
|
||||
numberOfClipboards=10
|
||||
# used path for "export_clipboard_to_file"
|
||||
# $user is replaced by username
|
||||
clipboardExportPath=/tmp/fenrirClipboard
|
||||
emoticons=True
|
||||
fenrirKeys=KEY_KP0,KEY_CAPSLOCK
|
||||
scriptKeys=KEY_META,KEY_COMPOSE
|
||||
timeFormat=%H:%M:%P
|
||||
dateFormat="%A, %B %d, %Y"
|
||||
autoSpellCheck=True
|
||||
spellCheckLanguage=en_US
|
||||
scriptPath=/usr/share/fenrirscreenreader/scripts
|
||||
# overload commands, and create new one without changing Fenrir default
|
||||
commandPath=
|
||||
#fenrirBGColor = the backgroundcolor
|
||||
#fenrirFGColor = the foregroundcolor
|
||||
#fenrirUnderline = speak the underline attribute
|
||||
#fenrirBold = speak the bold attribute
|
||||
#fenrirBlink = speak the blink attribute
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
# play a sound when attributes are changeing
|
||||
hasAttributes=False
|
||||
# shell for PTY emulatiun (empty = default shell)
|
||||
shell=
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
# tcp = tcp (localhost only)
|
||||
method=unix
|
||||
# tcp port
|
||||
port=22447
|
||||
# socket filepath
|
||||
socketpath=/tmp/
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
rightBarriers=│┘┐─
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
endOfScreen=True
|
||||
# leave the review when pressing a key
|
||||
leaveReviewOnCursorChange=True
|
||||
# leave the review when changing the screen
|
||||
leaveReviewOnScreenChange=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
list=
|
||||
|
||||
[time]
|
||||
# automatic time anouncement
|
||||
enabled=False
|
||||
# present time
|
||||
presentTime=True
|
||||
# present date (on change)
|
||||
presentDate=True
|
||||
# present time after x seconds
|
||||
delaySec=0
|
||||
# present time after to given minutes example every 15 minutes: 00,15,30,45
|
||||
# if delaySec is >0 onMinutes is ignored
|
||||
onMinutes=00,30
|
||||
# announce via soundicon
|
||||
announce=True
|
||||
# interrupt current speech for time announcement
|
||||
interrupt=False
|
193
files/files/etc/fenrirscreenreader/settings/xterm.conf
Normal file
193
files/files/etc/fenrirscreenreader/settings/xterm.conf
Normal file
@@ -0,0 +1,193 @@
|
||||
[sound]
|
||||
enabled=True
|
||||
driver=genericDriver
|
||||
theme=default
|
||||
volume=1.0
|
||||
# shell commands for generic sound driver
|
||||
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
|
||||
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
|
||||
|
||||
[speech]
|
||||
enabled=True
|
||||
driver=speechdDriver
|
||||
#driver=genericDriver
|
||||
serverPath=
|
||||
rate=0.50
|
||||
pitch=0.5
|
||||
# Pitch for capital letters
|
||||
capitalPitch=0.9
|
||||
#module=espeak
|
||||
voice=bdl
|
||||
#language=en
|
||||
volume=1.0
|
||||
autoReadIncoming=True
|
||||
|
||||
# genericSpeechCommand is the command that is executed for talking
|
||||
# the following variables are replaced with values
|
||||
# fenrirText = is the text that should be spoken
|
||||
# fenrirModule = may be the speech module like used in speech-dispatcher, not every TTY need this
|
||||
# fenrirLanguage = the language
|
||||
# fenrirVoice = is the current voice that should be used
|
||||
# the current volume, pitch and rate is calculated like this
|
||||
# value = min + settingValue * (min - max )
|
||||
# fenrirVolume = is replaced with the current volume
|
||||
# fenrirPitch = is replaced with the current pitch
|
||||
# fenrirRate = is replaced with the current speed (speech rate)
|
||||
genericSpeechCommand=espeak -a fenrirVolume -s fenrirRate -p fenrirPitch -v fenrirVoice -- "fenrirText"
|
||||
|
||||
# these are the min and max values of the TTS system that is used in genericSpeechCommand
|
||||
fenrirMinVolume=0
|
||||
fenrirMaxVolume=200
|
||||
fenrirMinPitch=0
|
||||
fenrirMaxPitch=99
|
||||
fenrirMinRate=80
|
||||
fenrirMaxRate=890
|
||||
|
||||
[braille]
|
||||
enabled=False
|
||||
driver=dummyDriver
|
||||
layout=en
|
||||
# to what should the flush timeout relate to
|
||||
# word = flush after (number of words to display) * seconds
|
||||
# char = flush after (number of chars to display) * seconds
|
||||
# fix = flush after X seconds
|
||||
# none = no automatic flush (manual via shortcut)
|
||||
flushMode=word
|
||||
# seconds to flush or
|
||||
# -1 = no automatic flush (manual via shortcut)
|
||||
flushTimeout=3
|
||||
# how should the cursor be focused?
|
||||
# page = if cursor cross the border move to next page and start at beginn
|
||||
# fixCell = ajust the cursor on an special cell where it is always placed. the display scroll here more smooth.
|
||||
cursorFocusMode=page
|
||||
# define the cell on the Braille device where fenrir should scroll and keep the cursor
|
||||
# 0 = first cell on device
|
||||
# -1 = last cell on device
|
||||
# >0 = fix cell number
|
||||
fixCursorOnCell=-1
|
||||
#How should the braille follow the focus
|
||||
# none = no automatic toggle command used
|
||||
# review = priority to review
|
||||
# last = follow last used cursor
|
||||
cursorFollowMode=review
|
||||
# number of cells in panning (horizontal)
|
||||
# 0 = display size, >0 number of cells
|
||||
panSizeHorizontal=0
|
||||
|
||||
[screen]
|
||||
driver=ptyDriver
|
||||
encoding=auto
|
||||
screenUpdateDelay=0.05
|
||||
suspendingScreen=1
|
||||
autodetectSuspendingScreen=False
|
||||
|
||||
[keyboard]
|
||||
driver=evdevDriver
|
||||
# filter input devices NOMICE, ALL or a DEVICE NAME
|
||||
device=ALL
|
||||
grabDevices=True
|
||||
ignoreShortcuts=False
|
||||
keyboardLayout=nvda-desktop
|
||||
charEcho=True
|
||||
charDeleteEcho=True
|
||||
wordEcho=True
|
||||
interruptOnKeyPress=True
|
||||
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
|
||||
interruptOnKeyPressFilter=
|
||||
# timeout for double tap in sec
|
||||
doubleTapTimeout=0.2
|
||||
|
||||
[general]
|
||||
debugLevel=1
|
||||
# debugMode sets where the debug output should send to:
|
||||
# debugMode=File writes to debugFile (Default: /var/log/fenrirscreenreader/fenrir.log)
|
||||
# debugMode=Print just prints on the screen
|
||||
debugMode=File
|
||||
debugFile=/var/log/fenrirscreenreader/fenrir.log
|
||||
punctuationProfile=default
|
||||
punctuationLevel=some
|
||||
respectPunctuationPause=True
|
||||
newLinePause=True
|
||||
numberOfClipboards=10
|
||||
# used path for "export_clipboard_to_file"
|
||||
# $user is replaced by username
|
||||
clipboardExportPath=/tmp/fenrirClipboard
|
||||
emoticons=True
|
||||
fenrirKeys=KEY_KP0,KEY_CAPSLOCK
|
||||
scriptKeys=KEY_META,KEY_COMPOSE
|
||||
timeFormat=%H:%M:%P
|
||||
dateFormat="%A, %B %d, %Y"
|
||||
autoSpellCheck=True
|
||||
spellCheckLanguage=en_US
|
||||
scriptPath=/usr/share/fenrirscreenreader/scripts
|
||||
# overload commands, and create new one without changing Fenrir default
|
||||
commandPath=
|
||||
#fenrirBGColor = the backgroundcolor
|
||||
#fenrirFGColor = the foregroundcolor
|
||||
#fenrirUnderline = speak the underline attribute
|
||||
#fenrirBold = speak the bold attribute
|
||||
#fenrirBlink = speak the blink attribute
|
||||
#fenrirFont = the font
|
||||
#fenrirFontSize = the fontsize
|
||||
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
|
||||
autoPresentIndent=False
|
||||
# play a sound when attributes are changeing
|
||||
hasAttributes=False
|
||||
# shell for PTY emulatiun (empty = default shell)
|
||||
shell=
|
||||
|
||||
[focus]
|
||||
#follow the text cursor
|
||||
cursor=True
|
||||
#follow highlighted text changes
|
||||
highlight=False
|
||||
|
||||
[remote]
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
# tcp = tcp (localhost only)
|
||||
method=unix
|
||||
# tcp port
|
||||
port=22447
|
||||
# socket filepath
|
||||
socketpath=/tmp/
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# allow commands to be executed
|
||||
enableCommandRemote=True
|
||||
|
||||
[barrier]
|
||||
enabled=True
|
||||
leftBarriers=│└┌─
|
||||
rightBarriers=│┘┐─
|
||||
|
||||
[review]
|
||||
lineBreak=True
|
||||
endOfScreen=True
|
||||
# leave the review when pressing a key
|
||||
leaveReviewOnCursorChange=True
|
||||
# leave the review when changing the screen
|
||||
leaveReviewOnScreenChange=True
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
list=
|
||||
|
||||
[time]
|
||||
# automatic time anouncement
|
||||
enabled=False
|
||||
# present time
|
||||
presentTime=True
|
||||
# present date (on change)
|
||||
presentDate=True
|
||||
# present time after x seconds
|
||||
delaySec=0
|
||||
# present time after to given minutes example every 15 minutes: 00,15,30,45
|
||||
# if delaySec is >0 onMinutes is ignored
|
||||
onMinutes=00,30
|
||||
# announce via soundicon
|
||||
announce=True
|
||||
# interrupt current speech for time announcement
|
||||
interrupt=False
|
179
files/files/etc/i3/config
Normal file
179
files/files/etc/i3/config
Normal file
@@ -0,0 +1,179 @@
|
||||
# i3 config file (v4)
|
||||
#
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
#
|
||||
# This config file uses keycodes (bindsym) and was written for the QWERTY
|
||||
# layout.
|
||||
#
|
||||
# To get a config file with the same key positions, but for your current
|
||||
# layout, use the i3-config-wizard
|
||||
#
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Before i3 v4.8, we used to recommend this one as the default:
|
||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
# The font above is very space-efficient, that is, it looks good, sharp and
|
||||
# clear in small sizes. However, its unicode glyph coverage is limited, the old
|
||||
# X core fonts rendering does not support right-to-left and this being a bitmap
|
||||
# font, it doesn’t scale on retina/hidpi displays.
|
||||
|
||||
# use these keys for focus, movement, and resize directions when reaching for
|
||||
# the arrows is not convenient
|
||||
set $up l
|
||||
set $down k
|
||||
set $left j
|
||||
set $right semicolon
|
||||
|
||||
# use Mouse+Mod1 to drag floating windows to their wanted position
|
||||
floating_modifier Mod1
|
||||
|
||||
# start a terminal
|
||||
bindsym Mod1+Return exec i3-sensible-terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym Mod1+Shift+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym Mod1+d exec dmenu_run
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
# bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindsym Mod1+$left focus left
|
||||
bindsym Mod1+$down focus down
|
||||
bindsym Mod1+$up focus up
|
||||
bindsym Mod1+$right focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym Mod1+Left focus left
|
||||
bindsym Mod1+Down focus down
|
||||
bindsym Mod1+Up focus up
|
||||
bindsym Mod1+Right focus right
|
||||
|
||||
# move focused window
|
||||
bindsym Mod1+Shift+$left move left
|
||||
bindsym Mod1+Shift+$down move down
|
||||
bindsym Mod1+Shift+$up move up
|
||||
bindsym Mod1+Shift+$right move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym Mod1+Shift+Left move left
|
||||
bindsym Mod1+Shift+Down move down
|
||||
bindsym Mod1+Shift+Up move up
|
||||
bindsym Mod1+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym Mod1+h split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym Mod1+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym Mod1+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym Mod1+s layout stacking
|
||||
bindsym Mod1+w layout tabbed
|
||||
bindsym Mod1+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym Mod1+Shift+space floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
bindsym Mod1+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym Mod1+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym Mod1+d focus child
|
||||
|
||||
# move the currently focused window to the scratchpad
|
||||
bindsym Mod1+Shift+minus move scratchpad
|
||||
|
||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym Mod1+minus scratchpad show
|
||||
|
||||
# switch to workspace
|
||||
bindsym Mod1+1 workspace 1
|
||||
bindsym Mod1+2 workspace 2
|
||||
bindsym Mod1+3 workspace 3
|
||||
bindsym Mod1+4 workspace 4
|
||||
bindsym Mod1+5 workspace 5
|
||||
bindsym Mod1+6 workspace 6
|
||||
bindsym Mod1+7 workspace 7
|
||||
bindsym Mod1+8 workspace 8
|
||||
bindsym Mod1+9 workspace 9
|
||||
bindsym Mod1+0 workspace 10
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym Mod1+Shift+1 move container to workspace 1
|
||||
bindsym Mod1+Shift+2 move container to workspace 2
|
||||
bindsym Mod1+Shift+3 move container to workspace 3
|
||||
bindsym Mod1+Shift+4 move container to workspace 4
|
||||
bindsym Mod1+Shift+5 move container to workspace 5
|
||||
bindsym Mod1+Shift+6 move container to workspace 6
|
||||
bindsym Mod1+Shift+7 move container to workspace 7
|
||||
bindsym Mod1+Shift+8 move container to workspace 8
|
||||
bindsym Mod1+Shift+9 move container to workspace 9
|
||||
bindsym Mod1+Shift+0 move container to workspace 10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym Mod1+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym Mod1+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym Mod1+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
||||
# Pressing left will shrink the window’s width.
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym $left resize shrink width 10 px or 10 ppt
|
||||
bindsym $down resize grow height 10 px or 10 ppt
|
||||
bindsym $up resize shrink height 10 px or 10 ppt
|
||||
bindsym $right resize grow width 10 px or 10 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 10 px or 10 ppt
|
||||
bindsym Down resize grow height 10 px or 10 ppt
|
||||
bindsym Up resize shrink height 10 px or 10 ppt
|
||||
bindsym Right resize grow width 10 px or 10 ppt
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
bindsym Mod1+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
# automatically start i3-config-wizard to offer the user to create a
|
||||
# keysym-based config which used their favorite modifier (alt or windows)
|
||||
#
|
||||
# i3-config-wizard will not launch if there already is a config file
|
||||
# in ~/.i3/config.
|
||||
#
|
||||
# Please remove the following exec line:
|
||||
#######################################################################
|
||||
exec i3-config-wizard
|
155
files/files/etc/i3/config.keycodes
Normal file
155
files/files/etc/i3/config.keycodes
Normal file
@@ -0,0 +1,155 @@
|
||||
# WARNING
|
||||
# WARNING: This configuration file is a template for the i3-config-wizard to
|
||||
# WARNING: generate a config which uses keysyms in your current layout. It does
|
||||
# WARNING: not get loaded by i3. Please do not change it.
|
||||
# WARNING
|
||||
|
||||
# i3 config file (v4)
|
||||
#
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod1
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Before i3 v4.8, we used to recommend this one as the default:
|
||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
# The font above is very space-efficient, that is, it looks good, sharp and
|
||||
# clear in small sizes. However, its unicode glyph coverage is limited, the old
|
||||
# X core fonts rendering does not support right-to-left and this being a bitmap
|
||||
# font, it doesn’t scale on retina/hidpi displays.
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindcode $mod+36 exec i3-sensible-terminal
|
||||
|
||||
# kill focused window
|
||||
bindcode $mod+Shift+24 kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindcode $mod+40 exec dmenu_run
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindcode $mod+44 focus left
|
||||
bindcode $mod+45 focus down
|
||||
bindcode $mod+46 focus up
|
||||
bindcode $mod+47 focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindcode $mod+113 focus left
|
||||
bindcode $mod+116 focus down
|
||||
bindcode $mod+111 focus up
|
||||
bindcode $mod+114 focus right
|
||||
|
||||
# move focused window
|
||||
bindcode $mod+Shift+44 move left
|
||||
bindcode $mod+Shift+45 move down
|
||||
bindcode $mod+Shift+46 move up
|
||||
bindcode $mod+Shift+47 move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindcode $mod+Shift+113 move left
|
||||
bindcode $mod+Shift+116 move down
|
||||
bindcode $mod+Shift+111 move up
|
||||
bindcode $mod+Shift+114 move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindcode $mod+43 split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindcode $mod+55 split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindcode $mod+41 fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindcode $mod+39 layout stacking
|
||||
bindcode $mod+25 layout tabbed
|
||||
bindcode $mod+26 layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindcode $mod+Shift+65 floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
bindcode $mod+65 focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindcode $mod+38 focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
# switch to workspace
|
||||
bindcode $mod+10 workspace 1
|
||||
bindcode $mod+11 workspace 2
|
||||
bindcode $mod+12 workspace 3
|
||||
bindcode $mod+13 workspace 4
|
||||
bindcode $mod+14 workspace 5
|
||||
bindcode $mod+15 workspace 6
|
||||
bindcode $mod+16 workspace 7
|
||||
bindcode $mod+17 workspace 8
|
||||
bindcode $mod+18 workspace 9
|
||||
bindcode $mod+19 workspace 10
|
||||
|
||||
# move focused container to workspace
|
||||
bindcode $mod+Shift+10 move container to workspace 1
|
||||
bindcode $mod+Shift+11 move container to workspace 2
|
||||
bindcode $mod+Shift+12 move container to workspace 3
|
||||
bindcode $mod+Shift+13 move container to workspace 4
|
||||
bindcode $mod+Shift+14 move container to workspace 5
|
||||
bindcode $mod+Shift+15 move container to workspace 6
|
||||
bindcode $mod+Shift+16 move container to workspace 7
|
||||
bindcode $mod+Shift+17 move container to workspace 8
|
||||
bindcode $mod+Shift+18 move container to workspace 9
|
||||
bindcode $mod+Shift+19 move container to workspace 10
|
||||
|
||||
# reload the configuration file
|
||||
bindcode $mod+Shift+54 reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindcode $mod+Shift+27 restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindcode $mod+Shift+26 exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
||||
# Pressing left will shrink the window’s width.
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindcode 44 resize shrink width 10 px or 10 ppt
|
||||
bindcode 45 resize grow height 10 px or 10 ppt
|
||||
bindcode 46 resize shrink height 10 px or 10 ppt
|
||||
bindcode 47 resize grow width 10 px or 10 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindcode 113 resize shrink width 10 px or 10 ppt
|
||||
bindcode 116 resize grow height 10 px or 10 ppt
|
||||
bindcode 111 resize shrink height 10 px or 10 ppt
|
||||
bindcode 114 resize grow width 10 px or 10 ppt
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindcode 36 mode "default"
|
||||
bindcode 9 mode "default"
|
||||
}
|
||||
|
||||
bindcode $mod+27 mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
2
files/files/etc/issue
Normal file
2
files/files/etc/issue
Normal file
@@ -0,0 +1,2 @@
|
||||
F123Light \r (\l)
|
||||
|
1
files/files/etc/libao.conf
Normal file
1
files/files/etc/libao.conf
Normal file
@@ -0,0 +1 @@
|
||||
default_driver=pulse
|
73
files/files/etc/lxdm/Xsession
Executable file
73
files/files/etc/lxdm/Xsession
Executable file
@@ -0,0 +1,73 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# LXDM wrapper to run around X sessions.
|
||||
|
||||
echo "Running X session wrapper"
|
||||
|
||||
|
||||
if [ $# -eq 1 -a -n "$1" ]; then
|
||||
LXSESSION=$1
|
||||
else
|
||||
# default session
|
||||
LXSESSION=/usr/bin/mate-session
|
||||
fi
|
||||
|
||||
# Load profile
|
||||
for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; do
|
||||
if [ -f "$file" ]; then
|
||||
echo "Loading profile from $file";
|
||||
. "$file"
|
||||
fi
|
||||
done
|
||||
|
||||
# Load resources
|
||||
for file in "/etc/X11/Xresources" "$HOME/.Xresources"; do
|
||||
if [ -f "$file" ]; then
|
||||
echo "Loading resource: $file"
|
||||
xrdb -merge "$file"
|
||||
fi
|
||||
done
|
||||
|
||||
# Load keymaps
|
||||
for file in "/etc/X11/Xkbmap" "$HOME/.Xkbmap"; do
|
||||
if [ -f "$file" ]; then
|
||||
echo "Loading keymap: $file"
|
||||
setxkbmap `cat "$file"`
|
||||
XKB_IN_USE=yes
|
||||
fi
|
||||
done
|
||||
|
||||
# Load xmodmap if not using XKB
|
||||
if [ -z "$XKB_IN_USE" ]; then
|
||||
for file in "/etc/X11/Xmodmap" "$HOME/.Xmodmap"; do
|
||||
if [ -f "$file" ]; then
|
||||
echo "Loading modmap: $file"
|
||||
xmodmap "$file"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
unset XKB_IN_USE
|
||||
|
||||
# Run all system xinitrc shell scripts
|
||||
xinitdir="/etc/X11/xinit/xinitrc.d"
|
||||
if [ -d "$xinitdir" ]; then
|
||||
for script in $xinitdir/*; do
|
||||
echo "Loading xinit script $script"
|
||||
if [ -x "$script" -a ! -d "$script" ]; then
|
||||
. "$script"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
# Run user xsession shell script
|
||||
script="$HOME/.xsession"
|
||||
if [ -x "$script" -a ! -d "$script" ]; then
|
||||
echo "Loading xsession script $script"
|
||||
. "$script"
|
||||
fi
|
||||
|
||||
echo "X session wrapper complete, running session $LXSESSION"
|
||||
|
||||
|
||||
exec $LXSESSION
|
62
files/files/etc/lxdm/lxdm.conf
Normal file
62
files/files/etc/lxdm/lxdm.conf
Normal file
@@ -0,0 +1,62 @@
|
||||
[base]
|
||||
## uncomment and set autologin username to enable autologin
|
||||
autologin=f123
|
||||
|
||||
## uncomment and set timeout to enable timeout autologin,
|
||||
## the value should >=5
|
||||
# timeout=10
|
||||
|
||||
## default session or desktop used when no systemwide config
|
||||
session=/usr/bin/mate-session
|
||||
|
||||
## uncomment and set to set numlock on your keyboard
|
||||
# numlock=0
|
||||
|
||||
## set this if you don't want to put xauth file at ~/.Xauthority
|
||||
# xauth_path=/tmp
|
||||
|
||||
# not ask password for users who have empty password
|
||||
# skip_password=1
|
||||
|
||||
## greeter used to welcome the user
|
||||
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
|
||||
|
||||
[server]
|
||||
## arg used to start xserver, not fully function
|
||||
arg=/usr/bin/X -background vt1
|
||||
# uncomment this if you really want xserver listen to tcp
|
||||
# tcp_listen=1
|
||||
# uncoment this if you want reset the xserver after logou
|
||||
# reset=1
|
||||
|
||||
[display]
|
||||
## gtk theme used by greeter
|
||||
gtk_theme=Adwaita
|
||||
|
||||
## background of the greeter
|
||||
# bg=/usr/share/backgrounds/default.png
|
||||
|
||||
## if show bottom pane
|
||||
bottom_pane=1
|
||||
|
||||
## if show language select control
|
||||
lang=1
|
||||
|
||||
## if show keyboard layout select control
|
||||
keyboard=0
|
||||
|
||||
## the theme of greeter
|
||||
theme=Industrial
|
||||
|
||||
[input]
|
||||
|
||||
[userlist]
|
||||
## if disable the user list control at greeter
|
||||
disable=0
|
||||
|
||||
## whitelist user
|
||||
white=
|
||||
|
||||
## blacklist user
|
||||
black=
|
||||
|
459
files/files/etc/mc/mc.keymap
Executable file
459
files/files/etc/mc/mc.keymap
Executable file
@@ -0,0 +1,459 @@
|
||||
[main]
|
||||
ChangePanel = tab
|
||||
Help = f1
|
||||
UserMenu = f2
|
||||
View = f3
|
||||
# ViewFile =
|
||||
Edit = f4
|
||||
# EditForceInternal =
|
||||
Copy = ctrl-c
|
||||
Move = ctrl-v
|
||||
MakeDir = ctrl-n
|
||||
Delete = kpdelete
|
||||
Menu = f9
|
||||
Quit = ctrl-q
|
||||
MenuLastSelected = f19
|
||||
QuitQuiet = f20
|
||||
Find = ctrl-f
|
||||
CdQuick = alt-c
|
||||
HotList = ctrl-backslash
|
||||
Reread = ctrl-r
|
||||
DirSize = ctrl-space
|
||||
Suspend = ctrl-z
|
||||
Swap = ctrl-u
|
||||
History = alt-h
|
||||
# PanelListing =
|
||||
# SetupListingFormat =
|
||||
ShowHidden = alt-dot
|
||||
SplitVertHoriz = alt-comma
|
||||
SplitEqual = alt-equal
|
||||
SplitMore = alt-shift-right
|
||||
SplitLess = alt-shift-left
|
||||
Shell = ctrl-o
|
||||
PutCurrentPath = alt-a
|
||||
PutOtherPath = alt-shift-a
|
||||
PutCurrentSelected = alt-enter; ctrl-enter
|
||||
PutCurrentFullSelected = ctrl-shift-enter
|
||||
ViewFiltered = alt-exclamation
|
||||
Select = kpplus
|
||||
Unselect = kpminus
|
||||
SelectInvert = kpasterisk
|
||||
ScreenList = alt-prime
|
||||
# OptionsLayout =
|
||||
# OptionsAppearance =
|
||||
# OptionsPanel =
|
||||
# OptionsConfirm =
|
||||
# OptionsDisplayBits =
|
||||
# OptionsVfs =
|
||||
# LearnKeys =
|
||||
# SaveSetup =
|
||||
# EditExtensionsFile =
|
||||
# EditFileHighlightFile =
|
||||
# Filter =
|
||||
# ConnectFish =
|
||||
# ConnectFtp =
|
||||
# ConnectSmb =
|
||||
# Undelete =
|
||||
ExtendedKeyMap = ctrl-x
|
||||
|
||||
[main:xmap]
|
||||
ChangeMode = c
|
||||
ChangeOwn = o
|
||||
CompareDirs = d
|
||||
CompareFiles = ctrl-d
|
||||
HotListAdd = h
|
||||
LinkSymbolicEdit = ctrl-s
|
||||
Link = l
|
||||
LinkSymbolic = s
|
||||
LinkSymbolicRelative = v
|
||||
PanelInfo = i
|
||||
PanelQuickView = q
|
||||
ExternalPanelize = exclamation
|
||||
VfsList = a
|
||||
Jobs = j
|
||||
PutCurrentPath = p
|
||||
PutOtherPath = ctrl-p
|
||||
PutCurrentTagged = t
|
||||
PutOtherTagged = ctrl-t
|
||||
PutCurrentLink = r
|
||||
PutOtherLink = ctrl-r
|
||||
|
||||
[panel]
|
||||
CycleListingFormat = alt-t
|
||||
Search = ctrl-s; alt-s
|
||||
Mark = insert; ctrl-t
|
||||
MarkUp = shift-up
|
||||
MarkDown = shift-down
|
||||
# MarkLeft =
|
||||
# MarkRight =
|
||||
Down = down; ctrl-n
|
||||
Up = up; ctrl-p
|
||||
Left = left
|
||||
Right = right
|
||||
PageUp = pgup; alt-v
|
||||
PageDown = pgdn; ctrl-v
|
||||
Enter = enter
|
||||
PanelOtherCd = alt-o
|
||||
PanelOtherCdLink = alt-l
|
||||
ViewRaw = f13
|
||||
EditNew = f14
|
||||
CopySingle = f15
|
||||
MoveSingle = f16
|
||||
DeleteSingle = f18
|
||||
# SelectExt =
|
||||
Select = alt-plus
|
||||
Unselect = alt-minus
|
||||
SelectInvert = alt-asterisk
|
||||
CdChild = ctrl-pgdn
|
||||
CdParent = ctrl-pgup
|
||||
# CdParentSmart =
|
||||
# Panelize =
|
||||
History = alt-shift-h
|
||||
HistoryNext = alt-u
|
||||
HistoryPrev = alt-y
|
||||
BottomOnScreen = alt-j
|
||||
MiddleOnScreen = alt-r
|
||||
TopOnScreen = alt-g
|
||||
PanelOtherSync = alt-i
|
||||
SelectCodepage = alt-e
|
||||
Top = alt-lt; home; a1
|
||||
Bottom = alt-gt; end; c1
|
||||
# Sort =
|
||||
# SortPrev =
|
||||
# SortNext =
|
||||
# SortReverse =
|
||||
# SortByName =
|
||||
# SortByExt =
|
||||
# SortBySize =
|
||||
# SortByMTime =
|
||||
# ScrollLeft =
|
||||
# ScrollRight =
|
||||
|
||||
[dialog]
|
||||
Ok = enter
|
||||
Cancel = f10; esc; ctrl-g
|
||||
Up = left; up
|
||||
#Left = left; up
|
||||
Down = right; down
|
||||
#Right = right; down
|
||||
Help = f1
|
||||
Suspend = ctrl-z
|
||||
Refresh = ctrl-l
|
||||
ScreenList = alt-prime
|
||||
ScreenNext = alt-rbrace
|
||||
ScreenPrev = alt-lbrace
|
||||
|
||||
[input]
|
||||
Home = ctrl-a; alt-lt; home; a1
|
||||
End = ctrl-e; alt-gt; end; c1
|
||||
Left = left; alt-left; ctrl-b
|
||||
Right = right; alt-right; ctrl-f
|
||||
WordLeft = ctrl-left; alt-b
|
||||
WordRight = ctrl-right; alt-f
|
||||
Backspace = backspace; ctrl-h
|
||||
Delete = delete; ctrl-d
|
||||
DeleteToWordBegin = alt-backspace
|
||||
DeleteToWordEnd = alt-d
|
||||
# Mark =
|
||||
Remove = ctrl-w
|
||||
# Cut =
|
||||
Store = alt-w
|
||||
# Paste =
|
||||
Yank = ctrl-y
|
||||
DeleteToEnd = ctrl-k
|
||||
HistoryPrev = alt-p; ctrl-down
|
||||
HistoryNext = alt-n; ctrl-up
|
||||
History = alt-h
|
||||
Complete = alt-tab
|
||||
# Clear =
|
||||
MarkLeft = shift-left
|
||||
MarkRight = shift-right
|
||||
MarkToWordBegin = ctrl-shift-left
|
||||
MarkToWordEnd = ctrl-shift-right
|
||||
MarkToHome = shift-home
|
||||
MarkToEnd = shift-end
|
||||
|
||||
[listbox]
|
||||
Up = up; ctrl-p
|
||||
Down = down; ctrl-n
|
||||
Top = home; alt-lt; a1
|
||||
Bottom = end; alt-gt; c1
|
||||
PageUp = pgup; alt-v
|
||||
PageDown = pgdn; ctrl-v
|
||||
Delete = delete; d
|
||||
Clear = shift-delete; shift-d
|
||||
|
||||
[tree]
|
||||
Help = f1
|
||||
Reread = f2; ctrl-r
|
||||
Forget = f3
|
||||
ToggleNavigation = f4
|
||||
Copy = f5
|
||||
Move = f6
|
||||
Up = up; ctrl-p
|
||||
Down = down; ctrl-n
|
||||
Left = left
|
||||
Right = right
|
||||
Top = home; alt-lt; a1
|
||||
Bottom = end; alt-gt; c1
|
||||
PageUp = pgup; alt-v
|
||||
PageDown = pgdn; ctrl-v
|
||||
Enter = enter
|
||||
Search = ctrl-s; alt-s
|
||||
Delete = f8; delete
|
||||
|
||||
[help]
|
||||
Help = f1
|
||||
Index = f2; c
|
||||
Back = f3; left; l
|
||||
Quit = f10; esc
|
||||
Up = up; ctrl-p
|
||||
Down = down; ctrl-n
|
||||
PageDown = f; space; pgdn; ctrl-v
|
||||
PageUp = b; pgup; alt-v; backspace
|
||||
HalfPageDown = d
|
||||
HalfPageUp = u
|
||||
Top = home; ctrl-home; ctrl-pgup; a1; alt-lt; g
|
||||
Bottom = end; ctrl-end; ctrl-pgdn; c1; alt-gt; shift-g
|
||||
Enter = right; enter
|
||||
LinkNext = tab
|
||||
LinkPrev = alt-tab
|
||||
NodeNext = n
|
||||
NodePrev = p
|
||||
|
||||
[editor]
|
||||
Store = ctrl-insert
|
||||
Paste = shift-insert
|
||||
Cut = shift-delete
|
||||
Up = up
|
||||
Down = down
|
||||
Left = left
|
||||
Right = right
|
||||
WordLeft = ctrl-left; ctrl-z
|
||||
WordRight = ctrl-right; ctrl-x
|
||||
Enter = enter
|
||||
Return = shift-enter; ctrl-enter; ctrl-shift-enter
|
||||
BackSpace = backspace; ctrl-h
|
||||
Delete = delete; ctrl-d
|
||||
PageUp = pgup
|
||||
PageDown = pgdn
|
||||
Home = home
|
||||
End = end
|
||||
Tab = tab; shift-tab; ctrl-tab; ctrl-shift-tab
|
||||
Undo = ctrl-u
|
||||
Redo = alt-r
|
||||
Top = ctrl-home; alt-lt
|
||||
Bottom = ctrl-end; alt-gt
|
||||
ScrollUp = ctrl-up
|
||||
ScrollDown = ctrl-down
|
||||
TopOnScreen = ctrl-pgup
|
||||
BottomOnScreen = ctrl-pgdn
|
||||
DeleteToWordBegin = alt-backspace
|
||||
DeleteToWordEnd = alt-d
|
||||
DeleteLine = ctrl-y
|
||||
DeleteToEnd = ctrl-k
|
||||
# DeleteToHome =
|
||||
# ParagraphUp =
|
||||
# ParagraphDown =
|
||||
Save = f2
|
||||
# EditFile =
|
||||
EditNew = ctrl-n
|
||||
SaveAs = f12; ctrl-f2
|
||||
# Close =
|
||||
Mark = f3
|
||||
Copy = ctrl-c
|
||||
Move = ctrl-v
|
||||
Remove = f8
|
||||
# MarkLine =
|
||||
# MarkWord =
|
||||
# MarkAll =
|
||||
# Unmark =
|
||||
Search = f7
|
||||
SearchContinue = f17
|
||||
# BlockShiftLeft =
|
||||
# BlockShiftRight =
|
||||
MarkPageUp = shift-pgup
|
||||
MarkPageDown = shift-pgdn
|
||||
MarkLeft = shift-left
|
||||
MarkRight = shift-right
|
||||
MarkToWordBegin = ctrl-shift-left
|
||||
MarkToWordEnd = ctrl-shift-right
|
||||
MarkUp = shift-up
|
||||
MarkDown = shift-down
|
||||
MarkToHome = shift-home
|
||||
MarkToEnd = shift-end
|
||||
MarkToFileBegin = ctrl-shift-home
|
||||
MarkToFileEnd = ctrl-shift-end
|
||||
MarkToPageBegin = ctrl-shift-pgup
|
||||
MarkToPageEnd = ctrl-shift-pgdn
|
||||
MarkScrollUp = ctrl-shift-up
|
||||
MarkScrollDown = ctrl-shift-down
|
||||
# MarkParagraphUp =
|
||||
# MarkParagraphDown =
|
||||
MarkColumnPageUp = alt-pgup
|
||||
MarkColumnPageDown = alt-pgdn
|
||||
MarkColumnLeft = alt-left
|
||||
MarkColumnRight = alt-right
|
||||
MarkColumnUp = alt-up
|
||||
MarkColumnDown = alt-down
|
||||
# MarkColumnScrollUp =
|
||||
# MarkColumnScrollDown =
|
||||
# MarkColumnParagraphUp =
|
||||
# MarkColumnParagraphDown =
|
||||
BlockSave = ctrl-f
|
||||
MarkColumn = f13
|
||||
Replace = f4
|
||||
ReplaceContinue = f14
|
||||
Complete = alt-tab
|
||||
InsertFile = f15
|
||||
Quit = f10; esc
|
||||
InsertOverwrite = insert
|
||||
Help = f1
|
||||
# Date =
|
||||
Refresh = ctrl-l
|
||||
Goto = alt-l
|
||||
Sort = alt-t
|
||||
Mail = alt-m
|
||||
ParagraphFormat = alt-p
|
||||
MatchBracket = alt-b
|
||||
ExternalCommand = alt-u
|
||||
UserMenu = f11
|
||||
Menu = f9
|
||||
Bookmark = alt-k
|
||||
BookmarkFlush = alt-o
|
||||
BookmarkNext = alt-j
|
||||
BookmarkPrev = alt-i
|
||||
# History =
|
||||
Shell = ctrl-o
|
||||
InsertLiteral = ctrl-q
|
||||
# MacroStartRecord =
|
||||
# MacroStopRecord =
|
||||
MacroStartStopRecord = ctrl-r
|
||||
# MacroDelete =
|
||||
ShowNumbers = alt-n
|
||||
ShowTabTws = alt-underline
|
||||
SyntaxOnOff = ctrl-s
|
||||
# SyntaxChoose =
|
||||
# ShowMargin =
|
||||
Find = alt-enter
|
||||
FilePrev = alt-minus
|
||||
FileNext = alt-plus
|
||||
# RepeatStartStopRecord =
|
||||
SelectCodepage = alt-e
|
||||
# Options =
|
||||
# OptionsSaveMode =
|
||||
# SpellCheck =
|
||||
SpellCheckCurrentWord = ctrl-p
|
||||
# SpellCheckSelectLang =
|
||||
# LearnKeys =
|
||||
# WindowMove =
|
||||
# WindowResize =
|
||||
# WindowFullscreen =
|
||||
# WindowList =
|
||||
# WindowNext =
|
||||
# WindowPrev =
|
||||
# ExtendedKeyMap =
|
||||
|
||||
[viewer]
|
||||
Help = f1
|
||||
WrapMode = f2
|
||||
Quit = f3; f10; q; esc
|
||||
HexMode = f4
|
||||
Goto = f5
|
||||
Search = f7
|
||||
SearchForward = slash
|
||||
SearchBackward = question
|
||||
SearchContinue = f17; n
|
||||
SearchForwardContinue = ctrl-s
|
||||
SearchBackwardContinue = ctrl-r
|
||||
MagicMode = f8
|
||||
NroffMode = f9
|
||||
Home = ctrl-a
|
||||
End = ctrl-e
|
||||
Left = h; left
|
||||
Right = l; right
|
||||
LeftQuick = ctrl-left
|
||||
RightQuick = ctrl-right
|
||||
Up = k; y; insert; up; ctrl-p
|
||||
Down = j; e; delete; down; enter; ctrl-n
|
||||
PageDown = f; space; pgdn; ctrl-v
|
||||
PageUp = b; pgup; alt-v; backspace
|
||||
HalfPageDown = d
|
||||
HalfPageUp = u
|
||||
Top = home; ctrl-home; ctrl-pgup; a1; alt-lt; g
|
||||
Bottom = end; ctrl-end; ctrl-pgdn; c1; alt-gt; shift-g
|
||||
BookmarkGoto = m
|
||||
Bookmark = r
|
||||
FileNext = ctrl-f
|
||||
FilePrev = ctrl-b
|
||||
SelectCodepage = alt-e
|
||||
Shell = ctrl-o
|
||||
Ruler = alt-r
|
||||
|
||||
[viewer:hex]
|
||||
Help = f1
|
||||
HexEditMode = f2
|
||||
Quit = f3; f10; q; esc
|
||||
HexMode = f4
|
||||
Goto = f5
|
||||
Save = f6
|
||||
Search = f7
|
||||
SearchForward = slash
|
||||
SearchBackward = question
|
||||
SearchContinue = f17; n
|
||||
SearchForwardContinue = ctrl-s
|
||||
SearchBackwardContinue = ctrl-r
|
||||
MagicMode = f8
|
||||
NroffMode = f9
|
||||
ToggleNavigation = tab
|
||||
Home = ctrl-a; home
|
||||
End = ctrl-e; end
|
||||
Left = b; left
|
||||
Right = f; right
|
||||
Up = k; y; up
|
||||
Down = j; delete; down
|
||||
PageDown = pgdn; ctrl-v
|
||||
PageUp = pgup; alt-v
|
||||
Top = ctrl-home; ctrl-pgup; a1; alt-lt; g
|
||||
Bottom = ctrl-end; ctrl-pgdn; c1; alt-gt; shift-g
|
||||
|
||||
[diffviewer]
|
||||
ShowSymbols = alt-s; s
|
||||
ShowNumbers = alt-n; l
|
||||
SplitFull = f
|
||||
SplitEqual = equal
|
||||
SplitMore = gt
|
||||
SplitLess = lt
|
||||
Tab2 = 2
|
||||
Tab3 = 3
|
||||
Tab4 = 4
|
||||
Tab8 = 8
|
||||
Swap = ctrl-u
|
||||
Redo = ctrl-r
|
||||
HunkNext = n; enter; space
|
||||
HunkPrev = p; backspace
|
||||
Goto = g; shift-g
|
||||
Save = f2
|
||||
Edit = f4
|
||||
EditOther = f14
|
||||
Merge = f5
|
||||
MergeOther = f15
|
||||
Search = f7
|
||||
SearchContinue = f17
|
||||
Options = f9
|
||||
Top = ctrl-home
|
||||
Bottom = ctrl-end
|
||||
Down = down
|
||||
Up = up
|
||||
LeftQuick = ctrl-left
|
||||
RightQuick = ctrl-right
|
||||
Left = left
|
||||
Right = right
|
||||
PageDown = pgdn
|
||||
PageUp = pgup
|
||||
Home = home
|
||||
End = end
|
||||
Help = f1
|
||||
Quit = f10; q; shift-q; esc
|
||||
Shell = ctrl-o
|
||||
SelectCodepage = alt-e
|
1
files/files/etc/mode
Normal file
1
files/files/etc/mode
Normal file
@@ -0,0 +1 @@
|
||||
0
|
1
files/files/etc/modules-load.d/bluetooth.conf
Normal file
1
files/files/etc/modules-load.d/bluetooth.conf
Normal file
@@ -0,0 +1 @@
|
||||
blacklist btsdio
|
1
files/files/etc/modules-load.d/uinput.conf
Normal file
1
files/files/etc/modules-load.d/uinput.conf
Normal file
@@ -0,0 +1 @@
|
||||
uinput
|
171
files/files/etc/mygtkmenu/en
Normal file
171
files/files/etc/mygtkmenu/en
Normal file
@@ -0,0 +1,171 @@
|
||||
# gtkmenu.conf
|
||||
# Description: Menu to provide access to F123Light.
|
||||
#
|
||||
# Copyright 2019, F123 Consulting, <information@f123.org>
|
||||
# Copyright 2019, Storm Dragon, <storm_dragon@linux-a11y.org>
|
||||
#
|
||||
# This 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, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# This software 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 package; see the file COPYING. If not, write to the Free
|
||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301, USA.
|
||||
|
||||
|
||||
# Keywords are used to identify the type of line. One keyword per line. The
|
||||
# 7 keywords are:
|
||||
#
|
||||
# "menupos="
|
||||
# "item="
|
||||
# "cmd="
|
||||
# "icon="
|
||||
# "separator"
|
||||
# "submenu="
|
||||
# "iconsize="
|
||||
#
|
||||
#"Item=" must be followed by "cmd=" which must, in turn, be followed by "icon=".
|
||||
#
|
||||
# "Submenu" must be followed by "icon=" (line indented).
|
||||
# All menu entries in this submenu must be indented using the <tab> character.
|
||||
# The first line that is not indented with the same number of <tab>s signals
|
||||
# the end of this submenu. Submenus can, of course, be nested.
|
||||
#
|
||||
# Item denotes the text to show in the menu. An underscore ("_") indicates
|
||||
# the mnemonic for the menu item. Cmd denotes the command to run.
|
||||
# Icon denotes a image to show in the menu. If you do not want an image,
|
||||
# use the entry "icon=NULL". Submenu denotes the text to show
|
||||
# in the menu listing. Separator is just that - a line in the menu.
|
||||
# Iconsize changes the dimensions of the image used for succeeding menu items.
|
||||
# MenuPos is an optional line to force the menu to open at a given x-y
|
||||
# position (the program xev can help you find coordinates - see its man page).
|
||||
# If "menupos=" is missing, the menu is shown at the mouse cursor position.
|
||||
# Lines are limited to 200 characters. The character "#" marks the
|
||||
# beginning of a comment (ignored by myGtkMenu). Blank lines are ignored.
|
||||
#
|
||||
# |--------------------------------------------------------------------|
|
||||
# | If an error is found in the file, the rest of the file is ignored. |
|
||||
# |--------------------------------------------------------------------|
|
||||
#
|
||||
# The text that follows "cmd=" must be a legal (error free) command.
|
||||
# If the command will not work when independently run on a terminal window,
|
||||
# it will not work from myGtkMenu.
|
||||
#
|
||||
# To debug the operation of myGtkMenu on MenuDescriptionFilename,
|
||||
# run "myGtkMenu MenuDescriptionFilename" from a command prompt
|
||||
# (ie terminal window). When in doubt, enter the complete pathname of
|
||||
# the files: "/PATH/myGtkMenu /PATH/MenuDescriptionFilename" where
|
||||
# "/PATH/" is the directory where the files are located.
|
||||
#
|
||||
# Typically, one would run myGtkMenu from an icon on a panel or an
|
||||
# icon on the desktop. (In GNOME, launchers are designed to do this.)
|
||||
# Note that you are not limited to one menu. Make several launchers and
|
||||
# operate them with different MenuDescriptionFilename.
|
||||
|
||||
|
||||
# ............... Beginning of menu ...............
|
||||
|
||||
MenuPosition = 10 10
|
||||
|
||||
iconsize = 25
|
||||
|
||||
Submenu = _Internet
|
||||
icon = NULL
|
||||
|
||||
item = _Email
|
||||
cmd = thunderbird
|
||||
icon = NULL
|
||||
|
||||
item = _Web Browser
|
||||
cmd = firefox
|
||||
icon = NULL
|
||||
|
||||
item = Instant _Messaging
|
||||
cmd = pidgin
|
||||
icon = NULL
|
||||
|
||||
item = _Voice Chat (Mumble)
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh barnard-ui
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
Submenu = _Media
|
||||
icon = NULL
|
||||
|
||||
item = _Music
|
||||
cmd = audacious
|
||||
icon = NULL
|
||||
|
||||
Submenu = _Office
|
||||
icon = NULL
|
||||
|
||||
item = _Calculator
|
||||
cmd = galculator
|
||||
icon = NULL
|
||||
|
||||
item = _Text Editor
|
||||
cmd = pluma
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
item = _File Manager
|
||||
cmd = pcmanfm
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
Submenu = _Settings
|
||||
icon = NULL
|
||||
|
||||
item = _Bluetooth
|
||||
cmd = blueman-manager
|
||||
icon = NULL
|
||||
|
||||
item = Configure _Wifi
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh configure-wifi
|
||||
icon = NULL
|
||||
|
||||
item = Change _Passwords
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh configure-passwords
|
||||
icon = NULL
|
||||
|
||||
item = Set default _browser
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh configure-web-browser
|
||||
icon = NULL
|
||||
|
||||
item = _Security
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh configure-security
|
||||
icon = NULL
|
||||
|
||||
item = _Speech Settings
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh configure-speech
|
||||
icon = NULL
|
||||
|
||||
item = Check for System _Updates
|
||||
cmd = /usr/lib/F123-wrappers/clilauncher.sh update-f123light
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
Submenu = _Power
|
||||
icon = NULL
|
||||
|
||||
item = Restar_t
|
||||
cmd = reboot
|
||||
icon = NULL
|
||||
|
||||
item = Power _Off
|
||||
cmd = poweroff
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
171
files/files/etc/mygtkmenu/pt
Normal file
171
files/files/etc/mygtkmenu/pt
Normal file
@@ -0,0 +1,171 @@
|
||||
# gtkmenu.conf
|
||||
# Description: Menu to provide access to F123Light.
|
||||
#
|
||||
# Copyright 2019, F123 Consulting, <information@f123.org>
|
||||
# Copyright 2019, Storm Dragon, <storm_dragon@linux-a11y.org>
|
||||
#
|
||||
# This 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, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# This software 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 package; see the file COPYING. If not, write to the Free
|
||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301, USA.
|
||||
|
||||
|
||||
# Keywords are used to identify the type of line. One keyword per line. The
|
||||
# 7 keywords are:
|
||||
#
|
||||
# "menupos="
|
||||
# "item="
|
||||
# "cmd="
|
||||
# "icon="
|
||||
# "separator"
|
||||
# "submenu="
|
||||
# "iconsize="
|
||||
#
|
||||
#"Item=" must be followed by "cmd=" which must, in turn, be followed by "icon=".
|
||||
#
|
||||
# "Submenu" must be followed by "icon=" (line indented).
|
||||
# All menu entries in this submenu must be indented using the <tab> character.
|
||||
# The first line that is not indented with the same number of <tab>s signals
|
||||
# the end of this submenu. Submenus can, of course, be nested.
|
||||
#
|
||||
# Item denotes the text to show in the menu. An underscore ("_") indicates
|
||||
# the mnemonic for the menu item. Cmd denotes the command to run.
|
||||
# Icon denotes a image to show in the menu. If you do not want an image,
|
||||
# use the entry "icon=NULL". Submenu denotes the text to show
|
||||
# in the menu listing. Separator is just that - a line in the menu.
|
||||
# Iconsize changes the dimensions of the image used for succeeding menu items.
|
||||
# MenuPos is an optional line to force the menu to open at a given x-y
|
||||
# position (the program xev can help you find coordinates - see its man page).
|
||||
# If "menupos=" is missing, the menu is shown at the mouse cursor position.
|
||||
# Lines are limited to 200 characters. The character "#" marks the
|
||||
# beginning of a comment (ignored by myGtkMenu). Blank lines are ignored.
|
||||
#
|
||||
# |--------------------------------------------------------------------|
|
||||
# | If an error is found in the file, the rest of the file is ignored. |
|
||||
# |--------------------------------------------------------------------|
|
||||
#
|
||||
# The text that follows "cmd=" must be a legal (error free) command.
|
||||
# If the command will not work when independently run on a terminal window,
|
||||
# it will not work from myGtkMenu.
|
||||
#
|
||||
# To debug the operation of myGtkMenu on MenuDescriptionFilename,
|
||||
# run "myGtkMenu MenuDescriptionFilename" from a command prompt
|
||||
# (ie terminal window). When in doubt, enter the complete pathname of
|
||||
# the files: "/PATH/myGtkMenu /PATH/MenuDescriptionFilename" where
|
||||
# "/PATH/" is the directory where the files are located.
|
||||
#
|
||||
# Typically, one would run myGtkMenu from an icon on a panel or an
|
||||
# icon on the desktop. (In GNOME, launchers are designed to do this.)
|
||||
# Note that you are not limited to one menu. Make several launchers and
|
||||
# operate them with different MenuDescriptionFilename.
|
||||
|
||||
|
||||
# ............... Beginning of menu ...............
|
||||
|
||||
MenuPosition = 10 10
|
||||
|
||||
iconsize = 25
|
||||
|
||||
Submenu = _Internet
|
||||
icon = NULL
|
||||
|
||||
item = _Email
|
||||
cmd = thunderbird
|
||||
icon = NULL
|
||||
|
||||
item = _Navegador da web
|
||||
cmd = firefox
|
||||
icon = NULL
|
||||
|
||||
item = _Mensageiro instantâneo
|
||||
cmd = pidgin
|
||||
icon = NULL
|
||||
|
||||
item = _Bate-papo por voz (Mumble)
|
||||
cmd = xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/barnard-ui
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
#Submenu = _Mídia
|
||||
# icon = NULL
|
||||
|
||||
# item = Reprodutor de _música
|
||||
# cmd = audacious
|
||||
# icon = NULL
|
||||
|
||||
Submenu = _Escritório
|
||||
icon = NULL
|
||||
|
||||
item = _Calculator
|
||||
cmd = galculator
|
||||
icon = NULL
|
||||
|
||||
item = _Editor de textos
|
||||
cmd = pluma
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
item = _Gerenciador de arquivos
|
||||
cmd = pcmanfm
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
Submenu = _Configurações
|
||||
icon = NULL
|
||||
|
||||
item = _Bluetooth
|
||||
cmd = blueman-manager
|
||||
icon = NULL
|
||||
|
||||
item = Configurar _Wifi
|
||||
cmd = sudo xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/configure-wifi
|
||||
icon = NULL
|
||||
|
||||
item = Alterar _senhas
|
||||
cmd = xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/configure-passwords
|
||||
icon = NULL
|
||||
|
||||
item = Escolher navegador web _padrão
|
||||
cmd = xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/configure-web-browser
|
||||
icon = NULL
|
||||
|
||||
item = _Segurança
|
||||
cmd = xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/configure-security
|
||||
icon = NULL
|
||||
|
||||
item = _Configurações de fala
|
||||
cmd = xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/configure-speech
|
||||
icon = NULL
|
||||
|
||||
item = Verificar atualizações do _sistema
|
||||
cmd = xterm -e fenrir -s /etc/fenrirscreenreader/settings/xterm.conf -o general.shell=/usr/bin/update-f123light
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
||||
Submenu = _Desligar ou reinicializar
|
||||
icon = NULL
|
||||
|
||||
item = _Reiniciar
|
||||
cmd = reboot
|
||||
icon = NULL
|
||||
|
||||
item = _Desligar
|
||||
cmd = poweroff
|
||||
icon = NULL
|
||||
|
||||
SEPARATOR
|
||||
|
298
files/files/etc/nanorc
Normal file
298
files/files/etc/nanorc
Normal file
@@ -0,0 +1,298 @@
|
||||
## Sample initialization file for GNU nano.
|
||||
##
|
||||
## Please note that you must have configured nano with --enable-nanorc
|
||||
## for this file to be read! Also note that this file should not be in
|
||||
## DOS or Mac format, and that characters specially interpreted by the
|
||||
## shell should not be escaped here.
|
||||
##
|
||||
## To make sure an option is disabled, use "unset <option>".
|
||||
##
|
||||
## For the options that take parameters, the default value is given.
|
||||
## Other options are unset by default.
|
||||
##
|
||||
## Quotes inside string parameters don't have to be escaped with
|
||||
## backslashes. The last double quote in the string will be treated as
|
||||
## its end. For example, for the "brackets" option, ""')>]}" will match
|
||||
## ", ', ), >, ], and }.
|
||||
|
||||
## When soft line wrapping is enabled, make it wrap lines at blanks
|
||||
## (tabs and spaces) instead of always at the edge of the screen.
|
||||
set atblanks
|
||||
|
||||
## Use auto-indentation.
|
||||
# set autoindent
|
||||
|
||||
## Back up files to the current filename plus a tilde.
|
||||
# set backup
|
||||
|
||||
## The directory to put unique backup files in.
|
||||
# set backupdir ""
|
||||
|
||||
## Use bold text instead of reverse video text.
|
||||
# set boldtext
|
||||
|
||||
## The characters treated as closing brackets when justifying
|
||||
## paragraphs. They cannot contain blank characters. Only closing
|
||||
## punctuation, optionally followed by closing brackets, can end
|
||||
## sentences.
|
||||
# set brackets ""')>]}"
|
||||
|
||||
## Do case-sensitive searches by default.
|
||||
# set casesensitive
|
||||
|
||||
## Constantly display the cursor position in the status bar. Note that
|
||||
## this overrides "quickblank".
|
||||
# set constantshow
|
||||
## (The old form, 'const', is deprecated.)
|
||||
|
||||
## Use cut-from-cursor-to-end-of-line by default.
|
||||
# set cutfromcursor
|
||||
## (The old form, 'cut', is deprecated.)
|
||||
|
||||
## Set the line length for wrapping text and justifying paragraphs.
|
||||
## If the value is 0 or less, the wrapping point will be the screen
|
||||
## width less this number.
|
||||
# set fill -8
|
||||
|
||||
## Remember the used search/replace strings for the next session.
|
||||
# set historylog
|
||||
|
||||
## Display line numbers to the left of the text.
|
||||
# set linenumbers
|
||||
|
||||
## Enable vim-style lock-files. This is just to let a vim user know you
|
||||
## are editing a file [s]he is trying to edit and vice versa. There are
|
||||
## no plans to implement vim-style undo state in these files.
|
||||
# set locking
|
||||
|
||||
## The opening and closing brackets that can be found by bracket
|
||||
## searches. They cannot contain blank characters. The former set must
|
||||
## come before the latter set, and both must be in the same order.
|
||||
# set matchbrackets "(<[{)>]}"
|
||||
|
||||
## Use the blank line below the title bar as extra editing space.
|
||||
set morespace
|
||||
|
||||
## Enable mouse support, if available for your system. When enabled,
|
||||
## mouse clicks can be used to place the cursor, set the mark (with a
|
||||
## double click), and execute shortcuts. The mouse will work in the X
|
||||
## Window System, and on the console when gpm is running.
|
||||
# set mouse
|
||||
|
||||
## Switch on multiple file buffers (inserting a file will put it into
|
||||
## a separate buffer).
|
||||
set multibuffer
|
||||
|
||||
## Don't convert files from DOS/Mac format.
|
||||
set noconvert
|
||||
|
||||
## Don't display the helpful shortcut lists at the bottom of the screen.
|
||||
set nohelp
|
||||
|
||||
## Don't pause between warnings at startup. Which means that only the
|
||||
## last one will be readable (when there are multiple ones).
|
||||
set nopauses
|
||||
|
||||
## Don't add newlines to the ends of files.
|
||||
set nonewlines
|
||||
|
||||
## Don't wrap text at all.
|
||||
# set nowrap
|
||||
|
||||
## Set operating directory. nano will not read or write files outside
|
||||
## this directory and its subdirectories. Also, the current directory
|
||||
## is changed to here, so any files are inserted from this dir. A blank
|
||||
## string means the operating-directory feature is turned off.
|
||||
# set operatingdir ""
|
||||
|
||||
## Remember the cursor position in each file for the next editing session.
|
||||
set positionlog
|
||||
## (The old form, 'poslog', is deprecated.)
|
||||
|
||||
## Preserve the XON and XOFF keys (^Q and ^S).
|
||||
# set preserve
|
||||
|
||||
## The characters treated as closing punctuation when justifying
|
||||
## paragraphs. They cannot contain blank characters. Only closing
|
||||
## punctuation, optionally followed by closing brackets, can end
|
||||
## sentences.
|
||||
# set punct "!.?"
|
||||
|
||||
## Do quick status-bar blanking. Status-bar messages will disappear after
|
||||
## 1 keystroke instead of 26. Note that "constantshow" overrides this.
|
||||
# set quickblank
|
||||
|
||||
## The email-quote string, used to justify email-quoted paragraphs.
|
||||
## This is an extended regular expression if your system supports them,
|
||||
## otherwise a literal string.
|
||||
## If you have extended regular expression support, the default is:
|
||||
# set quotestr "^([ ]*[#:>\|}])+"
|
||||
## Otherwise:
|
||||
# set quotestr "> "
|
||||
|
||||
## Fix Backspace/Delete confusion problem.
|
||||
# set rebinddelete
|
||||
|
||||
## Fix numeric keypad key confusion problem.
|
||||
# set rebindkeypad
|
||||
|
||||
## Do extended regular expression searches by default.
|
||||
# set regexp
|
||||
|
||||
## Put the cursor on the highlighted item in the file browser;
|
||||
## useful for people who use a braille display.
|
||||
# set showcursor
|
||||
|
||||
## Make the Home key smarter. When Home is pressed anywhere but at the
|
||||
## very beginning of non-whitespace characters on a line, the cursor
|
||||
## will jump to that beginning (either forwards or backwards). If the
|
||||
## cursor is already at that position, it will jump to the true
|
||||
## beginning of the line.
|
||||
# set smarthome
|
||||
|
||||
## Use smooth scrolling as the default.
|
||||
set smooth
|
||||
|
||||
## Enable soft line wrapping (AKA full-line display).
|
||||
# set softwrap
|
||||
|
||||
## Use this spelling checker instead of the internal one. This option
|
||||
## does not have a default value.
|
||||
# set speller "aspell -x -c"
|
||||
set speller "hunspell"
|
||||
|
||||
## Allow nano to be suspended.
|
||||
# set suspend
|
||||
|
||||
## Use this tab size instead of the default; it must be greater than 0.
|
||||
# set tabsize 8
|
||||
|
||||
## Convert typed tabs to spaces.
|
||||
# set tabstospaces
|
||||
|
||||
## Save automatically on exit; don't prompt.
|
||||
# set tempfile
|
||||
|
||||
## Snip whitespace at the end of lines when justifying or hard-wrapping.
|
||||
# set trimblanks
|
||||
|
||||
## Disallow file modification. Why would you want this in an rcfile? ;)
|
||||
# set view
|
||||
|
||||
## The two single-column characters used to display the first characters
|
||||
## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in
|
||||
## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.
|
||||
## The default when in a UTF-8 locale:
|
||||
# set whitespace "»·"
|
||||
## The default otherwise:
|
||||
# set whitespace ">."
|
||||
|
||||
## Detect word boundaries differently by treating punctuation
|
||||
## characters as parts of words.
|
||||
# set wordbounds
|
||||
|
||||
## The characters (besides alphanumeric ones) that should be considered
|
||||
## as parts of words. This option does not have a default value. When
|
||||
## set, it overrides option 'set wordbounds'.
|
||||
# set wordchars "<_>."
|
||||
|
||||
|
||||
## Paint the interface elements of nano. These are examples;
|
||||
## by default there are no colors, except for errorcolor.
|
||||
# set titlecolor brightwhite,blue
|
||||
# set statuscolor brightwhite,green
|
||||
# set errorcolor brightwhite,red
|
||||
# set selectedcolor brightwhite,magenta
|
||||
# set numbercolor cyan
|
||||
# set keycolor cyan
|
||||
# set functioncolor green
|
||||
## In root's .nanorc you might want to use:
|
||||
# set titlecolor brightwhite,magenta
|
||||
# set statuscolor brightwhite,magenta
|
||||
# set errorcolor brightwhite,red
|
||||
# set selectedcolor brightwhite,cyan
|
||||
# set numbercolor magenta
|
||||
# set keycolor brightmagenta
|
||||
# set functioncolor magenta
|
||||
|
||||
|
||||
## Setup of syntax coloring.
|
||||
##
|
||||
## Format:
|
||||
##
|
||||
## syntax "short description" ["filename regex" ...]
|
||||
##
|
||||
## The "none" syntax is reserved; specifying it on the command line is
|
||||
## the same as not having a syntax at all. The "default" syntax is
|
||||
## special: it takes no filename regexes, and applies to files that
|
||||
## don't match any other syntax's filename regexes.
|
||||
##
|
||||
## color foreground,background "regex" ["regex"...]
|
||||
## or
|
||||
## icolor foreground,background "regex" ["regex"...]
|
||||
##
|
||||
## "color" will do case-sensitive matches, while "icolor" will do
|
||||
## case-insensitive matches.
|
||||
##
|
||||
## Valid colors: white, black, red, blue, green, yellow, magenta, cyan.
|
||||
## For foreground colors, you may use the prefix "bright" to get a
|
||||
## stronger highlight.
|
||||
##
|
||||
## To use multi-line regexes, use the start="regex" end="regex"
|
||||
## [start="regex" end="regex"...] format.
|
||||
##
|
||||
## If your system supports transparency, not specifying a background
|
||||
## color will use a transparent color. If you don't want this, be sure
|
||||
## to set the background color to black or white.
|
||||
##
|
||||
## All regexes should be extended regular expressions.
|
||||
##
|
||||
## If you wish, you may put your syntax definitions in separate files.
|
||||
## You can make use of such files as follows:
|
||||
##
|
||||
## include "/path/to/syntax_file.nanorc"
|
||||
##
|
||||
## Unless otherwise noted, the name of the syntax file (without the
|
||||
## ".nanorc" extension) should be the same as the "short description"
|
||||
## name inside that file. These names are kept fairly short to make
|
||||
## them easier to remember and faster to type using nano's -Y option.
|
||||
##
|
||||
## To include all existing syntax definitions, you can do:
|
||||
# include "/usr/share/nano/*.nanorc"
|
||||
|
||||
|
||||
## Key bindings.
|
||||
## See nanorc(5) (section REBINDING KEYS) for more details on this.
|
||||
##
|
||||
## The following two functions are not bound to any key by default.
|
||||
## You may wish to choose other keys than the ones suggested here.
|
||||
# bind M-B cutwordleft main
|
||||
# bind M-N cutwordright main
|
||||
|
||||
## Set this if your Backspace key sends Del most of the time.
|
||||
# bind Del backspace all
|
||||
|
||||
## Copy and Paste
|
||||
bind ^C copy main
|
||||
bind ^V paste main
|
||||
bind ^X cut main
|
||||
|
||||
|
||||
## Opening, Navigating Between, and Writing Files
|
||||
bind ^Space prevbuf main
|
||||
bind M-Space nextbuf main
|
||||
bind ^O insert main
|
||||
|
||||
|
||||
## Search and/or replace, completion, information, and Spellcheck
|
||||
bind M-C complete main
|
||||
bind F7 speller main
|
||||
bind ^F whereis main
|
||||
bind ^H replace main
|
||||
bind M-W wordcount main
|
||||
|
||||
|
||||
## Exit Nano
|
||||
bind F4 exit all
|
||||
bind ^Q exit all
|
||||
bind ^W exit all
|
23
files/files/etc/nodm.conf
Normal file
23
files/files/etc/nodm.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# nodm configuration file
|
||||
|
||||
# Controls the user that is used to automatically log in
|
||||
NODM_USER='f123'
|
||||
|
||||
# Options to pass to the X server (for example: "vt7 -nolisten
|
||||
# tcp")
|
||||
NODM_X_OPTIONS='vt2 -nolisten tcp'
|
||||
|
||||
# Minimum time (in seconds) that a session should last in order
|
||||
# for nodm to decide that it has not quit too soon. If an X
|
||||
# session will run for less than this time, nodm will wait an
|
||||
# increasing bit of time before restarting it.
|
||||
NODM_MIN_SESSION_TIME=60
|
||||
|
||||
# X session command (default: /etc/X11/Xsession). It is run using
|
||||
# the shell, so it can be any shell command.
|
||||
NODM_XSESSION='/home/f123/.xinitrc'
|
||||
|
||||
# Timeout (in seconds) to wait for X to be ready to accept
|
||||
# connections. If X is not ready before this timeout, it is killed
|
||||
# and restarted.
|
||||
NODM_X_TIMEOUT=60
|
101
files/files/etc/pacman.conf
Normal file
101
files/files/etc/pacman.conf
Normal file
@@ -0,0 +1,101 @@
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
# If you wish to use different paths, uncomment and update the paths.
|
||||
#RootDir = /
|
||||
#DBPath = /var/lib/pacman/
|
||||
#CacheDir = /var/cache/pacman/pkg/
|
||||
#LogFile = /var/log/pacman.log
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
#XferCommand = /usr/bin/curl -C - -f %u > %o
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
#UseDelta = 0.7
|
||||
Architecture = armv7h
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
#NoExtract =
|
||||
|
||||
# Misc options
|
||||
#UseSyslog
|
||||
#Color
|
||||
#TotalDownload
|
||||
CheckSpace
|
||||
#VerbosePkgLists
|
||||
|
||||
# PGP signature checking
|
||||
# NOTE: None of this will work without running `pacman-key --init` first.
|
||||
# The compiled in default is equivalent to the following line. This requires
|
||||
# you to locally sign and trust packager keys using `pacman-key` for them to be
|
||||
# considered valid.
|
||||
#SigLevel = Required DatabaseOptional
|
||||
#LocalFileSigLevel = Optional
|
||||
#RemoteFileSigLevel = Required
|
||||
# If you wish to check signatures but avoid local sign and trust issues, use
|
||||
# the following line. This will treat any key imported into pacman's keyring as
|
||||
# trusted.
|
||||
#SigLevel = Optional TrustAll
|
||||
# For now, off by default unless you read the above.
|
||||
SigLevel = Never
|
||||
|
||||
#
|
||||
# REPOSITORIES
|
||||
# - can be defined here or included from another file
|
||||
# - pacman will search repositories in the order defined here
|
||||
# - local/custom mirrors can be added here or in separate files
|
||||
# - repositories listed first will take precedence when packages
|
||||
# have identical names, regardless of version number
|
||||
# - URLs will have $repo replaced by the name of the current repo
|
||||
# - URLs will have $arch replaced by the name of the architecture
|
||||
#
|
||||
# Repository entries are of the format:
|
||||
# [repo-name]
|
||||
# Server = ServerName
|
||||
# Include = IncludePath
|
||||
#
|
||||
# The header [repo-name] is crucial - it must be present and
|
||||
# uncommented to enable the repo.
|
||||
#
|
||||
|
||||
# The testing repositories are disabled by default. To enable, uncomment the
|
||||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
[f123light]
|
||||
Server = https://packages.f123.org/$arch
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[alarm]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[aur]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
||||
|
||||
|
6
files/files/etc/pam.d/nodm
Normal file
6
files/files/etc/pam.d/nodm
Normal file
@@ -0,0 +1,6 @@
|
||||
#%PAM-1.0
|
||||
|
||||
auth include system-local-login
|
||||
account include system-local-login
|
||||
password include system-local-login
|
||||
session include system-local-login
|
9
files/files/etc/pdmenurc
Normal file
9
files/files/etc/pdmenurc
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/pdmenu
|
||||
#
|
||||
# Note that the above bang-path isn't required, but it lets you run this
|
||||
# file directly as a sort of pdmenu script.
|
||||
|
||||
# F123 menu
|
||||
|
||||
# Call the actual menu
|
||||
preproc:/usr/lib/F123-wrappers/pdmenu.sh
|
36
files/files/etc/pulse/client.conf
Normal file
36
files/files/etc/pulse/client.conf
Normal file
@@ -0,0 +1,36 @@
|
||||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# PulseAudio 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 Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
|
||||
## more information. Default values are commented out. Use either ; or # for
|
||||
## commenting.
|
||||
|
||||
; default-sink =
|
||||
; default-source =
|
||||
default-server = /var/run/pulse/native
|
||||
; default-dbus-server =
|
||||
|
||||
autospawn = no
|
||||
; autospawn = yes
|
||||
; daemon-binary = /usr/bin/pulseaudio
|
||||
; extra-arguments = --log-target=syslog
|
||||
|
||||
; cookie-file =
|
||||
|
||||
; enable-shm = yes
|
||||
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|
||||
|
||||
; auto-connect-localhost = no
|
||||
; auto-connect-display = no
|
90
files/files/etc/pulse/daemon.conf
Normal file
90
files/files/etc/pulse/daemon.conf
Normal file
@@ -0,0 +1,90 @@
|
||||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# PulseAudio 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 Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
|
||||
## more information. Default values are commented out. Use either ; or # for
|
||||
## commenting.
|
||||
|
||||
; daemonize = no
|
||||
; fail = yes
|
||||
; allow-module-loading = yes
|
||||
; allow-exit = yes
|
||||
; use-pid-file = yes
|
||||
; system-instance = no
|
||||
; local-server-type = user
|
||||
; enable-shm = yes
|
||||
; enable-memfd = yes
|
||||
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|
||||
; lock-memory = no
|
||||
; cpu-limit = no
|
||||
|
||||
; high-priority = yes
|
||||
; nice-level = -11
|
||||
|
||||
; realtime-scheduling = yes
|
||||
; realtime-priority = 5
|
||||
|
||||
; exit-idle-time = 20
|
||||
; scache-idle-time = 20
|
||||
|
||||
; dl-search-path = (depends on architecture)
|
||||
|
||||
; load-default-script-file = yes
|
||||
; default-script-file = /etc/pulse/default.pa
|
||||
|
||||
; log-target = auto
|
||||
; log-level = notice
|
||||
; log-meta = no
|
||||
; log-time = no
|
||||
; log-backtrace = 0
|
||||
|
||||
; resample-method = speex-float-1
|
||||
; avoid-resampling = false
|
||||
; enable-remixing = yes
|
||||
; remixing-use-all-sink-channels = yes
|
||||
; enable-lfe-remixing = no
|
||||
; lfe-crossover-freq = 0
|
||||
|
||||
flat-volumes = no
|
||||
; flat-volumes = yes
|
||||
|
||||
; rlimit-fsize = -1
|
||||
; rlimit-data = -1
|
||||
; rlimit-stack = -1
|
||||
; rlimit-core = -1
|
||||
; rlimit-as = -1
|
||||
; rlimit-rss = -1
|
||||
; rlimit-nproc = -1
|
||||
; rlimit-nofile = 256
|
||||
; rlimit-memlock = -1
|
||||
; rlimit-locks = -1
|
||||
; rlimit-sigpending = -1
|
||||
; rlimit-msgqueue = -1
|
||||
; rlimit-nice = 31
|
||||
; rlimit-rtprio = 9
|
||||
; rlimit-rttime = 200000
|
||||
|
||||
; default-sample-format = s16le
|
||||
; default-sample-rate = 44100
|
||||
; alternate-sample-rate = 48000
|
||||
; default-sample-channels = 2
|
||||
; default-channel-map = front-left,front-right
|
||||
|
||||
; default-fragments = 4
|
||||
; default-fragment-size-msec = 25
|
||||
|
||||
; enable-deferred-volume = yes
|
||||
; deferred-volume-safety-margin-usec = 8000
|
||||
; deferred-volume-extra-delay-usec = 0
|
145
files/files/etc/pulse/default.pa
Normal file
145
files/files/etc/pulse/default.pa
Normal file
@@ -0,0 +1,145 @@
|
||||
#!/usr/bin/pulseaudio -nF
|
||||
#
|
||||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# PulseAudio 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 Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# This startup script is used only if PulseAudio is started per-user
|
||||
# (i.e. not in system mode)
|
||||
|
||||
.fail
|
||||
|
||||
### Automatically restore the volume of streams and devices
|
||||
load-module module-device-restore
|
||||
load-module module-stream-restore
|
||||
load-module module-card-restore
|
||||
|
||||
### Automatically augment property information from .desktop files
|
||||
### stored in /usr/share/application
|
||||
load-module module-augment-properties
|
||||
|
||||
### Should be after module-*-restore but before module-*-detect
|
||||
load-module module-switch-on-port-available
|
||||
|
||||
# automatically switch to newly-connected devices
|
||||
load-module module-switch-on-connect
|
||||
|
||||
### Load audio drivers statically
|
||||
### (it's probably better to not load these drivers manually, but instead
|
||||
### use module-udev-detect -- see below -- for doing this automatically)
|
||||
#load-module module-alsa-sink
|
||||
#load-module module-alsa-source device=hw:1,0
|
||||
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
|
||||
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
||||
#load-module module-null-sink
|
||||
#load-module module-pipe-sink
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
load-module module-detect
|
||||
.endif
|
||||
|
||||
### Automatically connect sink and source if JACK server is present
|
||||
.ifexists module-jackdbus-detect.so
|
||||
.nofail
|
||||
load-module module-jackdbus-detect channels=2
|
||||
.fail
|
||||
.endif
|
||||
|
||||
### Automatically load driver modules for Bluetooth hardware
|
||||
.ifexists module-bluetooth-policy.so
|
||||
load-module module-bluetooth-policy
|
||||
.endif
|
||||
|
||||
.ifexists module-bluetooth-discover.so
|
||||
load-module module-bluetooth-discover
|
||||
.endif
|
||||
|
||||
### Load several protocols
|
||||
load-module module-dbus-protocol
|
||||
.ifexists module-esound-protocol-unix.so
|
||||
load-module module-esound-protocol-unix
|
||||
.endif
|
||||
load-module module-native-protocol-unix
|
||||
|
||||
### Network access (may be configured with paprefs, so leave this commented
|
||||
### here if you plan to use paprefs)
|
||||
#load-module module-esound-protocol-tcp
|
||||
#load-module module-native-protocol-tcp
|
||||
#load-module module-zeroconf-publish
|
||||
|
||||
### Load the RTP receiver module (also configured via paprefs, see above)
|
||||
#load-module module-rtp-recv
|
||||
|
||||
### Load the RTP sender module (also configured via paprefs, see above)
|
||||
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
|
||||
#load-module module-rtp-send source=rtp.monitor
|
||||
|
||||
### Load additional modules from GSettings. This can be configured with the paprefs tool.
|
||||
### Please keep in mind that the modules configured by paprefs might conflict with manually
|
||||
### loaded modules.
|
||||
.ifexists module-gsettings.so
|
||||
.nofail
|
||||
load-module module-gsettings
|
||||
.fail
|
||||
.endif
|
||||
|
||||
|
||||
### Automatically restore the default sink/source when changed by the user
|
||||
### during runtime
|
||||
### NOTE: This should be loaded as early as possible so that subsequent modules
|
||||
### that look up the default sink/source get the right value
|
||||
load-module module-default-device-restore
|
||||
|
||||
### Automatically move streams to the default sink if the sink they are
|
||||
### connected to dies, similar for sources
|
||||
load-module module-rescue-streams
|
||||
|
||||
### Make sure we always have a sink around, even if it is a null sink.
|
||||
load-module module-always-sink
|
||||
|
||||
### Honour intended role device property
|
||||
load-module module-intended-roles
|
||||
|
||||
### Automatically suspend sinks/sources that become idle for too long
|
||||
# load-module module-suspend-on-idle
|
||||
|
||||
### If autoexit on idle is enabled we want to make sure we only quit
|
||||
### when no local session needs us anymore.
|
||||
.ifexists module-console-kit.so
|
||||
load-module module-console-kit
|
||||
.endif
|
||||
.ifexists module-systemd-login.so
|
||||
load-module module-systemd-login
|
||||
.endif
|
||||
|
||||
### Enable positioned event sounds
|
||||
load-module module-position-event-sounds
|
||||
|
||||
### Cork music/video streams when a phone stream is active
|
||||
load-module module-role-cork
|
||||
|
||||
### Modules to allow autoloading of filters (such as echo cancellation)
|
||||
### on demand. module-filter-heuristics tries to determine what filters
|
||||
### make sense, and module-filter-apply does the heavy-lifting of
|
||||
### loading modules and rerouting streams.
|
||||
load-module module-filter-heuristics
|
||||
load-module module-filter-apply
|
||||
|
||||
### Make some devices default
|
||||
#set-default-sink output
|
||||
#set-default-source input
|
64
files/files/etc/pulse/system.pa
Normal file
64
files/files/etc/pulse/system.pa
Normal file
@@ -0,0 +1,64 @@
|
||||
#!/usr/bin/pulseaudio -nF
|
||||
#
|
||||
# This file is part of PulseAudio.
|
||||
#
|
||||
# PulseAudio is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# PulseAudio 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 Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# This startup script is used only if PulseAudio is started in system
|
||||
# mode.
|
||||
|
||||
### Automatically restore the volume of streams and devices
|
||||
load-module module-device-restore
|
||||
load-module module-stream-restore
|
||||
load-module module-card-restore
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect tsched=0
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev/hal support)
|
||||
load-module module-detect
|
||||
.endif
|
||||
|
||||
### Load several protocols
|
||||
.ifexists module-esound-protocol-unix.so
|
||||
load-module module-esound-protocol-unix
|
||||
.endif
|
||||
load-module module-native-protocol-unix
|
||||
|
||||
### Automatically restore the default sink/source when changed by the user
|
||||
### during runtime
|
||||
### NOTE: This should be loaded as early as possible so that subsequent modules
|
||||
### that look up the default sink/source get the right value
|
||||
load-module module-default-device-restore
|
||||
|
||||
### Automatically move streams to the default sink if the sink they are
|
||||
### connected to dies, similar for sources
|
||||
load-module module-rescue-streams
|
||||
|
||||
### Make sure we always have a sink around, even if it is a null sink.
|
||||
load-module module-always-sink
|
||||
|
||||
### Automatically suspend sinks/sources that become idle for too long
|
||||
load-module module-suspend-on-idle
|
||||
|
||||
### Enable positioned event sounds
|
||||
load-module module-position-event-sounds
|
||||
|
||||
#Load Bluetooth Modules
|
||||
load-module module-bluetooth-policy
|
||||
load-module module-bluetooth-discover
|
||||
|
||||
# automatically switch to newly-connected devices
|
||||
load-module module-switch-on-connect
|
23
files/files/etc/skel/.Xresources
Normal file
23
files/files/etc/skel/.Xresources
Normal file
@@ -0,0 +1,23 @@
|
||||
! Start in Unicode
|
||||
XTerm*utf8: 1
|
||||
UXTerm*utf8: 1
|
||||
! Use white-on-black colors
|
||||
XTerm.vt100.reverseVideo: true
|
||||
UXTerm.vt100.reverseVideo: true
|
||||
! XTerm already has 256 colors support
|
||||
! We ask it to set the correct $TERM XTerm.termName: xterm-256color
|
||||
UXTerm.termName: xterm-256color
|
||||
! Start with maximized window
|
||||
xterm*maximized: true
|
||||
! Make Alt key behave like in other terminals
|
||||
XTerm.vt100.altIsNotMeta: true
|
||||
UXTerm.vt100.altIsNotMeta: true
|
||||
XTerm.vt100.metaSendsEscape: true
|
||||
UXTerm.vt100.metaSendsEscape: true
|
||||
URxvt.perl-ext-common: "default, -searchable-scrollback"
|
||||
*VT100.Translations: #override \
|
||||
<Key>BackSpace: string(0x7F)\n\
|
||||
<Key>Delete: string("\033[3~")\n\
|
||||
<Key>Home: string("\033[1~")\n\
|
||||
<Key>End: string("\033[4~")
|
||||
*ttyModes: erase ^?
|
13
files/files/etc/skel/.barnard.yaml
Normal file
13
files/files/etc/skel/.barnard.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
hotkeys:
|
||||
talk: alt_t
|
||||
volumedown: f5
|
||||
volumeup: f6
|
||||
exit: ctrl_q
|
||||
toggletimestamps: f3
|
||||
switchviews: tab
|
||||
clearoutput: null
|
||||
scrollup: pgup
|
||||
scrolldown: pgdn
|
||||
scrolltotop: null
|
||||
scrolltobottom: null
|
||||
servers: []
|
12
files/files/etc/skel/.bash_aliases
Normal file
12
files/files/etc/skel/.bash_aliases
Normal file
@@ -0,0 +1,12 @@
|
||||
alias ls='ls --color=auto'
|
||||
alias sudo='sudo '
|
||||
alias cp="cp -v"
|
||||
alias rm="rm -iv"
|
||||
alias lstar="tar -ztvf"
|
||||
alias cmus="cmus --show-cursor"
|
||||
alias irssi='irssi 2> /dev/null'
|
||||
alias xclip="xclip -selection clipboard"
|
||||
alias userctl="systemctl --user "
|
||||
alias menu="pdmenu -squn;dialog --infobox \"Press F10 to return to the menu\" 0 0"
|
||||
alias pdmenu="pdmenu -squn;dialog --infobox \"Press F10 to return to the menu\" 0 0"
|
||||
alias pacmd='sudo PULSE_RUNTIME_PATH=/var/run/pulse -u pulse pacmd'
|
42
files/files/etc/skel/.bash_functions
Normal file
42
files/files/etc/skel/.bash_functions
Normal file
@@ -0,0 +1,42 @@
|
||||
EC()
|
||||
{
|
||||
echo -en '\e[1;33m'$? '\e[m';
|
||||
}
|
||||
|
||||
f123-header() {
|
||||
if [[ $# -ne 1 ]]; then
|
||||
:
|
||||
else
|
||||
cat << EOF > "$1"
|
||||
#!/bin/bash
|
||||
# ${1##*/}
|
||||
# Description
|
||||
#
|
||||
# Copyright $(\date '+%Y'), F123 Consulting, <information@f123.org>
|
||||
# Copyright $(\date '+%Y'), Storm Dragon, <storm_dragon@linux-a11y.org>
|
||||
#
|
||||
# This 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, or (at your option) any later
|
||||
# version.
|
||||
#
|
||||
# This software 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 package; see the file COPYING. If not, write to the Free
|
||||
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301, USA.
|
||||
#
|
||||
#--code--
|
||||
|
||||
# Load functions and reusable code:
|
||||
source /usr/lib/F123-includes/script_functions.sh
|
||||
|
||||
EOF
|
||||
fi
|
||||
}
|
||||
|
||||
trap EC ERR
|
3
files/files/etc/skel/.bash_logout
Normal file
3
files/files/etc/skel/.bash_logout
Normal file
@@ -0,0 +1,3 @@
|
||||
#
|
||||
# ~/.bash_logout
|
||||
#
|
5
files/files/etc/skel/.bash_profile
Normal file
5
files/files/etc/skel/.bash_profile
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
51
files/files/etc/skel/.bashrc
Normal file
51
files/files/etc/skel/.bashrc
Normal file
@@ -0,0 +1,51 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
#Change directories without using cd
|
||||
shopt -s autocd
|
||||
|
||||
#load Aliases and functions
|
||||
[[ -f ".bash_aliases" ]] && . .bash_aliases
|
||||
[[ -f ".bash_functions" ]] && . .bash_functions
|
||||
[[ -f ".preferences" ]] && . .preferences
|
||||
#Invironment variables
|
||||
export QT_ACCESSIBILITY=1
|
||||
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
|
||||
PS1='[\W] % '
|
||||
export DIALOGOPTS='--no-lines --visit-items'
|
||||
if [[ -z "$DISPLAY" ]]; then
|
||||
export BROWSER=w3m
|
||||
export EDITOR=ne
|
||||
else
|
||||
export BROWSER=seamonkey
|
||||
export EDITOR=pluma
|
||||
fi
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
export PAGER="w3m -o keymap_file=~/.w3m/pager"
|
||||
# Don't put commands prefixed with space, or duplicate commands in history
|
||||
export HISTCONTROL=ignoreboth
|
||||
|
||||
# Show reminders for the day if there are any.
|
||||
grep "^$(date '+%-m/%-e')" ~/calendar &> /dev/null && calendar | w3m
|
||||
|
||||
# Run a first-boot script, only if this is the top level shell, only if ~/.firstboot exists and only if a first-boot script exists.
|
||||
test $SHLVL -eq 1 && test -e ${HOME}/.firstboot && test -e $(command -v first-boot) && command first-boot
|
||||
|
||||
# Make sure user based systemd stuff is working.
|
||||
# Stop pulseaudio from autospawning, we run system wide.
|
||||
[[ -L "$HOME/.config/systemd/user/pulseaudio.socket" ]] || systemctl -q --user mask pulseaudio.socket >& /dev/null
|
||||
|
||||
# Load Pdmenu , but only if this is the first shell and not a GUI
|
||||
if [[ $SHLVL -eq 1 && -z "$DISPLAY" ]]; then
|
||||
pdmenu -squn
|
||||
dialog --infobox "Press F10 to return to the menu" 0 0
|
||||
fi
|
||||
|
||||
### Added by surfraw. To remove use surfraw-update-path -remove
|
||||
export PATH=$PATH:/usr/lib/surfraw
|
||||
### End surfraw addition.
|
1
files/files/etc/skel/.config/SOPS/SimplePluginLoader.py
Symbolic link
1
files/files/etc/skel/.config/SOPS/SimplePluginLoader.py
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/share/SOPS/SimplePluginLoader.py
|
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ -f /tmp/orca-speak ] ;then
|
||||
sleep 2
|
||||
cat /tmp/orca-speak
|
||||
rm /tmp/orca-speak
|
||||
fi
|
@@ -0,0 +1 @@
|
||||
/usr/share/SOPS/plugins/plugins-available/clipboard.py
|
@@ -0,0 +1 @@
|
||||
/usr/share/SOPS/plugins/plugins-available/plugin_manager.sh
|
@@ -0,0 +1 @@
|
||||
../plugins-available/speak_at_startup__-__exec.sh
|
@@ -0,0 +1 @@
|
||||
/usr/share/SOPS/plugins/plugins-available/workspacenumber.sh
|
3
files/files/etc/skel/.config/hangups/hangups.conf
Normal file
3
files/files/etc/skel/.config/hangups/hangups.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
--key-next-tab pgdown
|
||||
--key-prev-tab KEY_PAGE_UP
|
||||
|
6
files/files/etc/skel/.config/mpv/config
Normal file
6
files/files/etc/skel/.config/mpv/config
Normal file
@@ -0,0 +1,6 @@
|
||||
# Write your default config options here!
|
||||
|
||||
cache=1024
|
||||
volume-max=900
|
||||
ao=alsa
|
||||
framedrop=decoder+vo
|
11
files/files/etc/skel/.config/systemd/user/recoll.service
Normal file
11
files/files/etc/skel/.config/systemd/user/recoll.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
After=getty.service
|
||||
Description=launch the recoll file indexing real time daemon
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/home/%u/.recoll/index.pid
|
||||
ExecStart=/usr/bin/recollindex -m
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
32
files/files/etc/skel/.inputrc
Normal file
32
files/files/etc/skel/.inputrc
Normal file
@@ -0,0 +1,32 @@
|
||||
# Reload changes with control+x followed by control+r
|
||||
set echo-control-characters off
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
|
||||
"\e[1;5C": forward-word
|
||||
"\e[1;5D": backward-word
|
||||
"\e[5C": forward-word
|
||||
"\e[5D": backward-word
|
||||
"\e\e[C": forward-word
|
||||
"\e\e[D": backward-word
|
||||
|
||||
|
||||
#Macros
|
||||
# F10 load text menu
|
||||
"\e[21~":"\C-k \C-u/usr/bin/pdmenu -squn;dialog --infobox \"Press F10 to return to the menu\" 0 0\n"
|
||||
|
||||
# alt|\ Attempt to restore accessibility services.
|
||||
"\e\\":"\C-k \C-usudo /usr/lib/F123-wrappers/restore-accessibility.sh\n"
|
||||
|
||||
# Music player keybindings
|
||||
"\eZ":"\C-k \C-uaudtool --playlist-reverse&&audtool --current-song\C-M"
|
||||
"\eX":"\C-k \C-uif ! pgrep audacious &> /dev/null ; then audacious -Hp &> /dev/null&else audacious -p;fi;audtool --current-song\C-M"
|
||||
"\eC":"\C-k \C-uaudtool --playback-playpause;if audtool --playback-playing ; then audtool --current-song;fi\C-M"
|
||||
"\eV":"\C-k \C-uaudtool --playback-stop\C-M"
|
||||
"\eB":"\C-k \C-uaudtool --playlist-advance&&audtool --current-song\C-M"
|
||||
"\eU":"\C-k \C-uaudtool --current-song\C-M"
|
||||
"\e_":"\C-k \C-uaudtool --set-volume $(($(audtool --get-volume | tr -Cd \"[:digit:]-\") - 5))\C-M"
|
||||
"\e+":"\C-k \C-uaudtool --set-volume $(($(audtool --get-volume | tr -Cd \"[:digit:]-\") + 5))\C-M"
|
||||
|
||||
# Barnard controls
|
||||
"\C-B":"\C-k \C-upgrep -c barnard &> /dev/null && echo 'talk' > /home/storm/.config/barnard/cmd\C-M"
|
11
files/files/etc/skel/.local/share/orca/orca-customizations.py
Executable file
11
files/files/etc/skel/.local/share/orca/orca-customizations.py
Executable file
@@ -0,0 +1,11 @@
|
||||
|
||||
# Start SimpleOrcaPluginLoader DO NOT TOUCH!
|
||||
try:
|
||||
import importlib.util, os
|
||||
spec = importlib.util.spec_from_file_location('SimplePluginLoader', os.path.expanduser('~')+'/.config/SOPS/SimplePluginLoader.py')
|
||||
SimplePluginLoaderModule = importlib.util.module_from_spec(spec)
|
||||
spec.loader.exec_module(SimplePluginLoaderModule)
|
||||
except Exception as e:
|
||||
print('Problem while loading SOPS:' + str(e))
|
||||
# End SimpleOrcaPluginLoader DO NOT TOUCH!
|
||||
|
487
files/files/etc/skel/.local/share/orca/user-settings.conf
Normal file
487
files/files/etc/skel/.local/share/orca/user-settings.conf
Normal file
@@ -0,0 +1,487 @@
|
||||
{
|
||||
"general": {
|
||||
"orcaModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
"enableSpeech": true,
|
||||
"onlySpeakDisplayedText": false,
|
||||
"speechServerFactory": "speechdispatcherfactory",
|
||||
"speechServerInfo": null,
|
||||
"voices": {
|
||||
"default": {
|
||||
"established": false
|
||||
},
|
||||
"uppercase": {
|
||||
"average-pitch": 7.0
|
||||
},
|
||||
"hyperlink": {
|
||||
"established": false
|
||||
},
|
||||
"system": {
|
||||
"established": false
|
||||
}
|
||||
},
|
||||
"speechVerbosityLevel": 1,
|
||||
"readFullRowInGUITable": true,
|
||||
"readFullRowInDocumentTable": true,
|
||||
"readFullRowInSpreadSheet": false,
|
||||
"enableSpeechIndentation": false,
|
||||
"enableEchoByCharacter": false,
|
||||
"enableEchoByWord": true,
|
||||
"enableEchoBySentence": false,
|
||||
"enableKeyEcho": true,
|
||||
"enableAlphabeticKeys": true,
|
||||
"enableNumericKeys": true,
|
||||
"enablePunctuationKeys": true,
|
||||
"enableSpace": true,
|
||||
"enableModifierKeys": true,
|
||||
"enableFunctionKeys": true,
|
||||
"enableActionKeys": true,
|
||||
"enableNavigationKeys": false,
|
||||
"enableDiacriticalKeys": false,
|
||||
"enablePauseBreaks": true,
|
||||
"enableTutorialMessages": false,
|
||||
"enableMnemonicSpeaking": true,
|
||||
"enablePositionSpeaking": false,
|
||||
"enableBraille": true,
|
||||
"enableBrailleContext": true,
|
||||
"disableBrailleEOL": false,
|
||||
"brailleVerbosityLevel": 1,
|
||||
"brailleRolenameStyle": 1,
|
||||
"brailleSelectorIndicator": 192,
|
||||
"brailleLinkIndicator": 192,
|
||||
"enableSound": true,
|
||||
"soundVolume": 0.5,
|
||||
"playSoundForRole": false,
|
||||
"playSoundForState": false,
|
||||
"playSoundForPositionInSet": false,
|
||||
"playSoundForValue": false,
|
||||
"verbalizePunctuationStyle": 1,
|
||||
"presentToolTips": true,
|
||||
"sayAllStyle": 1,
|
||||
"keyboardLayout": 1,
|
||||
"speakBlankLines": true,
|
||||
"speakMultiCaseStringsAsWords": false,
|
||||
"speakNumbersAsDigits": false,
|
||||
"speakMisspelledIndicator": true,
|
||||
"enabledSpokenTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none; strikethrough:false; justification:left; style:normal; paragraph-style:; text-spelling:none; fg-color:; bg-color:;",
|
||||
"enabledBrailledTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none; strikethrough:false; justification:left; style:normal; text-spelling:none;",
|
||||
"textAttributesBrailleIndicator": 0,
|
||||
"profile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"speakProgressBarUpdates": true,
|
||||
"brailleProgressBarUpdates": false,
|
||||
"beepProgressBarUpdates": true,
|
||||
"progressBarUpdateInterval": 10,
|
||||
"progressBarVerbosity": 1,
|
||||
"ignoreStatusBarProgressBars": true,
|
||||
"enableBrailleWordWrap": false,
|
||||
"enableContractedBraille": false,
|
||||
"brailleContractionTable": "",
|
||||
"enableMouseReview": false,
|
||||
"speakCellCoordinates": true,
|
||||
"speakSpreadsheetCoordinates": true,
|
||||
"alwaysSpeakSelectedSpreadsheetRange": false,
|
||||
"speakCellSpan": true,
|
||||
"speakCellHeaders": true,
|
||||
"skipBlankCells": false,
|
||||
"largeObjectTextLength": 75,
|
||||
"structuralNavigationEnabled": true,
|
||||
"wrappedStructuralNavigation": true,
|
||||
"chatMessageVerbosity": 0,
|
||||
"chatSpeakRoomName": false,
|
||||
"chatAnnounceBuddyTyping": false,
|
||||
"chatRoomHistories": false,
|
||||
"enableFlashMessages": true,
|
||||
"brailleFlashTime": 5000,
|
||||
"flashIsPersistent": false,
|
||||
"flashIsDetailed": true,
|
||||
"messagesAreDetailed": true,
|
||||
"presentDateFormat": "%x",
|
||||
"presentTimeFormat": "%X",
|
||||
"activeProfile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"startingProfile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"spellcheckSpellError": true,
|
||||
"spellcheckSpellSuggestion": true,
|
||||
"spellcheckPresentContext": true,
|
||||
"useColorNames": true,
|
||||
"capitalizationStyle": "none",
|
||||
"findResultsVerbosity": 2,
|
||||
"findResultsMinimumLength": 4,
|
||||
"structNavTriggersFocusMode": false,
|
||||
"caretNavTriggersFocusMode": false,
|
||||
"layoutMode": true,
|
||||
"rewindAndFastForwardInSayAll": true,
|
||||
"structNavInSayAll": true,
|
||||
"speakDescription": true,
|
||||
"speakContextBlockquote": true,
|
||||
"speakContextPanel": true,
|
||||
"speakContextLandmark": true,
|
||||
"speakContextNonLandmarkForm": true,
|
||||
"speakContextList": true,
|
||||
"speakContextTable": true,
|
||||
"sayAllContextBlockquote": true,
|
||||
"sayAllContextPanel": true,
|
||||
"sayAllContextLandmark": true,
|
||||
"sayAllContextNonLandmarkForm": true,
|
||||
"sayAllContextList": true,
|
||||
"sayAllContextTable": true
|
||||
},
|
||||
"profiles": {
|
||||
"default": {
|
||||
"speechServerFactory": "orca.speechdispatcherfactory",
|
||||
"speechServerInfo": [
|
||||
"Default Synthesizer",
|
||||
"default"
|
||||
],
|
||||
"voices": {
|
||||
"default": {
|
||||
"family": {
|
||||
"name": "Bdl",
|
||||
"locale": "",
|
||||
"dialect": "none"
|
||||
}
|
||||
},
|
||||
"uppercase": {
|
||||
"average-pitch": 7.0
|
||||
},
|
||||
"hyperlink": {},
|
||||
"system": {}
|
||||
},
|
||||
"enableEchoByWord": true,
|
||||
"enableMnemonicSpeaking": true,
|
||||
"presentToolTips": true,
|
||||
"profile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"beepProgressBarUpdates": true,
|
||||
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-interline.ctb",
|
||||
"rewindAndFastForwardInSayAll": true,
|
||||
"structNavInSayAll": true,
|
||||
"pronunciations": {
|
||||
"f123": [
|
||||
"F123",
|
||||
"F 1 2 3"
|
||||
]
|
||||
},
|
||||
"keybindings": {
|
||||
"saveBookmarks": [
|
||||
[
|
||||
"k",
|
||||
"365",
|
||||
"5",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"addBookmark": [
|
||||
[
|
||||
"k",
|
||||
"365",
|
||||
"4",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"enterLearnModeHandler": [
|
||||
[
|
||||
"1",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"cycleKeyEchoHandler": [
|
||||
[
|
||||
"2",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"decreaseSpeechVolumeHandler": [
|
||||
[
|
||||
"Down",
|
||||
"365",
|
||||
"268",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"increaseSpeechVolumeHandler": [
|
||||
[
|
||||
"Up",
|
||||
"365",
|
||||
"268",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"decreaseSpeechRateHandler": [
|
||||
[
|
||||
"Down",
|
||||
"365",
|
||||
"260",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"decreaseSpeechPitchHandler": [
|
||||
[
|
||||
"Down",
|
||||
"365",
|
||||
"261",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"increaseSpeechPitchHandler": [
|
||||
[
|
||||
"Up",
|
||||
"365",
|
||||
"261",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"findHandler": [
|
||||
[
|
||||
"f",
|
||||
"365",
|
||||
"261",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"increaseSpeechRateHandler": [
|
||||
[
|
||||
"Up",
|
||||
"365",
|
||||
"260",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"preferencesSettingsHandler": [
|
||||
[
|
||||
"g",
|
||||
"365",
|
||||
"260",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"repeatLastNotificationMessageHandler": [
|
||||
[
|
||||
"v",
|
||||
"365",
|
||||
"260",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"sayAllHandler": [
|
||||
[
|
||||
"Down",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"getStatusBarHandler": [
|
||||
[
|
||||
"End",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"presentTimeHandler": [
|
||||
[
|
||||
"F12",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"presentDateHandler": [
|
||||
[
|
||||
"F12",
|
||||
"365",
|
||||
"256",
|
||||
"2"
|
||||
]
|
||||
],
|
||||
"bypassNextCommandHandler": [
|
||||
[
|
||||
"F2",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"findNextHandler": [
|
||||
[
|
||||
"F3",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"flatReviewCopyHandler": [
|
||||
[
|
||||
"KP_Begin",
|
||||
"365",
|
||||
"256",
|
||||
"2"
|
||||
]
|
||||
],
|
||||
"flatReviewAppendHandler": [
|
||||
[
|
||||
"KP_Begin",
|
||||
"365",
|
||||
"256",
|
||||
"3"
|
||||
]
|
||||
],
|
||||
"presentSizeAndPositionHandler": [
|
||||
[
|
||||
"KP_Delete",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"reviewBelowHandler": [
|
||||
[
|
||||
"KP_Down",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"toggleFlatReviewModeHandler": [
|
||||
[
|
||||
"KP_Home",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"reviewAboveHandler": [
|
||||
[
|
||||
"KP_Up",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"findPreviousHandler": [
|
||||
[
|
||||
"F3",
|
||||
"365",
|
||||
"257",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"repeatPreviousNotificationMessageHandler": [
|
||||
[
|
||||
"v",
|
||||
"365",
|
||||
"257",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"enableNotificationMessageListModeHandler": [
|
||||
[
|
||||
"a",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"cycleSpeakingPunctuationLevelHandler": [
|
||||
[
|
||||
"p",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"shutdownHandler": [
|
||||
[
|
||||
"q",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"getTitleHandler": [
|
||||
[
|
||||
"t",
|
||||
"365",
|
||||
"256",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"flatReviewSayAllHandler": [
|
||||
[
|
||||
"KP_Add",
|
||||
"365",
|
||||
"0",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"reviewHomeHandler": [
|
||||
[
|
||||
"KP_Home",
|
||||
"365",
|
||||
"1",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"reviewEndOfLineHandler": [
|
||||
[
|
||||
"KP_Next",
|
||||
"365",
|
||||
"1",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"reviewEndHandler": [
|
||||
[
|
||||
"KP_Page_Up",
|
||||
"365",
|
||||
"1",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"goToPrevBookmark": [
|
||||
[
|
||||
"k",
|
||||
"365",
|
||||
"1",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"goToNextBookmark": [
|
||||
[
|
||||
"k",
|
||||
"365",
|
||||
"0",
|
||||
"1"
|
||||
]
|
||||
],
|
||||
"goToBookmark": [
|
||||
[
|
||||
"",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"pronunciations": {},
|
||||
"keybindings": {}
|
||||
}
|
182
files/files/etc/skel/.local/share/orca/user-settings.conf.orig
Normal file
182
files/files/etc/skel/.local/share/orca/user-settings.conf.orig
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"general": {
|
||||
"orcaModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
"enableSpeech": true,
|
||||
"onlySpeakDisplayedText": false,
|
||||
"speechServerFactory": "speechdispatcherfactory",
|
||||
"speechServerInfo": null,
|
||||
"voices": {
|
||||
"default": {
|
||||
"established": false
|
||||
},
|
||||
"uppercase": {
|
||||
"average-pitch": 7.0
|
||||
},
|
||||
"hyperlink": {
|
||||
"established": false
|
||||
},
|
||||
"system": {
|
||||
"established": false
|
||||
}
|
||||
},
|
||||
"speechVerbosityLevel": 1,
|
||||
"readFullRowInGUITable": true,
|
||||
"readFullRowInDocumentTable": true,
|
||||
"readFullRowInSpreadSheet": false,
|
||||
"enableSpeechIndentation": false,
|
||||
"enableEchoByCharacter": false,
|
||||
"enableEchoByWord": true,
|
||||
"enableEchoBySentence": false,
|
||||
"enableKeyEcho": true,
|
||||
"enableAlphabeticKeys": true,
|
||||
"enableNumericKeys": true,
|
||||
"enablePunctuationKeys": true,
|
||||
"enableSpace": true,
|
||||
"enableModifierKeys": true,
|
||||
"enableFunctionKeys": true,
|
||||
"enableActionKeys": true,
|
||||
"enableNavigationKeys": false,
|
||||
"enableDiacriticalKeys": false,
|
||||
"enablePauseBreaks": true,
|
||||
"enableTutorialMessages": false,
|
||||
"enableMnemonicSpeaking": true,
|
||||
"enablePositionSpeaking": false,
|
||||
"enableBraille": true,
|
||||
"enableBrailleContext": true,
|
||||
"disableBrailleEOL": false,
|
||||
"brailleVerbosityLevel": 1,
|
||||
"brailleRolenameStyle": 1,
|
||||
"brailleSelectorIndicator": 192,
|
||||
"brailleLinkIndicator": 192,
|
||||
"enableSound": true,
|
||||
"soundVolume": 0.5,
|
||||
"playSoundForRole": false,
|
||||
"playSoundForState": false,
|
||||
"playSoundForPositionInSet": false,
|
||||
"playSoundForValue": false,
|
||||
"verbalizePunctuationStyle": 1,
|
||||
"presentToolTips": true,
|
||||
"sayAllStyle": 1,
|
||||
"keyboardLayout": 1,
|
||||
"speakBlankLines": true,
|
||||
"speakMultiCaseStringsAsWords": false,
|
||||
"speakNumbersAsDigits": false,
|
||||
"speakMisspelledIndicator": true,
|
||||
"enabledSpokenTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none; strikethrough:false; justification:left; style:normal; paragraph-style:; text-spelling:none; fg-color:; bg-color:;",
|
||||
"enabledBrailledTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none; strikethrough:false; justification:left; style:normal; text-spelling:none;",
|
||||
"textAttributesBrailleIndicator": 0,
|
||||
"profile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"speakProgressBarUpdates": true,
|
||||
"brailleProgressBarUpdates": false,
|
||||
"beepProgressBarUpdates": true,
|
||||
"progressBarUpdateInterval": 10,
|
||||
"progressBarVerbosity": 1,
|
||||
"ignoreStatusBarProgressBars": true,
|
||||
"enableBrailleWordWrap": false,
|
||||
"enableContractedBraille": false,
|
||||
"brailleContractionTable": "",
|
||||
"enableMouseReview": false,
|
||||
"speakCellCoordinates": true,
|
||||
"speakSpreadsheetCoordinates": true,
|
||||
"alwaysSpeakSelectedSpreadsheetRange": false,
|
||||
"speakCellSpan": true,
|
||||
"speakCellHeaders": true,
|
||||
"skipBlankCells": false,
|
||||
"largeObjectTextLength": 75,
|
||||
"structuralNavigationEnabled": true,
|
||||
"wrappedStructuralNavigation": true,
|
||||
"chatMessageVerbosity": 0,
|
||||
"chatSpeakRoomName": false,
|
||||
"chatAnnounceBuddyTyping": false,
|
||||
"chatRoomHistories": false,
|
||||
"enableFlashMessages": true,
|
||||
"brailleFlashTime": 5000,
|
||||
"flashIsPersistent": false,
|
||||
"flashIsDetailed": true,
|
||||
"messagesAreDetailed": true,
|
||||
"presentDateFormat": "%x",
|
||||
"presentTimeFormat": "%X",
|
||||
"activeProfile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"startingProfile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"spellcheckSpellError": true,
|
||||
"spellcheckSpellSuggestion": true,
|
||||
"spellcheckPresentContext": true,
|
||||
"useColorNames": true,
|
||||
"capitalizationStyle": "none",
|
||||
"findResultsVerbosity": 2,
|
||||
"findResultsMinimumLength": 4,
|
||||
"structNavTriggersFocusMode": false,
|
||||
"caretNavTriggersFocusMode": false,
|
||||
"layoutMode": true,
|
||||
"rewindAndFastForwardInSayAll": true,
|
||||
"structNavInSayAll": true,
|
||||
"speakDescription": true,
|
||||
"speakContextBlockquote": true,
|
||||
"speakContextPanel": true,
|
||||
"speakContextLandmark": true,
|
||||
"speakContextNonLandmarkForm": true,
|
||||
"speakContextList": true,
|
||||
"speakContextTable": true,
|
||||
"sayAllContextBlockquote": true,
|
||||
"sayAllContextPanel": true,
|
||||
"sayAllContextLandmark": true,
|
||||
"sayAllContextNonLandmarkForm": true,
|
||||
"sayAllContextList": true,
|
||||
"sayAllContextTable": true
|
||||
},
|
||||
"profiles": {
|
||||
"default": {
|
||||
"speechServerFactory": "orca.speechdispatcherfactory",
|
||||
"speechServerInfo": [
|
||||
"Default Synthesizer",
|
||||
"default"
|
||||
],
|
||||
"voices": {
|
||||
"default": {
|
||||
"family": {
|
||||
"name": "Bdl",
|
||||
"locale": "",
|
||||
"dialect": "none"
|
||||
}
|
||||
},
|
||||
"uppercase": {
|
||||
"average-pitch": 7.0
|
||||
},
|
||||
"hyperlink": {},
|
||||
"system": {}
|
||||
},
|
||||
"enableEchoByWord": true,
|
||||
"enableMnemonicSpeaking": true,
|
||||
"presentToolTips": true,
|
||||
"profile": [
|
||||
"Default",
|
||||
"default"
|
||||
],
|
||||
"beepProgressBarUpdates": true,
|
||||
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-interline.ctb",
|
||||
"rewindAndFastForwardInSayAll": true,
|
||||
"structNavInSayAll": true,
|
||||
"pronunciations": {
|
||||
"f123": [
|
||||
"F123",
|
||||
"F 1 2 3"
|
||||
]
|
||||
},
|
||||
"keybindings": {}
|
||||
}
|
||||
},
|
||||
"pronunciations": {},
|
||||
"keybindings": {}
|
||||
}
|
0
files/files/etc/skel/.mozilla/extensions/.gitignore
vendored
Normal file
0
files/files/etc/skel/.mozilla/extensions/.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
snippets.cdn.mozilla.net:HSTS 0 17686 1559684688581,1,0,2
|
||||
services.addons.mozilla.org:HSTS 0 17686 1559685103811,1,0,2
|
||||
services.addons.mozilla.org:HPKP 0 17686 1533333103823,1,1,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=
|
||||
versioncheck-bg.addons.mozilla.org:HSTS 0 17686 1528149404924,1,0,2
|
||||
versioncheck-bg.addons.mozilla.org:HPKP 0 17686 1533333104935,1,1,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=
|
||||
normandy-cloudfront.cdn.mozilla.net:HPKP 0 17686 1528235103978,1,0,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=sRHdihwgkaib1P1gxX8HFszlD+7/gTfNvuAybgLPNis=
|
||||
ssl.google-analytics.com:HSTS 0 17686 1539035362800,1,1,2
|
||||
aus5.mozilla.org:HSTS 0 17686 1559684703669,1,0,2
|
||||
shavar.services.mozilla.com^firstPartyDomain=safebrowsing.86868755-6b82-4842-b301-72671a0db32e.mozilla:HSTS 0 17686 1559684690657,1,1,2
|
||||
normandy.cdn.mozilla.net:HPKP 0 17686 1528235099859,1,0,WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=sRHdihwgkaib1P1gxX8HFszlD+7/gTfNvuAybgLPNis=
|
||||
normandy-cloudfront.cdn.mozilla.net:HSTS 0 17686 1559684703970,1,1,2
|
||||
normandy.cdn.mozilla.net:HSTS 0 17686 1559684699853,1,1,2
|
||||
www.google-analytics.com:HSTS 0 17686 1539035664867,1,1,2
|
||||
www.youtube.com:HSTS 0 17686 1559685266941,1,0,2
|
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"schema":5,"addons":[],"compatOverrides":[]}
|
2716
files/files/etc/skel/.mozilla/firefox/jyshznit.default/blocklist.xml
Normal file
2716
files/files/etc/skel/.mozilla/firefox/jyshznit.default/blocklist.xml
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
BIN
files/files/etc/skel/.mozilla/firefox/jyshznit.default/cert9.db
Normal file
BIN
files/files/etc/skel/.mozilla/firefox/jyshznit.default/cert9.db
Normal file
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
[Compatibility]
|
||||
LastVersion=60.0_20180515215829/20180515215829
|
||||
LastOSABI=Linux_arm-eabi-gcc3
|
||||
LastPlatformDir=/usr/lib/firefox
|
||||
LastAppDir=/usr/lib/firefox/browser
|
@@ -0,0 +1 @@
|
||||
{"version":3,"lastUserContextId":5,"identities":[{"userContextId":1,"public":true,"icon":"fingerprint","color":"blue","l10nID":"userContextPersonal.label","accessKey":"userContextPersonal.accesskey","telemetryId":1},{"userContextId":2,"public":true,"icon":"briefcase","color":"orange","l10nID":"userContextWork.label","accessKey":"userContextWork.accesskey","telemetryId":2},{"userContextId":3,"public":true,"icon":"dollar","color":"green","l10nID":"userContextBanking.label","accessKey":"userContextBanking.accesskey","telemetryId":3},{"userContextId":4,"public":true,"icon":"cart","color":"pink","l10nID":"userContextShopping.label","accessKey":"userContextShopping.accesskey","telemetryId":4},{"userContextId":5,"public":false,"icon":"","color":"","name":"userContextIdInternal.thumbnail","accessKey":""}]}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"sessionId":"11050197-02ec-4a94-881b-d810988630bc","subsessionId":"4d63afbe-9fa7-4516-a374-3aa3b26fae1d","profileSubsessionCounter":2,"newProfilePingSent":true}
|
@@ -0,0 +1 @@
|
||||
{"clientID":"db54f3b4-c2e6-4526-ba72-4e35661e5953"}
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"defaultHandlersVersion":{"en-US":4},"mimeTypes":{"application/pdf":{"action":3,"extensions":["pdf"]}},"schemes":{"ircs":{"action":2,"ask":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"mailto":{"action":4,"handlers":[null,{"name":"Yahoo! Mail","uriTemplate":"https://compose.mail.yahoo.com/?To=%s"},{"name":"Gmail","uriTemplate":"https://mail.google.com/mail/?extsrc=mailto&url=%s"}]},"irc":{"action":2,"ask":true,"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"}]},"webcal":{"action":2,"ask":true,"handlers":[null,{"name":"30 Boxes","uriTemplate":"https://30boxes.com/external/widget?refer=ff&url=%s"}]}}}
|
BIN
files/files/etc/skel/.mozilla/firefox/jyshznit.default/key4.db
Normal file
BIN
files/files/etc/skel/.mozilla/firefox/jyshznit.default/key4.db
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
library=
|
||||
name=NSS Internal PKCS #11 Module
|
||||
parameters=configdir='sql:/home/f123/.mozilla/firefox/jyshznit.default' certPrefix='' keyPrefix='' secmod='secmod.db' flags=optimizeSpace updatedir='' updateCertPrefix='' updateKeyPrefix='' updateid='' updateTokenDescription='' manufacturerID='Mozilla.org' libraryDescription='PSM Internal Crypto Services' cryptoTokenDescription='Generic Crypto Services' dbTokenDescription='Software Security Device' cryptoSlotDescription='PSM Internal Cryptographic Services' dbSlotDescription='PSM Private Keys' FIPSSlotDescription='FIPS 140 Cryptographic, Key and Certificate Services' FIPSTokenDescription='Software Security Device (FIPS)' minPS=0
|
||||
NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 slotParams=(1={slotFlags=[ECC,RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512] askpw=any timeout=30})
|
||||
|
Binary file not shown.
120
files/files/etc/skel/.mozilla/firefox/jyshznit.default/prefs.js
Normal file
120
files/files/etc/skel/.mozilla/firefox/jyshznit.default/prefs.js
Normal file
@@ -0,0 +1,120 @@
|
||||
// Mozilla User Preferences
|
||||
|
||||
// DO NOT EDIT THIS FILE.
|
||||
//
|
||||
// If you make changes to this file while the application is running,
|
||||
// the changes will be overwritten when the application exits.
|
||||
//
|
||||
// To change a preference value, you can either:
|
||||
// - modify it via the UI (e.g. via about:config in the browser); or
|
||||
// - set it within a user.js file in your profile.
|
||||
|
||||
user_pref("app.normandy.first_run", false);
|
||||
user_pref("app.normandy.startupExperimentPrefs.browser.urlbar.matchBuckets", "suggestion:4,general:5");
|
||||
user_pref("app.normandy.user_id", "58d82169-918b-4bd7-ab4f-9797d3970a7c");
|
||||
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1528149103);
|
||||
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1528149223);
|
||||
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1528148706);
|
||||
user_pref("app.update.lastUpdateTime.experiments-update-timer", 1528148983);
|
||||
user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 0);
|
||||
user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1528148826);
|
||||
user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 0);
|
||||
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 0);
|
||||
user_pref("browser.cache.disk.capacity", 358400);
|
||||
user_pref("browser.cache.disk.filesystem_reported", 1);
|
||||
user_pref("browser.cache.disk.smart_size.first_run", false);
|
||||
user_pref("browser.laterrun.bookkeeping.profileCreationTime", 1528065952);
|
||||
user_pref("browser.laterrun.bookkeeping.sessionCount", 3);
|
||||
user_pref("browser.laterrun.enabled", true);
|
||||
user_pref("browser.migration.version", 66);
|
||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories.rec.impressions", "{\"18079\":1528148685684,\"18082\":1528148685684,\"18084\":1528148685684}");
|
||||
user_pref("browser.newtabpage.activity-stream.impressionId", "{c18dc749-01b9-4292-9021-6e742d81a348}");
|
||||
user_pref("browser.newtabpage.activity-stream.migrationLastShownDate", 1528084800);
|
||||
user_pref("browser.newtabpage.activity-stream.migrationRemainingDays", 2);
|
||||
user_pref("browser.newtabpage.storageVersion", 1);
|
||||
user_pref("browser.onboarding.notification.last-time-of-changing-tour-sec", 1528148683);
|
||||
user_pref("browser.onboarding.seen-tourset-version", 2);
|
||||
user_pref("browser.onboarding.tour-type", "new");
|
||||
user_pref("browser.pageActions.persistedActions", "{\"version\":1,\"ids\":[\"bookmark\",\"bookmarkSeparator\",\"copyURL\",\"emailLink\",\"sendToDevice\",\"pocket\",\"screenshots\"],\"idsInUrlbar\":[\"pocket\",\"bookmark\"]}");
|
||||
user_pref("browser.pagethumbnails.storage_version", 3);
|
||||
user_pref("browser.places.smartBookmarksVersion", 8);
|
||||
user_pref("browser.preferences.defaultPerformanceSettings.enabled", false);
|
||||
user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1528148756630");
|
||||
user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1528150535630");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1528148703479");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1528152303479");
|
||||
user_pref("browser.search.cohort", "nov17-2");
|
||||
user_pref("browser.search.countryCode", "US");
|
||||
user_pref("browser.search.region", "US");
|
||||
user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20180515215829");
|
||||
user_pref("browser.shell.mostRecentDateSetAsDefault", "1528148958");
|
||||
user_pref("browser.slowStartup.averageTime", 11450);
|
||||
user_pref("browser.slowStartup.samples", 3);
|
||||
user_pref("browser.startup.homepage", "https://f123.org");
|
||||
user_pref("browser.startup.homepage_override.buildID", "20180515215829");
|
||||
user_pref("browser.startup.homepage_override.mstone", "60.0");
|
||||
user_pref("browser.tabs.loadInBackground", false);
|
||||
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[],\"PersonalToolbar\":[\"personal-bookmarks\"],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"home-button\",\"customizableui-special-spring1\",\"urlbar-container\",\"customizableui-special-spring2\",\"downloads-button\",\"library-button\",\"sidebar-button\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"toolbar-menubar\":[\"menubar-items\"]},\"seen\":[\"developer-button\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"TabsToolbar\",\"toolbar-menubar\"],\"currentVersion\":14,\"newElementCount\":2}");
|
||||
user_pref("browser.urlbar.placeholderName", "Google");
|
||||
user_pref("browser.urlbar.timesBeforeHidingSuggestionsHint", 0);
|
||||
user_pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 2);
|
||||
user_pref("datareporting.policy.dataSubmissionPolicyNotifiedTime", "1528065970968");
|
||||
user_pref("devtools.onboarding.telemetry.logged", true);
|
||||
user_pref("distribution.archlinux.bookmarksProcessed", true);
|
||||
user_pref("distribution.iniFile.exists.appversion", "60.0");
|
||||
user_pref("distribution.iniFile.exists.value", true);
|
||||
user_pref("dom.animations-api.element-animate.enabled", false);
|
||||
user_pref("dom.animations-api.pending-member.enabled", false);
|
||||
user_pref("dom.forms.autocomplete.formautofill", true);
|
||||
user_pref("dom.ipc.processCount", 7);
|
||||
user_pref("experiments.activeExperiment", false);
|
||||
user_pref("extensions.blocklist.lastModified", "Tue, 15 May 2018 10:57:42 GMT");
|
||||
user_pref("extensions.blocklist.pingCountTotal", 2);
|
||||
user_pref("extensions.blocklist.pingCountVersion", 2);
|
||||
user_pref("extensions.databaseSchema", 24);
|
||||
user_pref("extensions.getAddons.cache.lastUpdate", 1528149104);
|
||||
user_pref("extensions.getAddons.databaseSchema", 5);
|
||||
user_pref("extensions.lastAppBuildId", "20180515215829");
|
||||
user_pref("extensions.lastAppVersion", "60.0");
|
||||
user_pref("extensions.lastPlatformVersion", "60.0");
|
||||
user_pref("extensions.pendingOperations", false);
|
||||
user_pref("extensions.systemAddonSet", "{\"schema\":1,\"addons\":{}}");
|
||||
user_pref("extensions.webextensions.uuids", "{\"screenshots@mozilla.org\":\"5de843df-9397-4a6b-8d6d-555a50331984\"}");
|
||||
user_pref("gecko.handlerService.migrated", true);
|
||||
user_pref("general.smoothScroll", false);
|
||||
user_pref("layers.offmainthreadcomposition.async-animations", false);
|
||||
user_pref("layout.css.prefixes.animations", false);
|
||||
user_pref("media.gmp-manager.buildID", "20180515215829");
|
||||
user_pref("media.gmp-manager.lastCheck", 1528148704);
|
||||
user_pref("media.gmp.storage.version.observed", 1);
|
||||
user_pref("network.cookie.prefsMigrated", true);
|
||||
user_pref("network.predictor.cleaned-up", true);
|
||||
user_pref("pdfjs.enabledCache.initialized", true);
|
||||
user_pref("pdfjs.enabledCache.state", true);
|
||||
user_pref("pdfjs.migrationVersion", 2);
|
||||
user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true);
|
||||
user_pref("pdfjs.previousHandler.preferredAction", 4);
|
||||
user_pref("places.history.expiration.transient_current_max_pages", 56051);
|
||||
user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
|
||||
user_pref("services.blocklist.addons.checked", 1528054907);
|
||||
user_pref("services.blocklist.clock_skew_seconds", 94316);
|
||||
user_pref("services.blocklist.gfx.checked", 1528054907);
|
||||
user_pref("services.blocklist.last_etag", "\"1527680138898\"");
|
||||
user_pref("services.blocklist.last_update_seconds", 1528054907);
|
||||
user_pref("services.blocklist.onecrl.checked", 1528054907);
|
||||
user_pref("services.blocklist.pinning.checked", 1528054907);
|
||||
user_pref("services.blocklist.plugins.checked", 1528054907);
|
||||
user_pref("services.sync.clients.lastSync", "0");
|
||||
user_pref("services.sync.clients.lastSyncLocal", "0");
|
||||
user_pref("services.sync.declinedEngines", "");
|
||||
user_pref("services.sync.engine.addresses.available", true);
|
||||
user_pref("services.sync.globalScore", 0);
|
||||
user_pref("services.sync.nextSync", 0);
|
||||
user_pref("services.sync.tabs.lastSync", "0");
|
||||
user_pref("services.sync.tabs.lastSyncLocal", "0");
|
||||
user_pref("signon.importedFromSqlite", true);
|
||||
user_pref("toolkit.cosmeticAnimations.enabled", false);
|
||||
user_pref("toolkit.startup.last_success", 1528148951);
|
||||
user_pref("toolkit.telemetry.cachedClientID", "db54f3b4-c2e6-4526-ba72-4e35661e5953");
|
||||
user_pref("toolkit.telemetry.previousBuildID", "20180515215829");
|
||||
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
@@ -0,0 +1,876 @@
|
||||
# Auto generated contents. Do not edit.
|
||||
MEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBDQSAtIFI2MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
|
||||
Ro51e1DpnjbH3LKdghY=
|
||||
MIGKMQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEmMCQGA1UECxMdQ29weXJpZ2h0IChjKSAyMDA1IFdJU2VLZXkgU0ExFjAUBgNVBAsTDUludGVybmF0aW9uYWwxKTAnBgNVBAMTIFdJU2VLZXkgQ2VydGlmeUlEIEFkdmFuY2VkIEcxIENB
|
||||
WD1AyQAAAAAAJQ==
|
||||
MGYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEgMB4GA1UEAxMXR2VvVHJ1c3QgRFYgU1NMIENBIC0gRzI=
|
||||
XhcFm2g619rt8Sro+a4rHA==
|
||||
EDQMI0tR4kSntv1O37N10g==
|
||||
P6G7IYSL2RZxtzTh8I6qPA==
|
||||
MGoxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xOzA5BgNVBAMMMlN0YWF0IGRlciBOZWRlcmxhbmRlbiBPcmdhbmlzYXRpZSBTZXJ2aWNlcyBDQSAtIEcz
|
||||
e9JTGBe45yw=
|
||||
ATE6YA==
|
||||
LYTXWk7gMu8=
|
||||
ATE5Ig==
|
||||
azAcTWL+ijs=
|
||||
ATE6Xw==
|
||||
MIGwMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNRW50cnVzdCwgSW5jLjE5MDcGA1UECxMwd3d3LmVudHJ1c3QubmV0L0NQUyBpcyBpbmNvcnBvcmF0ZWQgYnkgcmVmZXJlbmNlMR8wHQYDVQQLExYoYykgMjAwNiBFbnRydXN0LCBJbmMuMS0wKwYDVQQDEyRFbnRydXN0IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHk=
|
||||
cFbYT3bxd1sAAAAAUdNX8A==
|
||||
MGExCzAJBgNVBAYTAlVTMRIwEAYDVQQKEwlJZGVuVHJ1c3QxIDAeBgNVBAsTF0lkZW5UcnVzdCBQdWJsaWMgU2VjdG9yMRwwGgYDVQQDExNJZGVuVHJ1c3QgQUNFUyBDQSAx
|
||||
fwAAAQAAAUrz/HmrAAAAAg==
|
||||
MD8xJDAiBgNVBAoTG0RpZ2l0YWwgU2lnbmF0dXJlIFRydXN0IENvLjEXMBUGA1UEAxMORFNUIFJvb3QgQ0EgWDM=
|
||||
AJBQSPqrEvDE2Hz8xH39Low=
|
||||
AJiU+bpWh2Uc4xFRf8GM9yA=
|
||||
CgFBQgAAAUFcf/EVAAAAAg==
|
||||
ANUANvVYN7xqAISA9rvJPzQ=
|
||||
CgFBQQAAATjtdPY5AAAAAg==
|
||||
APt5i5rs4dIIQPwZdk9/ISc=
|
||||
CgFBQQAAATjkOB1sAAAAAg==
|
||||
MIG8MQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTEwMTYwNAYDVQQDEy1WZXJpU2lnbiBDbGFzcyAzIEludGVybmF0aW9uYWwgU2VydmVyIENBIC0gRzM=
|
||||
JV/LVzSKI/wsDgg3UuZHlA==
|
||||
A9GPKQ8jv9oIxfwiOy7qxQ==
|
||||
fWK0j/Vi8vNWg3VAGjc02w==
|
||||
By7fBTreouRwX/qrpgSUsg==
|
||||
BYyEX2b5+K+myAIR7eXaRQ==
|
||||
bzTw0uq05TUYEGS98bh0Ww==
|
||||
LdbnCbsA9sOgI4mkUpWXPw==
|
||||
Gd/pPu+qLnXUdvP9sW73CQ==
|
||||
COwoDFvz7GD8R2K7Lo0rYQ==
|
||||
GtXUVojhwOTkaQ4bTKblEQ==
|
||||
VN2yeFexyXjPf34fHGmbhg==
|
||||
NMpMcEnex3eXx4ohk9glcQ==
|
||||
VOcIuNbTqkpOMUyI108FOg==
|
||||
UUFV3S2cUidOOv7ESN65Ng==
|
||||
J2La+q+JOURNWkX60OP2lQ==
|
||||
OnvXX72mvUI2Id/NMzegmg==
|
||||
MF4xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBLSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
|
||||
L7tgs/W85vnhV7I7qJ6N/g==
|
||||
MEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBDQSAtIFIyMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
|
||||
BAAAAAABRE7wRk4=
|
||||
BAAAAAABL07hW2M=
|
||||
BAAAAAABIg08D3U=
|
||||
BAAAAAABEAuMoRs=
|
||||
BAAAAAABL07hXdQ=
|
||||
BAAAAAABElatX7I=
|
||||
BAAAAAABIg08FMU=
|
||||
BAAAAAABJ/v3ZwA=
|
||||
MFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBSb290IENB
|
||||
AJiWmg==
|
||||
MEoxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MSMwIQYDVQQDExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMw==
|
||||
A8aDg1/IA4O8gjMPZHVqPI+w
|
||||
BDV89QWZE9MJYlCpFQUv5Y2W
|
||||
AyjNQ4dnGD3FD6WL5gYrYru7
|
||||
BPVqx4UbKVAbJSFTKwrcFryU
|
||||
A+ly3y1rVP59k/MKfcE3DoEq
|
||||
AyYMguSo1my449OZq51C3s3Z
|
||||
A7T0V6o47rgCKl3oUb7jF2Ph
|
||||
A+RCQYwhofmXM+/hxdyoUzkI
|
||||
BOncXh7IZp1SNydhtUdyh2O2
|
||||
BJDHnthjoDRutxFRJPFnixbU
|
||||
A7RCxMe1S9Hb7ENzRxl0mxGP
|
||||
A3WVy2V+2VFkWtMvA6HFwnhq
|
||||
BLlQHJ611eOZuedFrFgVAfAs
|
||||
BHT6CK6B569m/dd5dEluBOEd
|
||||
AxW0+uDsfyCSfhECdsGGpVD8
|
||||
A8LV4zckxcwdttbQSk0EPnoA
|
||||
A5oET6WBWx72ColKf0txoWyR
|
||||
A3UNTBOHUkbq+k999nJeSJdF
|
||||
A7uy+rmTav6tDH4dRrsnvXGH
|
||||
AxPlMqxkByCn3XNuYMhYNMcp
|
||||
A3TWA5Aylxw0x8bVvrmUSNJd
|
||||
AwBGo0Zmp6KRryAguuMvXATI
|
||||
Ax6Jm7ajV49tqHgf9nYnzRCI
|
||||
A8wZnhfuY6VIV1SwGsTGNR7L
|
||||
A/99bZCzSpexYL5y6dSryDn3
|
||||
BOc11keA9WJ9R20XQY8hO7yi
|
||||
A9BRwOwbXRRhCe+kcmglgW3z
|
||||
A0BOaf9UbJxzqBudSyes/cEM
|
||||
BKrxi2/1iFxHEFzyZvegxq5C
|
||||
BOPwjyn5eqfeoxs7Z0y3vqNN
|
||||
A7GX+szdK8/7Kf0xUuarfyIN
|
||||
BOIIipysxAz5xHIMmFRvYchY
|
||||
BONHqLIx/ibQE08IQIyoGaXg
|
||||
BKobzjrOxa/6kCR0ImKoqaQW
|
||||
A/7DHCczBnP5qUVh0jF2pvwB
|
||||
A3ZQibPGSZ8nPVbuccaCvUfa
|
||||
AzL4tLuklekJ8lSh6VnRMSrk
|
||||
A1V4dX0tTb1rdTZxdWcuZ7YR
|
||||
MHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNlZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBSb290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWU=
|
||||
M64Z5ufZzDRVTHkJR1uXzw==
|
||||
LU4d0t7PAsZNgJGZcb+o/w==
|
||||
JLiDzgpL7oFNgJN+jIjt7w==
|
||||
cJ+vg4742XhNgJW2ot9eIg==
|
||||
KuzHPJLdK5hNgJRo3R47Ag==
|
||||
MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA2IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHNQ==
|
||||
UWMOvf4tj/x5cQN2PXVSww==
|
||||
Xmo3AIW2VHeeJoR0o09RGQ==
|
||||
JLLEdDl2iHqqyenVWwQ/XA==
|
||||
buROL/l2GuXISv+/JVLkdA==
|
||||
em/HTY01Cvv6ITgkH+ftlg==
|
||||
MIGpMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3RlLCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMTgwNgYDVQQLEy8oYykgMjAwNiB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UEAxMWdGhhd3RlIFByaW1hcnkgUm9vdCBDQQ==
|
||||
Ikdj3zYXXGsC/Afm9Tvx+g==
|
||||
MF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
HVRikKXRQ1ouhOpYcOna/A==
|
||||
E/YGRk12iZqZuMfsIiVaeg==
|
||||
RMgdRGEBv0KzFCjgGFp0Hg==
|
||||
Aj/CJN2QWZAF25GXPXADOA==
|
||||
MHMxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEUMBIGA1UEBxMLU2FudGEgQ2xhcmExGjAYBgNVBAoTEUludGVsIENvcnBvcmF0aW9uMSUwIwYDVQQDExxJbnRlbCBFeHRlcm5hbCBJc3N1aW5nIENBIDZC
|
||||
HwAABsvzDP+DIzUG6QAAAAAGyw==
|
||||
MEgxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdTZWN1cmVUcnVzdCBDb3Jwb3JhdGlvbjEXMBUGA1UEAxMOU2VjdXJlVHJ1c3QgQ0E=
|
||||
ANygrItIJ2rcKlyS3Lue07U=
|
||||
MABJSw==
|
||||
R4af5A==
|
||||
R/j2qA==
|
||||
MABJTA==
|
||||
R4af5Q==
|
||||
R4b2Vg==
|
||||
MGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAx
|
||||
JD1wxDd8IgmiqX7MyPPg1g==
|
||||
HxT1XSjIpzjMprp9Qu1gYQ==
|
||||
OUOBG6TE0Lr+uYYGxeVbHg==
|
||||
U+1Y1QpJc0FOR5JdCJ01gQ==
|
||||
AI7cApIcPA3cfSpQMf40onQ=
|
||||
MHcxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEoMCYGA1UEAxMfU3ltYW50ZWMgQ2xhc3MgMyBFViBTU0wgQ0EgLSBHMg==
|
||||
UVKsEezpGWOVQ4W9esstng==
|
||||
MFIxCzAJBgNVBAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMuMRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIy
|
||||
CMUHBBak0idMAAAAAAAAAAE=
|
||||
MFoxCzAJBgNVBAYTAkZSMRMwEQYDVQQKEwpDZXJ0aW5vbWlzMRcwFQYDVQQLEw4wMDAyIDQzMzk5ODkwMzEdMBsGA1UEAxMUQ2VydGlub21pcyAtIFJvb3QgQ0E=
|
||||
Wu0lOm5kylP5uOu6md4xmWC3AtQ=
|
||||
J8mznxvTvOR5p4Br3a3sm5j5iM0=
|
||||
Z7mwlz4NA2s+8dnwRzT/RvK9ZZQ=
|
||||
MIG1MQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTEwMS8wLQYDVQQDEyZWZXJpU2lnbiBDbGFzcyAzIFNlY3VyZSBTZXJ2ZXIgQ0EgLSBHMw==
|
||||
QZBvapTZFvmYktEPsBYLQQ==
|
||||
OqQ2rV0ISTc308Z/oQgzFw==
|
||||
NvEJoRYL2yvAZrAjbDIipQ==
|
||||
ME4xCzAJBgNVBAYTAk5PMR0wGwYDVQQKDBRCdXlwYXNzIEFTLTk4MzE2MzMyNzEgMB4GA1UEAwwXQnV5cGFzcyBDbGFzcyAyIFJvb3QgQ0E=
|
||||
KA==
|
||||
MGQxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTowOAYDVQQDEzFHbG9iYWxTaWduIFBlcnNvbmFsU2lnbiBQYXJ0bmVycyBDQSAtIFNIQTI1NiAtIEcy
|
||||
AeNmeF8oVpDp/4GPvA==
|
||||
MGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHTAbBgNVBAsTFERvbWFpbiBWYWxpZGF0ZWQgU1NMMSAwHgYDVQQDExd0aGF3dGUgRFYgU1NMIFNIQTI1NiBDQQ==
|
||||
dqN9ZZM/PfFCXStajJdbtQ==
|
||||
MGYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEgMB4GA1UEAxMXR2VvVHJ1c3QgRFYgU1NMIENBIC0gRzQ=
|
||||
H08=
|
||||
MFIxCzAJBgNVBAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMuMRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIx
|
||||
B6AKfwrKX6H1AAAAAAAAAAE=
|
||||
MIG9MQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNhbCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
|
||||
BYOGvG32ukb1Yxj2oKoFyw==
|
||||
Ai7cBJYqBE0I9NdyoZfRrw==
|
||||
RbG+tfPUe/vBRfTZF54i8g==
|
||||
D4dSwi4udjGtMftKLTSFyg==
|
||||
QOu0a5Z9rCkw6Nk7Rg1/AQ==
|
||||
VLm3Xe60+1YgPpXCGtXLng==
|
||||
eR1nUEz8k+nDSBD+bb5uIQ==
|
||||
fMTRbGCp280pnyE/u53zbA==
|
||||
MWzraR3LLhU9m/qKEhvVLQ==
|
||||
Aw1SPC56593ZCZ9vCNHKwQ==
|
||||
X22XOlwfc1Taw/ORwGOIeg==
|
||||
GTPOETOFf5mIsbuzrojGfw==
|
||||
Xbevr3ut3Z9m1GuXC9SonA==
|
||||
MH0xCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
fqRDfSf8haCEh2nWE6O+bA==
|
||||
eohOGeS5ZHJeptyBvCu/mQ==
|
||||
MDsxGDAWBgNVBAoTD0N5YmVydHJ1c3QsIEluYzEfMB0GA1UEAxMWQ3liZXJ0cnVzdCBHbG9iYWwgUm9vdA==
|
||||
BAAAAAABJpQ0AbA=
|
||||
BAAAAAABQaHhPSY=
|
||||
BAAAAAABQaHhOT4=
|
||||
BAAAAAABQaHhNLo=
|
||||
MIGLMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMRUwEwYDVQQLEwxNaWNyb3NvZnQgSVQxHjAcBgNVBAMTFU1pY3Jvc29mdCBJVCBTU0wgU0hBMg==
|
||||
WgAFElcDxFjoswSzjAABAAUSVw==
|
||||
WgAFElbyxxPA8BdM4gABAAUSVg==
|
||||
MFIxCzAJBgNVBAYTAk5MMRkwFwYDVQQKDBBEaWdpZGVudGl0eSBCLlYuMSgwJgYDVQQDDB9EaWdpZGVudGl0eSBPcmdhbmlzYXRpZSBDQSAtIEcy
|
||||
Cw==
|
||||
DA==
|
||||
MEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9vdCBDQSAtIFIzMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
|
||||
BAAAAAABJQcQRNU=
|
||||
BAAAAAABMYnGRuw=
|
||||
BAAAAAABJQcQQN0=
|
||||
MFwxCzAJBgNVBAYTAkJFMRUwEwYDVQQLEwxUcnVzdGVkIFJvb3QxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExGzAZBgNVBAMTElRydXN0ZWQgUm9vdCBDQSBHMg==
|
||||
DAk9hy8DhHSo+aQetvPB/fY=
|
||||
Mq0P6o03FDk0B2bnJ+mYPGo=
|
||||
RVWTeb5EKqE7cy7MUD2oJ3M=
|
||||
IHj3eiEK3K1Xrpu1uvtBuvE=
|
||||
bAOrKSMsmA0MLJyAJ5BRsUM=
|
||||
O2S99lVUxErLSk56GvWRv+E=
|
||||
UV9aaDeNRNtQuXjRYk4Skhg=
|
||||
sPNcCSE9Nkg3jy5IN1xe2Q==
|
||||
RsdOCxepZXHEs1ErwPc=
|
||||
YUlF+VXF2FWFqCo472HfZlw=
|
||||
F7PAjw2k0dTX5escPnyVOBo=
|
||||
QM1zZ4GZ4gfwpQtUYye3Ne0=
|
||||
LAVIFm0MWZYH+Sv8Vf+IqkM=
|
||||
OYBKgxEHpW/8XGAGAlvJyMA=
|
||||
Iqpyf/YoGgvHc8HiDAxAI8o=
|
||||
YRJNfMoc12IpmW+Enpv3Pdo=
|
||||
UU3AP1SMxmyhBFq7MRFZmf0=
|
||||
e/fIfg2Dj2tkYIWVu2r82Cc=
|
||||
MD4xCzAJBgNVBAYTAlBMMRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBDQQ==
|
||||
ALxyZmb/WL/wAuUiPK5oK/g=
|
||||
e7wSpVxmgAS5/ioLi2iBIA==
|
||||
MDsxCzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBGTk1ULVJDTQ==
|
||||
EA==
|
||||
Eg==
|
||||
BQ==
|
||||
RV864VwhzbpUT4KqR1Hr2w==
|
||||
YcLU1PaprndVkma5ja/WIQ==
|
||||
Bg==
|
||||
EQ==
|
||||
BA==
|
||||
MEoxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdTZWN1cmVUcnVzdCBDb3Jwb3JhdGlvbjEZMBcGA1UEAxMQU2VjdXJlIEdsb2JhbCBDQQ==
|
||||
QAAnEQ==
|
||||
TXxtAQ==
|
||||
MIGTMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dD
|
||||
Ew1ee9Jq7Q/Dig3ACF4V6Q==
|
||||
MIHzMQswCQYDVQQGEwJFUzE7MDkGA1UECgwyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8gKE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsMH1NlcnZlaXMgUHVibGljcyBkZSBDZXJ0aWZpY2FjaW8xNTAzBgNVBAsMLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQubmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLDCxKZXJhcnF1aWEgRW50aXRhdHMgZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAwwGRUMtQUND
|
||||
dfE2CNAy9IxP6VwZ2IU2cA==
|
||||
W99Z2UuV5pFP6V8AYIwcVQ==
|
||||
L5tOVjVGKtFP6V84tGEFPg==
|
||||
P0qUU7RhznNP6V9iGYbSbA==
|
||||
IqW4gO46S81PjTpHBA7mUQ==
|
||||
MIGQMQswCQYDVQQGEwJHUjFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxOzA5BgNVBAMTMkFyaXN0b3RsZSBVbml2ZXJzaXR5IG9mIFRoZXNzYWxvbmlraSBDZW50cmFsIENBIFI0
|
||||
EqthLKdUgwI=
|
||||
MGMxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHTAbBgNVBAsTFERvbWFpbiBWYWxpZGF0ZWQgU1NMMR4wHAYDVQQDExV0aGF3dGUgRFYgU1NMIENBIC0gRzI=
|
||||
GdXz4L1b6FKNCMG9Jz2tjA==
|
||||
DYifRdP6aQQ8MLbXZY2f5g==
|
||||
IIxFSyNM6mWtCgTG0IL3Og==
|
||||
BUrYjru5px1ym4QUN33TOQ==
|
||||
CqZgEvHAsnzkT//QV9KjXw==
|
||||
Rvm2CEw2IC2Mu/ax0A46QQ==
|
||||
E5I2y6sIonl4a+TmlXc7fw==
|
||||
TqfXw+FkhxfVgE9GVMgjWQ==
|
||||
MG0xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRswGQYDVQQLExJQcmltYXJ5IENsYXNzIDEgQ0ExJjAkBgNVBAMTHUdsb2JhbFNpZ24gUHJpbWFyeSBDbGFzcyAxIENB
|
||||
BAAAAAABHkSl5ao=
|
||||
MGsxCzAJBgNVBAYTAlVTMQ0wCwYDVQQKEwRWSVNBMS8wLQYDVQQLEyZWaXNhIEludGVybmF0aW9uYWwgU2VydmljZSBBc3NvY2lhdGlvbjEcMBoGA1UEAxMTVmlzYSBlQ29tbWVyY2UgUm9vdA==
|
||||
B2VhZAPxCDH3s9Mkbu3HfQ==
|
||||
MHMxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEkMCIGA1UEAxMbU3ltYW50ZWMgQ2xhc3MgMyBEU0EgU1NMIENB
|
||||
AuhvPsYZfVP6UDsuyjeZ4Q==
|
||||
MH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
|
||||
Qh/SnQ==
|
||||
Qh/O5w==
|
||||
Qh/SqA==
|
||||
Qh/SsQ==
|
||||
Qh/QbQ==
|
||||
MIGFMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDErMCkGA1UEAxMiQ09NT0RPIFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
AKrMYlJmUUin8FOM/0TJrmk=
|
||||
MFkxCzAJBgNVBAYTAk5MMR4wHAYDVQQKExVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xKjAoBgNVBAMTIVN0YWF0IGRlciBOZWRlcmxhbmRlbiBPdmVyaGVpZCBDQQ==
|
||||
ATFEdg==
|
||||
ATFpsA==
|
||||
MHwxCzAJBgNVBAYTAk5MMSIwIAYDVQQKExlLUE4gQ29ycG9yYXRlIE1hcmtldCBCLlYuMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMSgwJgYDVQQDEx9LUE4gQ29ycG9yYXRlIE1hcmtldCBDbGFzcyAyIENB
|
||||
I+zjm9Bi1ZVKLF0R96thFQ==
|
||||
GARMIB0Iaz3xxucE70O9Qg==
|
||||
F6sWArGVJv7AwBSxbnnqaw==
|
||||
MHAxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20xLzAtBgNVBAMTJkRpZ2lDZXJ0IFNIQTIgSGlnaCBBc3N1cmFuY2UgU2VydmVyIENB
|
||||
Cn+uUpLudsH09lYYIPTK5A==
|
||||
MEExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxUaGF3dGUsIEluYy4xGzAZBgNVBAMTElRoYXd0ZSBTR0MgQ0EgLSBHMg==
|
||||
cDggUYfwJ3A1YcdoeT6s4A==
|
||||
e0bEFhI16xx9U1yvlI56rA==
|
||||
MHIxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJUWDEQMA4GA1UEBxMHSG91c3RvbjEVMBMGA1UEChMMY1BhbmVsLCBJbmMuMS0wKwYDVQQDEyRjUGFuZWwsIEluYy4gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHk=
|
||||
NlLRZJFLco/An3cLAGjGgQ==
|
||||
AJk3QFH13eHUHHVnsvwS0Vo=
|
||||
MIHpMQswCQYDVQQGEwJFUzE7MDkGA1UECgwyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8gKE5JRiBRLTA4MDExNzYtSSkxLjAsBgNVBAsMJVNlcnZlaXMgUHVibGljcyBkZSBDZXJ0aWZpY2FjaW8gRUNWLTExNjA0BgNVBAsMLVZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQubmV0L3ZlckNJQy0xICAoYykwMzEhMB8GA1UECwwYR2VuZXJhbGl0YXQgZGUgQ2F0YWx1bnlhMRIwEAYDVQQDDAlFQy1HRU5DQVQ=
|
||||
On0bAstcoxZP6WERe150Gw==
|
||||
MFoxCzAJBgNVBAYTAklFMRIwEAYDVQQKEwlCYWx0aW1vcmUxEzARBgNVBAsTCkN5YmVyVHJ1c3QxIjAgBgNVBAMTGUJhbHRpbW9yZSBDeWJlclRydXN0IFJvb3Q=
|
||||
ByeWyA==
|
||||
ByeLBg==
|
||||
Byd/Tw==
|
||||
Bye9zg==
|
||||
Byd/UQ==
|
||||
Byeaqw==
|
||||
Byd/Ug==
|
||||
Bydr0Q==
|
||||
Byemag==
|
||||
ByfHkw==
|
||||
DL0FAAzqeadFvWvsl9xaiA==
|
||||
ByeQ9g==
|
||||
BydInw==
|
||||
BydKkg==
|
||||
Bye2Cg==
|
||||
ByfNbw==
|
||||
Bydrxg==
|
||||
Bydp0g==
|
||||
BydiAg==
|
||||
BydCwg==
|
||||
Byd5cg==
|
||||
ByeBQg==
|
||||
ByembA==
|
||||
ByemaA==
|
||||
Byc85g==
|
||||
ByfDtA==
|
||||
DNHqTQd9QC+JnMy6AWyhkg==
|
||||
CcaPWuZtcdneSnerYJH33A==
|
||||
BydeGg==
|
||||
BEeJFwO0nu759EPo9tKluw==
|
||||
Bye/xA==
|
||||
Bydxog==
|
||||
ByemaQ==
|
||||
Byd/UA==
|
||||
BydSYg==
|
||||
ByembQ==
|
||||
BydIoA==
|
||||
ByfNeA==
|
||||
ByfFnw==
|
||||
Byc68g==
|
||||
Byd/Tg==
|
||||
BycfpA==
|
||||
BydWSw==
|
||||
Byemaw==
|
||||
Bye9zw==
|
||||
Byecpw==
|
||||
ByeekA==
|
||||
Bydvrw==
|
||||
Bycfmw==
|
||||
ByfJhw==
|
||||
BycpYA==
|
||||
MHcxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEoMCYGA1UEAxMfU3ltYW50ZWMgQ2xhc3MgMyBFViBTU0wgQ0EgLSBHMw==
|
||||
acI1CFIgmwSFBoU5+ahDgg==
|
||||
MFwxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xLTArBgNVBAMMJFN0YWF0IGRlciBOZWRlcmxhbmRlbiBCdXJnZXIgQ0EgLSBHMg==
|
||||
ATE7Ow==
|
||||
ATE33w==
|
||||
ATE3ew==
|
||||
MHsxCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazEyMDAGA1UEAxMpVmVyaVNpZ24gQ2xhc3MgMyBTU1AgSW50ZXJtZWRpYXRlIENBIC0gRzI=
|
||||
dhjnNtYx6cojdAE55TgIBA==
|
||||
eViJ2GX26lp5HbF+XNp1kQ==
|
||||
NpsJHyt3o1U47AAgw3UNXA==
|
||||
U3KGm6UTqJ/nsMyteiUa2g==
|
||||
MIGVMQswCQYDVQQGEwJHUjFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9vdENBIDIwMTE=
|
||||
GN2Hrh9LtnI=
|
||||
GN2Hrh9Ltm0=
|
||||
AQAAAAI=
|
||||
GN2Hrh9Ltms=
|
||||
GN2Hrh9LtnQ=
|
||||
GN2Hrh9LtnY=
|
||||
GN2Hrh9Ltm4=
|
||||
FJl6tXgNpSk=
|
||||
GN2Hrh9Ltmw=
|
||||
AQAAAAA=
|
||||
GN2Hrh9LtnA=
|
||||
GN2Hrh9LtnM=
|
||||
GN2Hrh9Ltm8=
|
||||
GN2Hrh9LtnE=
|
||||
FJl6tXgNpSg=
|
||||
AQAAAAM=
|
||||
AQAAAAQ=
|
||||
AQAAAAU=
|
||||
MEQxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHjAcBgNVBAMTFXRoYXd0ZSBFViBTU0wgQ0EgLSBHMw==
|
||||
CrTHPEE6AZSfI3jysin2bA==
|
||||
MG0xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRswGQYDVQQLExJQcmltYXJ5IENsYXNzIDIgQ0ExJjAkBgNVBAMTHUdsb2JhbFNpZ24gUHJpbWFyeSBDbGFzcyAyIENB
|
||||
BAAAAAABHkSl6Co=
|
||||
MHYxCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazEtMCsGA1UEAxMkVmVyaVNpZ24gQ2xhc3MgMyBTU1AgSW50ZXJtZWRpYXRlIENB
|
||||
VP3bQF/UdNfxq/UOypU1zQ==
|
||||
G8sz+bm+vQjTpQNBh5CfMg==
|
||||
PmDn14AwWY28IlJeBXkDvA==
|
||||
GuJ0aGBYhChXAOljooJZ3A==
|
||||
Cf0103tCm9oulH1QK0weTA==
|
||||
OOkLFZaa4CXGyJlLTIEjUQ==
|
||||
A/kVDQpE7c9h+WxlWQFzSQ==
|
||||
MIG+MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNRW50cnVzdCwgSW5jLjEoMCYGA1UECxMfU2VlIHd3dy5lbnRydXN0Lm5ldC9sZWdhbC10ZXJtczE5MDcGA1UECxMwKGMpIDIwMDkgRW50cnVzdCwgSW5jLiAtIGZvciBhdXRob3JpemVkIHVzZSBvbmx5MTIwMAYDVQQDEylFbnRydXN0IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMg==
|
||||
UdNjvA==
|
||||
MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA3IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHNA==
|
||||
RmI44ARDVCUOgXNK9ACAbg==
|
||||
cXXMzbWDHMIdCotb3h64yw==
|
||||
MD8xCzAJBgNVBAYTAlRXMTAwLgYDVQQKDCdHb3Zlcm5tZW50IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHk=
|
||||
K1ftto7Xcb0YKwQ6uMvOIA==
|
||||
APdCebq8ZyZr/T0luxlicNw=
|
||||
MEQxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQDExRHZW9UcnVzdCBTU0wgQ0EgLSBHMw==
|
||||
bx/XHJqcwxDOptxJ2lh5vw==
|
||||
cpqpXVWPk5AXzGw+zNIcBw==
|
||||
RUT1Gehd1KKYPfqOlgspoQ==
|
||||
MGQxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAy
|
||||
ANX8SnNRxCmsE/GCl5hw+8A=
|
||||
GpO48aJ8GngtwECqZhm/xA==
|
||||
AIChpbGNqu4XKp9J70syKEs=
|
||||
MEYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR8wHQYDVQQDExZHZW9UcnVzdCBTSEEyNTYgU1NMIENB
|
||||
OUvvVscW0/NltofkmV9qmg==
|
||||
MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==
|
||||
PxYWUib8jdriX5MSGW7Ozw==
|
||||
H/Vx9uatDIulnLLrZjXEKg==
|
||||
MHExCzAJBgNVBAYTAkRFMRwwGgYDVQQKExNEZXV0c2NoZSBUZWxla29tIEFHMR8wHQYDVQQLExZULVRlbGVTZWMgVHJ1c3QgQ2VudGVyMSMwIQYDVQQDExpEZXV0c2NoZSBUZWxla29tIFJvb3QgQ0EgMg==
|
||||
AQw=
|
||||
AImQERVYPoeb
|
||||
RqFXxGPuA18=
|
||||
ARU=
|
||||
ARQ=
|
||||
IsWDgJMv7uY=
|
||||
MIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IEVDQyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
UJ3tpbZLsyrhh60M9CMQaQ==
|
||||
APy7Z8kyJRVBcM/oki5xZ2M=
|
||||
BlOMLY2hk1OPGflbt/pPXQ==
|
||||
MGExCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xMjAwBgNVBAMMKVN0YWF0IGRlciBOZWRlcmxhbmRlbiBPcmdhbmlzYXRpZSBDQSAtIEcy
|
||||
ATE0vw==
|
||||
ATEzEQ==
|
||||
ZECgRdZEsns=
|
||||
LTRcDHabRHU=
|
||||
MFExCzAJBgNVBAYTAkpQMRMwEQYDVQQKEwpGdWppIFhlcm94MS0wKwYDVQQDEyRGdWppIFhlcm94IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IDI=
|
||||
AUa47POQ1dN5
|
||||
MGExCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEbMBkGA1UEAxMSR2VvVHJ1c3QgRFYgU1NMIENB
|
||||
CWhp
|
||||
MEcxCzAJBgNVBAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxITAfBgNVBAMTGFN3aXNzU2lnbiBTaWx2ZXIgQ0EgLSBHMg==
|
||||
AINVG9I4T2jgQgW4N9SNhw==
|
||||
ANsAyDuSSs7Z83LfMZ+TDw==
|
||||
aBXsv0oU3xqh2xkUPOi8
|
||||
APiyCXmwAUq+95DYa3DmGw==
|
||||
MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==
|
||||
U4P1tUoxl/XkztlVHdtdgw==
|
||||
TrKEMhb2PKktH8lHg0AV5A==
|
||||
OgxXyntHYBXnPAHDxY0OXg==
|
||||
Pgyeh2mqlVzqI9hFntRbUQ==
|
||||
TAA2G+UIK6mqznQKBT77NA==
|
||||
Er0moq4zwH8ke2pYafIKdg==
|
||||
D/VlGqmz9Nai1ywCydT/RQ==
|
||||
MIGcMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29yIEVDQS0x
|
||||
APB/jQRgyP8Q
|
||||
MIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp
|
||||
TA5iEg==
|
||||
OGPFrg==
|
||||
TA6EVg==
|
||||
TA6BjA==
|
||||
MIGFMQswCQYDVQQGEwJVUzEgMB4GA1UECgwXV2VsbHMgRmFyZ28gV2VsbHNTZWN1cmUxHDAaBgNVBAsME1dlbGxzIEZhcmdvIEJhbmsgTkExNjA0BgNVBAMMLVdlbGxzU2VjdXJlIFB1YmxpYyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eQ==
|
||||
ANU=
|
||||
AZ0=
|
||||
AMs=
|
||||
ATk=
|
||||
Aw==
|
||||
MEQxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQDExRHZW9UcnVzdCBTU0wgQ0EgLSBHMg==
|
||||
SdegFrLaFTCsoMAW5ED+zA==
|
||||
VfTSum25nb65YPlpuhJAvg==
|
||||
WX89jn8yGZVvoKTD9jDfRQ==
|
||||
MHYxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEnMCUGA1UEAxMeU3ltYW50ZWMgV2ViIFBLSSBFQ0MgUm9vdCAtIEcx
|
||||
c0ENPRDbRozjU83garZrdA==
|
||||
EYfoVrySx7V3OUqs4xKvgA==
|
||||
a2GKnRbYMZ0oZkRzJE8NIw==
|
||||
dUIqmrcgq/261bRbo7fM1g==
|
||||
LJ8wKbrQXgT8VExZ6vEfWA==
|
||||
PbXdgANzAyCOCZ5qa/7E6A==
|
||||
KNhgX8XuJduYciIyatpOQg==
|
||||
Q1r0dRkkG9miuHj/Y52izw==
|
||||
VNb2Hjai/t7dmCtOzRXXew==
|
||||
X3iUdzxCEtOAKpiTLsqjBA==
|
||||
WU+jmMhGAumhewqVKrZBmg==
|
||||
EkoaKijVTGVYI5c604iweg==
|
||||
bf8hEJywo1lAp4UNcLl5Ew==
|
||||
IARKrBjlKQLyVGA4X52L7w==
|
||||
CGo/+42e75JBJ2JcOEaMFw==
|
||||
Gz4uHrL2usrTZrPCHeuF5g==
|
||||
UT6GtTGbEC6SXJteWAKy2g==
|
||||
OIJdAvYxHmLb6YaaMmwmjg==
|
||||
UKM/CNF2OvC4giYnAUG/Ag==
|
||||
QspbHxzWb41SX9TUhF1N1A==
|
||||
EgtJ1f+/tZwlGfg0Uu7XCQ==
|
||||
TbPyD9NnsEcxyK6LIsr78g==
|
||||
MHsxCzAJBgNVBAYTAk1ZMR8wHQYDVQQKExZNU0MgVHJ1c3RnYXRlLmNvbSBTZG4uMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMSowKAYDVQQDEyFNU0MgVHJ1c3RnYXRlLmNvbSBDbGFzcyAyIENBIC0gRzI=
|
||||
L3UnLdK9iz8XVM1rbm3tTw==
|
||||
MGcxCzAJBgNVBAYTAkRFMRMwEQYDVQQKEwpGcmF1bmhvZmVyMSEwHwYDVQQLExhGcmF1bmhvZmVyIENvcnBvcmF0ZSBQS0kxIDAeBgNVBAMTF0ZyYXVuaG9mZXIgUm9vdCBDQSAyMDA3
|
||||
YR3YYQAAAAAABA==
|
||||
YR0zGQAAAAAAAw==
|
||||
MDIxCzAJBgNVBAYTAkNOMQ4wDAYDVQQKEwVDTk5JQzETMBEGA1UEAxMKQ05OSUMgUk9PVA==
|
||||
STMAjg==
|
||||
STMAeg==
|
||||
STMAFQ==
|
||||
MEAxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9wZW5UcnVzdCBSb290IENBIEcx
|
||||
ESDDtMgFFiaUfKo7HD9qImM7
|
||||
ESBrHE7sFC7CQ8EM681xA3CY
|
||||
MFAxCzAJBgNVBAYTAkpQMRgwFgYDVQQKEw9TRUNPTSBUcnVzdC5uZXQxJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmljYXRpb24gUm9vdENBMQ==
|
||||
Ermw0Q==
|
||||
Ermwxw==
|
||||
Ermwtg==
|
||||
MEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzM=
|
||||
PybG62jqpxKYOV5MlXAGPJYDy9M=
|
||||
MDcxJDAiBgNVBAMTG1JDUyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEPMA0GA1UEChMGSFQgc3Js
|
||||
AN9bfYOvlR1t
|
||||
MHYxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEnMCUGA1UEAxMeU3ltYW50ZWMgV2ViIFBLSSBSU0EgUm9vdCAtIEcx
|
||||
P4sUnc++hlU/bXj0zSTlcQ==
|
||||
C2tQZWb2eoQD2XC3F5JSzg==
|
||||
UN78HLEKf7W9vQYkzYpJnw==
|
||||
ElBUYv/f+6+gnbAJ23qnAA==
|
||||
QjiuX0y1agXQQqmDB2yh3w==
|
||||
RkNUwM80Jt7beb4ek+iI8w==
|
||||
KvQ5AzK6tQy8eBy7NAD/lQ==
|
||||
CuUEKEJM4xhxlFXraPcSpQ==
|
||||
ODTGURr0vY14WkIt15hHrg==
|
||||
GskXrIFkzLS+4yohQM9EUA==
|
||||
DoP7aSdEs/3y+o2Gj9zgWA==
|
||||
XOZMbPKQuJEw8Ib5neDVpQ==
|
||||
KUZMXOUj2sdY2i2Rfgp/5Q==
|
||||
KRfQOuBdOSpEmAxSpDZGZg==
|
||||
UfM8pWkcmmLGRiGIVydmoA==
|
||||
JjjcXrfGjTCi1ug/AEeYlg==
|
||||
a9HDb1beqQYmkvFH0qExcg==
|
||||
dSBsq/te0hzZauKHgJ3EWg==
|
||||
LzVYePklc3vH3jkk0BZr9g==
|
||||
VIFPnH3Io2OmF0J5KK8gzA==
|
||||
FK+rVRFA0o0PnW+X6V60gQ==
|
||||
TsaDDThhoyhX10SURO3NMg==
|
||||
HGD2RtvXMaPDqHIPLdXocw==
|
||||
OeKv0wi+ATDxfQ6CWir1vA==
|
||||
SrQ125q7UcLfxVKepx+lRg==
|
||||
YwslVqGwc9CHkaZkXNZ4xw==
|
||||
WfPUsnnSF04ShWVYEa/KRA==
|
||||
d8ToN4Dfs5RqD2yfAp12yQ==
|
||||
BWuckD4dPHZYW5ThBsl+aQ==
|
||||
fa9agGguMHfBorMTXXMd9g==
|
||||
fZ10MyCe51jAjZCsDgqaxA==
|
||||
X4C5SJIG0BDeJvpQq4ngCw==
|
||||
XbPH0u4MjoIrWzN8QCilfg==
|
||||
MGkxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xOjA4BgNVBAMMMVN0YWF0IGRlciBOZWRlcmxhbmRlbiBPcmdhbmlzYXRpZSBQZXJzb29uIENBIC0gRzM=
|
||||
f43O9TualR8=
|
||||
MDwxGzAZBgNVBAMTEkNvbVNpZ24gU2VjdXJlZCBDQTEQMA4GA1UEChMHQ29tU2lnbjELMAkGA1UEBhMCSUw=
|
||||
XJ8pGvGNM9RIcLUG9YQjLQ==
|
||||
CdYL9vSQCEKzBwjO10ud2w==
|
||||
Hnms0W0OxHSYE2F0XE97sw==
|
||||
fbsHfUkagQtznc3rtY1uDg==
|
||||
MFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxTaWduIFJvb3QgQ0E=
|
||||
BAAAAAABL07hRxA=
|
||||
BAAAAAABL07hSVI=
|
||||
BAAAAAABIBnBjWg=
|
||||
BAAAAAABLF5/Gog=
|
||||
BAAAAAABKUXDqA8=
|
||||
BAAAAAABHkSl5AQ=
|
||||
BAAAAAABFUtaxac=
|
||||
MGcxCzAJBgNVBAYTAktSMRMwEQYDVQQKEwpLRUNBLCBJbmMuMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMSIwIAYDVQQDExlDcm9zc0NlcnQgQ2xhc3MgMiBDQSAtIEcz
|
||||
fLpClvRi4IMKsokzVKT9Yg==
|
||||
MH8xCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEwMC4GA1UEAxMnU3ltYW50ZWMgQ2xhc3MgMyBFQ0MgMjU2IGJpdCBFViBDQSAtIEcy
|
||||
OhrtngFwotLcm4i+z00SjA==
|
||||
MG0xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRswGQYDVQQLExJQcmltYXJ5IENsYXNzIDMgQ0ExJjAkBgNVBAMTHUdsb2JhbFNpZ24gUHJpbWFyeSBDbGFzcyAzIENB
|
||||
BAAAAAABHkSl6mw=
|
||||
MFcxCzAJBgNVBAYTAlRXMQ4wDAYDVQQKEwVUYWlDQTESMBAGA1UECxMJUG9saWN5IENBMSQwIgYDVQQDExtUYWlDQSBJbmZvcm1hdGlvbiBQb2xpY3kgQ0E=
|
||||
UbQGvw==
|
||||
MIHBMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNzIDIgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMxKGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yaw==
|
||||
HkN+3VDzRBFAw/QQ6XZ2gA==
|
||||
MIGUMQswCQYDVQQGEwJVUzEdMBsGA1UEChMUU3ltYW50ZWMgQ29ycG9yYXRpb24xHzAdBgNVBAsTFlN5bWFudGVjIFRydXN0IE5ldHdvcmsxRTBDBgNVBAMTPFN5bWFudGVjIENsYXNzIDIgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHNg==
|
||||
Bxt4PMyN1f5tIXW8W62DhA==
|
||||
U51Qij2xILJB29u2m4ePyw==
|
||||
CpSHXk6RnrLSRVVJhVZEWA==
|
||||
VedYmG4aoUcioKT467SDcg==
|
||||
MF4xCzAJBgNVBAYTAlVTMTAwLgYDVQQKEydIeWRyYW50SUQgKEF2YWxhbmNoZSBDbG91ZCBDb3Jwb3JhdGlvbikxHTAbBgNVBAMTFEh5ZHJhbnRJRCBTU0wgSUNBIEcy
|
||||
ZhcM4uyLfYi04utzLnOP46Z89nI=
|
||||
MIGuMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTE2MDQGA1UEAxMtVVROLVVTRVJGaXJzdC1DbGllbnQgQXV0aGVudGljYXRpb24gYW5kIEVtYWls
|
||||
D/wZ7+m1Mv8SONSEFcs73w==
|
||||
ME0xCzAJBgNVBAYTAk5MMRkwFwYDVQQKDBBEaWdpZGVudGl0eSBCLlYuMSMwIQYDVQQDDBpEaWdpZGVudGl0eSBCdXJnZXIgQ0EgLSBHMg==
|
||||
DA==
|
||||
MEUxCzAJBgNVBAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2lnbiBHb2xkIENBIC0gRzI=
|
||||
AIZ6Wq/4deFQzwC6NnFpUA==
|
||||
SeEzbpTltqUtqW7UiuJ2
|
||||
AIQ8dLGqNIaxxMeg31W16Q==
|
||||
MIGVMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTEdMBsGA1UEAxMUVVROLVVTRVJGaXJzdC1PYmplY3Q=
|
||||
CMNfzETd7XxesS9FOUj9Mg==
|
||||
a9rf7/BmG9JkKvRuy7J5QA==
|
||||
Jq6jgeApiT9O4W2Tx/NTRQ==
|
||||
MIGFMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSkwJwYDVQQDEyBDZXJ0dW0gRG9tYWluIFZhbGlkYXRpb24gQ0EgU0hBMg==
|
||||
VEav0UR+l38TpKTRi7sS1g==
|
||||
MIGuMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJzIG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4
|
||||
RXJFI0h6EJY=
|
||||
Ag==
|
||||
BQ==
|
||||
N4XreFRrqFQ=
|
||||
MFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
|
||||
IyIVazG4RE9AERkb+ekH8w==
|
||||
MIG0MQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTEaMBgGA1UEChMRR29EYWRkeS5jb20sIEluYy4xLTArBgNVBAsTJGh0dHA6Ly9jZXJ0cy5nb2RhZGR5LmNvbS9yZXBvc2l0b3J5LzEzMDEGA1UEAxMqR28gRGFkZHkgU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcy
|
||||
AOfHzdPzlvw5
|
||||
MEIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9iYWwgQ0E=
|
||||
AjqK
|
||||
Ajp/
|
||||
AjpW
|
||||
Ajp+
|
||||
AjqL
|
||||
MFwxCzAJBgNVBAYTAlVTMRkwFwYDVQQKDBBWZXJpem9uIEJ1c2luZXNzMREwDwYDVQQLDAhPbW5pUm9vdDEfMB0GA1UEAwwWVmVyaXpvbiBHbG9iYWwgUm9vdCBDQQ==
|
||||
A4w=
|
||||
A4g=
|
||||
BFA=
|
||||
MIGXMQswCQYDVQQGEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cudXNlcnRydXN0LmNvbTEfMB0GA1UEAxMWVVROLVVTRVJGaXJzdC1IYXJkd2FyZQ==
|
||||
Xrr31RF0DoIzMKXS6XtD+g==
|
||||
EEpERSryZFMagbsNw/WoWQ==
|
||||
MHoxCzAJBgNVBAYTAkFVMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazErMCkGA1UEAxMiU3ltYW50ZWMgQXVzdHJhbGlhIENsYXNzIDIgQ0EgLSBHMg==
|
||||
MZNwCx0BAjzTOgcvHsmdhQ==
|
||||
MFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUgQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjg=
|
||||
bYuYcMtVvjo=
|
||||
WV2iHxGL6Vg=
|
||||
QwCyx4wTlCQ=
|
||||
JGKKnm00uOQ=
|
||||
UzAV4JqeuGY=
|
||||
MG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRUcnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsxIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3Q=
|
||||
Os2rnHWYhryvdOXfgan06A==
|
||||
U3t2Vk8pfxTcaUPpIq0seQ==
|
||||
RurwlgVMxeP6Zepun0LGZA==
|
||||
MIGBMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTElMCMGA1UECxMcUHJpbWFyeSBPYmplY3QgUHVibGlzaGluZyBDQTEwMC4GA1UEAxMnR2xvYmFsU2lnbiBQcmltYXJ5IE9iamVjdCBQdWJsaXNoaW5nIENB
|
||||
BAAAAAABHkSl7L4=
|
||||
BAAAAAABI54PryQ=
|
||||
MGwxCzAJBgNVBAYTAk5MMRkwFwYDVQQKExBLUE4gVGVsZWNvbSBCLlYuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMSEwHwYDVQQDExhLUE4gVGVsZWNvbSBCLlYuIENBIC0gRzI=
|
||||
W4sqXNfJgPC3aLKkcOxq9Q==
|
||||
I1kCCASG38Q8TKOJaqQtvQ==
|
||||
MEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDI=
|
||||
BXA=
|
||||
WDFms0iypljMkohTzBvf4GmTOu0=
|
||||
EM8bDLBnnoYe4LnWpLIhS4esr3I=
|
||||
MIGCMQswCQYDVQQGEwJVUzEeMBwGA1UECxMVd3d3LnhyYW1wc2VjdXJpdHkuY29tMSQwIgYDVQQKExtYUmFtcCBTZWN1cml0eSBTZXJ2aWNlcyBJbmMxLTArBgNVBAMTJFhSYW1wIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
QZCrvA==
|
||||
QDi5sA==
|
||||
QZCrvQ==
|
||||
QDi5rw==
|
||||
QDi5sQ==
|
||||
MEcxCzAJBgNVBAYTAkhLMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25na29uZyBQb3N0IFJvb3QgQ0EgMQ==
|
||||
BHk=
|
||||
BGU=
|
||||
BUE=
|
||||
MEMxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xHTAbBgNVBAMTFHRoYXd0ZSBTSEEyNTYgU1NMIENB
|
||||
UKKK5ol/rKBZchAAOnZjaA==
|
||||
MIGxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMU0wSwYDVQQKDERUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLjFCMEAGA1UEAww5VMOcUktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIEg1
|
||||
Aay2vr4aoUeZ
|
||||
AUMyuCiycPJJ
|
||||
AZkNBFXrl1Zg
|
||||
MHUxCzAJBgNVBAYTAkFVMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazEmMCQGA1UEAxMdU3ltYW50ZWMgQXVzdHJhbGlhIENsYXNzIDIgQ0E=
|
||||
Nn6RHaVImMEtHLbPqlyGEA==
|
||||
MGsxCzAJBgNVBAYTAklUMQ4wDAYDVQQHDAVNaWxhbjEjMCEGA1UECgwaQWN0YWxpcyBTLnAuQS4vMDMzNTg1MjA5NjcxJzAlBgNVBAMMHkFjdGFsaXMgQXV0aGVudGljYXRpb24gUm9vdCBDQQ==
|
||||
OfJBIhFwAdQ=
|
||||
WJ2qHzWUqTk=
|
||||
MHExKDAmBgNVBAMTH0dsb2JhbFNpZ24gUm9vdFNpZ24gUGFydG5lcnMgQ0ExHTAbBgNVBAsTFFJvb3RTaWduIFBhcnRuZXJzIENBMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMQswCQYDVQQGEwJCRQ==
|
||||
BAAAAAABJZbEU4I=
|
||||
BAAAAAABMrS7t2g=
|
||||
BAAAAAABA/A35EU=
|
||||
BAAAAAABKB/OGqI=
|
||||
BAAAAAABAPpuVh0=
|
||||
BAAAAAAA+X/GIyk=
|
||||
BAAAAAABJQdAjik=
|
||||
BAAAAAABHkSHlSo=
|
||||
BAAAAAABM6d3Z0s=
|
||||
BAAAAAABBHYoIFs=
|
||||
BAAAAAABCUVQ9No=
|
||||
BAAAAAABJ/ufRdg=
|
||||
BAAAAAABLM/7qjk=
|
||||
BAAAAAABAJmPjfQ=
|
||||
BAAAAAABGMGjftY=
|
||||
BAAAAAABHkSHki0=
|
||||
BAAAAAABJ/ufQg8=
|
||||
BAAAAAABKUXDqxw=
|
||||
BAAAAAABMxvC9bk=
|
||||
BAAAAAABGMG0Gmw=
|
||||
BAAAAAABHJRKMpA=
|
||||
BAAAAAABLF5/HXY=
|
||||
BAAAAAABHkSHjz8=
|
||||
BAAAAAABFqoAZoI=
|
||||
BAAAAAABHJRKNmk=
|
||||
ME0xCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxJzAlBgNVBAMTHkRpZ2lDZXJ0IFNIQTIgU2VjdXJlIFNlcnZlciBDQQ==
|
||||
Aa8e+91erglSMgsk/mtVaA==
|
||||
MIGkMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29yIFJvb3RDZXJ0IENBLTI=
|
||||
APB/jQRgyPca
|
||||
MIHzMQswCQYDVQQGEwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8gKE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBDZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQubmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMgZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUND
|
||||
VBy0L8eIKnVUGpY97OXrkw==
|
||||
c+6uFePfrahUGpXs8lhiTw==
|
||||
PZfTkwQ5Yio+HE2mvtFzDg==
|
||||
JY5zdgD/mG9A4oB/uzdSwQ==
|
||||
BqVfPLKBlSg/4Enn+TGdbA==
|
||||
cEBA0P3KPBk/ojwnYepwzg==
|
||||
IL094GkEPSU+HAucglL0Ig==
|
||||
MFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RDQTEx
|
||||
Aw==
|
||||
MIHBMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xPDA6BgNVBAsTM0NsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMjE6MDgGA1UECxMxKGMpIDE5OTggVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yaw==
|
||||
O2Qh+qhbBRuZA11yDhcLGQ==
|
||||
B8f7CHJUqV3VareLPE+2kA==
|
||||
MH4xCzAJBgNVBAYTAk1ZMSQwIgYDVQQKExtNU0MgVHJ1c3RnYXRlLmNvbSBTZG4uIEJoZC4xHzAdBgNVBAsTFlN5bWFudGVjIFRydXN0IE5ldHdvcmsxKDAmBgNVBAMTH01TQyBUcnVzdGdhdGUuY29tIENsYXNzIDIgQ0EtRzM=
|
||||
Q0dKwXPiEec83XZPgsQh+g==
|
||||
MIIBGDELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2VydGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMTQwMgYDVQQHEytQYXNzYXRnZSBkZSBsYSBDb25jZXBjaW8gMTEgMDgwMDggQmFyY2Vsb25hMS4wLAYDVQQLEyVTZXJ2ZWlzIFB1YmxpY3MgZGUgQ2VydGlmaWNhY2lvIEVDVi0yMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJDSUMtMiAoYykwMzEfMB0GA1UECxMWVW5pdmVyc2l0YXRzIGkgUmVjZXJjYTEOMAwGA1UEAxMFRUMtVVI=
|
||||
JSPC8hAKsUBP6Y3n9JMx8w==
|
||||
Y3QACu2RGYVJ6FAnJWZpHA==
|
||||
MFoxCzAJBgNVBAYTAkRFMRMwEQYDVQQKEwpERk4tVmVyZWluMRAwDgYDVQQLEwdERk4tUEtJMSQwIgYDVQQDExtERk4tVmVyZWluIFBDQSBHbG9iYWwgLSBHMDE=
|
||||
CeFU2w==
|
||||
CcHC/g==
|
||||
F5Bg/C8eXg==
|
||||
F6QlB/yX+A==
|
||||
F5Bg+EziQQ==
|
||||
F5Bg6C237Q==
|
||||
DHmmaw==
|
||||
Cd/dug==
|
||||
Cfk9lw==
|
||||
Cfk9qg==
|
||||
F5BhENPfVw==
|
||||
CqL7CA==
|
||||
CdWFNw==
|
||||
EAdmaA==
|
||||
Cyr1PA==
|
||||
CqnbFQ==
|
||||
CcHC1w==
|
||||
CeagHQ==
|
||||
F5BhE0zbgQ==
|
||||
Cbssdw==
|
||||
CcL+EA==
|
||||
Cfk9oA==
|
||||
CskruA==
|
||||
MGYxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEgMB4GA1UEAxMXR2VvVHJ1c3QgRFYgU1NMIENBIC0gRzM=
|
||||
dItWlz2V62Philqj9m6Pbg==
|
||||
KjoVfZ3by6+pL8fssyfM6A==
|
||||
HNo1DR4XCe4mS1iUMsY6Wg==
|
||||
UW3oKZKTDsrPy/rfwmGNaQ==
|
||||
YNOos6YJoPC77qwSGCpb7w==
|
||||
ORFgmCj072NjcJnrxOMfQA==
|
||||
XLhHIg7vP+tWfRqvuKeAxw==
|
||||
L79XLVO2ZmtAu7FAG8Wmzw==
|
||||
MIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDIgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHMw==
|
||||
TrUuR7x7VeU7Qvlwt8Sumw==
|
||||
TpyAwu1JmlIKD9gyf+0d4w==
|
||||
dgkExobSurPQq8GYrxxluA==
|
||||
T3UrJ2tKvT0lyumu37ic6g==
|
||||
bcIU/gztAKdw8elgpRh2vA==
|
||||
JFcRHv1L89Vu8gagzuR3Pg==
|
||||
PpIe9Q1JUVu5nN/+4HWAoA==
|
||||
BtDaTXIs6tBSClhSLPXdYg==
|
||||
ZpLTr9toPH+XRF7OITitfw==
|
||||
cIHLIBl0M9N90NNjZwhwSA==
|
||||
Qk03giZwJwxf5QpixTKflQ==
|
||||
cepjeevcJiJnbGEvdJE1jg==
|
||||
ajUDfjuO76YmIt3+fyTLXg==
|
||||
c5EZjjNc7LMOapbOzjEtJA==
|
||||
CAEyq5GePgxvZbmFx5WW6A==
|
||||
dtULH8kD2mThpR/g1YJEtw==
|
||||
A09gcxt2IBLNzwqUBAhkDg==
|
||||
XaqJA1pYkpSOSst7Hmcxew==
|
||||
dn2My7LvPi25AtUw3aPEmQ==
|
||||
Hl7MT7aU4GbuanaMzc5eAg==
|
||||
G0UY3ZCa+JfTgAVgvFA8qg==
|
||||
Baw9WIPUcpFvYe8bilTVVQ==
|
||||
And3HzRA33dI3K772oqBCw==
|
||||
ej2u88yEVXEb8BP1K49U6Q==
|
||||
MGMxCzAJBgNVBAYTAkJFMRUwEwYDVQQLEwxUcnVzdGVkIFJvb3QxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExIjAgBgNVBAMTGVRydXN0ZWQgUm9vdCBDQSBTSEEyNTYgRzI=
|
||||
AeUotGv9K4mpvLzWxw==
|
||||
RdHgEmEIjdyRFWDRRlk=
|
||||
R8MQVHZjYD/8LqGrob8=
|
||||
RvCM2iRdkCE82ZOO2dU=
|
||||
Rea7UUYH3jl33BryPIo=
|
||||
MDMxCzAJBgNVBAYTAlBUMQ0wCwYDVQQKDARTQ0VFMRUwEwYDVQQDDAxFQ1JhaXpFc3RhZG8=
|
||||
a0zzyZD4OEdRpzTBCGWFnQ==
|
||||
PWwhjEHh0n5G6P8b+bAkcg==
|
||||
PgImeGqCkapG6P426Ne85w==
|
||||
cx0HrIEQg8JHWTP7DzOxSQ==
|
||||
ObszBuNYqt9If26rE5MLnA==
|
||||
MF8xCzAJBgNVBAYTAlRXMRIwEAYDVQQKDAlUQUlXQU4tQ0ExEDAOBgNVBAsMB1Jvb3QgQ0ExKjAoBgNVBAMMIVRXQ0EgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
DL8=
|
||||
QAEy3RIAAAAAAAAMweH5dw==
|
||||
MGMxCzAJBgNVBAYTAkZSMRMwEQYDVQQKEwpDZXJ0aW5vbWlzMRcwFQYDVQQLEw4wMDAyIDQzMzk5ODkwMzEmMCQGA1UEAwwdQ2VydGlub21pcyAtIEF1dG9yaXTDqSBSYWNpbmU=
|
||||
Eg==
|
||||
HQ==
|
||||
GA==
|
||||
MH4xCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEvMC0GA1UEAxMmU3ltYW50ZWMgQ2xhc3MgMyBTZWN1cmUgU2VydmVyIENBIC0gRzQ=
|
||||
AygWP2Fgd2T+iLbmAlKT6g==
|
||||
TurPPI6eivtNeGYdM0ZWXQ==
|
||||
d8AtKymQwkOPDBj+hjPzFg==
|
||||
E77H6yvyFQjO0PcN3x0H+Q==
|
||||
HZyLf+K70FKc+jomm8DiDw==
|
||||
UMUwXwT1Z4juyQ/CNTf4mw==
|
||||
Sx51x7V8pYe8rp7PMP/3qg==
|
||||
UDE/uwr4z5V8eZI4+1gkAw==
|
||||
a9/VeyVWrzFD7rM2PEHwQA==
|
||||
45KI4WIxyXfNrdtdj7C6
|
||||
ezdAeCxKH7BFs7vn3byYaw==
|
||||
LnfcUaXG/pxV2CpXM5+YSg==
|
||||
PAdKZPiaac2CvPxbOrsHOw==
|
||||
MEExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwx0aGF3dGUsIEluYy4xGzAZBgNVBAMTEnRoYXd0ZSBTU0wgQ0EgLSBHMg==
|
||||
FNISyWWTGi5Yco6fGh58/A==
|
||||
JpUvYJyWjdGmeoH7YcYunw==
|
||||
MGAxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIgTmVkZXJsYW5kZW4xMTAvBgNVBAMMKFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBJbnRlcm1lZGlhaXIgQ0E=
|
||||
a5DOAqSUlLm2s6kL0x8gkQ==
|
||||
MIGRMQswCQYDVQQGEwJERTEQMA4GA1UECgwHU2llbWVuczERMA8GA1UEBRMIWlpaWlpaVjAxOjA4BgNVBAsMMUNvcHlyaWdodCAoQykgU2llbWVucyBBRyAyMDExIEFsbCBSaWdodHMgUmVzZXJ2ZWQxITAfBgNVBAMMGFNpZW1lbnMgSW50ZXJuZXQgQ0EgVjEuMA==
|
||||
AaoZYg==
|
||||
WW8OCQ==
|
||||
MEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDM=
|
||||
KZlCQ0XnAo+GY3mKKJoNoNucjT0=
|
||||
BwImeaRkSZQLYwFREwKo3R1Jn+8=
|
||||
CSY=
|
||||
CSU=
|
||||
Z6RtH7xmDM0r66IKSlpCZNrlRfY=
|
||||
NTgf4iwIfeyJPIomw2dwSXEwtxQ=
|
||||
CjM=
|
||||
Cj0=
|
||||
CLc=
|
||||
JJfQeI7SQbQcPQ8Wc4+X2nlpWho=
|
||||
SurdtfsuPcXXDpY2LkBpYO6BT7o=
|
||||
VOQX5SLKeMGyQdoF0X9h38gYrks=
|
||||
bdheRp0SfvS84GGiPaBnyFhE8EY=
|
||||
B+U=
|
||||
MIGkMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29yIFJvb3RDZXJ0IENBLTE=
|
||||
AOVojQRgyPcY
|
||||
AOVojQRgyPca
|
||||
MFAxJDAiBgNVBAsTG0dsb2JhbFNpZ24gRUNDIFJvb3QgQ0EgLSBSNDETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbg==
|
||||
RnQ3dg5KdDZs0nyFZk4=
|
||||
Hwexgn/ZCJicZPcsIyI8zxQ=
|
||||
RnQ3dYovwvB0D5q2YGY=
|
||||
MFQxCzAJBgNVBAYTAkJNMRkwFwYDVQQKDBBRdW9WYWRpcyBMaW1pdGVkMSowKAYDVQQDDCFRdW9WYWRpcyBFbnRlcnByaXNlIFRydXN0IENBIDIgRzM=
|
||||
bqapwACCtKhVagTl7cEP7KFbM0E=
|
||||
MIGQMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE2MDQGA1UEAxMtQ09NT0RPIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB
|
||||
D9UltDPl4XVfSSqQOvdiwQ==
|
||||
UoRGnb96CUDTxIqVry6LBg==
|
||||
MGcxCzAJBgNVBAYTAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEeMBwGA1UEAxMVU3dpc3Njb20gUm9vdCBFViBDQSAy
|
||||
AL691kTvkemG9UQNa6McQg8=
|
||||
QFLH3Zrq+I5WQ6TlWzfUxA==
|
||||
MIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVyc2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UEAxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eQ==
|
||||
ANjIV8rkvmb5E3Wf3aPV2ys=
|
||||
MpG5djdbcIoI5TIkJ7vENA==
|
||||
AKbcLtOIMMwDPSOrzrclZL8=
|
||||
MHwxCzAJBgNVBAYTAk5MMS0wKwYDVQQKEyRHZXRyb25pY3MgUGlua1JvY2NhZGUgTmVkZXJsYW5kIEIuVi4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxHTAbBgNVBAMTFEdldHJvbmljcyBDbGFzcyAyIENB
|
||||
MfSUS8xHwG64IFRIU5IHpw==
|
||||
VhmAg9gQ0IaL5+lKzrKYPQ==
|
||||
MDQxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25h
|
||||
Ig==
|
||||
FQ==
|
||||
IA==
|
||||
HA==
|
||||
Gg==
|
||||
Aw==
|
||||
Ew==
|
||||
BA==
|
||||
Fw==
|
||||
Bw==
|
||||
Iw==
|
||||
MD0xCzAJBgNVBAYTAkZSMREwDwYDVQQKEwhDZXJ0cGx1czEbMBkGA1UEAxMSQ2xhc3MgMiBQcmltYXJ5IENB
|
||||
ESBqoILo90ntDW7OTK43MS2F
|
||||
ESDItX4ruWiLnrlz0rk4/bmz
|
||||
ESAyW/JX3+hZIp44EAMlXU2b
|
||||
ESCis569omrbb20yySF39+aE
|
||||
DjIvBkX+ECVbB/C3i6w2Gg==
|
||||
ESISuBo/wdW2tBztKmHdFCFz
|
||||
ESCEUbthDurBjJw0/h/FfuNY
|
||||
ESD9YhzIEOwiOT7Nwip+E1KI
|
||||
ESC8DawWRiAyEMd38UXbfgPR
|
||||
ESCVop+Q4/OBgtf4WJkr01Gh
|
||||
ESByNJZ5TPjg9iZyL6a/h5Zx
|
||||
ESJJweWBPhoXAaB9c8SHwI4O
|
||||
ESByYNtAIfizf2L3NMzCH8zZ
|
||||
ESCyHU+xOECnh9Rf2IvgR8zS
|
||||
ESDYXNBhF+dePFjojs7u2vj1
|
||||
ESDu2nhlLPzfx+LYgjlYFP/k
|
||||
ESCLRVuhcUZaluIgIVlRJx+O
|
||||
ESCC9oPNcRdPOox+SjWm9dTX
|
||||
MF8xCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRQwEgYDVQQLEwtQYXJ0bmVycyBDQTEfMB0GA1UEAxMWR2xvYmFsU2lnbiBQYXJ0bmVycyBDQQ==
|
||||
BAAAAAABHhw1vwc=
|
||||
BAAAAAABCFiEp9s=
|
||||
BAAAAAABCfhiO+s=
|
||||
BAAAAAABF2Tb8Bc=
|
||||
MH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBBODI3NDMyODcxIzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSIwIAYDVQQDExlDaGFtYmVycyBvZiBDb21tZXJjZSBSb290
|
||||
Eg==
|
||||
DA==
|
||||
MIGSMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE4MDYGA1UEAxMvQ09NT0RPIFJTQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIgQ0E=
|
||||
TasC8Zd8BT8kXEE67cFQmA==
|
||||
MCgxCzAJBgNVBAYTAkJFMRkwFwYDVQQDExBCZWxnaXVtIFJvb3QgQ0Ey
|
||||
eLumDUO40KwnecZLJxFM2A==
|
||||
LizeWXFWP5pZPI/dLc+PVQ==
|
||||
Nbc68Q8EHza72P/hSWcddw==
|
||||
VBSf+IncsTB3RZS4KFCJPQ==
|
||||
RFlmmjulj6Ve7PfBi44nnw==
|
||||
RH7WhshwXRK6f0VfOfjXgQ==
|
||||
VUtahOwvvmJFwlvmGDZP5w==
|
||||
L1fHogsVxmfMBka5q4uzaQ==
|
||||
frj5jTuqBnQ4fljPvVU3KA==
|
||||
MHsxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEsMCoGA1UEAxMjU3ltYW50ZWMgQ2xhc3MgMyBFQ0MgMjU2IGJpdCBTU0wgQ0E=
|
||||
U3SgRR3J+D6575WuCxuXeQ==
|
||||
MDwxHjAcBgNVBAMMFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMCREU=
|
||||
a12RvBNhznU=
|
||||
M0VSOewW3WI=
|
||||
MGgxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMR0wGwYDVQQLExREb21haW4gVmFsaWRhdGVkIFNTTDEiMCAGA1UEAxMZR2VvVHJ1c3QgRFYgU1NMIFNIQTI1NiBDQQ==
|
||||
OE4/d+p3YRzzcSl+kmZ8Mw==
|
||||
ZgwfEqZnBsUNvNuZ77FbQA==
|
||||
MIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwOA==
|
||||
Ah69dEvrzT4=
|
||||
AklaZYwhC9k=
|
||||
MIHpMQswCQYDVQQGEwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8gKE5JRiBRLTA4MDExNzYtSSkxLjAsBgNVBAsTJVNlcnZlaXMgUHVibGljcyBkZSBDZXJ0aWZpY2FjaW8gRUNWLTExNjA0BgNVBAsTLVZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQubmV0L3ZlckNJQy0xICAoYykwMzEhMB8GA1UECxMYR2VuZXJhbGl0YXQgZGUgQ2F0YWx1bnlhMRIwEAYDVQQDEwlFQy1HRU5DQVQ=
|
||||
b+8vFPRPzN8+HCEWmIwVNg==
|
||||
MFYxCzAJBgNVBAYTAkpQMQ8wDQYDVQQKEwZKSVBERUMxGjAYBgNVBAsTEUpDQU4gU3ViIFJvb3QgQ0EwMRowGAYDVQQDExFKQ0FOIFN1YiBSb290IENBMA==
|
||||
BAAAAAABK84ykc0=
|
||||
BAAAAAABL07hUBg=
|
||||
BAAAAAABL07hTcY=
|
||||
BAAAAAABK84yjs8=
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}
|
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user