Ensure svn:eol-style is consistently set for all files (part 2).

Continuation of [46586]

See #42594.

git-svn-id: https://develop.svn.wordpress.org/trunk@46587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-10-25 19:27:49 +00:00
parent d376fedd89
commit 10c787f0ca
11 changed files with 1046 additions and 1046 deletions

View File

@ -1,77 +1,77 @@
<phpunit
bootstrap="tests/phpunit/includes/bootstrap.php"
backupGlobals="false"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
>
<testsuites>
<!-- Default test suite to run all tests -->
<testsuite name="default">
<directory suffix=".php">tests/phpunit/tests</directory>
<exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude>
</testsuite>
<!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->
<testsuite name="restapi-autosave">
<file>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</file>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>ajax</group>
<group>ms-files</group>
<group>ms-required</group>
<group>external-http</group>
</exclude>
</groups>
<logging>
<log type="junit" target="tests/phpunit/build/logs/junit.xml" />
</logging>
<php>
<const name="WP_RUN_CORE_TESTS" value="1" />
</php>
<listeners>
<listener class="SpeedTrapListener" file="tests/phpunit/includes/listener-loader.php">
<arguments>
<array>
<element key="slow_threshold">
<integer>150</integer>
</element>
</array>
</arguments>
</listener>
</listeners>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
<exclude>
<!-- Third party library exclusions -->
<directory suffix=".php">src/wp-includes/ID3</directory>
<directory suffix=".php">src/wp-includes/IXR</directory>
<directory suffix=".php">src/wp-includes/random_compat</directory>
<directory suffix=".php">src/wp-includes/Requests</directory>
<directory suffix=".php">src/wp-includes/SimplePie</directory>
<directory suffix=".php">src/wp-includes/Text</directory>
<file>src/wp-admin/includes/class-ftp*</file>
<file>src/wp-admin/includes/class-pclzip.php</file>
<file>src/wp-admin/includes/deprecated.php</file>
<file>src/wp-admin/includes/ms-deprecated.php</file>
<file>src/wp-includes/atomlib.php</file>
<file>src/wp-includes/class-IXR.php</file>
<file>src/wp-includes/class-json.php</file>
<file>src/wp-includes/class-phpass.php</file>
<file>src/wp-includes/class-phpmailer.php</file>
<file>src/wp-includes/class-pop3.php</file>
<file>src/wp-includes/class-requests.php</file>
<file>src/wp-includes/class-simplepie.php</file>
<file>src/wp-includes/class-smtp.php</file>
<file>src/wp-includes/class-snoopy.php</file>
<file>src/wp-includes/deprecated.php</file>
<file>src/wp-includes/ms-deprecated.php</file>
<file>src/wp-includes/pluggable-deprecated.php</file>
<file>src/wp-includes/rss.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>
<phpunit
bootstrap="tests/phpunit/includes/bootstrap.php"
backupGlobals="false"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
>
<testsuites>
<!-- Default test suite to run all tests -->
<testsuite name="default">
<directory suffix=".php">tests/phpunit/tests</directory>
<exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude>
</testsuite>
<!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->
<testsuite name="restapi-autosave">
<file>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</file>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>ajax</group>
<group>ms-files</group>
<group>ms-required</group>
<group>external-http</group>
</exclude>
</groups>
<logging>
<log type="junit" target="tests/phpunit/build/logs/junit.xml" />
</logging>
<php>
<const name="WP_RUN_CORE_TESTS" value="1" />
</php>
<listeners>
<listener class="SpeedTrapListener" file="tests/phpunit/includes/listener-loader.php">
<arguments>
<array>
<element key="slow_threshold">
<integer>150</integer>
</element>
</array>
</arguments>
</listener>
</listeners>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
<exclude>
<!-- Third party library exclusions -->
<directory suffix=".php">src/wp-includes/ID3</directory>
<directory suffix=".php">src/wp-includes/IXR</directory>
<directory suffix=".php">src/wp-includes/random_compat</directory>
<directory suffix=".php">src/wp-includes/Requests</directory>
<directory suffix=".php">src/wp-includes/SimplePie</directory>
<directory suffix=".php">src/wp-includes/Text</directory>
<file>src/wp-admin/includes/class-ftp*</file>
<file>src/wp-admin/includes/class-pclzip.php</file>
<file>src/wp-admin/includes/deprecated.php</file>
<file>src/wp-admin/includes/ms-deprecated.php</file>
<file>src/wp-includes/atomlib.php</file>
<file>src/wp-includes/class-IXR.php</file>
<file>src/wp-includes/class-json.php</file>
<file>src/wp-includes/class-phpass.php</file>
<file>src/wp-includes/class-phpmailer.php</file>
<file>src/wp-includes/class-pop3.php</file>
<file>src/wp-includes/class-requests.php</file>
<file>src/wp-includes/class-simplepie.php</file>
<file>src/wp-includes/class-smtp.php</file>
<file>src/wp-includes/class-snoopy.php</file>
<file>src/wp-includes/deprecated.php</file>
<file>src/wp-includes/ms-deprecated.php</file>
<file>src/wp-includes/pluggable-deprecated.php</file>
<file>src/wp-includes/rss.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

View File

@ -1,385 +1,385 @@
WordPress - Web publishing software
Copyright 2011-2019 by the contributors
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 2 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, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
This program incorporates work covered by the following copyright and
permission notices:
b2 is (c) 2001, 2002 Michel Valdrighi - m@tidakada.com -
http://tidakada.com
Wherever third party code has been used, credit has been given in the code's
comments.
b2 is released under the GPL
and
WordPress - Web publishing software
Copyright 2003-2010 by the contributors
WordPress is released under the GPL
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) 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
this service 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 make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. 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.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
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
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the 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 a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE 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.
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
convey 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 2 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision 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, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
WRITTEN OFFER
The source code for any program binaries or compressed scripts that are
included with WordPress can be freely obtained at the following URL:
https://wordpress.org/download/source/
WordPress - Web publishing software
Copyright 2011-2019 by the contributors
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 2 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, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
This program incorporates work covered by the following copyright and
permission notices:
b2 is (c) 2001, 2002 Michel Valdrighi - m@tidakada.com -
http://tidakada.com
Wherever third party code has been used, credit has been given in the code's
comments.
b2 is released under the GPL
and
WordPress - Web publishing software
Copyright 2003-2010 by the contributors
WordPress is released under the GPL
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) 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
this service 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 make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. 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.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
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
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the 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 a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE 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.
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
convey 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 2 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision 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, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
WRITTEN OFFER
The source code for any program binaries or compressed scripts that are
included with WordPress can be freely obtained at the following URL:
https://wordpress.org/download/source/

View File

@ -1,16 +1,16 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<rect x="0" display="none" width="30" height="30"/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,0 0,30 1,30 30,1 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,5 0,35 1,35 30,6 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,10 0,40 1,40 30,11 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,15 0,45 1,45 30,16 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,20 0,50 1,50 30,21 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,25 0,55 1,55 30,26 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="26,-1 -4,29 -3,29 26,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="21,-1 -9,29 -8,29 21,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="16,-1 -14,29 -13,29 16,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="11,-1 -19,29 -18,29 11,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="6,-1 -24,29 -23,29 6,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="1,-1 -29,29 -28,29 1,0 "/>
</svg>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<rect x="0" display="none" width="30" height="30"/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,0 0,30 1,30 30,1 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,5 0,35 1,35 30,6 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,10 0,40 1,40 30,11 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,15 0,45 1,45 30,16 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,20 0,50 1,50 30,21 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="30,25 0,55 1,55 30,26 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="26,-1 -4,29 -3,29 26,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="21,-1 -9,29 -8,29 21,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="16,-1 -14,29 -13,29 16,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="11,-1 -19,29 -18,29 11,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="6,-1 -24,29 -23,29 6,0 "/>
<polygon opacity="0.3" fill="#FFFFFF" points="1,-1 -29,29 -28,29 1,0 "/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,6 +1,6 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<path fill="#FFFFFF" d="M0,15v-4L11,0h4L0,15z M10,0H6L0,6v4L10,0z M20,0h-4L0,16v4L20,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0
H26z M5,0H1L0,1v4L5,0z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z M25,30
l5-5v-4l-9,9H25z M30,30v-4l-4,4H30z"/>
</svg>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<path fill="#FFFFFF" d="M0,15v-4L11,0h4L0,15z M10,0H6L0,6v4L10,0z M20,0h-4L0,16v4L20,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0
H26z M5,0H1L0,1v4L5,0z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z M25,30
l5-5v-4l-9,9H25z M30,30v-4l-4,4H30z"/>
</svg>

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 534 B

View File

@ -1,12 +1,12 @@
{
"extends": [
"stylelint-config-wordpress"
],
"plugins": ["stylelint-a11y"],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"a11y/no-outline-none": true,
"a11y/selector-pseudo-class-focus": true
}
}
{
"extends": [
"stylelint-config-wordpress"
],
"plugins": ["stylelint-a11y"],
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"a11y/no-outline-none": true,
"a11y/selector-pseudo-class-focus": true
}
}

View File

@ -1,9 +1,9 @@
Crystal Project Icons
by Everaldo Coelho
http://everaldo.com
Released under LGPL
Modified February 2008
for WordPress
Crystal Project Icons
by Everaldo Coelho
http://everaldo.com
Released under LGPL
Modified February 2008
for WordPress
https://wordpress.org

View File

@ -1,112 +1,112 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- NB: This file is not intended to serve as a complete backup of your blog. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!-- on the site. For each author, you may choose to map to an -->
<!-- existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages comments, categories, etc. -->
<!-- contained in this file into your blog. -->
<!-- generator="WordPress/3.1-alpha" created="2010-10-17 09:54" -->
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.1/excerpt/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.1/"
>
<channel>
<title>Export Datasets</title>
<link>http://localhost/</link>
<description>Just another WordPress site</description>
<pubDate>Sat, 16 Oct 2010 20:53:18 +0000</pubDate>
<language>en</language>
<wp:wxr_version>1.1</wp:wxr_version>
<wp:base_site_url>http://localhost/</wp:base_site_url>
<wp:base_blog_url>http://localhost/</wp:base_blog_url>
<wp:author><wp:author_id>2</wp:author_id><wp:author_login>john</wp:author_login><wp:author_email>johndoe@example.org</wp:author_email><wp:author_display_name><![CDATA[John Doe]]></wp:author_display_name><wp:author_first_name><![CDATA[John]]></wp:author_first_name><wp:author_last_name><![CDATA[Doe]]></wp:author_last_name></wp:author>
<wp:category><wp:term_id>3</wp:term_id><wp:category_nicename>alpha</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[alpha]]></wp:cat_name><wp:category_description><![CDATA[The alpha category]]></wp:category_description></wp:category>
<wp:tag><wp:term_id>22</wp:term_id><wp:tag_slug>clippable</wp:tag_slug><wp:tag_name><![CDATA[Clippable]]></wp:tag_name><wp:tag_description><![CDATA[The Clippable post_tag]]></wp:tag_description></wp:tag>
<wp:term><wp:term_id>40</wp:term_id><wp:term_taxonomy>post_tax</wp:term_taxonomy><wp:term_slug>bieup</wp:term_slug><wp:term_parent></wp:term_parent><wp:term_name><![CDATA[bieup]]></wp:term_name><wp:term_description><![CDATA[The bieup post_tax]]></wp:term_description></wp:term>
<generator>http://wordpress.org/?v=3.1-alpha</generator>
<item>
<title>Hello world!</title>
<link>http://localhost/?p=1</link>
<pubDate>Sat, 16 Oct 2010 20:53:18 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">http://localhost/?p=1</guid>
<description></description>
<content:encoded><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>1</wp:post_id>
<wp:post_date>2010-10-16 20:53:18</wp:post_date>
<wp:post_date_gmt>2010-10-16 20:53:18</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hello-world</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="alpha"><![CDATA[alpha]]></category>
<category domain="post_tag" nicename="clippable"><![CDATA[Clippable]]></category>
<category domain="post_tax" nicename="bieup"><![CDATA[bieup]]></category>
<wp:comment>
<wp:comment_id>1</wp:comment_id>
<wp:comment_author><![CDATA[Mr WordPress]]></wp:comment_author>
<wp:comment_author_email></wp:comment_author_email>
<wp:comment_author_url>http://wordpress.org/</wp:comment_author_url>
<wp:comment_author_IP></wp:comment_author_IP>
<wp:comment_date>2010-10-16 20:53:18</wp:comment_date>
<wp:comment_date_gmt>2010-10-16 20:53:18</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
</item>
<item>
<title>About</title>
<link>http://localhost/?page_id=2</link>
<pubDate>Sat, 16 Oct 2010 20:53:18 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">http://localhost/?page_id=2</guid>
<description></description>
<content:encoded><![CDATA[This is an example of a WordPress page. You could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>2</wp:post_id>
<wp:post_date>2010-10-16 20:53:18</wp:post_date>
<wp:post_date_gmt>2010-10-16 20:53:18</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>about</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- NB: This file is not intended to serve as a complete backup of your blog. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!-- on the site. For each author, you may choose to map to an -->
<!-- existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages comments, categories, etc. -->
<!-- contained in this file into your blog. -->
<!-- generator="WordPress/3.1-alpha" created="2010-10-17 09:54" -->
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.1/excerpt/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.1/"
>
<channel>
<title>Export Datasets</title>
<link>http://localhost/</link>
<description>Just another WordPress site</description>
<pubDate>Sat, 16 Oct 2010 20:53:18 +0000</pubDate>
<language>en</language>
<wp:wxr_version>1.1</wp:wxr_version>
<wp:base_site_url>http://localhost/</wp:base_site_url>
<wp:base_blog_url>http://localhost/</wp:base_blog_url>
<wp:author><wp:author_id>2</wp:author_id><wp:author_login>john</wp:author_login><wp:author_email>johndoe@example.org</wp:author_email><wp:author_display_name><![CDATA[John Doe]]></wp:author_display_name><wp:author_first_name><![CDATA[John]]></wp:author_first_name><wp:author_last_name><![CDATA[Doe]]></wp:author_last_name></wp:author>
<wp:category><wp:term_id>3</wp:term_id><wp:category_nicename>alpha</wp:category_nicename><wp:category_parent></wp:category_parent><wp:cat_name><![CDATA[alpha]]></wp:cat_name><wp:category_description><![CDATA[The alpha category]]></wp:category_description></wp:category>
<wp:tag><wp:term_id>22</wp:term_id><wp:tag_slug>clippable</wp:tag_slug><wp:tag_name><![CDATA[Clippable]]></wp:tag_name><wp:tag_description><![CDATA[The Clippable post_tag]]></wp:tag_description></wp:tag>
<wp:term><wp:term_id>40</wp:term_id><wp:term_taxonomy>post_tax</wp:term_taxonomy><wp:term_slug>bieup</wp:term_slug><wp:term_parent></wp:term_parent><wp:term_name><![CDATA[bieup]]></wp:term_name><wp:term_description><![CDATA[The bieup post_tax]]></wp:term_description></wp:term>
<generator>http://wordpress.org/?v=3.1-alpha</generator>
<item>
<title>Hello world!</title>
<link>http://localhost/?p=1</link>
<pubDate>Sat, 16 Oct 2010 20:53:18 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">http://localhost/?p=1</guid>
<description></description>
<content:encoded><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>1</wp:post_id>
<wp:post_date>2010-10-16 20:53:18</wp:post_date>
<wp:post_date_gmt>2010-10-16 20:53:18</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hello-world</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="alpha"><![CDATA[alpha]]></category>
<category domain="post_tag" nicename="clippable"><![CDATA[Clippable]]></category>
<category domain="post_tax" nicename="bieup"><![CDATA[bieup]]></category>
<wp:comment>
<wp:comment_id>1</wp:comment_id>
<wp:comment_author><![CDATA[Mr WordPress]]></wp:comment_author>
<wp:comment_author_email></wp:comment_author_email>
<wp:comment_author_url>http://wordpress.org/</wp:comment_author_url>
<wp:comment_author_IP></wp:comment_author_IP>
<wp:comment_date>2010-10-16 20:53:18</wp:comment_date>
<wp:comment_date_gmt>2010-10-16 20:53:18</wp:comment_date_gmt>
<wp:comment_content><![CDATA[Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
</item>
<item>
<title>About</title>
<link>http://localhost/?page_id=2</link>
<pubDate>Sat, 16 Oct 2010 20:53:18 +0000</pubDate>
<dc:creator>john</dc:creator>
<guid isPermaLink="false">http://localhost/?page_id=2</guid>
<description></description>
<content:encoded><![CDATA[This is an example of a WordPress page. You could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>2</wp:post_id>
<wp:post_date>2010-10-16 20:53:18</wp:post_date>
<wp:post_date_gmt>2010-10-16 20:53:18</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>about</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>page</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key>_wp_page_template</wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
</channel>
</rss>

View File

@ -1,5 +1,5 @@
<EFBFBD>
だ寵
泉航
<EFBFBD>
ⅥⅡ
<EFBFBD>
だ寵
泉航
<EFBFBD>
ⅥⅡ

View File

@ -1,255 +1,255 @@
### Named HTML character entities, their numeric reference
### (e.g. for &#[0-9]+; entity form), and their use.
### From: http://www.w3.org/TR/html401/sgml/entities.html
###
nbsp | 160 ### no-break space
iexcl | 161 ### inverted exclamation mark
cent | 162 ### cent sign
pound | 163 ### pound sterling sign
curren | 164 ### general currency sign
yen | 165 ### yen sign
brvbar | 166 ### broken (vertical) bar
sect | 167 ### section sign
uml | 168 ### umlaut (dieresis)
copy | 169 ### copyright sign
ordf | 170 ### ordinal indicator, feminine
laquo | 171 ### angle quotation mark, left
not | 172 ### not sign
shy | 173 ### soft hyphen
reg | 174 ### registered sign
macr | 175 ### macron
deg | 176 ### degree sign
plusmn | 177 ### plus-or-minus sign
sup2 | 178 ### superscript two
sup3 | 179 ### superscript three
acute | 180 ### acute accent
micro | 181 ### micro sign
para | 182 ### pilcrow (paragraph sign)
middot | 183 ### middle dot
cedil | 184 ### cedilla
sup1 | 185 ### superscript one
ordm | 186 ### ordinal indicator, masculine
raquo | 187 ### angle quotation mark, right
frac14 | 188 ### fraction one-quarter
frac12 | 189 ### fraction one-half
frac34 | 190 ### fraction three-quarters
iquest | 191 ### inverted question mark
Agrave | 192 ### capital A, grave accent
Aacute | 193 ### capital A, acute accent
Acirc | 194 ### capital A, circumflex accent
Atilde | 195 ### capital A, tilde
Auml | 196 ### capital A, dieresis or umlaut mark
Aring | 197 ### capital A, ring
AElig | 198 ### capital AE diphthong (ligature)
Ccedil | 199 ### capital C, cedilla
Egrave | 200 ### capital E, grave accent
Eacute | 201 ### capital E, acute accent
Ecirc | 202 ### capital E, circumflex accent
Euml | 203 ### capital E, dieresis or umlaut mark
Igrave | 204 ### capital I, grave accent
Iacute | 205 ### capital I, acute accent
Icirc | 206 ### capital I, circumflex accent
Iuml | 207 ### capital I, dieresis or umlaut mark
ETH | 208 ### capital Eth, Icelandic
Ntilde | 209 ### capital N, tilde
Ograve | 210 ### capital O, grave accent
Oacute | 211 ### capital O, acute accent
Ocirc | 212 ### capital O, circumflex accent
Otilde | 213 ### capital O, tilde
Ouml | 214 ### capital O, dieresis or umlaut mark
times | 215 ### multiply sign
Oslash | 216 ### capital O, slash
Ugrave | 217 ### capital U, grave accent
Uacute | 218 ### capital U, acute accent
Ucirc | 219 ### capital U, circumflex accent
Uuml | 220 ### capital U, dieresis or umlaut mark
Yacute | 221 ### capital Y, acute accent
THORN | 222 ### capital THORN, Icelandic
szlig | 223 ### small sharp s, German (sz ligature)
agrave | 224 ### small a, grave accent
aacute | 225 ### small a, acute accent
acirc | 226 ### small a, circumflex accent
atilde | 227 ### small a, tilde
auml | 228 ### small a, dieresis or umlaut mark
aring | 229 ### small a, ring
aelig | 230 ### small ae diphthong (ligature)
ccedil | 231 ### small c, cedilla
egrave | 232 ### small e, grave accent
eacute | 233 ### small e, acute accent
ecirc | 234 ### small e, circumflex accent
euml | 235 ### small e, dieresis or umlaut mark
igrave | 236 ### small i, grave accent
iacute | 237 ### small i, acute accent
icirc | 238 ### small i, circumflex accent
iuml | 239 ### small i, dieresis or umlaut mark
eth | 240 ### small eth, Icelandic
ntilde | 241 ### small n, tilde
ograve | 242 ### small o, grave accent
oacute | 243 ### small o, acute accent
ocirc | 244 ### small o, circumflex accent
otilde | 245 ### small o, tilde
ouml | 246 ### small o, dieresis or umlaut mark
divide | 247 ### divide sign
oslash | 248 ### small o, slash
ugrave | 249 ### small u, grave accent
uacute | 250 ### small u, acute accent
ucirc | 251 ### small u, circumflex accent
uuml | 252 ### small u, dieresis or umlaut mark
yacute | 253 ### small y, acute accent
thorn | 254 ### small thorn, Icelandic
yuml | 255 ### small y, dieresis or umlaut mark
fnof | 402 ### latin small f with hook, =function, =florin, u+0192 ISOtech
Alpha | 913 ### greek capital letter alpha, u+0391
Beta | 914 ### greek capital letter beta, u+0392
Gamma | 915 ### greek capital letter gamma, u+0393 ISOgrk3
Delta | 916 ### greek capital letter delta, u+0394 ISOgrk3
Epsilon | 917 ### greek capital letter epsilon, u+0395
Zeta | 918 ### greek capital letter zeta, u+0396
Eta | 919 ### greek capital letter eta, u+0397
Theta | 920 ### greek capital letter theta, u+0398 ISOgrk3
Iota | 921 ### greek capital letter iota, u+0399
Kappa | 922 ### greek capital letter kappa, u+039A
Lambda | 923 ### greek capital letter lambda, u+039B ISOgrk3
Mu | 924 ### greek capital letter mu, u+039C
Nu | 925 ### greek capital letter nu, u+039D
Xi | 926 ### greek capital letter xi, u+039E ISOgrk3
Omicron | 927 ### greek capital letter omicron, u+039F
Pi | 928 ### greek capital letter pi, u+03A0 ISOgrk3
Rho | 929 ### greek capital letter rho, u+03A1
Sigma | 931 ### greek capital letter sigma, u+03A3 ISOgrk3
Tau | 932 ### greek capital letter tau, u+03A4
Upsilon | 933 ### greek capital letter upsilon, u+03A5 ISOgrk3
Phi | 934 ### greek capital letter phi, u+03A6 ISOgrk3
Chi | 935 ### greek capital letter chi, u+03A7
Psi | 936 ### greek capital letter psi, u+03A8 ISOgrk3
Omega | 937 ### greek capital letter omega, u+03A9 ISOgrk3
alpha | 945 ### greek small letter alpha, u+03B1 ISOgrk3
beta | 946 ### greek small letter beta, u+03B2 ISOgrk3
gamma | 947 ### greek small letter gamma, u+03B3 ISOgrk3
delta | 948 ### greek small letter delta, u+03B4 ISOgrk3
epsilon | 949 ### greek small letter epsilon, u+03B5 ISOgrk3
zeta | 950 ### greek small letter zeta, u+03B6 ISOgrk3
eta | 951 ### greek small letter eta, u+03B7 ISOgrk3
theta | 952 ### greek small letter theta, u+03B8 ISOgrk3
iota | 953 ### greek small letter iota, u+03B9 ISOgrk3
kappa | 954 ### greek small letter kappa, u+03BA ISOgrk3
lambda | 955 ### greek small letter lambda, u+03BB ISOgrk3
mu | 956 ### greek small letter mu, u+03BC ISOgrk3
nu | 957 ### greek small letter nu, u+03BD ISOgrk3
xi | 958 ### greek small letter xi, u+03BE ISOgrk3
omicron | 959 ### greek small letter omicron, u+03BF NEW
pi | 960 ### greek small letter pi, u+03C0 ISOgrk3
rho | 961 ### greek small letter rho, u+03C1 ISOgrk3
sigmaf | 962 ### greek small letter final sigma, u+03C2 ISOgrk3
sigma | 963 ### greek small letter sigma, u+03C3 ISOgrk3
tau | 964 ### greek small letter tau, u+03C4 ISOgrk3
upsilon | 965 ### greek small letter upsilon, u+03C5 ISOgrk3
phi | 966 ### greek small letter phi, u+03C6 ISOgrk3
chi | 967 ### greek small letter chi, u+03C7 ISOgrk3
psi | 968 ### greek small letter psi, u+03C8 ISOgrk3
omega | 969 ### greek small letter omega, u+03C9 ISOgrk3
thetasym| 977 ### greek small letter theta symbol, u+03D1 NEW
upsih | 978 ### greek upsilon with hook symbol, u+03D2 NEW
piv | 982 ### greek pi symbol, u+03D6 ISOgrk3
bull | 8226 ### bullet, =black small circle, u+2022 ISOpub
hellip | 8230 ### horizontal ellipsis, =three dot leader, u+2026 ISOpub
prime | 8242 ### prime, =minutes, =feet, u+2032 ISOtech
Prime | 8243 ### double prime, =seconds, =inches, u+2033 ISOtech
oline | 8254 ### overline, =spacing overscore, u+203E NEW
frasl | 8260 ### fraction slash, u+2044 NEW
weierp | 8472 ### script capital P, =power set, =Weierstrass p, u+2118 ISOamso
image | 8465 ### blackletter capital I, =imaginary part, u+2111 ISOamso
real | 8476 ### blackletter capital R, =real part symbol, u+211C ISOamso
trade | 8482 ### trade mark sign, u+2122 ISOnum
alefsym | 8501 ### alef symbol, =first transfinite cardinal, u+2135 NEW
larr | 8592 ### leftwards arrow, u+2190 ISOnum
uarr | 8593 ### upwards arrow, u+2191 ISOnum
rarr | 8594 ### rightwards arrow, u+2192 ISOnum
darr | 8595 ### downwards arrow, u+2193 ISOnum
harr | 8596 ### left right arrow, u+2194 ISOamsa
crarr | 8629 ### downwards arrow with corner leftwards, =carriage return, u+21B5 NEW
lArr | 8656 ### leftwards double arrow, u+21D0 ISOtech
uArr | 8657 ### upwards double arrow, u+21D1 ISOamsa
rArr | 8658 ### rightwards double arrow, u+21D2 ISOtech
dArr | 8659 ### downwards double arrow, u+21D3 ISOamsa
hArr | 8660 ### left right double arrow, u+21D4 ISOamsa
forall | 8704 ### for all, u+2200 ISOtech
part | 8706 ### partial differential, u+2202 ISOtech
exist | 8707 ### there exists, u+2203 ISOtech
empty | 8709 ### empty set, =null set, =diameter, u+2205 ISOamso
nabla | 8711 ### nabla, =backward difference, u+2207 ISOtech
isin | 8712 ### element of, u+2208 ISOtech
notin | 8713 ### not an element of, u+2209 ISOtech
ni | 8715 ### contains as member, u+220B ISOtech
prod | 8719 ### n-ary product, =product sign, u+220F ISOamsb
sum | 8721 ### n-ary sumation, u+2211 ISOamsb
minus | 8722 ### minus sign, u+2212 ISOtech
lowast | 8727 ### asterisk operator, u+2217 ISOtech
radic | 8730 ### square root, =radical sign, u+221A ISOtech
prop | 8733 ### proportional to, u+221D ISOtech
infin | 8734 ### infinity, u+221E ISOtech
ang | 8736 ### angle, u+2220 ISOamso
and | 8743 ### logical and, =wedge, u+2227 ISOtech
or | 8744 ### logical or, =vee, u+2228 ISOtech
cap | 8745 ### intersection, =cap, u+2229 ISOtech
cup | 8746 ### union, =cup, u+222A ISOtech
int | 8747 ### integral, u+222B ISOtech
there4 | 8756 ### therefore, u+2234 ISOtech
sim | 8764 ### tilde operator, =varies with, =similar to, u+223C ISOtech
cong | 8773 ### approximately equal to, u+2245 ISOtech
asymp | 8776 ### almost equal to, =asymptotic to, u+2248 ISOamsr
ne | 8800 ### not equal to, u+2260 ISOtech
equiv | 8801 ### identical to, u+2261 ISOtech
le | 8804 ### less-than or equal to, u+2264 ISOtech
ge | 8805 ### greater-than or equal to, u+2265 ISOtech
sub | 8834 ### subset of, u+2282 ISOtech
sup | 8835 ### superset of, u+2283 ISOtech
nsub | 8836 ### not a subset of, u+2284 ISOamsn
sube | 8838 ### subset of or equal to, u+2286 ISOtech
supe | 8839 ### superset of or equal to, u+2287 ISOtech
oplus | 8853 ### circled plus, =direct sum, u+2295 ISOamsb
otimes | 8855 ### circled times, =vector product, u+2297 ISOamsb
perp | 8869 ### up tack, =orthogonal to, =perpendicular, u+22A5 ISOtech
sdot | 8901 ### dot operator, u+22C5 ISOamsb
lceil | 8968 ### left ceiling, =apl upstile, u+2308, ISOamsc
rceil | 8969 ### right ceiling, u+2309, ISOamsc
lfloor | 8970 ### left floor, =apl downstile, u+230A, ISOamsc
rfloor | 8971 ### right floor, u+230B, ISOamsc
lang | 9001 ### left-pointing angle bracket, =bra, u+2329 ISOtech
rang | 9002 ### right-pointing angle bracket, =ket, u+232A ISOtech
loz | 9674 ### lozenge, u+25CA ISOpub
spades | 9824 ### black spade suit, u+2660 ISOpub
clubs | 9827 ### black club suit, =shamrock, u+2663 ISOpub
hearts | 9829 ### black heart suit, =valentine, u+2665 ISOpub
diams | 9830 ### black diamond suit, u+2666 ISOpub
quot | 34 ### quotation mark, =apl quote, u+0022 ISOnum
amp | 38 ### ampersand, u+0026 ISOnum
lt | 60 ### less-than sign, u+003C ISOnum
gt | 62 ### greater-than sign, u+003E ISOnum
OElig | 338 ### latin capital ligature oe, u+0152 ISOlat2
oelig | 339 ### latin small ligature oe, u+0153 ISOlat2
Scaron | 352 ### latin capital letter s with caron, u+0160 ISOlat2
scaron | 353 ### latin small letter s with caron, u+0161 ISOlat2
Yuml | 376 ### latin capital letter y with diaeresis, u+0178 ISOlat2
circ | 710 ### modifier letter circumflex accent, u+02C6 ISOpub
tilde | 732 ### small tilde, u+02DC ISOdia
ensp | 8194 ### en space, u+2002 ISOpub
emsp | 8195 ### em space, u+2003 ISOpub
thinsp | 8201 ### thin space, u+2009 ISOpub
zwnj | 8204 ### zero width non-joiner, u+200C NEW RFC 2070
zwj | 8205 ### zero width joiner, u+200D NEW RFC 2070
lrm | 8206 ### left-to-right mark, u+200E NEW RFC 2070
rlm | 8207 ### right-to-left mark, u+200F NEW RFC 2070
ndash | 8211 ### en dash, u+2013 ISOpub
mdash | 8212 ### em dash, u+2014 ISOpub
lsquo | 8216 ### left single quotation mark, u+2018 ISOnum
rsquo | 8217 ### right single quotation mark, u+2019 ISOnum
sbquo | 8218 ### single low-9 quotation mark, u+201A NEW
ldquo | 8220 ### left double quotation mark, u+201C ISOnum
rdquo | 8221 ### right double quotation mark, u+201D ISOnum
bdquo | 8222 ### double low-9 quotation mark, u+201E NEW
dagger | 8224 ### dagger, u+2020 ISOpub
Dagger | 8225 ### double dagger, u+2021 ISOpub
permil | 8240 ### per mille sign, u+2030 ISOtech
lsaquo | 8249 ### single left-pointing angle quotation mark; proposed but not yet standardised
rsaquo | 8250 ### single right-pointing angle quotation mark; proposed but not yet standardised
### Named HTML character entities, their numeric reference
### (e.g. for &#[0-9]+; entity form), and their use.
### From: http://www.w3.org/TR/html401/sgml/entities.html
###
nbsp | 160 ### no-break space
iexcl | 161 ### inverted exclamation mark
cent | 162 ### cent sign
pound | 163 ### pound sterling sign
curren | 164 ### general currency sign
yen | 165 ### yen sign
brvbar | 166 ### broken (vertical) bar
sect | 167 ### section sign
uml | 168 ### umlaut (dieresis)
copy | 169 ### copyright sign
ordf | 170 ### ordinal indicator, feminine
laquo | 171 ### angle quotation mark, left
not | 172 ### not sign
shy | 173 ### soft hyphen
reg | 174 ### registered sign
macr | 175 ### macron
deg | 176 ### degree sign
plusmn | 177 ### plus-or-minus sign
sup2 | 178 ### superscript two
sup3 | 179 ### superscript three
acute | 180 ### acute accent
micro | 181 ### micro sign
para | 182 ### pilcrow (paragraph sign)
middot | 183 ### middle dot
cedil | 184 ### cedilla
sup1 | 185 ### superscript one
ordm | 186 ### ordinal indicator, masculine
raquo | 187 ### angle quotation mark, right
frac14 | 188 ### fraction one-quarter
frac12 | 189 ### fraction one-half
frac34 | 190 ### fraction three-quarters
iquest | 191 ### inverted question mark
Agrave | 192 ### capital A, grave accent
Aacute | 193 ### capital A, acute accent
Acirc | 194 ### capital A, circumflex accent
Atilde | 195 ### capital A, tilde
Auml | 196 ### capital A, dieresis or umlaut mark
Aring | 197 ### capital A, ring
AElig | 198 ### capital AE diphthong (ligature)
Ccedil | 199 ### capital C, cedilla
Egrave | 200 ### capital E, grave accent
Eacute | 201 ### capital E, acute accent
Ecirc | 202 ### capital E, circumflex accent
Euml | 203 ### capital E, dieresis or umlaut mark
Igrave | 204 ### capital I, grave accent
Iacute | 205 ### capital I, acute accent
Icirc | 206 ### capital I, circumflex accent
Iuml | 207 ### capital I, dieresis or umlaut mark
ETH | 208 ### capital Eth, Icelandic
Ntilde | 209 ### capital N, tilde
Ograve | 210 ### capital O, grave accent
Oacute | 211 ### capital O, acute accent
Ocirc | 212 ### capital O, circumflex accent
Otilde | 213 ### capital O, tilde
Ouml | 214 ### capital O, dieresis or umlaut mark
times | 215 ### multiply sign
Oslash | 216 ### capital O, slash
Ugrave | 217 ### capital U, grave accent
Uacute | 218 ### capital U, acute accent
Ucirc | 219 ### capital U, circumflex accent
Uuml | 220 ### capital U, dieresis or umlaut mark
Yacute | 221 ### capital Y, acute accent
THORN | 222 ### capital THORN, Icelandic
szlig | 223 ### small sharp s, German (sz ligature)
agrave | 224 ### small a, grave accent
aacute | 225 ### small a, acute accent
acirc | 226 ### small a, circumflex accent
atilde | 227 ### small a, tilde
auml | 228 ### small a, dieresis or umlaut mark
aring | 229 ### small a, ring
aelig | 230 ### small ae diphthong (ligature)
ccedil | 231 ### small c, cedilla
egrave | 232 ### small e, grave accent
eacute | 233 ### small e, acute accent
ecirc | 234 ### small e, circumflex accent
euml | 235 ### small e, dieresis or umlaut mark
igrave | 236 ### small i, grave accent
iacute | 237 ### small i, acute accent
icirc | 238 ### small i, circumflex accent
iuml | 239 ### small i, dieresis or umlaut mark
eth | 240 ### small eth, Icelandic
ntilde | 241 ### small n, tilde
ograve | 242 ### small o, grave accent
oacute | 243 ### small o, acute accent
ocirc | 244 ### small o, circumflex accent
otilde | 245 ### small o, tilde
ouml | 246 ### small o, dieresis or umlaut mark
divide | 247 ### divide sign
oslash | 248 ### small o, slash
ugrave | 249 ### small u, grave accent
uacute | 250 ### small u, acute accent
ucirc | 251 ### small u, circumflex accent
uuml | 252 ### small u, dieresis or umlaut mark
yacute | 253 ### small y, acute accent
thorn | 254 ### small thorn, Icelandic
yuml | 255 ### small y, dieresis or umlaut mark
fnof | 402 ### latin small f with hook, =function, =florin, u+0192 ISOtech
Alpha | 913 ### greek capital letter alpha, u+0391
Beta | 914 ### greek capital letter beta, u+0392
Gamma | 915 ### greek capital letter gamma, u+0393 ISOgrk3
Delta | 916 ### greek capital letter delta, u+0394 ISOgrk3
Epsilon | 917 ### greek capital letter epsilon, u+0395
Zeta | 918 ### greek capital letter zeta, u+0396
Eta | 919 ### greek capital letter eta, u+0397
Theta | 920 ### greek capital letter theta, u+0398 ISOgrk3
Iota | 921 ### greek capital letter iota, u+0399
Kappa | 922 ### greek capital letter kappa, u+039A
Lambda | 923 ### greek capital letter lambda, u+039B ISOgrk3
Mu | 924 ### greek capital letter mu, u+039C
Nu | 925 ### greek capital letter nu, u+039D
Xi | 926 ### greek capital letter xi, u+039E ISOgrk3
Omicron | 927 ### greek capital letter omicron, u+039F
Pi | 928 ### greek capital letter pi, u+03A0 ISOgrk3
Rho | 929 ### greek capital letter rho, u+03A1
Sigma | 931 ### greek capital letter sigma, u+03A3 ISOgrk3
Tau | 932 ### greek capital letter tau, u+03A4
Upsilon | 933 ### greek capital letter upsilon, u+03A5 ISOgrk3
Phi | 934 ### greek capital letter phi, u+03A6 ISOgrk3
Chi | 935 ### greek capital letter chi, u+03A7
Psi | 936 ### greek capital letter psi, u+03A8 ISOgrk3
Omega | 937 ### greek capital letter omega, u+03A9 ISOgrk3
alpha | 945 ### greek small letter alpha, u+03B1 ISOgrk3
beta | 946 ### greek small letter beta, u+03B2 ISOgrk3
gamma | 947 ### greek small letter gamma, u+03B3 ISOgrk3
delta | 948 ### greek small letter delta, u+03B4 ISOgrk3
epsilon | 949 ### greek small letter epsilon, u+03B5 ISOgrk3
zeta | 950 ### greek small letter zeta, u+03B6 ISOgrk3
eta | 951 ### greek small letter eta, u+03B7 ISOgrk3
theta | 952 ### greek small letter theta, u+03B8 ISOgrk3
iota | 953 ### greek small letter iota, u+03B9 ISOgrk3
kappa | 954 ### greek small letter kappa, u+03BA ISOgrk3
lambda | 955 ### greek small letter lambda, u+03BB ISOgrk3
mu | 956 ### greek small letter mu, u+03BC ISOgrk3
nu | 957 ### greek small letter nu, u+03BD ISOgrk3
xi | 958 ### greek small letter xi, u+03BE ISOgrk3
omicron | 959 ### greek small letter omicron, u+03BF NEW
pi | 960 ### greek small letter pi, u+03C0 ISOgrk3
rho | 961 ### greek small letter rho, u+03C1 ISOgrk3
sigmaf | 962 ### greek small letter final sigma, u+03C2 ISOgrk3
sigma | 963 ### greek small letter sigma, u+03C3 ISOgrk3
tau | 964 ### greek small letter tau, u+03C4 ISOgrk3
upsilon | 965 ### greek small letter upsilon, u+03C5 ISOgrk3
phi | 966 ### greek small letter phi, u+03C6 ISOgrk3
chi | 967 ### greek small letter chi, u+03C7 ISOgrk3
psi | 968 ### greek small letter psi, u+03C8 ISOgrk3
omega | 969 ### greek small letter omega, u+03C9 ISOgrk3
thetasym| 977 ### greek small letter theta symbol, u+03D1 NEW
upsih | 978 ### greek upsilon with hook symbol, u+03D2 NEW
piv | 982 ### greek pi symbol, u+03D6 ISOgrk3
bull | 8226 ### bullet, =black small circle, u+2022 ISOpub
hellip | 8230 ### horizontal ellipsis, =three dot leader, u+2026 ISOpub
prime | 8242 ### prime, =minutes, =feet, u+2032 ISOtech
Prime | 8243 ### double prime, =seconds, =inches, u+2033 ISOtech
oline | 8254 ### overline, =spacing overscore, u+203E NEW
frasl | 8260 ### fraction slash, u+2044 NEW
weierp | 8472 ### script capital P, =power set, =Weierstrass p, u+2118 ISOamso
image | 8465 ### blackletter capital I, =imaginary part, u+2111 ISOamso
real | 8476 ### blackletter capital R, =real part symbol, u+211C ISOamso
trade | 8482 ### trade mark sign, u+2122 ISOnum
alefsym | 8501 ### alef symbol, =first transfinite cardinal, u+2135 NEW
larr | 8592 ### leftwards arrow, u+2190 ISOnum
uarr | 8593 ### upwards arrow, u+2191 ISOnum
rarr | 8594 ### rightwards arrow, u+2192 ISOnum
darr | 8595 ### downwards arrow, u+2193 ISOnum
harr | 8596 ### left right arrow, u+2194 ISOamsa
crarr | 8629 ### downwards arrow with corner leftwards, =carriage return, u+21B5 NEW
lArr | 8656 ### leftwards double arrow, u+21D0 ISOtech
uArr | 8657 ### upwards double arrow, u+21D1 ISOamsa
rArr | 8658 ### rightwards double arrow, u+21D2 ISOtech
dArr | 8659 ### downwards double arrow, u+21D3 ISOamsa
hArr | 8660 ### left right double arrow, u+21D4 ISOamsa
forall | 8704 ### for all, u+2200 ISOtech
part | 8706 ### partial differential, u+2202 ISOtech
exist | 8707 ### there exists, u+2203 ISOtech
empty | 8709 ### empty set, =null set, =diameter, u+2205 ISOamso
nabla | 8711 ### nabla, =backward difference, u+2207 ISOtech
isin | 8712 ### element of, u+2208 ISOtech
notin | 8713 ### not an element of, u+2209 ISOtech
ni | 8715 ### contains as member, u+220B ISOtech
prod | 8719 ### n-ary product, =product sign, u+220F ISOamsb
sum | 8721 ### n-ary sumation, u+2211 ISOamsb
minus | 8722 ### minus sign, u+2212 ISOtech
lowast | 8727 ### asterisk operator, u+2217 ISOtech
radic | 8730 ### square root, =radical sign, u+221A ISOtech
prop | 8733 ### proportional to, u+221D ISOtech
infin | 8734 ### infinity, u+221E ISOtech
ang | 8736 ### angle, u+2220 ISOamso
and | 8743 ### logical and, =wedge, u+2227 ISOtech
or | 8744 ### logical or, =vee, u+2228 ISOtech
cap | 8745 ### intersection, =cap, u+2229 ISOtech
cup | 8746 ### union, =cup, u+222A ISOtech
int | 8747 ### integral, u+222B ISOtech
there4 | 8756 ### therefore, u+2234 ISOtech
sim | 8764 ### tilde operator, =varies with, =similar to, u+223C ISOtech
cong | 8773 ### approximately equal to, u+2245 ISOtech
asymp | 8776 ### almost equal to, =asymptotic to, u+2248 ISOamsr
ne | 8800 ### not equal to, u+2260 ISOtech
equiv | 8801 ### identical to, u+2261 ISOtech
le | 8804 ### less-than or equal to, u+2264 ISOtech
ge | 8805 ### greater-than or equal to, u+2265 ISOtech
sub | 8834 ### subset of, u+2282 ISOtech
sup | 8835 ### superset of, u+2283 ISOtech
nsub | 8836 ### not a subset of, u+2284 ISOamsn
sube | 8838 ### subset of or equal to, u+2286 ISOtech
supe | 8839 ### superset of or equal to, u+2287 ISOtech
oplus | 8853 ### circled plus, =direct sum, u+2295 ISOamsb
otimes | 8855 ### circled times, =vector product, u+2297 ISOamsb
perp | 8869 ### up tack, =orthogonal to, =perpendicular, u+22A5 ISOtech
sdot | 8901 ### dot operator, u+22C5 ISOamsb
lceil | 8968 ### left ceiling, =apl upstile, u+2308, ISOamsc
rceil | 8969 ### right ceiling, u+2309, ISOamsc
lfloor | 8970 ### left floor, =apl downstile, u+230A, ISOamsc
rfloor | 8971 ### right floor, u+230B, ISOamsc
lang | 9001 ### left-pointing angle bracket, =bra, u+2329 ISOtech
rang | 9002 ### right-pointing angle bracket, =ket, u+232A ISOtech
loz | 9674 ### lozenge, u+25CA ISOpub
spades | 9824 ### black spade suit, u+2660 ISOpub
clubs | 9827 ### black club suit, =shamrock, u+2663 ISOpub
hearts | 9829 ### black heart suit, =valentine, u+2665 ISOpub
diams | 9830 ### black diamond suit, u+2666 ISOpub
quot | 34 ### quotation mark, =apl quote, u+0022 ISOnum
amp | 38 ### ampersand, u+0026 ISOnum
lt | 60 ### less-than sign, u+003C ISOnum
gt | 62 ### greater-than sign, u+003E ISOnum
OElig | 338 ### latin capital ligature oe, u+0152 ISOlat2
oelig | 339 ### latin small ligature oe, u+0153 ISOlat2
Scaron | 352 ### latin capital letter s with caron, u+0160 ISOlat2
scaron | 353 ### latin small letter s with caron, u+0161 ISOlat2
Yuml | 376 ### latin capital letter y with diaeresis, u+0178 ISOlat2
circ | 710 ### modifier letter circumflex accent, u+02C6 ISOpub
tilde | 732 ### small tilde, u+02DC ISOdia
ensp | 8194 ### en space, u+2002 ISOpub
emsp | 8195 ### em space, u+2003 ISOpub
thinsp | 8201 ### thin space, u+2009 ISOpub
zwnj | 8204 ### zero width non-joiner, u+200C NEW RFC 2070
zwj | 8205 ### zero width joiner, u+200D NEW RFC 2070
lrm | 8206 ### left-to-right mark, u+200E NEW RFC 2070
rlm | 8207 ### right-to-left mark, u+200F NEW RFC 2070
ndash | 8211 ### en dash, u+2013 ISOpub
mdash | 8212 ### em dash, u+2014 ISOpub
lsquo | 8216 ### left single quotation mark, u+2018 ISOnum
rsquo | 8217 ### right single quotation mark, u+2019 ISOnum
sbquo | 8218 ### single low-9 quotation mark, u+201A NEW
ldquo | 8220 ### left double quotation mark, u+201C ISOnum
rdquo | 8221 ### right double quotation mark, u+201D ISOnum
bdquo | 8222 ### double low-9 quotation mark, u+201E NEW
dagger | 8224 ### dagger, u+2020 ISOpub
Dagger | 8225 ### double dagger, u+2021 ISOpub
permil | 8240 ### per mille sign, u+2030 ISOtech
lsaquo | 8249 ### single left-pointing angle quotation mark; proposed but not yet standardised
rsaquo | 8250 ### single right-pointing angle quotation mark; proposed but not yet standardised

View File

@ -1,6 +1,6 @@
章子怡
François Truffaut
საქართველო
Björk Guðmundsdóttir
宮崎 駿
👍
章子怡
François Truffaut
საქართველო
Björk Guðmundsdóttir
宮崎 駿
👍

View File

@ -1,164 +1,164 @@
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml"
xmlns:tts="http://www.w3.org/ns/ttml#styling"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<head>
<styling>
<style xml:id="defaultCaption" tts:fontSize="10" tts:fontFamily="SansSerif"
tts:fontWeight="normal" tts:fontStyle="normal"
tts:textDecoration="none" tts:color="white"
tts:backgroundColor="black" />
</styling>
</head>
<body>
<div style="defaultCaption" xml:lang="en">
<p begin="00:00:03.400" end="00:00:06.177">In this lesson, we're going to<br />be talking about finance. And</p>
<p begin="00:00:06.177" end="00:00:10.009">one of the most important aspects<br />of finance is interest.</p>
<p begin="00:00:10.009" end="00:00:13.655">When I go to a bank or some<br />other lending institution</p>
<p begin="00:00:13.655" end="00:00:17.720">to borrow money, the bank is happy<br />to give me that money. But then I'm</p>
<p begin="00:00:17.900" end="00:00:21.480">going to be paying the bank for the<br />privilege of using their money. And that</p>
<p begin="00:00:21.660" end="00:00:26.440">amount of money that I pay the bank is<br />called interest. Likewise, if I put money</p>
<p begin="00:00:26.620" end="00:00:31.220">in a savings account or I purchase a<br />certificate of deposit, the bank just</p>
<p begin="00:00:31.300" end="00:00:35.800">doesn't put my money in a little box<br />and leave it there until later. They take</p>
<p begin="00:00:35.800" end="00:00:40.822">my money and lend it to someone<br />else. So they are using my money.</p>
<p begin="00:00:40.822" end="00:00:44.400">The bank has to pay me for the privilege<br />of using my money.</p>
<p begin="00:00:44.400" end="00:00:48.700">Now what makes banks<br />profitable is the rate</p>
<p begin="00:00:48.700" end="00:00:53.330">that they charge people to use the bank's<br />money is higher than the rate that they</p>
<p begin="00:00:53.510" end="00:01:00.720">pay people like me to use my money. The<br />amount of interest that a person pays or</p>
<p begin="00:01:00.800" end="00:01:06.640">earns is dependent on three things. It's<br />dependent on how much money is involved.</p>
<p begin="00:01:06.820" end="00:01:11.300">It's dependent upon the rate of interest<br />being paid or the rate of interest being</p>
<p begin="00:01:11.480" end="00:01:17.898">charged. And it's also dependent upon<br />how much time is involved. If I have</p>
<p begin="00:01:17.898" end="00:01:22.730">a loan and I want to decrease the amount<br />of interest that I'm going to pay, then</p>
<p begin="00:01:22.800" end="00:01:28.040">I'm either going to have to decrease how<br />much money I borrow, I'm going to have</p>
<p begin="00:01:28.220" end="00:01:32.420">to borrow the money over a shorter period<br />of time, or I'm going to have to find a</p>
<p begin="00:01:32.600" end="00:01:37.279">lending institution that charges a lower<br />interest rate. On the other hand, if I</p>
<p begin="00:01:37.279" end="00:01:41.480">want to earn more interest on my<br />investment, I'm going to have to invest</p>
<p begin="00:01:41.480" end="00:01:46.860">more money, leave the money in the<br />account for a longer period of time, or</p>
<p begin="00:01:46.860" end="00:01:49.970">find an institution that will pay<br />me a higher interest rate.</p>
</div>
</body>
</tt>