20 Commits

Author SHA1 Message Date
nikias b6a1a9ec41 Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@20b17e5b47 🚀 2023-04-21 16:13:31 +00:00
nikias d14c89955d Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@3cc52e0fc6 🚀 2023-04-21 16:06:55 +00:00
nikias 4d91c4676d Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@fca13095b5 🚀 2023-01-06 18:29:53 +00:00
nikias 6f8e208473 Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@d8bb0ac141 🚀 2023-01-06 18:04:38 +00:00
nikias bbc1671e7d Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@535130bc6c 🚀 2021-07-10 16:11:44 +00:00
nikias 10c03e977b Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@a1feb90ac6 🚀 2021-07-07 11:27:13 +00:00
nikias a5a69a3df2 Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@87cb47c80b 🚀 2021-05-23 16:47:05 +00:00
nikias 71d5b49849 Deploying to gh-pages from @ libimobiledevice/libimobiledevice.org@196ff929c6 🚀 2021-05-23 16:42:32 +00:00
github-actions[bot] 9ac7882af1 Deploying to gh-pages from @ 795f24cfc6 🚀 2021-05-23 16:28:30 +00:00
github-actions[bot] 167b0fe19b Deploying to gh-pages from @ 7d1ccdc0a9 🚀 2020-09-27 19:44:42 +00:00
github-actions[bot] 1d1c54be8d Deploying to gh-pages from @ 18328670a5 🚀 2020-09-27 17:25:38 +00:00
github-actions[bot] 3223f6b139 Deploying to gh-pages from @ 55a33b496b 🚀 2020-09-26 22:40:21 +00:00
github-actions[bot] 2971b3cd9e Deploying to gh-pages from @ 1cf2a83eaa 🚀 2020-09-26 22:35:35 +00:00
github-actions[bot] 06c2f3e822 Deploying to gh-pages from @ ec431853bc 🚀 2020-09-26 20:55:48 +00:00
Martin Szulecki f188009a2e Create CNAME 2020-09-26 22:44:46 +02:00
github-actions[bot] 44e095fa27 Deploying to gh-pages from @ 2f08cd8e2e 🚀 2020-09-26 20:02:03 +00:00
github-actions[bot] 613ada033b Deploying to gh-pages from @ 32c6929a22 🚀 2020-09-26 13:06:31 +00:00
nektos/act db683024c0 Deploying to gh-pages from @ 32c6929a22 🚀 2020-09-25 22:54:50 +00:00
Martin Szulecki 2faf597a6f Added a website build for testing 2020-09-14 00:27:22 +02:00
Martin Szulecki fb75ec39eb Initial gh-pages commit 2020-09-14 00:21:19 +02:00
138 changed files with 9071 additions and 5426 deletions
-75
View File
@@ -1,75 +0,0 @@
name: Build and Deploy
on:
push:
branches:
- master
paths:
- 'assets/**'
- 'content/**'
- 'data/*.json'
- 'layouts/**'
- 'config.*.yml'
- 'composer.json'
- 'package.json'
- '.github/workflows/build-deploy.yml'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Get composer cache directory
id: composer-cache
run: |
echo "cache_dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache composer downloads 💾
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.cache_dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.*') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Cache PHP dependencies 💾
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.*') }}
- name: Setup PHP with intl 🏗
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
extensions: intl-69.1
- name: Install composer dependencies 🏗
shell: bash
run: |
composer install
- name: Install node dependencies 🏗
shell: bash
run: |
yarn install
- name: Build 🔧
shell: bash
run: |
make production
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_CONFIG_NAME: github-actions[bot]
GIT_CONFIG_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
BRANCH: gh-pages
FOLDER: public
CLEAN: true
-9
View File
@@ -1,9 +0,0 @@
.cache
.cecil
.env*
*.lock
*.swp
public*
node_modules
vendor
data/github
View File
-661
View File
@@ -1,661 +0,0 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.
-27
View File
@@ -1,27 +0,0 @@
.PHONY: development production watch watch-production
all: production
composer.lock:
@composer update
yarn.lock:
@if [ ! -f ./yarn.lock ]; then yarn --silent install; else yarn --silent upgrade; fi
data/github:
@./bin/github-download-organization-repos-latest-releases-data libimobiledevice
watch: export CECIL_DEBUG=true
watch: composer.lock yarn.lock data/github
@rm -rf .cache && ln -sf config.development.yml config.yml && ./vendor/bin/cecil serve
watch-production: export CECIL_DEBUG=false
watch-production: composer.lock yarn.lock data/github
@rm -rf .cache && ln -sf config.production.yml config.yml && ./vendor/bin/cecil serve
development: export CECIL_DEBUG=true
development: composer.lock yarn.lock data/github
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil build
production: composer.lock yarn.lock data/github
@rm -rf .cache && ln -sf config.$@.yml config.yml && ./vendor/bin/cecil build
-96
View File
@@ -1,96 +0,0 @@
# Official Website of libimobiledevice
*Contains the sources to generate the official website of libimobiledevice.*
## About
This repository contains the content, assets and logic to generate the official
website for the libimobiledevice project. It is automatically build and deployed
on changes pushed to the `master` branch or new releases related to the project.
The main purpose is to provide a central hub to learn about and to download
libimobiledevice and related components.
Brief technology outline:
* Static website generated using [Cecil](https://cecil.app/)
* [Twig](https://twig.symfony.com/) HTML templates using [Bootstrap](https://getbootstrap.com/)
* Responsive design optimized for mobile, tablet and desktop
* SASS based styles and optimized assets pipeline
* Icons by [Font Awesome](https://fontawesome.com/)
* Syntax highlighting by [Prism](https://github.com/PrismJS/prism/)
* Dynamic content based on GitHub API data
* Automatically deployed using a [GitHub Actions](https://github.com/features/actions) workflow for [GitHub Pages](https://pages.github.com)
* Hero animation using CSS and SVG image
* Various CSS animations by [animate-sass](https://github.com/tgdev/animate-sass/)
## Getting Started
Clone the actual project repository:
```shell
git clone https://github.com/libimobiledevice/libimobiledevice.org.git
cd libimobiledevice.org
```
Build the development version:
```shell
make development
```
This should install the dependencies and finally build the website into a
`public/` directory. Use your favourite browser to open `public/index.html`.
Live-rebuild run of development version:
```shell
make watch
```
This should install the dependencies, build the website and run a local
webserver at [`http://localhost:8000`](http://localhost:8000) to view the result.
Any changes to the content, assets and other files should trigger a rebuild and
a refresh of the website.
## Contributing
We welcome contributions from anyone and are grateful for every pull request!
If you'd like to contribute, please fork the `master` branch, change, commit and
send a pull request for review. Once approved it can be merged into the main
code base.
If you plan to contribute larger changes or a major refactoring, please create a
ticket first to discuss the idea upfront to ensure less effort for everyone.
Please make sure your contribution adheres to:
* Try to follow the code style of the project
* Commit messages should describe the change well without being to short
* Try to split larger changes into individual commits of a common domain
* Use your real name and a valid email address for your commits
We are still working on the guidelines so bear with us!
## Links
* Homepage: https://libimobiledevice.org/
* Repository: https://github.com/libimobiledevice/libimobiledevice.org.git
* Issue Tracker: https://github.com/libimobiledevice/libimobiledevice.org/issues
* Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
* Twitter: https://twitter.com/libimobiledev
## License
This website and assets are licensed under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html),
also included in the repository in the `LICENSE` file.
## Credits
Apple, iPhone, iPad, iPod, iPod Touch, Apple TV, Apple Watch, Mac, iOS,
iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
Logo, Artwork & UI by [Martin Szulecki](https://github.com/FunkyM/).
This project is an independent software and has not been authorized, sponsored,
or otherwise approved by Apple Inc.
README Updated on: 2020-09-27
-35
View File
@@ -1,35 +0,0 @@
;(function($) {
$.fn.backToTop = function( options ) {
return $(this).each(function(index, item) {
// scroll to top on click
var target = $(item);
target.on("click", function(event) {
event.preventDefault();
window.scroll({ top: 0, left: 0, behavior: 'smooth' });
return false;
});
// show after scrolling a bit (below 60% of window height)
$(window).scroll(function() {
if ($(document).scrollTop() > ($(window).height() * 0.6)) {
target.removeClass("d-none");
target.removeClass("fadeOut");
target.addClass("fadeIn")
} else {
target.removeClass("fadeIn");
target.addClass("fadeOut")
}
});
});
};
})(window.jQuery);
$(document).ready(function($) {
// Enable "Back to Top" button
$(".back-to-top").backToTop();
});
-72
View File
@@ -1,72 +0,0 @@
;(function($) {
$.fn.waypointLazyLoadImage = function( options ) {
return $(this).each(function(index, item) {
var inview = new Waypoint.Inview({
element: $(item),
enter: function(direction) {
$(this.element).attr('src', $(this.element).data('src'));
$(this.element).removeAttr('data-src');
$(this.element).parent().removeClass('loading');
$(this.element).removeClass('loading');
inview.destroy();
}
})
});
};
$.fn.waypointAnimation = function( options ) {
function classToSelector (className) {
return '.' + className;
};
return $(this).each(function(index, item) {
var element = $(item);
var defaults = $.extend({
offset: '90%',
delay: '0s',
animateClass: 'animate',
animateGroupClass: 'animate-group',
duration: '1s'
});
var settings = $.extend( {}, defaults, options );
const animationClass = element.attr('data-animation'),
animationDelay = element.attr('data-animation-delay') || settings.delay,
animationOffset = element.attr('data-animation-offset') || settings.offset;
animationDuration = element.attr('data-animation-duration') || settings.duration;
element.css({
'-webkit-animation-delay': animationDelay,
'-moz-animation-delay': animationDelay,
'animation-delay': animationDelay,
'-webkit-animation-duration': animationDuration,
'-moz-animation-duration': animationDuration,
'animation-duration': animationDuration,
'opacity': 0
});
element.waypoint(function () {
element
.addClass('animated')
.addClass(animationClass)
.css({
'opacity': 1
});
}, {
element: $(item),
triggerOnce: true,
offset: animationOffset
});
});
};
$('.animate').waypointAnimation();
$('img[data-src]:not(.owl-lazy)').waypointLazyLoadImage();
})(window.jQuery);
File diff suppressed because one or more lines are too long
-287
View File
@@ -1,287 +0,0 @@
/** custom manual styles */
:root {
--animate-duration: 4s;
--jumbotron-bg: #{$jumbotron-bg};
}
html {
scroll-behavior: smooth;
}
body {
margin-top: $navbar-height;
scroll-behavior: smooth;
}
.entry-content img {
max-width: 100%;
}
/* weired CSS3 non IE11 fix for anchors, TODO: clean the section padding/margin hell */
main > section[id]:not([id='']):target::before {
content: '';
display: block;
height: $navbar-height;
margin-top: -($navbar-height * 2);
}
.jumbotron {
/* --animate-duration: 3s; */
}
.nav-tabs .nav-link {
border-top: 3px solid transparent;
border-radius: 3px 3px 0 0;
}
.nav-tabs .nav-link.active {
border-color: theme-color('warning') #e1e4e8 transparent;
}
.tab-pane {
padding-top: 1rem;
h4 {
padding-bottom: $spacer / 2;
@extend .border-bottom;
}
}
.card-tag {
border-top: 3px solid transparent;
border-radius: 3px 3px 0 0;
}
.card-tag-warning {
border-color: theme-color('warning') #e1e4e8 transparent;
}
.fa-1-5x {
font-size: 1.5rem;
}
pre {
}
pre > code {
display: block;
overflow-x: auto;
/* padding: 1em !important; */
color: #333;
background: #f8f8f8;
}
.card-download .card-body {
code {
color: theme-color('info');
background: #f8f8f8;
font-size: $font-size-base;
}
}
svg#brand-logo {
animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
animation-duration: 2s; /* don't forget to set a duration! */
overflow: visible;
}
svg#brand-logo #glogo {
overflow: visible;
}
:root {
--hueshift-speed: 0.1;
--hueshift-delay: 2s;
}
svg#brand-logo #glogo path {
animation-name: hueshift;
animation-delay: var(--hueshift-delay);
animation-duration: calc(12s * var(--hueshift-speed));
animation-direction: alternate;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
}
svg#brand-logo #glogo {
animation-name: hover;
animation-delay: var(--hueshift-delay) !important;
animation-duration: calc(12s * var(--hueshift-speed));
animation-direction: alternate;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
}
svg#brand-logo #shadow {
animation-name: hover-scale;
animation-delay: var(--hueshift-delay) !important;
animation-duration: calc(12s * var(--hueshift-speed));
animation-direction: alternate;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
}
svg#brand-logo #glogo #gt1 { animation-delay: calc(var(--hueshift-delay) + (1s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt2 { animation-delay: calc(var(--hueshift-delay) + (2s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt3 { animation-delay: calc(var(--hueshift-delay) + (3s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt4 { animation-delay: calc(var(--hueshift-delay) + (4s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt5 { animation-delay: calc(var(--hueshift-delay) + (5s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt6 { animation-delay: calc(var(--hueshift-delay) + (6s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt7 { animation-delay: calc(var(--hueshift-delay) + (7s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt8 { animation-delay: calc(var(--hueshift-delay) + (8s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt9 { animation-delay: calc(var(--hueshift-delay) + (9s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt10 { animation-delay: calc(var(--hueshift-delay) + (10s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt11 { animation-delay: calc(var(--hueshift-delay) + (11s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt12 { animation-delay: calc(var(--hueshift-delay) + (12s * var(--hueshift-speed))); }
svg#brand-logo #glogo #gt7 { opacity: 0.5; }
@keyframes hueshift {
0% { fill: theme-color('warning'); }
10% { fill: #e45e25; }
20% { fill: #d2343e; }
35% { fill: #ab2333; }
60% { fill: #005082; }
70% { fill: #21376d; }
85% { fill: #023e49; }
90% { fill: #023e49; }
100% { fill: #0a9197; }
}
@keyframes hover {
0% { transform: translateY(0); }
100% { transform: translateY(10px); }
}
@keyframes hover-scale {
0% { transform: scale3d(1, 1, 1) translate(0, 0); }
100% { transform: scale3d(0.95, 0.95, 1) translate(1.5px, 15px); }
}
.btn {
margin-bottom: $spacer;
}
.back-to-top {
position: fixed;
z-index: $zindex-fixed + 40;
background-color: transparentize($white, 0.1);
border-radius: 2px;
bottom: $spacer;
right: $spacer;
padding: $spacer / 2;
line-height: 1;
text-align: center;
&:hover,
&:active,
&:visited {
}
i {
}
}
.card-image {
img {
max-height: 2rem;
}
}
.filter-grayscale-hover {
filter: grayscale(100%);
opacity: .5;
@include transition($transition-filter);
&-trigger:hover &,
&:hover {
filter: grayscale(0%);
opacity: 1;
}
}
.accordion {
.accordion-header {
cursor: pointer;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
i {
transform: rotate(90deg);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-right: $spacer / 2;
}
&.collapsed i {
transform: rotate(0deg);
}
&:hover {
color: theme-color(secondary);
}
}
}
.card-download {
.list-inline-item {
line-height: 2;
}
}
.table-block {
@each $breakpoint in map-keys($grid-breakpoints) {
$next: breakpoint-next($breakpoint, $grid-breakpoints);
$infix: breakpoint-infix($next, $grid-breakpoints);
&#{$infix} {
@include media-breakpoint-down($breakpoint) {
caption,
thead,
tbody,
th,
td,
tr {
display: block;
}
th {
color: $table-head-color;
background-color: $table-head-bg;
border-color: $table-border-color;
}
&.table-bordered,
> .table-bordered {
border: 0;
th, td {
border-top: 0;
}
}
&.table-striped {
tbody tr:nth-of-type(#{$table-striped-order}) {
background-color: inherit;
}
}
&.table-striped.table-hover {
tbody tr:nth-of-type(#{$table-striped-order}) {
@include hover() {
color: $table-hover-color;
background-color: $table-hover-bg;
}
}
}
}
}
}
}
-696
View File
@@ -1,696 +0,0 @@
@import "_fa-variables.scss";
@font-face {
font-family: '#{$fac-font-family}';
src: url('#{$fac-font-path}/#{$fac-font-family}.eot?ru68ef');
src: url('#{$fac-font-path}/#{$fac-font-family}.eot?ru68ef#iefix') format('embedded-opentype'),
url('#{$fac-font-path}/#{$fac-font-family}.woff2?ru68ef') format('woff2'),
url('#{$fac-font-path}/#{$fac-font-family}.woff?ru68ef') format('woff'),
url('#{$fac-font-path}/#{$fac-font-family}.ttf?ru68ef') format('truetype'),
url('#{$fac-font-path}/#{$fac-font-family}.svg?ru68ef##{$fac-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: inline-block;
font-display: swap;
}
.fa, .far, .fas, .fab, .fal {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '#{$fac-font-family}' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-check {
&:before {
content: $fa-check;
}
}
.fa-close {
&:before {
content: $fa-close;
}
}
.fa-remove {
&:before {
content: $fa-remove;
}
}
.fa-times {
&:before {
content: $fa-times;
}
}
.fa-cog {
&:before {
content: $fa-cog;
}
}
.fa-gear {
&:before {
content: $fa-gear;
}
}
.fa-download {
&:before {
content: $fa-download;
}
}
.fa-external-link {
&:before {
content: $fa-external-link;
}
}
.fa-rocket {
&:before {
content: $fa-rocket;
}
}
.fa-android {
&:before {
content: $fa-android;
}
}
.fa-circle-o-notch {
&:before {
content: $fa-circle-o-notch;
}
}
.fa-paypal {
&:before {
content: $fa-paypal;
}
}
.fa-music {
&:before {
content: $fa-music;
}
}
.fa-heart {
&:before {
content: $fa-heart;
}
}
.fa-star {
&:before {
content: $fa-star;
}
}
.fa-user {
&:before {
content: $fa-user;
}
}
.fa-home {
&:before {
content: $fa-home;
}
}
.fa-redo {
&:before {
content: $fa-redo;
}
}
.fa-lock {
&:before {
content: $fa-lock;
}
}
.fa-tag {
&:before {
content: $fa-tag;
}
}
.fa-bookmark {
&:before {
content: $fa-bookmark;
}
}
.fa-chevron-left {
&:before {
content: $fa-chevron-left;
}
}
.fa-chevron-right {
&:before {
content: $fa-chevron-right;
}
}
.fa-asterisk {
&:before {
content: $fa-asterisk;
}
}
.fa-chevron-up {
&:before {
content: $fa-chevron-up;
}
}
.fa-chevron-down {
&:before {
content: $fa-chevron-down;
}
}
.fa-shopping-cart {
&:before {
content: $fa-shopping-cart;
}
}
.fa-chart-bar {
&:before {
content: $fa-chart-bar;
}
}
.fa-comments {
&:before {
content: $fa-comments;
}
}
.fa-upload {
&:before {
content: $fa-upload;
}
}
.fa-phone-square {
&:before {
content: $fa-phone-square;
}
}
.fa-rss {
&:before {
content: $fa-rss;
}
}
.fa-certificate {
&:before {
content: $fa-certificate;
}
}
.fa-link {
&:before {
content: $fa-link;
}
}
.fa-envelope {
&:before {
content: $fa-envelope;
}
}
.fa-sitemap {
&:before {
content: $fa-sitemap;
}
}
.fa-angle-double-left {
&:before {
content: $fa-angle-double-left;
}
}
.fa-angle-double-right {
&:before {
content: $fa-angle-double-right;
}
}
.fa-angle-left {
&:before {
content: $fa-angle-left;
}
}
.fa-angle-right {
&:before {
content: $fa-angle-right;
}
}
.fa-angle-up {
&:before {
content: $fa-angle-up;
}
}
.fa-angle-down {
&:before {
content: $fa-angle-down;
}
}
.fa-desktop {
&:before {
content: $fa-desktop;
}
}
.fa-laptop {
&:before {
content: $fa-laptop;
}
}
.fa-terminal {
&:before {
content: $fa-terminal;
}
}
.fa-code {
&:before {
content: $fa-code;
}
}
.fa-code-branch {
&:before {
content: $fa-code-branch;
}
}
.fa-puzzle-piece {
&:before {
content: $fa-puzzle-piece;
}
}
.fa-ellipsis-v {
&:before {
content: $fa-ellipsis-v;
}
}
.fa-euro-sign {
&:before {
content: $fa-euro-sign;
}
}
.fa-dollar-sign {
&:before {
content: $fa-dollar-sign;
}
}
.fa-paper-plane {
&:before {
content: $fa-paper-plane;
}
}
.fa-history {
&:before {
content: $fa-history;
}
}
.fa-bomb {
&:before {
content: $fa-bomb;
}
}
.fa-at {
&:before {
content: $fa-at;
}
}
.fa-chart-area {
&:before {
content: $fa-chart-area;
}
}
.fa-chart-line {
&:before {
content: $fa-chart-line;
}
}
.fa-balance-scale {
&:before {
content: $fa-balance-scale;
}
}
.fa-trademark {
&:before {
content: $fa-trademark;
}
}
.fa-tv {
&:before {
content: $fa-tv;
}
}
.fa-hashtag {
&:before {
content: $fa-hashtag;
}
}
.fa-microchip {
&:before {
content: $fa-microchip;
}
}
.fa-poo {
&:before {
content: $fa-poo;
}
}
.fa-external-link-alt {
&:before {
content: $fa-external-link-alt;
}
}
.fa-map-marker-alt {
&:before {
content: $fa-map-marker-alt;
}
}
.fa-mobile-alt {
&:before {
content: $fa-mobile-alt;
}
}
.fa-tablet-alt {
&:before {
content: $fa-tablet-alt;
}
}
.fa-tachometer-alt {
&:before {
content: $fa-tachometer-alt;
}
}
.fa-robot {
&:before {
content: $fa-robot;
}
}
.fa-scroll {
&:before {
content: $fa-scroll;
}
}
.fa-mug-hot {
&:before {
content: $fa-mug-hot;
}
}
.fa-twitter-square {
&:before {
content: $fa-twitter-square;
}
}
.fa-facebook-square {
&:before {
content: $fa-facebook-square;
}
}
.fa-linkedin {
&:before {
content: $fa-linkedin;
}
}
.fa-github-square {
&:before {
content: $fa-github-square;
}
}
.fa-twitter {
&:before {
content: $fa-twitter;
}
}
.fa-facebook {
&:before {
content: $fa-facebook;
}
}
.fa-github {
&:before {
content: $fa-github;
}
}
.fa-linkedin-in {
&:before {
content: $fa-linkedin-in;
}
}
.fa-github-alt {
&:before {
content: $fa-github-alt;
}
}
.fa-youtube {
&:before {
content: $fa-youtube;
}
}
.fa-xing {
&:before {
content: $fa-xing;
}
}
.fa-xing-square {
&:before {
content: $fa-xing-square;
}
}
.fa-stack-overflow {
&:before {
content: $fa-stack-overflow;
}
}
.fa-instagram {
&:before {
content: $fa-instagram;
}
}
.fa-adn {
&:before {
content: $fa-adn;
}
}
.fa-apple {
&:before {
content: $fa-apple;
}
}
.fa-windows {
&:before {
content: $fa-windows;
}
}
.fa-linux {
&:before {
content: $fa-linux;
}
}
.fa-skype {
&:before {
content: $fa-skype;
}
}
.fa-vimeo-square {
&:before {
content: $fa-vimeo-square;
}
}
.fa-slack {
&:before {
content: $fa-slack;
}
}
.fa-openid {
&:before {
content: $fa-openid;
}
}
.fa-google {
&:before {
content: $fa-google;
}
}
.fa-reddit {
&:before {
content: $fa-reddit;
}
}
.fa-reddit-square {
&:before {
content: $fa-reddit-square;
}
}
.fa-git-square {
&:before {
content: $fa-git-square;
}
}
.fa-git {
&:before {
content: $fa-git;
}
}
.fa-paypal1 {
&:before {
content: $fa-paypal1;
}
}
.fa-cc-visa {
&:before {
content: $fa-cc-visa;
}
}
.fa-cc-mastercard {
&:before {
content: $fa-cc-mastercard;
}
}
.fa-whatsapp {
&:before {
content: $fa-whatsapp;
}
}
.fa-creative-commons1 {
&:before {
content: $fa-creative-commons1;
}
}
.fa-amazon {
&:before {
content: $fa-amazon;
}
}
.fa-reddit-alien {
&:before {
content: $fa-reddit-alien;
}
}
.fa-bluetooth {
&:before {
content: $fa-bluetooth;
}
}
.fa-bluetooth-b {
&:before {
content: $fa-bluetooth-b;
}
}
.fa-telegram {
&:before {
content: $fa-telegram;
}
}
.fa-app-store {
&:before {
content: $fa-app-store;
}
}
.fa-app-store-ios {
&:before {
content: $fa-app-store-ios;
}
}
.fa-bitcoin {
&:before {
content: $fa-bitcoin;
}
}
.fa-docker {
&:before {
content: $fa-docker;
}
}
.fa-facebook-f {
&:before {
content: $fa-facebook-f;
}
}
.fa-facebook-messenger {
&:before {
content: $fa-facebook-messenger;
}
}
.fa-itunes {
&:before {
content: $fa-itunes;
}
}
.fa-itunes-note {
&:before {
content: $fa-itunes-note;
}
}
.fa-node-js {
&:before {
content: $fa-node-js;
}
}
.fa-python {
&:before {
content: $fa-python;
}
}
.fa-slack-hash {
&:before {
content: $fa-slack-hash;
}
}
.fa-telegram-plane {
&:before {
content: $fa-telegram-plane;
}
}
.fa-vimeo {
&:before {
content: $fa-vimeo;
}
}
.fa-whatsapp-square {
&:before {
content: $fa-whatsapp-square;
}
}
.fa-apple-pay {
&:before {
content: $fa-apple-pay;
}
}
.fa-cc-apple-pay {
&:before {
content: $fa-cc-apple-pay;
}
}
.fa-ethereum {
&:before {
content: $fa-ethereum;
}
}
.fa-ebay {
&:before {
content: $fa-ebay;
}
}
.fa-fedora {
&:before {
content: $fa-fedora;
}
}
.fa-raspberry-pi {
&:before {
content: $fa-raspberry-pi;
}
}
.fa-redhat {
&:before {
content: $fa-redhat;
}
}
.fa-suse {
&:before {
content: $fa-suse;
}
}
.fa-swift {
&:before {
content: $fa-swift;
}
}
.fa-instagram-square {
&:before {
content: $fa-instagram-square;
}
}
.fa-wifi {
&:before {
content: $fa-wifi;
}
}
-136
View File
@@ -1,136 +0,0 @@
$fac-font-family: "fa-custom" !default;
$fac-font-path: "fonts" !default;
$fa-check: "\f00c";
$fa-close: "\f00d";
$fa-remove: "\f00d";
$fa-times: "\f00d";
$fa-cog: "\f013";
$fa-gear: "\f013";
$fa-download: "\f019";
$fa-external-link: "\f08e";
$fa-rocket: "\f135";
$fa-android: "\f17b";
$fa-circle-o-notch: "\f1ce";
$fa-paypal: "\f1ed";
$fa-music: "\f001";
$fa-heart: "\f004";
$fa-star: "\f005";
$fa-user: "\f007";
$fa-home: "\f015";
$fa-redo: "\f01e";
$fa-lock: "\f023";
$fa-tag: "\f02b";
$fa-bookmark: "\f02e";
$fa-chevron-left: "\f053";
$fa-chevron-right: "\f054";
$fa-asterisk: "\f069";
$fa-chevron-up: "\f077";
$fa-chevron-down: "\f078";
$fa-shopping-cart: "\f07a";
$fa-chart-bar: "\f083";
$fa-comments: "\f087";
$fa-upload: "\f093";
$fa-phone-square: "\f098";
$fa-rss: "\f09f";
$fa-certificate: "\f0a4";
$fa-link: "\f0c1";
$fa-envelope: "\f0e0";
$fa-sitemap: "\f0e9";
$fa-angle-double-left: "\f100";
$fa-angle-double-right: "\f101";
$fa-angle-left: "\f104";
$fa-angle-right: "\f105";
$fa-angle-up: "\f106";
$fa-angle-down: "\f107";
$fa-desktop: "\f109";
$fa-laptop: "\f10a";
$fa-terminal: "\f120";
$fa-code: "\f121";
$fa-code-branch: "\f126";
$fa-puzzle-piece: "\f12e";
$fa-ellipsis-v: "\f142";
$fa-euro-sign: "\f153";
$fa-dollar-sign: "\f155";
$fa-paper-plane: "\f1d8";
$fa-history: "\f1da";
$fa-bomb: "\f1e2";
$fa-at: "\f1fa";
$fa-chart-area: "\f1fe";
$fa-chart-line: "\f201";
$fa-balance-scale: "\f24e";
$fa-trademark: "\f25c";
$fa-tv: "\f26c";
$fa-hashtag: "\f292";
$fa-microchip: "\f2db";
$fa-poo: "\f2fe";
$fa-external-link-alt: "\f35d";
$fa-map-marker-alt: "\f3c5";
$fa-mobile-alt: "\f3cd";
$fa-tablet-alt: "\f3fa";
$fa-tachometer-alt: "\f3fd";
$fa-robot: "\f544";
$fa-scroll: "\f70e";
$fa-mug-hot: "\f7b6";
$fa-twitter-square: "\f081";
$fa-facebook-square: "\f082";
$fa-linkedin: "\f08c";
$fa-github-square: "\f092";
$fa-twitter: "\f099";
$fa-facebook: "\f09a";
$fa-github: "\f09b";
$fa-linkedin-in: "\f0e1";
$fa-github-alt: "\f113";
$fa-youtube: "\f167";
$fa-xing: "\f168";
$fa-xing-square: "\f169";
$fa-stack-overflow: "\f16c";
$fa-instagram: "\f16d";
$fa-adn: "\f170";
$fa-apple: "\f179";
$fa-windows: "\f17a";
$fa-linux: "\f17c";
$fa-skype: "\f17e";
$fa-vimeo-square: "\f194";
$fa-slack: "\f198";
$fa-openid: "\f19b";
$fa-google: "\f1a0";
$fa-reddit: "\f1a1";
$fa-reddit-square: "\f1a2";
$fa-git-square: "\f1d2";
$fa-git: "\f1d3";
$fa-paypal1: "\f1ee";
$fa-cc-visa: "\f1f0";
$fa-cc-mastercard: "\f1f1";
$fa-whatsapp: "\f232";
$fa-creative-commons1: "\f25f";
$fa-amazon: "\f271";
$fa-reddit-alien: "\f281";
$fa-bluetooth: "\f295";
$fa-bluetooth-b: "\f296";
$fa-telegram: "\f2c6";
$fa-app-store: "\f36f";
$fa-app-store-ios: "\f370";
$fa-bitcoin: "\f379";
$fa-docker: "\f395";
$fa-facebook-f: "\f39e";
$fa-facebook-messenger: "\f39f";
$fa-itunes: "\f3b4";
$fa-itunes-note: "\f3b5";
$fa-node-js: "\f3d3";
$fa-python: "\f3e2";
$fa-slack-hash: "\f3ef";
$fa-telegram-plane: "\f3fe";
$fa-vimeo: "\f40a";
$fa-whatsapp-square: "\f40c";
$fa-apple-pay: "\f415";
$fa-cc-apple-pay: "\f416";
$fa-ethereum: "\f42e";
$fa-ebay: "\f4f4";
$fa-fedora: "\f798";
$fa-raspberry-pi: "\f7bb";
$fa-redhat: "\f7bc";
$fa-suse: "\f7d6";
$fa-swift: "\f8e1";
$fa-instagram-square: "\f955";
$fa-wifi: "\f1eb";
-36
View File
@@ -1,36 +0,0 @@
.loading {
position: relative;
}
.loading:after {
@extend .fa;
-webkit-animation: loading 2s infinite linear;
animation: loading 2s infinite linear;
content: $fa-circle-o-notch;
position: absolute;
top: 50%;
left: 50%;
z-index: 9999;
}
@-webkit-keyframes loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
-125
View File
@@ -1,125 +0,0 @@
/* PrismJS 1.20.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=clike+bash+c+shell-session */
/**
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/chriskempson/tomorrow-theme
* @author Rose Pritchard
*/
code[class*="language-"],
pre[class*="language-"] {
color: #ccc;
background: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #2d2d2d;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #999;
}
.token.punctuation {
color: #ccc;
}
.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
color: #e2777a;
}
.token.function-name {
color: #6196cc;
}
.token.boolean,
.token.number,
.token.function {
color: #f08d49;
}
.token.property,
.token.class-name,
.token.constant,
.token.symbol {
color: #f8c555;
}
.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
color: #cc99cd;
}
.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
color: #7ec699;
}
.token.operator,
.token.entity,
.token.url {
color: #67cdcc;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
.token.inserted {
color: green;
}
-3
View File
@@ -1,3 +0,0 @@
.shadow-hover:hover { box-shadow: $box-shadow; @include transition($transition-shadow); }
.shadow-hover-sm:hover { box-shadow: $box-shadow-sm; @include transition($transition-shadow); }
.shadow-hover-lg:hover { box-shadow: $box-shadow-lg; @include transition($transition-shadow); }
-62
View File
@@ -1,62 +0,0 @@
// website options
$navbar-height: 74px;
// bootstrap colors
$theme-colors: map-merge($theme-colors, (
"primary": #005082,
"secondary": #023e49,
"success": $green,
"info": #0a9197,
"warning": #f7ae1a,
"danger": #ab2333,
"light": lighten(#2e3436, 75%),
"dark": #2e3436
));
// bootstrap options
$enable-shadows: false;
$enable-gradients: false;
$enable-responsive-font-sizes: false;
$enable-print-styles: false;
$enable-validation-icons: false;
$enable-deprecation-messages: false;
$font-size-base: 1rem;
$headings-margin-bottom: $spacer;
$breadcrumb-bg: transparent;
$breadcrumb-margin-bottom: 0;
$jumbotron-bg: $gray-200;
$transition-shadow: box-shadow .5s ease-in-out !default;
$transition-filter: filter .5s, opacity .5s !default;
// animate-sass options
$use-fade: true;
$base-duration: 4s;
// fontawesome options
$fa-font-path: "../fonts";
$fac-font-path: $fa-font-path;
$fa-font-size-base: 16px;
$fa-font-display: block;
$fa-css-prefix: fa;
$fa-version: "5.13.1";
$fa-border-color: #eee;
$fa-inverse: #fff;
$fa-li-width: 2em;
$fa-fw-width: (20em / 16);
$fa-primary-opacity: 1;
$fa-secondary-opacity: .4;
// Convenience function used to set content property
@function fa-content($fa-var) {
@return unquote("\"#{ $fa-var }\"");
}
-68
View File
@@ -1,68 +0,0 @@
/** bootstrap core */
@import "bootstrap/scss/_functions.scss";
@import "bootstrap/scss/_variables.scss";
@import "bootstrap/scss/_mixins.scss";
/** configuration */
@import "_variables.scss";
/** bootstrap */
@import "bootstrap/scss/_root.scss";
@import "bootstrap/scss/_reboot.scss";
@import "bootstrap/scss/_type.scss";
@import "bootstrap/scss/_images.scss";
//@import "bootstrap/scss/_code.scss";
@import "bootstrap/scss/_grid.scss";
@import "bootstrap/scss/_tables.scss";
//@import "bootstrap/scss/_forms.scss";
@import "bootstrap/scss/_buttons.scss";
@import "bootstrap/scss/_transitions.scss";
@import "bootstrap/scss/_dropdown.scss";
@import "bootstrap/scss/_button-group.scss";
//@import "bootstrap/scss/_input-group.scss";
//@import "bootstrap/scss/_custom-forms.scss";
@import "bootstrap/scss/_nav.scss";
@import "bootstrap/scss/_navbar.scss";
@import "bootstrap/scss/_card.scss";
@import "bootstrap/scss/_breadcrumb.scss";
@import "bootstrap/scss/_pagination.scss";
@import "bootstrap/scss/_badge.scss";
@import "bootstrap/scss/_jumbotron.scss";
@import "bootstrap/scss/_alert.scss";
//@import "bootstrap/scss/_progress.scss";
//@import "bootstrap/scss/_media.scss";
@import "bootstrap/scss/_list-group.scss";
@import "bootstrap/scss/_close.scss";
//@import "bootstrap/scss/_toasts.scss";
//@import "bootstrap/scss/_modal.scss";
//@import "bootstrap/scss/_tooltip.scss";
//@import "bootstrap/scss/_popover.scss";
//@import "bootstrap/scss/_carousel.scss";
//@import "bootstrap/scss/_spinners.scss";
@import "bootstrap/scss/_utilities.scss";
//@import "bootstrap/scss/_print.scss";
/** customization */
@import "_custom.scss";
/** fontawesome */
@import "_fa-custom.scss";
//@import "@fortawesome/fontawesome-free/scss/_variables.scss";
@import "@fortawesome/fontawesome-free/scss/_mixins.scss";
@import "@fortawesome/fontawesome-free/scss/_core.scss";
@import "@fortawesome/fontawesome-free/scss/_larger.scss";
@import "@fortawesome/fontawesome-free/scss/_fixed-width.scss";
//@import "@fortawesome/fontawesome-free/scss/_icons.scss";
@import "@fortawesome/fontawesome-free/scss/_screen-reader.scss";
//@import "@fortawesome/fontawesome-free/scss/solid.scss";
//@import "@fortawesome/fontawesome-free/scss/brands.scss";
//@import "_loading.scss";
@import "_shadows-hover.scss";
/** highlight.js theme */
@import "_prism.scss";
/** animate css */
@import "animate-sass/_animate.scss";
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

+140
View File
@@ -0,0 +1,140 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<id>https://libimobiledevice.org/</id>
<title>libimobiledevice</title>
<subtitle><![CDATA[libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices running iOS on Linux without the need for jailbreaking.]]></subtitle>
<link href="https://libimobiledevice.org/atom.xml" rel="self" type="application/atom+xml" />
<link href="https://libimobiledevice.org/" rel="alternate" type="text/html" />
<updated>2023-04-21T18:13:02+02:00</updated>
<author>
<name>Mirell Development</name>
<uri>https://mirell.com</uri>
</author>
<entry xml:lang="en">
<id>https://libimobiledevice.org/status/</id>
<title>Status</title>
<content type="html">
<![CDATA[]]>
</content>
<link href="https://libimobiledevice.org/status/" rel="alternate" type="text/html" />
<published>2023-04-21T18:13:02+02:00</published>
<updated>2023-04-21T18:13:02+02:00</updated>
</entry>
<entry xml:lang="en">
<id>https://libimobiledevice.org/news/2020/09/27/website-up-on-github/</id>
<title>Website up on GitHub</title>
<content type="html">
<![CDATA[<p>This website is now up on GitHub! As announced before we have made the move to allow public contributions from the community.</p>
<!-- excerpt -->
<p>This milestone switches hosting to use <a href="https://pages.github.com">Github Pages</a>.</p>
<p>If you want to contribute <a href="https://github.com/libimobiledevice/libimobiledevice.org">head over to the repository</a>.
It contains all the sources to generate this website and any changes are deployed upon pushing it to the master branch.</p>
<p><em>Fork it</em>, <em>change it</em> and send a <em>pull request</em>.</p>
<p>A brief technology outline:</p>
<ul>
<li>Static website generated using <a href="https://cecil.app/">Cecil</a></li>
<li><a href="https://twig.symfony.com/">Twig</a> HTML templates using <a href="https://getbootstrap.com/">Bootstrap</a></li>
<li>Responsive design optimized for mobile, tablet and desktop</li>
<li>SASS based styles and optimized assets pipeline</li>
<li>Icons by <a href="https://fontawesome.com/">Font Awesome</a></li>
<li>Syntax highlighting by <a href="https://github.com/PrismJS/prism/">Prism</a></li>
<li>Dynamic content based on GitHub API data</li>
<li>Automatically deployed using a <a href="https://github.com/features/actions">GitHub Actions</a> workflow for <a href="https://pages.github.com">GitHub Pages</a></li>
<li>Hero animation using CSS and SVG image</li>
<li>Various CSS animations by <a href="https://github.com/tgdev/animate-sass/">animate-sass</a></li>
</ul>
<p>Some areas that need work:</p>
<ul>
<li>Migrate more content from templates into markdown files</li>
<li>Provide more examples and usage guides</li>
<li>Improve frequently asked questions and other sections</li>
<li>Automate generation of status page from external data</li>
</ul>
<p>... and much more, looking forward to see great improvements from the community!</p>
<p>I really hope you guys enjoy the effort.</p>
<p>Next up are some releases and refactoring.</p>]]>
</content>
<link href="https://libimobiledevice.org/news/2020/09/27/website-up-on-github/" rel="alternate" type="text/html" />
<published>2020-09-27T21:42:00+02:00</published>
<updated>2020-09-27T21:42:00+02:00</updated>
</entry>
<entry xml:lang="en">
<id>https://libimobiledevice.org/news/2020/06/26/new-logo-and-website/</id>
<title>New Logo and Website</title>
<content type="html">
<![CDATA[<p>Welcome to our new project website! Finally the old paint is gone and a new state of art modern look is here.</p>
<!-- excerpt -->
<p>The website has been overhauled due to popular demand. <strong>We really needed a refresh.</strong>
In that process upfront I decided to go for a <em>full rebranding of the project</em>, too.</p>
<p>Looking at the results I think it was worth the wait. The new colorful isometric logo that relates to the letters <em>&quot;L&quot;</em> and <em>&quot;i&quot;</em> alongside the flow of colors which symbolizes the &quot;flow of communication and related components&quot; should hopefully hit the spot of what the project stands for.</p>
<p><img src="/img/brand/brand-ontop-gradient-alpha.8df3bca327d42611d69d063f4c5a53ed.png" alt="libimobiledevice logo" title="The new logo and font" loading="lazy" width="2480" height="1875" /></p>
<p>The next milestone is to integrate this page to be hosted using <a href="https://pages.github.com">Github Pages</a>.
This should allow contributions for all content by the community!
Looks like we arrived in the <em>&quot;static website generator era&quot;</em>.</p>
<p>I really hope you guys enjoy the effort and there is much more coming in the next weeks!</p>
<p><small>P.S.: Just want to congratulate <a href="https://inkscape.org">Inkscape to their fantastic 1.0 release</a>. That helped all the way in our process so, &quot;All your base are belong to us&quot;!</small></p>]]>
</content>
<link href="https://libimobiledevice.org/news/2020/06/26/new-logo-and-website/" rel="alternate" type="text/html" />
<published>2020-06-26T00:10:00+02:00</published>
<updated>2020-06-26T00:10:00+02:00</updated>
</entry>
<entry xml:lang="en">
<id>https://libimobiledevice.org/news/2020/06/16/fresh-documentation/</id>
<title>Fresh Documentation</title>
<content type="html">
<![CDATA[<p>The <a href="https://docs.libimobiledevice.org/libimobiledevice/latest">API Documentation</a> for libimobiledevice has been updated.
A refresh of this website is planned next.</p>]]>
</content>
<link href="https://libimobiledevice.org/news/2020/06/16/fresh-documentation/" rel="alternate" type="text/html" />
<published>2020-06-16T20:00:00+02:00</published>
<updated>2020-06-16T20:00:00+02:00</updated>
</entry>
<entry xml:lang="en">
<id>https://libimobiledevice.org/news/2020/06/15/release-galore/</id>
<title>Release Galore</title>
<content type="html">
<![CDATA[<p>Proud to announce long standing releases with first time releases of <a href="/#download-libirecovery">libirecovery</a> and <a href="/#download-libirecovery">idevicerestore</a>.
Bear with us for some cool stuff coming up next.</p>
<!-- excerpt -->
<p>Please find the latest source archives in our <a href="/#downloads">download section</a> alongside release information.</p>
<p>This release round included:</p>
<ul>
<li><strong>libirecovery</strong> 1.0.0</li>
<li><strong>libplist</strong> 2.2.0</li>
<li><strong>libusbmuxd</strong> 2.0.2</li>
<li><strong>libimobiledevice</strong> 1.3.0</li>
<li><strong>usbmuxd</strong> 1.1.1</li>
<li><strong>libideviceactivation</strong> 1.1.1</li>
<li><strong>ideviceinstaller</strong> 1.1.1</li>
<li><strong>idevicerestore</strong> 1.0.0</li>
<li><strong>ifuse</strong> 1.1.4.</li>
</ul>]]>
</content>
<link href="https://libimobiledevice.org/news/2020/06/15/release-galore/" rel="alternate" type="text/html" />
<published>2020-06-15T20:00:00+02:00</published>
<updated>2020-06-15T20:00:00+02:00</updated>
</entry>
<entry xml:lang="en">
<id>https://libimobiledevice.org/news/2020/06/14/ios-13-support/</id>
<title>iOS 13 Support</title>
<content type="html">
<![CDATA[<p>Yep, libimobiledevice works with iOS 13.</p>]]>
</content>
<link href="https://libimobiledevice.org/news/2020/06/14/ios-13-support/" rel="alternate" type="text/html" />
<published>2020-06-14T20:00:00+02:00</published>
<updated>2020-06-14T20:00:00+02:00</updated>
</entry>
<entry xml:lang="en">
<id>https://libimobiledevice.org/news/2017/04/26/libplist-release/</id>
<title>libplist 2.0.0</title>
<content type="html">
<![CDATA[<p><a href="/#download-libplist">libplist 2.0.0</a> has been released.</p>
<!-- excerpt -->
<p>The release features a completely new parser, dropped libxml2 dependency, various improvements, bugfixes and many security fixes.
More releases coming up.</p>]]>
</content>
<link href="https://libimobiledevice.org/news/2017/04/26/libplist-release/" rel="alternate" type="text/html" />
<published>2017-04-26T20:00:00+02:00</published>
<updated>2017-04-26T20:00:00+02:00</updated>
</entry>
</feed>
@@ -1,250 +0,0 @@
#!/bin/bash
# Copyright (c) 2020 Martin Szulecki <martin.szulecki@libimobiledevice.org>
ECHO_BIN=echo
CAT_BIN=cat
MKDIR_BIN=mkdir
RM_BIN=rm
MV_BIN=mv
WGET_BIN=wget
CURL_BIN=curl
GREP_BIN=grep
WC_BIN=wc
JQ_BIN=jq
if [[ $# -lt 1 ]];
then
$ECHO_BIN "Usage: `basename $0` ORGANIZATION [PATH]"
$ECHO_BIN ""
$ECHO_BIN "Downloads latest release JSON data for all repositories of ORGANIZATION to working directory or PATH if supplied."
exit 1
fi
GITHUB_API_URL="https://api.github.com"
GITHUB_RAW_CONTENT_URL="https://raw.githubusercontent.com"
ORGANIZATION="${1}"
DATA_PATH="${2:-data/github}/${ORGANIZATION}"
# Ensure path exists
if [[ ! -d "${DATA_PATH}" ]];
then
$MKDIR_BIN \
-p \
"${DATA_PATH}"
fi
# Check for API rate limit
RESULT=$(\
$CURL_BIN \
-L \
-s \
"${GITHUB_API_URL}/rate_limit" \
| \
$JQ_BIN \
-r \
'.rate | (.limit | tostring) + " " + (.remaining | tostring) + " " + (.reset | tostring)' \
)
LIMITS=( ${RESULT} )
# Check rate limits
if [[ "${LIMITS[1]}" -lt 1 ]];
then
DATE_TS="@${LIMITS[2]}"
$ECHO_BIN "ERROR: Hit rate limit (${LIMITS[1]}/${LIMITS[0]}) of API. Next requests possible at $(date --date="${DATE_TS}")."
exit 1
fi
$ECHO_BIN "Downloading github data..."
# Retrieve all repos of organization
DATA_FILENAME="${DATA_PATH}/repos.json"
RESULT=$(\
$CURL_BIN \
-L \
-s \
"${GITHUB_API_URL}/orgs/${ORGANIZATION}/repos" \
)
# Only process non-empty results
if [[ -z "${RESULT// }" ]];
then
$ECHO_BIN "ERROR: Empty result when trying to get repositories for \"${ORGANIZATION}\""
exit 1
fi
# FIXME: Ensure we do not use an error result
$ECHO_BIN "${RESULT}" > "${DATA_FILENAME}"
$ECHO_BIN "${DATA_FILENAME}"
# Retrieve all members of organization
DATA_FILENAME="${DATA_PATH}/members.json"
RESULT=$(\
$CURL_BIN \
-L \
-s \
"${GITHUB_API_URL}/orgs/${ORGANIZATION}/members" \
)
# Only process non-empty results
if [[ -z "${RESULT// }" ]];
then
$ECHO_BIN "ERROR: Empty result when trying to get members ofr \"${ORGANIZATION}\""
exit 1
fi
# FIXME: Ensure we do not use an error result
$ECHO_BIN "${RESULT}" > "${DATA_FILENAME}"
# Get list of user URLs
# Assemble list of repo releases URLs
USER_API_URLS=$(\
$ECHO_BIN \
"${RESULT}" \
| \
$JQ_BIN \
-r \
'.[] | .url' \
)
# Count number of users
USER_API_URLS_COUNT=$($ECHO_BIN "$USER_API_URLS" | $WC_BIN -l)
# Check rate limits
if [[ "${LIMITS[1]}" -lt "${USER_API_URLS_COUNT}" ]];
then
DATE_TS="@""${LIMITS[2]}"
$ECHO_BIN "ERROR: Hit rate limit (${LIMITS[1]}/${LIMITS[0]}) of API. Next requests possible at `date --date=\"${DATE_TS}\"`."
exit 1
fi
# Retrieve data for each user
for USER_API in ${USER_API_URLS};
do
RESULT=$(\
$CURL_BIN \
-s \
-f \
"${USER_API}" \
)
# Only process non-empty results
if [[ -n "${RESULT// }" ]];
then
# FIXME: Ensure we do not use an error result
# Merge user object into member array
$ECHO_BIN \
"${RESULT}" \
| \
$JQ_BIN \
--slurpfile members "${DATA_FILENAME}" \
'[[(. , $members[][])] | group_by(.id)[] | add]' \
> "${DATA_FILENAME}.tmp"
# Rename temporary file as new data file
$MV_BIN \
"${DATA_FILENAME}.tmp" \
"${DATA_FILENAME}"
fi
done
$ECHO_BIN "${DATA_FILENAME}"
# Assemble list of repo releases URLs
REPOS=$(\
$CAT_BIN \
"${DATA_PATH}/repos.json" \
| \
$JQ_BIN \
-r \
'.[] | .name + "," + .releases_url' \
)
# Count number of repos
REPOS_COUNT=$($ECHO_BIN "$REPOS" | $WC_BIN -l)
# Check rate limits
if [[ "${LIMITS[1]}" -lt "${REPOS_COUNT}" ]];
then
DATE_TS="@""${LIMITS[2]}"
$ECHO_BIN "ERROR: Hit rate limit (${LIMITS[1]}/${LIMITS[0]}) of API. Next requests possible at `date --date=\"${DATE_TS}\"`."
exit 1
fi
# Retrieve latest release for each repo
for RELEASE in ${REPOS};
do
REPO_NAME="${RELEASE//,*}"
RELEASE_URL="${RELEASE##*,}"
DATA_FILENAME="${DATA_PATH}/${REPO_NAME}/releases/latest.json"
RESULT=$(\
$CURL_BIN \
-s \
-f \
"${DATA_FILENAME}" \
"${RELEASE_URL//\{\/id\}/\/latest}" \
)
# Only process non-empty results
if [[ -n "${RESULT// }" ]];
then
# FIXME: Ensure we do not use an error result
# Ensure path exists
if [[ ! -d "${DATA_FILENAME%/*}" ]];
then
$MKDIR_BIN \
-p \
"${DATA_FILENAME%/*}"
fi
# Remove homepage link from release notes
$ECHO_BIN "${RESULT//\[Homepage\]\(https:\/\/libimobiledevice.org\/\)/}" > "${DATA_FILENAME}"
RELEASE_NAME=$($JQ_BIN -r '.name' "${DATA_FILENAME}")
DEPENDENCIES_FILENAME="${DATA_PATH}/${REPO_NAME}/dependencies.json"
# Scrape dependencies
RESULT=$(\
$CURL_BIN \
-s \
-f \
"${GITHUB_RAW_CONTENT_URL}/${ORGANIZATION}/${REPO_NAME}/${RELEASE_NAME}/configure.ac" \
| \
$GREP_BIN \
-Po \
'(?<=PKG_CHECK_MODULES\()([^, ]*)' \
)
if [[ -n "${RESULT}" ]];
then
DEPENDENCIES=$($ECHO_BIN "$RESULT" | xargs)
$ECHO_BIN \
"${RESULT}" \
| \
$JQ_BIN \
--raw-input \
--slurp \
'split("\n") | map(select(. != ""))' \
> "${DEPENDENCIES_FILENAME}"
else
DEPENDENCIES=
$ECHO_BIN "[]" > "${DEPENDENCIES_FILENAME}"
fi
$ECHO_BIN "${DEPENDENCIES_FILENAME}"
$ECHO_BIN "${DATA_FILENAME} ${REPO_NAME} ${RELEASE_NAME} ${DEPENDENCIES}"
else
RELEASE_NAME=
fi
done
$ECHO_BIN "Done!"
-55
View File
@@ -1,55 +0,0 @@
{
"name": "libimobiledevice/libimobiledevice.github.io",
"description": "Official libimobiledevice website sources",
"version": "1.0",
"keywords": [
"libimobiledevice",
"website",
"static-site",
"markdown",
"twig"
],
"homepage": "https://libimobiledevice.org",
"license": "AGPL-3.0-or-later",
"type": "project",
"authors": [
{
"name": "Martin Szulecki",
"email": "martin.szulecki@libimobiledevice.org",
"homepage": "https://libimobiledevice.org",
"role": "Maintainer"
}
],
"support": {
"source": "https://github.com/libimobiledevice/libimobiledevice.github.io",
"issues": "https://github.com/libimobiledevice/libimobiledevice.github.io/issues"
},
"scripts": {
"yarn-install": [
"if [ ! -f ./yarn.lock ]; then yarn --silent install; else yarn --silent upgrade; fi"
],
"yarn-build": [
"yarn --silent build:${PROJECT_ENVIRONMENT:-development}"
],
"build": [
"cecil build"
],
"watch": [
"cecil serve"
],
"post-install-cmd": [
],
"post-update-cmd": [
]
},
"require": {
"php": ">=7.1",
"ext-intl": "*",
"ext-gettext": "*",
"cecil/cecil": "^5.33.0",
"yosymfony/resource-watcher": "3.0.0 as 2.0.1",
"twig/extensions": "^1.5"
},
"require-dev": {
}
}
-94
View File
@@ -1,94 +0,0 @@
title: "libimobiledevice"
baseline: "A cross-platform FOSS library written in C to communicate with iOS devices natively."
baseurl: http://localhost:8000/
description: "libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices running iOS on Linux without the need for jailbreaking."
keywords: "Linux, iOS, iPhone, iPod Touch, iPad, iPad mini, Apple TV, iTunes, development, library, afc, lockdownd, libplist, installation_proxy, usbmux, plist, libirecovery, idevicerestore, iTunesCDB, tethering, backup, restore, C/C++, instruments, MDM, mobileconfig, provisioning, FOSS"
image: img/brand/brand-ontop-gradient-alpha.png
canonicalurl: false
googleanalytics: false
twitter:
username: libimobiledev
urls:
docs: https://docs.libimobiledevice.org
language: en
languages:
- code: en
name: English
locale: en_US
- code: de
name: German
locale: de_DE
date:
format: "j F Y H:i"
timezone: Europe/Berlin
author:
name: Mirell Development
url: https://mirell.com
output:
dir: public
formats:
- name: html
mediatype: "text/html"
suffix: "/index"
extension: "html"
exclude: [exclude]
static:
dir: assets
exclude:
- '*.scss'
- '*.html'
- '/^scss/'
- 'animate.*'
- 'bootstrap.js*'
- 'bootstrap.min.*'
- 'fa-regular*'
- 'prism.js'
- 'jquery-*'
- 'jquery.waypoints*'
- 'jquery.back-to-top*'
- '*.src.*'
load: true
assets:
fingerprint:
enabled: false
compile:
enabled: true
style: expanded
import:
0: ../node_modules
1: scss
minify:
enabled: false
node:
dir: ../node_modules
postprocess:
enabled: true
html:
ext: [html, htm]
enabled: false
css:
ext: [css]
js:
ext: [js]
images:
ext: [jpeg, jpg, png, gif, webp, svg]
menus:
main:
- id: download
name: Download
url: "#downloads"
weight: 3
- id: community
name: Community
url: "#community"
weight: 8
- id: faq
name: FAQ
url: "#faq"
weight: 8
paths:
- section: news
path: :section/:year/:month/:day/:slug
pagination:
max: 3
path: page
-94
View File
@@ -1,94 +0,0 @@
title: "libimobiledevice"
baseline: "A cross-platform FOSS library written in C to communicate with iOS devices natively."
baseurl: https://libimobiledevice.org/
description: "libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices running iOS on Linux without the need for jailbreaking."
keywords: "Linux, iOS, iPhone, iPod Touch, iPad, iPad mini, Apple TV, iTunes, development, library, afc, lockdownd, libplist, installation_proxy, usbmux, plist, libirecovery, idevicerestore, iTunesCDB, tethering, backup, restore, C/C++, instruments, MDM, mobileconfig, provisioning, FOSS"
image: img/brand/brand-ontop-gradient-alpha.png
canonicalurl: true
googleanalytics: "UA-4831747-7"
twitter:
username: libimobiledev
urls:
docs: https://docs.libimobiledevice.org
language: en
languages:
- code: en
name: English
locale: en_US
- code: de
name: German
locale: de_DE
date:
format: "j F Y H:i"
timezone: Europe/Berlin
author:
name: Mirell Development
url: https://mirell.com
output:
dir: public
formats:
- name: html
mediatype: "text/html"
suffix: "/index"
extension: "html"
exclude: [exclude]
static:
dir: assets
exclude:
- '*.scss'
- '*.html'
- '/^scss/'
- 'animate.*'
- 'bootstrap.js*'
- 'bootstrap.min.*'
- 'fa-regular*'
- 'prism.js'
- 'jquery-*'
- 'jquery.waypoints*'
- 'jquery.back-to-top*'
- '*.src.*'
load: true
assets:
fingerprint:
enabled: true
compile:
enabled: true
style: compressed
import:
0: ../node_modules
1: scss
minify:
enabled: true
node:
dir: ../node_modules
postprocess:
enabled: true
html:
ext: [html, htm]
enabled: false
css:
ext: [css]
js:
ext: [js]
images:
ext: [jpeg, jpg, png, gif, webp, svg]
menus:
main:
- id: download
name: Download
url: "#downloads"
weight: 3
- id: community
name: Community
url: "#community"
weight: 8
- id: faq
name: FAQ
url: "#faq"
weight: 8
paths:
- section: news
path: :section/:year/:month/:day/:slug
pagination:
max: 3
path: page
-6
View File
@@ -1,6 +0,0 @@
---
title: Just installed the library, now what? Nothing happens!
section: faq
exclude: true
---
To test if you installed everything correctly plug in your device and run "ideviceinfo" within a terminal. Congratulations if it prints a lot of details about your device. Feel free to checkout [the documentation]({{ site.urls.docs }}/libimobiledevice/latest/) or dive into [the source code](https://github.com/libimobiledevice/libimobiledevice/).
-6
View File
@@ -1,6 +0,0 @@
---
title: How do I copy music to my device?
section: faq
exclude: true
---
Sorry, music synchronization with newer devices is currently not supported but if you are a keen developer why not contribute a new service implementation for the *ATC Service*?
-6
View File
@@ -1,6 +0,0 @@
---
title: Do I need to use ifuse to access files on my device?
section: faq
exclude: true
---
iFuse is only useful if you want to mount the device manually and if you do not have GNOME and GVFS installed. Otherwise it is useless since GNOME's GVFS supports accessing the device directly and creates a fuse mount in "$XDG_RUNTIME_DIR/.gvfs", too.
-6
View File
@@ -1,6 +0,0 @@
---
title: Does the library to device communication break everytime a new iOS<sup>&reg;</sup> is out?
section: faq
exclude: true
---
The library has shown to be compatible with firmware releases going back to the 1.x series up to todays without issues. At rare times, bugs introduced by the firmware had to be worked around with simple fixes but nothing major prevented it from working. Thus in effect, the implementation proves very stable and compatible among firmware releases.
-6
View File
@@ -1,6 +0,0 @@
---
title: "footer"
exclude: true
---
Apple, iPhone, iPad, iPod, iPod Touch, Apple TV, Apple Watch, Mac, iOS, iPadOS, tvOS, watchOS, and macOS are trademarks of [Apple Inc](https://apple.com).
This project is an independent software solution and has not been authorized, sponsored or otherwise approved by Apple Inc. The library has not been sponsored by and is not affilated with [Ubuntu](https://ubuntu.com) or [Canonical Ltd](https://canonical.com).
-5
View File
@@ -1,5 +0,0 @@
---
title: Get Started
exclude: true
---
<p class="lead">Please choose your platform of choice below to see instructions on how to get started.</p>
-7
View File
@@ -1,7 +0,0 @@
---
title: Linux
section: get-started
icon: fab fa-linux
exclude: true
weight: 1
---
-46
View File
@@ -1,46 +0,0 @@
---
title: From Source <em>(Debian)</em>
section: get-started/linux
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Install Dependencies
Enter the commands provided below.
```shell-session
$ sudo apt-get install \
build-essential \
checkinstall \
git \
autoconf \
automake \
libtool-bin \
libplist-dev \
libimobiledevice-glue-dev \
libusbmuxd-dev \
libssl-dev \
usbmuxd
```
# Build
Enter the commands provided below.
```shell-session
$ ./autogen.sh \
--prefix=/opt/local \
--enable-debug
$ make
```
# Install
Enter the commands provided below.
```shell-session
$ sudo make install
```
-16
View File
@@ -1,16 +0,0 @@
---
title: Using Ubuntu
section: get-started/linux
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Installation
Enter the commands provided below.
```shell-session
$ sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils
```
-16
View File
@@ -1,16 +0,0 @@
---
title: Using openSUSE
section: get-started/linux
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Installation
Enter the commands provided below.
```shell-session
$ sudo zypper install libimobiledevice6 usbmuxd
```
-7
View File
@@ -1,7 +0,0 @@
---
title: Mac
section: get-started
icon: fab fa-apple
exclude: true
weight: 2
---
-16
View File
@@ -1,16 +0,0 @@
---
title: Using Macports
section: get-started/macos
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Installation
Enter the commands provided below.
```shell-session
$ sudo port install libimobiledevice
```
-16
View File
@@ -1,16 +0,0 @@
---
title: Using Homebrew
section: get-started/macos
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Installation
Enter the commands provided below.
```shell-session
$ brew install libimobiledevice
```
-7
View File
@@ -1,7 +0,0 @@
---
title: Pi
section: get-started
icon: fab fa-raspberry-pi
exclude: true
weight: 4
---
@@ -1,45 +0,0 @@
---
title: From Source <em>(Pi OS)</em>
section: get-started/raspberry-pi
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Install Dependencies
Enter the commands provided below.
```shell-session
$ sudo apt-get install \
build-essential \
checkinstall \
git \
autoconf \
automake \
libtool-bin \
libplist-dev \
libusbmuxd-dev \
libssl-dev \
usbmuxd
```
# Build
Enter the commands provided below.
```shell-session
$ ./autogen.sh \
--prefix=/opt/local \
--enable-debug
$ make
```
# Install
Enter the commands provided below.
```shell-session
$ sudo make install
```
@@ -1,16 +0,0 @@
---
title: Using Raspberry Pi OS
section: get-started/raspberry-pi
exclude: true
---
# Open Terminal
Open a command-line terminal on your machine.
# Installation
Enter the commands provided below.
```shell-session
$ sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils
```
-8
View File
@@ -1,8 +0,0 @@
---
title: Windows
section: get-started
icon: fab fa-windows
exclude: true
weight: 3
---
{% include 'partials/alert/edit.html.twig' %}
-3
View File
@@ -1,3 +0,0 @@
---
title: Home
---
-141
View File
@@ -1,141 +0,0 @@
---
title: Markdown Example
published: false
menu:
resources:
weight: 1
---
Text can be **bold**, _italic_, or ~~strikethrough~~.
[Link to another page](another-page.md).
There should be whitespace between paragraphs.
# Header 1
This is a normal paragraph following a header.
## Header 2
> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.
### Header 3
```c
...
#include <libimobiledevice/libimobiledevice.h>
/* Unique Device Identifier */
static char *udid = NULL;
/* Device Handle */
idevice_t device = NULL;
/* Try to connect to first USB device */
if (idevice_new_with_options(&device, NULL, IDEVICE_LOOKUP_USBMUX) != IDEVICE_E_SUCCESS) {
printf("ERROR: No device found!\n");
return -1;
}
/* Retrieve the udid of the connected device */
if (idevice_get_udid(device, &udid) != IDEVICE_E_SUCCESS) {
printf("ERROR: Unable to get the device UDID.\n");
idevice_free(device);
return -1;
}
/* Outputs device identifier */
printf("Connected with UDID: %s\n", udid);
/* Cleanup */
idevice_free(device);
free(udid);
...
```
#### Header 4
* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.
##### Header 5
1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.
###### Header 6
| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |
### There's a horizontal rule below this.
* * *
### Here is an unordered list:
* Item foo
* Item bar
* Item baz
* Item zip
### And an ordered list:
1. Item one
1. Item two
1. Item three
1. Item four
### And a nested list:
- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item
### Small image
![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)
### Large image
![Branching](https://guides.github.com/activities/hello-world/branching.png?responsive)
### Definition lists can be used with HTML syntax.
<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```
```
The final element.
```
@@ -1,9 +0,0 @@
---
title: libplist 2.0.0
date: 2017-04-26 20:00 CEST
author: https://github.com/nikias
---
[libplist 2.0.0](/#download-libplist) has been released.
<!-- excerpt -->
The release features a completely new parser, dropped libxml2 dependency, various improvements, bugfixes and many security fixes.
More releases coming up.
@@ -1,7 +0,0 @@
---
title: iOS 13 Support
date: 2020-06-14 20:00 CEST
author: https://github.com/FunkyM
---
Yep, libimobiledevice works with iOS 13.
-22
View File
@@ -1,22 +0,0 @@
---
title: Release Galore
date: 2020-06-15 20:00 CEST
author: https://github.com/FunkyM
image: img/news/release-galore-github.png
---
Proud to announce long standing releases with first time releases of [libirecovery](/#download-libirecovery) and [idevicerestore](/#download-libirecovery).
Bear with us for some cool stuff coming up next.
<!-- excerpt -->
Please find the latest source archives in our [download section](/#downloads) alongside release information.
This release round included:
* **libirecovery** 1.0.0
* **libplist** 2.2.0
* **libusbmuxd** 2.0.2
* **libimobiledevice** 1.3.0
* **usbmuxd** 1.1.1
* **libideviceactivation** 1.1.1
* **ideviceinstaller** 1.1.1
* **idevicerestore** 1.0.0
* **ifuse** 1.1.4.
@@ -1,8 +0,0 @@
---
title: Fresh Documentation
date: 2020-06-16 20:00 CEST
author: https://github.com/FunkyM
image: img/news/new-api-css.png
---
The [API Documentation](https://docs.libimobiledevice.org/libimobiledevice/latest) for libimobiledevice has been updated.
A refresh of this website is planned next.
@@ -1,22 +0,0 @@
---
title: New Logo and Website
date: 2020-06-26 00:10 CEST
author: https://github.com/FunkyM
image: img/news/new-website-launch.png
---
Welcome to our new project website! Finally the old paint is gone and a new state of art modern look is here.
<!-- excerpt -->
The website has been overhauled due to popular demand. **We really needed a refresh.**
In that process upfront I decided to go for a *full rebranding of the project*, too.
Looking at the results I think it was worth the wait. The new colorful isometric logo that relates to the letters *"L"* and *"i"* alongside the flow of colors which symbolizes the "flow of communication and related components" should hopefully hit the spot of what the project stands for.
![libimobiledevice logo](/img/brand/brand-ontop-gradient-alpha.png?resize=512 "The new logo and font")
The next milestone is to integrate this page to be hosted using [Github Pages](https://pages.github.com).
This should allow contributions for all content by the community!
Looks like we arrived in the *"static website generator era"*.
I really hope you guys enjoy the effort and there is much more coming in the next weeks!
<small>P.S.: Just want to congratulate [Inkscape to their fantastic 1.0 release](https://inkscape.org). That helped all the way in our process so, "All your base are belong to us"!</small>
@@ -1,40 +0,0 @@
---
title: Website up on GitHub
date: 2020-09-27 21:42 CEST
author: https://github.com/FunkyM
image: img/news/website-edit-markdown.png
---
This website is now up on GitHub! As announced before we have made the move to allow public contributions from the community.
<!-- excerpt -->
This milestone switches hosting to use [Github Pages](https://pages.github.com).
If you want to contribute [head over to the repository](https://github.com/libimobiledevice/libimobiledevice.org).
It contains all the sources to generate this website and any changes are deployed upon pushing it to the master branch.
*Fork it*, *change it* and send a *pull request*.
A brief technology outline:
* Static website generated using [Cecil](https://cecil.app/)
* [Twig](https://twig.symfony.com/) HTML templates using [Bootstrap](https://getbootstrap.com/)
* Responsive design optimized for mobile, tablet and desktop
* SASS based styles and optimized assets pipeline
* Icons by [Font Awesome](https://fontawesome.com/)
* Syntax highlighting by [Prism](https://github.com/PrismJS/prism/)
* Dynamic content based on GitHub API data
* Automatically deployed using a [GitHub Actions](https://github.com/features/actions) workflow for [GitHub Pages](https://pages.github.com)
* Hero animation using CSS and SVG image
* Various CSS animations by [animate-sass](https://github.com/tgdev/animate-sass/)
Some areas that need work:
* Migrate more content from templates into markdown files
* Provide more examples and usage guides
* Improve frequently asked questions and other sections
* Automate generation of status page from external data
... and much more, looking forward to see great improvements from the community!
I really hope you guys enjoy the effort.
Next up are some releases and refactoring.
-10
View File
@@ -1,10 +0,0 @@
---
title: News
menu:
main:
weight: 2
sortby: date
pagination:
max: 3
path: page
---
-84
View File
@@ -1,84 +0,0 @@
---
title: "Privacy Policy"
published: false
menu:
footer:
weight: 3
---
*Effective as of: Jun 25, 2020*
The libimobildevice authors (“libimobildevice” or the “Project”) is committed to protecting the privacy of your information. We provide this Privacy Policy to inform users of our policies and procedures regarding the collection, use and disclosure of personal information received from users of our website (the “Website”) collected via the Website, email, SMS, telephone, WAP or other means. This Privacy Policy may be updated from time to time for any reason, at our sole discretion. We will notify you of any material changes to our Privacy Policy by posting the new Privacy Policy on our Website. You are advised to consult this Privacy Policy regularly for any changes. By using or accessing the Website, you are accepting the practices described in this Privacy Policy, and you are consenting to our processing of your information as set forth in this Privacy Policy now and as amended by us.
If you have any questions or comments about this Privacy Policy or our use of your personally identifiable information, please contact us at [privacy@libimobiledevice.org](mailto:privacy@libimobiledevice.org).
## Website Covered
This Privacy Policy covers the information practices of libimobiledevice.org and all of its respective sub-domains.
## Information Collected
libimobildevice offers a variety of services that are collectively referred to as the “Services.” libimobildevice collects information from individuals who visit the Projects Website (“Visitors”) and individuals who register to use the Services (“Customers”). When expressing an interest in obtaining additional information about the Services or registering to use the Services, libimobildevice may require you to provide the Project with personal contact information, such as name, company name, address, phone number, and email address (“Required Contact Information”). When purchasing the Services, libimobildevice may require you to provide the Project with financial qualification and billing information, such as billing name and address, credit card number, and the number of employees within the organization that will be using the Services (“Billing Information”). libimobildevice may also ask you to provide additional information, such as company annual revenues, number of employees, or industry (“Optional Information”). Required Contact Information, Billing Information, and Optional Information are referred to collectively as “Data About libimobildevice Customers.” As you navigate the Projects Website, libimobildevice may also collect information through the use of commonly-used information-gathering tools, such as cookies and Web beacons (“Website Navigational Information”). Website Navigational Information includes standard information from your Web browser (such as browser type and browser language), your Internet Protocol (“IP”) address, and the actions you take on the Projects Website (such as the Web pages viewed and the links clicked). By choosing to provide any information to libimobildevice, you are giving the Project permission to use and store such information consistent with this privacy policy. The Project also collects and uses personal data regarding its employees (“Employee Data”), which may include: name, address, job title and other job information, location, compensation information, identification number, employment history, and copy of employment agreement.
## Use of Information Collected
The Project uses Data About libimobildevice Customers to perform the services requested. The Project may also use Data About libimobildevice Customers for marketing purposes. For example, the Project may use information you provide to contact you to further discuss your interest in the Services and to send you information regarding the Project and its partners, such as information about promotions or events. libimobildevice uses credit card information solely to check the financial qualifications of prospective Customers and to collect payment for the Services. libimobildevice uses Website Navigational Information to operate and improve the Projects Website. The Project may also use Website Navigational Information alone or in combination with Data About libimobildevice Customers to provide personalized information about the Project. Employee Data is only used for the for the purposes of facilitating the performance of certain administrative tasks and functions relating to general employment and for processing and investigating reports under the Projects codes and policies (“Employee Data Purposes”).
## Website Navigational Information
libimobildevice may use commonly-used information-gathering tools, such as cookies and Web beacons, to collect information as you navigate the Projects Website (“Website Navigational Information”). This section describes the types of Website Navigational Information that may be collected on the Projects Website and how this information may be used.
### Cookies
libimobildevice may use cookies to make interactions with the Projects Website easy and meaningful. When you visit the Projects Website, libimobildevices servers send a cookie to your computer. Standing alone, cookies do not personally identify you. They merely recognize your Web browser. Unless you choose to identify yourself to libimobildevice, either by responding to a promotional offer, opening an account, or filling out a Web form, you remain anonymous to the Project. libimobildevice uses cookies that are session-based and persistent-based. Session cookies exist only during one session. They disappear from your computer when you close your browser software or turn off your computer. Persistent cookies remain on your computer after you close your browser or turn off your computer. If you have chosen to identify yourself to libimobildevice, the Project uses session cookies containing encrypted information to allow the Project to uniquely identify you. Each time you log into the Services, a session cookie containing an encrypted, unique identifier that is tied to your account is placed on your browser. These session cookies allow the Project to uniquely identify you when you are logged into the Services and to process your online transactions and requests. Session cookies are required to use the Services. libimobildevice may use persistent cookies that only the Project can read and use to identify browsers that have previously visited the Projects Website. When you purchase the Services or provide the Project with personal information, a unique identifier is assigned to you. This unique identifier is associated with a persistent cookie that the Project places on your Web browser. The Project is especially careful about the security and confidentiality of the information stored in persistent cookies. For example, the Project does not store account numbers or passwords in persistent cookies. You may refuse to accept cookies by activating the setting on your browser which allows you to refuse the setting of cookies. If you disable your Web browsers ability to accept cookies, you will be able to navigate the Projects Website, but you will not be able to successfully use the Services. Unless you have adjusted your browser setting so that it will refuse cookies, our system will issue cookies when you log on to our site. libimobildevice may use information from session and persistent cookies in combination with Data About libimobildevice Customers to provide you with information about the Project and the Services.
### Web Beacons
libimobildevice may use Web beacons alone or in conjunction with cookies to compile information about Customers and Visitors usage of the Projects Website and interaction with emails from the Project. Web beacons are clear electronic images that can recognize certain types of information on your computer, such as cookies, when you viewed a particular Website tied to the Web beacon, and a description of a Website tied to the Web beacon. For example, libimobildevice may place Web beacons in marketing emails that notify the Project when you click on a link in the email that directs you to one of the Projects Website. libimobildevice uses Web beacons to operate and improve the Projects Website and email communications. libimobildevice may use information from Web beacons in combination with Data About libimobildevice Customers to provide you with information about the Project and the Services.
### Flash Cookies
libimobildevice may use local shared objects, also known as Flash cookies, to store your preferences or display content based upon what you view on our site to personalize your visit. Third parties, with whom the Project partners to provide certain features on our site or to display advertising based upon your Web browsing activity, use Flash cookies to collect and store information. Flash cookies are different from browser cookies because of the amount of, type of, and how data is stored. Cookie management tools provided by your browser will not remove Flash cookies.
### IP Addresses
When you visit libimobildevices Website, the Project may collect your Internet Protocol (“IP”) addresses to track and aggregate non-personal information. For example, libimobildevice may use IP addresses to monitor the regions from which Customers and Visitors navigate the Projects Website.
### Third Party Cookies
From time-to-time, libimobildevice may engage third parties to track and analyze usage and volume statistical information from individuals who visit the Projects Website. libimobildevice may also use other third-party cookies to track the performance of Project advertisements. The information provided to third parties does not include personal information, but this information may be re-associated with personal information after the Project receives it. libimobildevice may also contract with third-party advertising networks that collect IP addresses and other Website Navigational Information on the Projects Website and emails and on third-party Websites. Ad networks follow your online activities over time by collecting Website Navigational Information through automated means, including through the use of cookies. They use this information to provide advertisements about products and services tailored to your interests. You may see these advertisements on other Websites. This process also helps us manage and track the effectiveness of our marketing efforts.
## Public Forums, Refer a Friend, and Customer Testimonials
libimobildevice may provide bulletin boards, blogs, or chat rooms on the Projects Website. Any personal information you choose to submit in such a forum may be read, collected, or used by others who visit these forums, and may be used to send you unsolicited messages. libimobildevice is not responsible for the personal information you choose to submit in these forums. Customers and Visitors may elect to use the Projects referral program to inform friends about the Projects Website. When using the referral program, the Project requests the friends name and email address. libimobildevice will automatically send the friend a one-time email inviting him or her to visit the Projects Website. libimobildevice does not store this information. libimobildevice may post a list of Customers and testimonials on the Projects Website that contain information such as Customer names and titles. libimobildevice obtains the consent of each Customer prior to posting any information on such a list or posting testimonials.
## Sharing of Information Collected
libimobildevice may share Data About libimobildevice Customers with the Projects service providers so that these service providers can contact Customers and Visitors who have provided contact information on our behalf. libimobildevice may also share Data About libimobildevice Customers with the Projects service providers to ensure the quality of information provided. Unless described in this Privacy Policy, libimobildevice does not share, sell, rent, or trade any information provided with third parties for their promotional purposes. From time to time, libimobildevice may partner with other companies to jointly offer products or services. If you purchase or specifically express interest in a jointly-offered product or service from libimobildevice, the Project may share Data About libimobildevice Customers collected in connection with your purchase or expression of interest with our joint promotion partner(s), once libimobildevice has notified you of the information to be shared and obtained your consent to the sharing of the information. libimobildevice does not control our business partners use of the Data About libimobildevice Customers we collect, and their use of the information will be in accordance with their own privacy policies. libimobildevice may use third-party service providers to manage credit card processing. Such service providers will not be permitted to store, retain, or use Billing Information except for the sole purpose of credit card processing on the Projects behalf. libimobildevice reserves the right to use or disclose information provided if required by law or if the Project reasonably believes that use or disclosure is necessary to protect the Projects rights and/or to comply with a judicial proceeding, court order, or legal process. Employee Data is only disclosed to third parties for the Employee Data Purposes. In no case does the Project disclose to third parties Employee Data for any incompatible purpose without first notifying the data subject and providing the data subject with an opportunity to affirmatively opt-out or object to such use or disclosure.
## Users from outside the United States
libimobildevice and its Services are based in the U.S., and the Projects offices are headquartered in the U.S. Please be aware that information you provide to libimobildevice that it obtains as a result of your use of the Services may be processed and transferred to the U.S. and be subject to U.S. law. This information may also be processed by staff working for the Project or for one of its suppliers in the U.S. By using the Website, participating in any of the Services, or by providing libimobildevice with your information, you consent to this collection, transfer, storage, and processing of information to and in the U.S. libimobildevice will take all steps reasonably necessary to ensure that your data is treated securely in accordance with this privacy policy.
## Communications Preferences; Opt In Policy
libimobildevice offers Customers and Visitors who provide contact information a means to choose how the Project uses the information provided. You may manage your receipt of marketing and non-transactional communications by clicking on the “unsubscribe” link located on the bottom of the Projects marketing emails. Additionally, you may send a request specifying your communications preferences to [privacy@libimobiledevice.org](mailto:privacy@libimobiledevice.org). If, at any time after registering, you change your mind about receiving information from us or about the use of information volunteered by you, please send us a request specifying your new choice. Please contact us as specified herein.
## Correcting and Updating Your Information
Customers may view, update or change their registration information by logging in to their accounts at libimobiledevice.org. Requests to access, change, or delete your information will be handled within 30 days.
## Security
libimobildevice uses appropriate administrative, technical, and physical security measures to protect Data About libimobildevice Customers. However, we cannot guarantee that hackers or unauthorized personnel will not gain access to your personal information despite our efforts. You should note that in using the Website and our related services, your information will travel through third party infrastructures which are not under our control. We cannot protect, nor does this Privacy Policy apply to, any information that you transmit to other users of the Website. You should never transmit personal or identifying information to other users.
## Change of Control
As libimobildevice develops its business, it may buy or sell assets or business offerings. Data About libimobildevice Customers is generally one of the transferred business assets in these types of transactions. libimobildevice may also transfer such information in the course of corporate divestitures, mergers, or dissolution.
## Contacting Us
Questions regarding this Privacy Policy or the information practices of the Website should be directed to [privacy@libimobiledevice.org](mailto:privacy@libimobiledevice.org) or by mailing Mirell Development c/o libimobildevice.org, Kronprinzenstr. 119, 40217 Düsseldorf, Germany.
## Events
The As part of the registration process for events hosted by libimobildevice authors which you register to attend, we may request personal data such as: your name, address, email address and country, and details relevant to your occupation or employer and familiarity with libimobildevice products. This information is required to process your registration for the event and to The provide you with relevant event materials. This data may be shared with event sponsors contracted with libimobildevice authors under the terms of the event and our Privacy Policy. If you show an interest in a sponsor at an event hosted by libimobildevice, such attending their, virtual or physical, event speaking session or booth, we will provide your data to such sponsors who may contact you for their own direct advertising and marketing purposes. In that case, the exhibitors use of your information would be subject the exhibitors privacy policies. For events sponsored by libimobildevice, the event host may provide your The personal data to libimobildevice authors, subject to your consent. libimobildevice authors will use the data as set forth in the Use of Information section of this Privacy Policy.
-7
View File
@@ -1,7 +0,0 @@
---
title: Status
layout: status-table
menu:
main:
weight: 10
---
-246
View File
@@ -1,246 +0,0 @@
---
title: Terms
published: false
menu:
footer:
weight: 2
---
*Effective as of: Jun 25, 2020*
1. Your Agreement with libimobiledevice
1.1 This website and all other related websites on which a link to these Terms of Service (the “Terms”) is displayed, and the libimobiledevice content and libimobiledevice services available on or through any of the foregoing (collectively, our “Service”) are provided to you by libimobiledevice, Inc., located at 318 Cambridge Avenue, P.O. Box 61180 Palo Alto, CA 94306, United States (“libimobiledevice”). These Terms govern all access and use of the Service. These Terms do not govern your access and use of any libimobiledevice software which may be made available to you under separate license terms.
1.2 All use of the Service is subject to acceptance of these Terms. By accessing or using the Service, or any content or services provided on the Service, you are agreeing to these Terms. If you are entering into these Terms on behalf of an entity, such as your employer or the company you work for, you represent that you have the legal authority to bind, and do hereby bind, that entity to these Terms. You may not use the Service if you are a person barred from using the Service under the laws of the United States or other countries, including the country in which you are resident or from which you use the Service, or international laws or treaties. You may not use the Service if you are or represent an entity that is listed on any U.S. Government Denied Party/Person List. You affirm that you are over the age of 13, as the Service is not intended for children under 13. IF YOU ARE 13 OR OLDER BUT UNDER THE AGE OF 18, OR THE LEGAL AGE OF MAJORITY WHERE YOU RESIDE IF THAT JURISDICTION HAS AN OLDER AGE OF MAJORITY, THEN YOU AGREE TO REVIEW THE TERMS WITH YOUR PARENT OR GUARDIAN TO MAKE SURE THAT BOTH YOU AND YOUR PARENT OR GUARDIAN UNDERSTAND AND AGREE TO THESE TERMS. YOU AGREE TO HAVE YOUR PARENT OR GUARDIAN REVIEW AND ACCEPT THESE TERMS ON YOUR BEHALF. IF YOU ARE A PARENT OR GUARDIAN AGREEING TO THE TERMS FOR THE BENEFIT OF A CHILD OVER 13, THEN YOU AGREE TO AND ACCEPT FULL RESPONSIBILITY FOR THAT CHILD'S USE OF THE SERVICE, INCLUDING ALL FINANCIAL CHARGES AND LEGAL LIABILITY THAT HE OR SHE MAY INCUR.
1.3 You agree that your use of the Service is not contingent on the delivery of any future functionality or features or dependent on any oral or written public comments made by libimobiledevice or any third party regarding future functionality or features.
2. Your Account and Use of the Service
2.1 You must provide accurate and complete registration information any time you register to use the Service. You are responsible for the security of your passwords and for any use of your account. If you become aware of any unauthorized use of your password or of your account, you agree to notify libimobiledevice immediately via our company contact form. You can also reset your password by logging into your account for the Service.
2.2 Your use of the Service must comply with all applicable laws, regulations and ordinances, including any laws regarding the export of data or software.
2.3 You agree not to (a) access (or attempt to access) the administrative interface of the Service by any means other than through the interface that is provided by libimobiledevice in connection with the Service, unless you have been specifically allowed to do so in a separate agreement with libimobiledevice, or (b) engage in any activity that interferes with or disrupts the Service (or the servers and networks which are connected to the Service).
2.4 You may not access or use the Service for the purpose of bringing an intellectual property infringement claim against libimobiledevice or for the purpose of creating a product or service competitive with the Service.
2.5 Your account may have usage limits, as further explained on the Service or other documentation provided by libimobiledevice. The Service may not allow you to exceed the hard usage limits. libimobiledevice reserves the right to enforce soft usage limits in its sole discretion. Repeated exceeding of the hard or soft usage limits may lead to termination of your account.
2.6 Vulnerability Reporting Service. When you use this service, libimobiledevices service will scan the images that you specify, which may be based upon code you authored, or code of others, and may generate vulnerability reports or information. You understand that any reports or other information that you receive from libimobiledevice about possible vulnerabilities are not guaranteed to be comprehensive, and there can be no assurance that every fault or vulnerability is discovered in a particular image. You agree that libimobiledevices service should not be used as the basis to deploy systems that must be hardened or highly secure, or involve mission-critical business operations, the operation of nuclear facilities, aircraft navigation, important communication systems, medical devices, air traffic control devices, real time control systems or other situations in which an inaccuracy or error in a report or in the service could lead to death, personal injury, or physical property or environmental damage.
3. Privacy and Restrictions on Use
3.1 libimobiledevices Privacy Policy describes libimobiledevices collection, use, storage and disclosure of your personal information, and is hereby incorporated by this reference into these Terms. You agree to the use of your data in accordance with libimobiledevices Privacy Policy.
3.2 You agree that you will protect the privacy and legal rights of the end users of your repositories or other content stored or managed via the Service. You must provide legally adequate privacy notice and protection for such end users.
3.3 You agree that you are responsible for your own conduct while accessing or using the Service and for any consequences thereof. You agree to use the Service only for purposes that are legal, proper and in accordance with these Terms and any applicable laws or regulations. By way of example, and not as a limitation, you may not and may not allow any third party to:
a. Send, upload, distribute or disseminate or offer to do the same with respect to any unlawful, defamatory, harassing, abusive, fraudulent, obscene, or otherwise objectionable content;
b. Distribute viruses, worms, defects, Trojan horses, corrupted files, hoaxes, or any other items of a destructive or deceptive nature;
c. Impersonate another person (via the use of an email address or otherwise) or otherwise misrepresent yourself or the source of any content;
d. Upload, post, transmit or otherwise make available through the Service any content that infringes any patent, trademark, copyright, trade secret or other proprietary right of any party, unless you are the owner of such rights or have the permission of the owner to post such content;
e. Download any content posted by another user that you know, or reasonably should know, that cannot be legally distributed in such manner;
f. Submit content that falsely expresses or implies that such content is sponsored or endorsed by libimobiledevice;
g. Use the Service to violate the legal rights (such as rights of privacy and publicity) of others;
h. Promote or encourage illegal activity;
i. Interfere with other users' enjoyment of the Service;
j. Exploit the Service for any unauthorized commercial purpose;
k. Modify, adapt, translate, or reverse engineer any portion of the Service;
l. Remove any copyright, trademark or other proprietary rights notices contained in or on the Service or any content posted thereon;
m. Reformat or frame any portion of the web pages that are part of the Service's administration display;
n. Use the Service in connection with illegal peer-to-peer file sharing;
o. Display any content on the Service that contains any hate-related or violent content or contains any other material, products or services that violate or encourage conduct that would violate any criminal laws, any other applicable laws, or any third party rights;
p. Use any robot, spider, site search/retrieval application, or other device to retrieve or index any portion of the Service or the content posted thereon or to collect information about its users for any unauthorized purpose;
q. Create user accounts by automated means or under false or fraudulent pretenses; or
r. Use the Service, or any interfaces provided with the Service, to access any libimobiledevice product or service in a manner that violates the Terms or other terms and conditions for use of such libimobiledevice product or service.
4. Usernames
4.1 We reserve the right to reclaim usernames on behalf of businesses or individuals that hold legal claim or trademark to those usernames. Accounts using business names and/or logos that may be considered misleading to others may be permanently suspended. We also reserve the right to reclaim usernames using libimobiledevice trademarks or usernames that violate the libimobiledevice Trademark Guidelines (the “Trademark Guidelines”), which are hereby incorporated into these Terms by reference.
4.2 You agree that libimobiledevice, in its sole discretion and subject to your opt-out rights as described below, may use your trade names, trademarks, service marks, logos, domain names and other distinctive brand features in presentations, marketing materials, customer lists, financial reports and Web site listings (including links to your website) for the purpose of advertising or publicizing your use of the Service. You may opt out of granting libimobiledevice the foregoing license, or require that you and libimobiledevice execute a separate license agreement therefor, by providing written notice to libimobiledevice within five (5) calendar days of the date you enter into these Terms.
4.3 Username Squatting. You may not and may not allow any third party to engage in username squatting. Accounts that are inactive for more than six months may be terminated at our discretion and without further notice. We take into account several factors when determining what conduct is considered to be username squatting including, without limitation:
a. The number of accounts created
b. Creating accounts for the purpose of preventing others from using those account names
c. Creating accounts for the purpose of selling those accounts
4.4 Selling Usernames. You may not and may not allow any third party to buy or sell usernames.
5. Fees
5.1 Subject to the Terms, the Service is provided to you without charge up to certain limits. Usage over this limit may require you to purchase additional resources or services. The pricing for additional resources and services can be found on this website.
5.2 For all purchased resources and services, including with limitation any purchased Applications (as defined in Section 9), libimobiledevice will charge your credit card on a monthly basis or at the interval indicated in libimobiledevice fees and payment policies, if different. libimobiledevice may change its fees and payment policies by notifying you at least fifteen (15) days before the beginning of the billing cycle in which such change will take effect. Late payments will bear interest at the rate of 1.5% per month (or the highest rate permitted by law, if less). All fees are non-refundable (except as expressly set forth in Section 11.3) and exclusive of applicable taxes. You are responsible for paying all taxes and government charges, and all reasonable expenses and attorneys fees libimobiledevice incurs collecting late amounts. You acknowledge and agree that any credit card and related billing and payment information that you provide to libimobiledevice may be shared by libimobiledevice with companies who work on libimobiledevice's behalf, such as payment processors and/or credit agencies, solely for the purposes of checking credit, effecting payment to libimobiledevice and servicing your account. libimobiledevice may also provide information in response to valid legal process, such as subpoenas, search warrants and court orders, or to establish or exercise its legal rights or defend against legal claims. libimobiledevice shall not be liable for any use or disclosure of such information by such third parties. libimobiledevice reserves the right to disable your access to the Service for any late payments. Any outstanding balance becomes immediately due and payable upon termination of the Terms for any reason.
6. User Content
6.1 The Service allows you and other users to submit, post, transmit, and share content with other users, which may include, without limitation, data files, text, articles, documents, computer software or code, music, images, audiovisual works, informational materials and any user comments submitted by you and other users on or through the Service (collectively, “User Content”). For the avoidance of doubt, User Content shall not include Applications (as defined in Section 9). You retain all your ownership rights in your User Content. libimobiledevice simply displays or makes the User Content available to users of the Service and does not otherwise control the content thereof. libimobiledevice does not guarantee any accuracy or confidentiality with respect to any information contained in any User Content, and strongly recommends that you think carefully about what you transmit, submit or post to or through the Service. You understand that all information contained in User Content is the sole responsibility of the person from whom such User Content originated. This means that you, and not libimobiledevice, are entirely responsible for all User Content that you upload, post, transmit, or otherwise make available through the Service, as well as for any actions taken by libimobiledevice or other users as a result of such User Content.
6.2 libimobiledevice intends to, but does not guarantee that it will, display or make any User Content available on or through the Service, and libimobiledevice reserves the right to refuse to allow any User Content on the Service, or to edit or remove any User Content at any time with or without prior notice, if libimobiledevice reasonably believes that you or your User Content are in violation of these Terms or otherwise disrupt or threaten the operation of the Service. Without limiting the generality of the preceding sentence, libimobiledevice complies with the Digital Millennium Copyright Act, and will remove User Content from the Service upon receipt of a compliant takedown notice (see Section 16 below). You agree to immediately take down any User Content that violates the Terms, including pursuant to a take-down request from libimobiledevice. In the event that you elect not to comply with a request from libimobiledevice to take down certain User Content, libimobiledevice reserves the right to directly take down such User Content, or to suspend or terminate your use of the Service.
6.3 By uploading or submitting your User Content through the Service, you hereby grant libimobiledevice and its affiliates and partners (collectively, the “libimobiledevice Licensees”) a worldwide, non-exclusive, fully paid-up, royalty-free license to reproduce (including by making mechanical reproductions), reformat, distribute, publicly display, and publicly perform your User Content in connection with providing you and other users with the services, features and functionalities available on or through the Service; provided, that for any User Content that is subject to an open source license, libimobiledevices rights shall be limited to the rights granted under the applicable open source license.
6.4 The Service allows you to specify or upload the terms under which other users of the Service will be licensed to use your User Content. If you do not specify or upload such license terms with respect to any User Content, you hereby grant to any other users of the Service, a non-exclusive license to access, download, use, modify or otherwise exploit such part of your User Content for any personal or business purposes.
6.5 You are solely responsible for your own User Content and the consequences of posting or publishing them. In connection with User Content, you affirm, represent, and warrant that: (i) you either own your User Content or have the necessary licenses, rights, consents, and permissions to grant the rights and licenses granted in these Terms, and (ii) the libimobiledevice Licensees exercise of the license rights set forth in this Section 6, does not and will not require obtaining a license from or paying any fees and/or royalties by libimobiledevice to any third party for the exercise of any rights granted in these Terms. However, the foregoing shall not be deemed a warranty by you of non-infringement of any third party patent rights.
6.6 You understand that libimobiledevice may scan User Content at any time to check for potential security vulnerabilities and other issues. libimobiledevice may request that you immediately remedy any issue it discovers in your User Content and retains the right to remove any User Content at any time without notice for any valid business or technical reasons, such as if security vulnerabilities are identified in such User Content.
6.7 You understand that User Content made available on or through the Service comes from a variety of sources and that libimobiledevice does not endorse and is not responsible for the accuracy, usefulness, or intellectual property rights of or relating to such User Content. You understand that libimobiledevice cannot, and does not, review all User Content and does not endorse any User Content. You further understand and acknowledge that you may be exposed to User Content that is inaccurate, misleading, infringing, or otherwise objectionable. You agree to waive, and hereby do waive, any legal or equitable rights or remedies you have or may have against libimobiledevice with respect thereto. IF YOU ARE A CALIFORNIA RESIDENT, YOU WAIVE CALIFORNIA CIVIL CODE SECTION 1542, WHICH SAYS: “A GENERAL RELEASE DOES NOT EXTEND TO CLAIMS WHICH THE CREDITOR DOES NOT KNOW OR SUSPECT TO EXIST IN HIS OR HER FAVOR AT THE TIME OF EXECUTING THE RELEASE, WHICH IF KNOWN BY HIM OR HER MUST HAVE MATERIALLY AFFECTED HIS OR HER SETTLEMENT WITH THE DEBTOR.”
6.8 You agree that libimobiledevice has no responsibility or liability for the deletion or failure to store any User Content and other communications maintained on or transmitted through use of the Service. You further acknowledge that you are solely responsible for securing and backing up any User Content or other communication you upload or transmit to or through the Service.
7. Proprietary Rights
You acknowledge and agree that libimobiledevice (or libimobiledevices licensors) own all legal right, title and interest in and to the Service. The visual interfaces, graphics, design, systems, methods, information, computer code, software, services, “look and feel”, organization, compilation of the content, code, data, and all other elements of the Service (collectively, the “libimobiledevice Materials”) are protected by United States copyright, trade dress, patent, and trademark laws, international conventions, and all other relevant intellectual property and proprietary rights, and applicable laws. Except for any User Content owned and/or posted by you or other users, all libimobiledevice Materials are the copyrighted property of libimobiledevice or its licensors. Furthermore, all trademarks, service marks, and trade names contained in the libimobiledevice Materials are proprietary to libimobiledevice or its licensors. Except as expressly set forth herein, your use of the Service does not grant to you ownership of or any other rights with respect to any content, code, data, user comments or other materials that you may access on or through the Service. libimobiledevice reserves all rights to the libimobiledevice Materials not expressly granted in the Terms
8. Feedback
You may choose to or libimobiledevice may invite you to submit comments, bug reports, ideas or other feedback about the Service, including without limitation about how to improve the Service or any other libimobiledevice products ("Feedback"). By submitting any Feedback, you agree that libimobiledevice is free to use such Feedback at its discretion and without any additional compensation to you, and/or to disclose such Feedback to third parties on a non-confidential basis or otherwise. You hereby grant libimobiledevice a perpetual, irrevocable, nonexclusive license under all rights necessary to incorporate and use your Feedback for any purpose.
9. Third-Party Store
9.1 libimobiledevice may make available additional applications and services offered by its third-party partners through its Store ("Application(s)"). You acknowledge that your use of Applications may be subject to additional fees. You further acknowledge that your use of any Applications may be subject to a separate agreement between you and the third party licensor of that Application ("the Application Provider"), and that libimobiledevice shall not be a party to such separate agreement between you and the Application Provider. The Application Provider of each Application, and not libimobiledevice, is solely responsible for that Application, the content therein, and any claims that you or any other party may have relating to that Application or the use of that Application. libimobiledevice does not endorse and is not responsible for the accuracy, functionality, usefulness, or intellectual property rights of or relating to such Applications. You acknowledge and agree that, notwithstanding the foregoing, libimobiledevice and its affiliates are third party beneficiaries of the agreement between you and the Application Provider for each Application, and that libimobiledevice will have the right (and will be deemed to have accepted the right) to enforce such agreement against you as a third party beneficiary thereof.
9.2 By subscribing to or purchasing an Application, you grant libimobiledevice permission to share your User Content, and user information with the Application Provider as necessary in order to provide you the Application.
10. Recommendations
libimobiledevice may, and you grant libimobiledevice permission to, make recommendations via the Service for products or services that in libimobiledevices opinion may be of interest to you based on your User Content, and/or use of the Service.
11. Modification and Termination
11.1 libimobiledevice is constantly innovating in order to provide the best possible experience for its users. You acknowledge and agree that the form and nature of the Service may change from time to time without prior notice to you and that libimobiledevice may add new features and change any part of the Service at any time without notice.
11.2 You may terminate these Terms at any time by canceling your account on the Service and discontinuing your use of the Service. You will not receive any refunds if you cancel your account or otherwise terminate these Terms.
11.3 You agree that libimobiledevice, in its sole discretion and for any or no reason, may terminate these Terms and your account for the Service. You agree that any termination of your access to the Service may be without prior notice, and you agree that libimobiledevice will not be liable to you or any third party for such termination. If libimobiledevice terminates these Terms or your access or use of the Service due to your breach of these Terms or any suspected fraudulent, abusive, or illegal activity, then termination of these Terms shall be in addition to any other remedies libimobiledevice may have at law or in equity. Notwithstanding anything to the contrary herein, in the event of any termination by libimobiledevice other than due to your breach of these Terms, libimobiledevice will reimburse to you any fees you have prepaid for resources and services purchased hereunder, prorated to the date of such termination.
11.4 Upon any termination or expiration of these Terms, whether by you or libimobiledevice, ANY INFORMATION (INCLUDING USER CONTENT) THAT YOU HAVE POSTED OR SUBMITTED ON OR THROUGH THE SERVICE OR THAT WHICH IS RELATED TO YOUR ACCOUNT MAY NO LONGER BE ACCESSED BY YOU and libimobiledevice will have no obligation to maintain any such information in its databases or to forward any such information to you or any third party. You are solely responsible for retrieving your User Content from the Service prior to termination of your account for any reason, provided that if we terminate your account, we will provide you a reasonable opportunity to retrieve your User Content.
11.5 Upon any termination of these Terms or your account, Sections 5, 6, 7, 8, 11.4, 11.5, 12, 13, 14, 15, 19 and 20 shall survive.
12. EXCLUSION OF WARRANTIES
12.1 NOTHING IN THESE TERMS SHALL EXCLUDE OR LIMIT DOCKERS WARRANTY OR LIABILITY FOR LOSSES WHICH MAY NOT BE LAWFULLY EXCLUDED OR LIMITED BY APPLICABLE LAW.
12.2 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SERVICE IS AT YOUR SOLE RISK AND THAT THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND EITHER EXPRESS OR IMPLIED. TO THE FULLEST EXTENT PERMISSIBLE PURSUANT TO APPLICABLE LAW, DOCKER, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS MAKE NO EXPRESS WARRANTIES AND DISCLAIM ALL IMPLIED WARRANTIES REGARDING THE SERVICE, USER CONTENT OR ANY APPLICATIONS OR EXTERNAL SITES, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT CORRECTNESS, ACCURACY AND RELIABILITY. WITHOUT LIMITING THE GENERALITY OF THE FOREGOING, DOCKER, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS DO NOT REPRESENT OR WARRANT TO YOU THAT: (A) YOUR USE OF THE SERVICE WILL MEET YOUR REQUIREMENTS, (B) YOUR USE OF THE SERVICE WILL BE UNINTERRUPTED, TIMELY, SECURE OR FREE FROM ERROR, (C) USAGE DATA PROVIDED THROUGH THE SERVICE WILL BE ACCURATE OR (D) THE SERVICE OR ANY CONTENT, SERVICES, OR FEATURES MADE AVAILABLE ON OR THROUGH THE SERVICE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.
13. LIMITATION OF LIABILITY
13.1 SUBJECT TO SECTION 12 ABOVE, YOU UNDERSTAND AND AGREE THAT DOCKER, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU FOR ANY INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES WHICH MAY BE INCURRED BY YOU, HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, ANY LOSS OF PROFIT (WHETHER INCURRED DIRECTLY OR INDIRECTLY), ANY LOSS OF GOODWILL OR BUSINESS REPUTATION, ANY LOSS OF DATA SUFFERED, COST OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR OTHER INTANGIBLE LOSS, EVEN IF DOCKER OR A DOCKER AUTHORIZED REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
13.2 SUBJECT TO SECTION 12 ABOVE, YOU AGREE THAT THE AGGREGATE LIABILITY OF THE DOCKER, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS TO YOU FOR ALL CLAIMS ARISING OUT OF OR RELATING TO THE USE OF OR ANY INABILITY TO USE ANY PORTION OF THE SERVICE OR OTHERWISE UNDER THESE TERMS, WHETHER IN CONTRACT, TORT, OR OTHERWISE, IS LIMITED TO THE GREATER OF (A) THE AMOUNTS PAID BY YOU TO DOCKER UNDER THESE TERMS IN THE 12 MONTH PERIOD PRECEDING THE DATE THE CLAIM AROSE, OR (B) $100.
13.3 YOU ACKNOWLEDGE AND AGREE THAT DOCKER HAS MADE AVAILABLE THE SERVICE AND ENTERED INTO THESE TERMS IN RELIANCE UPON THE WARRANTY DISCLAIMERS AND THE LIMITATIONS OF LIABILITY SET FORTH HEREIN, THAT THE WARRANTY DISCLAIMERS AND THE LIMITATIONS OF LIABILITY SET FORTH HEREIN REFLECT A REASONABLE AND FAIR ALLOCATION OF RISK BETWEEN YOU AND DOCKER, AND THAT THE WARRANTY DISCLAIMERS AND THE LIMITATIONS OF LIABILITY SET FORTH HEREIN FORM AN ESSENTIAL BASIS OF THE BARGAIN BETWEEN YOU AND DOCKER. DOCKER WOULD NOTE BE ABLE TO PROVIDE THE SERVICE TO YOU WITHOUT THESE LIMITATIONS.
14. Indemnification
You agree to hold harmless and indemnify libimobiledevice and its subsidiaries, affiliates, officers, agents, employees, advertisers, licensors, suppliers or partners from and against any third party claim arising from or in any way related to (a) your breach of the Terms, (b) your violation of applicable laws, rules or regulations in connection with the Service, or (c) your User Content, including any liability or expense arising from all claims, losses, damages (actual and consequential), suits, judgments, litigation costs and attorneys' fees, of every kind and nature. In such case, libimobiledevice will provide you with written notice of such claim, suit or action; will provide you the opportunity to control the defense and/or settlement of such claim, suit or action; and will provide you reasonable assistance in such defense or settlement, upon reasonable request.
15. User Disagreements
You alone are responsible for your involvement and interactions with other users of the Service. libimobiledevice reserves the right, but has no obligation, to monitor disagreements between you and other users. If you have a dispute with any other users of the Service, you irrevocably and forever release libimobiledevice (and libimobiledevices affiliates, officers, directors, agents, subsidiaries, joint ventures and employees) from claims, demands and damages (actual and consequential) of every kind and nature, known and unknown, arising out of or in any way connected with such disputes. IF YOU ARE A CALIFORNIA RESIDENT, YOU WAIVE CALIFORNIA CIVIL CODE SECTION 1542, WHICH SAYS: “A GENERAL RELEASE DOES NOT EXTEND TO CLAIMS WHICH THE CREDITOR DOES NOT KNOW OR SUSPECT TO EXIST IN HIS OR HER FAVOR AT THE TIME OF EXECUTING THE RELEASE, WHICH IF KNOWN BY HIM OR HER MUST HAVE MATERIALLY AFFECTED HIS OR HER SETTLEMENT WITH THE DEBTOR.”
16. Copyright Policy
16.1 libimobiledevice has established the following process to respond to notices of alleged infringement that comply with the United States' Digital Millennium Copyright Act ("DMCA notices").
16.2 If you believe that your copyrighted work has been copied in a way that constitutes copyright infringement and is accessible via the Service, please notify libimobiledevice's copyright agent, as set forth in the Digital Millennium Copyright Act of 1998 (DMCA). For your complaint to be valid under the DMCA, you must provide the following information in writing:
a. An electronic or physical signature of a person authorized to act on behalf of the copyright owner;
b. Identification of the copyrighted work that you claim is being infringed;
c. Identification of the material that is claimed to be infringing and where it is located on the Service;
d. Information reasonably sufficient to permit libimobiledevice to contact you, such as your address, telephone number, and e-mail address;
e. A statement that you have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or law; and
f. A statement, made under penalty of perjury, that the above information is accurate, and that you are the copyright owner or are authorized to act on behalf of the owner.
libimobiledevice's Designated Copyright Agent to receive notifications of claimed infringement can be reached as follows:
Attention: Copyright Agent
Mirell Development c/o libimobiledevice.org
Kronprinzenstr. 119
40217 Düsseldorf
Germany
Email: dmca@libimobiledevice.org
For clarity, only DMCA notices should go to the libimobiledevice Designated Copyright Agent. Any other feedback, comments, requests for technical support or other communications should be directed to libimobiledevice customer service through support@libimobiledevice.org.
17. External Sites
17.1 The Service may include hyperlinks to other web sites or resources (collectively, “External Sites”) solely as a convenience to its users. libimobiledevice has no control over any External Sites which are provided by companies or persons other than libimobiledevice.
17.2 You acknowledge and agree that libimobiledevice is not responsible for the availability of any External Sites, and does not endorse any advertising, products or other materials on or available from the External Sites.
17.3 You acknowledge and agree that libimobiledevice is not liable for any loss or damage which may be incurred as a result of the availability of the External Sites, or as a result of any reliance placed by you on the completeness, accuracy or existence of any advertising, products or other materials on, or available from, the External Sites.
18. Changes to the Terms
libimobiledevice may make changes to the Terms from time to time. When such changes are made, libimobiledevice will make the updated Terms available on or through the Service. Please check these Terms periodically for changes. Unless otherwise agreed to between you and libimobiledevice in writing, your continued use of the Service after such changes have been published on or through the Service shall constitute your binding acceptance of such changes. Unless otherwise agreed to between you and libimobiledevice in writing, in the event that such changes materially alter your rights or obligations hereunder such amended Terms will automatically be effective upon the earlier of (i) your continued use of the Service with actual knowledge of such modifications, or (ii) 30 days from the date such modified Terms are made available on or through the Service. Notwithstanding the foregoing, the resolution of any dispute that arises between you and libimobiledevice will be governed by the Terms in effect at the time such dispute arose.
19. Dispute Resolution and Arbitration
19.1 Generally. In the interest of resolving disputes between you and libimobiledevice in the most expedient and cost effective manner, you and libimobiledevice agree that every dispute arising in connection with these Terms will be resolved by binding arbitration. Arbitration is more informal than a lawsuit in court. Arbitration uses a neutral arbitrator instead of a judge or jury, may allow for more limited discovery than in court, and can be subject to very limited review by courts. Arbitrators can award the same damages and relief that a court can award. Our agreement to arbitrate disputes includes all claims arising out of or relating to any aspect of these Terms, whether based in contract, tort, statute, fraud, misrepresentation, or any other legal theory, and regardless of whether a claim arises during or after the termination of these Terms. YOU UNDERSTAND AND AGREE THAT, BY ENTERING INTO THESE TERMS, YOU AND DOCKER ARE EACH WAIVING THE RIGHT TO A TRIAL BY JURY OR TO PARTICIPATE IN A CLASS ACTION.
19.2 Exceptions. Despite the provisions of Section 19.1, we both agree that nothing in these Terms will be deemed to waive, preclude, or otherwise limit the right of either of us to: (a) bring an individual action in small claims court; (b) pursue an enforcement action through the applicable federal, state, or local agency if that action is available; (c) seek injunctive relief in a court of law; or (d) to file suit in a court of law to address an intellectual property infringement claim.
19.3 Arbitrator. Any arbitration between you and libimobiledevice will be governed by the Commercial Dispute Resolution Procedures and the Supplementary Procedures for Consumer Related Disputes (collectively, "AAA Rules") of the American Arbitration Association ("AAA"), as modified by these Terms, and will be administered by the AAA. The AAA Rules and filing forms are available online at www.adr.org, by calling the AAA at 1-800-778-7879, or by contacting libimobiledevice.
19.4 Notice; Process. A party who intends to seek arbitration must first send a written notice of the dispute to the other, by certified mail or Federal Express (signature required), or if we do not have a physical address on file for you, by electronic mail ("Notice"). libimobiledevices address for Notice is: libimobiledevice, Inc., 318 Cambridge Ave, P.O. Box 61180, Palo Alto, CA 94306. The Notice must: (a) describe the nature and basis of the claim or dispute; and (b) set forth the specific relief sought ("Demand"). We agree to use good faith efforts to resolve the claim directly, but if we do not reach an agreement to do so within 30 days after the Notice is received, you or libimobiledevice may commence an arbitration proceeding. During the arbitration, the amount of any settlement offer made by you or libimobiledevice must not be disclosed to the arbitrator until after the arbitrator makes a final decision and award, if any. If our dispute is finally resolved through arbitration in your favor, libimobiledevice will pay you the highest of the following: (i) the amount awarded by the arbitrator, if any; (ii) the last written settlement amount offered by libimobiledevice in settlement of the dispute prior to the arbitrators award; or (iii) $1,000.
19.5 Fees. If you commence arbitration in accordance with these Terms, libimobiledevice will reimburse you for your payment of the filing fee, unless your claim is for more than $10,000, in which case the payment of any fees will be decided by the AAA Rules. Any arbitration hearing will take place at a location to be agreed upon in San Francisco County, CA, but if the claim is for $10,000 or less, you may choose whether the arbitration will be conducted: (a) solely on the basis of documents submitted to the arbitrator; (b) through a non-appearance based telephone hearing; or (c) by an in-person hearing as established by the AAA Rules in the county (or parish) of your billing address. If the arbitrator finds that either the substance of your claim or the relief sought in the Demand is frivolous or brought for an improper purpose (as measured by the standards set forth in Federal Rule of Civil Procedure 11(b)), then the payment of all fees will be governed by the AAA Rules. In that case, you agree to reimburse libimobiledevice for all monies previously disbursed by it that are otherwise your obligation to pay under the AAA Rules. Regardless of the manner in which the arbitration is conducted, the arbitrator must issue a reasoned written decision sufficient to explain the essential findings and conclusions on which the decision and award, if any, are based. The arbitrator may make rulings and resolve disputes as to the payment and reimbursement of fees or expenses at any time during the proceeding and upon request from either party made within 14 days of the arbitrators ruling on the merits.
19.6 No Class Actions. YOU AND libimobiledevice AGREE THAT EACH MAY BRING CLAIMS AGAINST THE OTHER ONLY IN YOUR OR ITS INDIVIDUAL CAPACITY AND NOT AS A PLAINTIFF OR CLASS MEMBER IN ANY PURPORTED CLASS OR REPRESENTATIVE PROCEEDING. Further, unless both you and libimobiledevice agree otherwise, the arbitrator may not consolidate more than one persons claims, and may not otherwise preside over any form of a representative or class proceeding.
19.7 Modifications. If libimobiledevice makes any future change to this arbitration provision (other than a change to libimobiledevice's address for Notice), you may reject the change by sending us written notice within 30 days of the change to libimobiledevice's address for Notice, in which case your account with libimobiledevice will be immediately terminated and this arbitration provision, as in effect immediately prior to the amendments you reject will survive.
19.8 Enforceability. If Section 19.6 is found to be unenforceable or if the entirety of this Section 19 is found to be unenforceable, then the entirety of this Section 19 will be null and void and, in that case, the parties agree that the exclusive jurisdiction and venue described in Section 20.7 will govern any action arising out of or related to these Terms.
20. General Legal Terms
20.1 The Terms constitute the whole legal agreement between you and libimobiledevice and govern your use of the Service (but excluding any services which libimobiledevice may provide to you under a separate written agreement) and completely replace any prior agreements between you and libimobiledevice in relation to the Service.
20.2 There are no third party beneficiaries to these Terms. The parties are independent contractors, and nothing in these Terms creates an agency, partnership or joint venture.
20.3 If libimobiledevice provides you with a translation of the English language version of these Terms, the English language version of these Terms will control if there is any conflict.
20.4 You agree that libimobiledevice may provide you with notices, including those regarding changes to the Terms, by email, regular mail, or postings on the Service. By providing libimobiledevice your email address, you consent to our using the email address to send you any notices required by law in lieu of communication by postal mail. You may provide us with legal notices at our postal address set forth above or via email to support@libimobiledevice.org.
20.5 You agree that if libimobiledevice does not exercise or enforce any legal right or remedy which is contained in the Terms (or which libimobiledevice has the benefit of under any applicable law), this will not be deemed a waiver of any such rights or remedies, and that those rights or remedies will still be available to libimobiledevice.
20.6 libimobiledevice shall not be liable for failing or delaying performance of its obligations resulting from any condition beyond its reasonable control, including but not limited to, governmental action, acts of terrorism, earthquake, fire, flood or other acts of God, labor conditions, power failures, and Internet disturbances.
20.7 The Terms, and your relationship with libimobiledevice under the Terms, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and libimobiledevice agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the Terms.
20.8 You understand that the Service is subject to United States export controls administered by the U.S. Department of Commerce and the United States Department of Treasury Office of Foreign Assets Control. You acknowledge and agrees that the Service and any User Content or Applications accessed by you shall not be used, transferred or otherwise exported or re-exported to countries as to which the United States, maintains an embargo (collectively, "Embargoed Countries"), or to or by a national or resident thereof, or any person or entity on the U.S. Department of Treasury's List of Specially Designated Nationals or the U.S. Department of Commerce's Entity List, Denied Persons List, or Unverified List, or the U.S. Department of States Nonproliferation Sanctions list (collectively, "Designated Nationals"). The lists of Embargoed Countries and Designated Nationals are subject to change without notice. By using the Service, including without limitation by uploading or accessing any User Content or Application, you represent and warrant that you are not located in, under the control of, or a national or resident of an Embargoed Country or Designated National. You agree to comply strictly with all U.S. export laws and assume sole responsibility for obtaining United States government export licenses to export or re-export as may be required. You will defend, indemnify, and hold harmless libimobiledevice and its suppliers and licensors from and against any violation of such laws or regulations by you or any of your agents, officers, directors or employees.
20.9 Neither party may assign any of its rights or obligations under these Terms, whether by operation of law or otherwise, without the prior written consent of the other party (not to be unreasonably withheld). Notwithstanding the foregoing, libimobiledevice may assign the entirety of its rights and obligations under these Terms, without your consent, to an affiliate or in connection with a merger, acquisition, corporate reorganization, or sale of all or substantially all of its assets. Any assignment attempted to be made in violation of these Terms will be void
+5
View File
File diff suppressed because one or more lines are too long
-64
View File
@@ -1,64 +0,0 @@
{
"links": [
{
"id": "github",
"type": ["development"],
"icon": "fab fa-github",
"title": "Our GitHub Project",
"tagline": "Contribute on GitHub",
"description": "Warm welcome for pull requests and technical stuff.",
"url": "https://github.com/libimobiledevice",
"weight": 1
},
{
"id": "mailing-list",
"type": ["mailing-list"],
"icon": "fas fa-envelope",
"title": "Our Mailing List",
"tagline": "Discuss on Mailing List",
"description": "The classic way by E-Mail.",
"url": "https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel",
"weight": 2
},
{
"id": "stackoverflow",
"type": ["support"],
"icon": "fab fa-stack-overflow",
"title": "Questions about libimobiledevice on Stackoverflow",
"tagline": "Ask on Stackoverflow",
"description": "Best for general questions and support.",
"url": "https://stackoverflow.com/questions/tagged/libimobiledevice",
"weight": 3
},
{
"id": "twitter",
"type": ["socialmedia"],
"icon": "fab fa-twitter",
"title": "Our Twitter Profile",
"tagline": "Follow on Twitter",
"description": "For latest updates in a birdly manner.",
"url": "https://twitter.com/intent/user?screen_name=libimobiledev",
"weight": 4
},
{
"id": "telegram",
"type": ["socialmedia"],
"icon": "fab fa-telegram",
"title": "Our Telegram Group",
"tagline": "Chat on Telegram",
"description": "Get hands on with developers.",
"url": "https://t.me/libimobiledevice",
"weight": 5
},
{
"id": "irc",
"type": ["chat"],
"icon": "fas fa-hashtag",
"title": "Our IRC Channel",
"tagline": "Chat on IRC",
"description": "Get hands on in ASCII style.",
"url": "irc://libera.chat#libimobiledevice",
"weight": 6
}
]
}
-240
View File
@@ -1,240 +0,0 @@
[
{
"id": "com.apple.bluetooth.BTPacketLogger",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.PurpleReverseProxy.Conn",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.PurpleReverseProxy.Ctrl",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.afc",
"name": "",
"state": "done",
"firmware": "13.5.1",
"comment": "Fully implemented except a few details."
},
{
"id": "com.apple.atc",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.atc2",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.companion_proxy",
"name": "",
"state": "partly",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.crashreportcopymobile",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.crashreportmover",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.idamd",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.iosdiagnostics.relay",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented except a few details."
},
{
"id": "com.apple.misagent",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.mobileactivationd",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.MCInstall",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.mobile.assertion_agent",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.mobile.diagnostics_relay",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.file_relay",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.mobile.heartbeat",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.house_arrest",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.insecure_notification_proxy",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.installation_proxy",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.mobile_image_mounter",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobile.notification_proxy",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobilebackup",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobilebackup2",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.mobilesync",
"name": "",
"state": "partly",
"firmware": "11+",
"comment": "Partly implemented."
},
{
"id": "com.apple.os_trace_relay",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.pcapd",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.preboardservice",
"name": "",
"state": "partly",
"firmware": "11+",
"comment": "Partly implemented."
},
{
"id": "com.apple.preboardservice_v2",
"name": "",
"state": "partly",
"firmware": "11+",
"comment": "Partly implemented."
},
{
"id": "com.apple.springboardservices",
"name": "",
"state": "partly",
"firmware": "11+",
"comment": "Partly implemented."
},
{
"id": "com.apple.streaming_zip_conduit",
"name": "",
"state": "none",
"firmware": "11+",
"comment": ""
},
{
"id": "com.apple.syslog_relay",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
},
{
"id": "com.apple.webinspector",
"name": "",
"state": "done",
"firmware": "11+",
"comment": "Fully implemented."
}
]
+326
View File
@@ -0,0 +1,326 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Home &middot; libimobiledevice</title>
<meta name="robots" content="index, follow">
<meta name="language" content="de">
<link rel="preload" as="style" href="https://libimobiledevice.org/css/main.min.css">
<title>Home &middot; libimobiledevice</title>
<meta name="description" content="libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices running iOS on Linux without the need for jailbreaking." />
<meta name="keywords" content="Linux, iOS, iPhone, iPod Touch, iPad, iPad mini, Apple TV, iTunes, development, library, afc, lockdownd, libplist, installation_proxy, usbmux, plist, libirecovery, idevicerestore, iTunesCDB, tethering, backup, restore, C/C++, instruments, MDM, mobileconfig, provisioning, FOSS" />
<meta name="author" content="Array">
<link rel="canonical" type="text/html" title="Home &middot; libimobiledevice" href="https://libimobiledevice.org/de/" /> <meta property="og:locale" content="de_DE" />
<meta property="og:site_name" content="libimobiledevice" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home &middot; libimobiledevice" />
<meta property="og:description" content="libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices running iOS on Linux without the need for jailbreaking." />
<meta property="og:url" content="https://libimobiledevice.org/" />
<meta property="og:image" content="https://libimobiledevice.org/img/brand/brand-ontop-gradient-alpha.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@libimobiledev">
<meta name="theme-color" content="#0a9197">
<link rel="canonical" href="https://libimobiledevice.org/de/">
<link rel="stylesheet" href="https://libimobiledevice.org/css/main.min.css">
<link rel="shortcut icon" href="https://libimobiledevice.org/favicon.ico">
<link rel="icon" href="https://libimobiledevice.org/favicon.ico" type="image/x-icon">
</head>
<body class="template-page">
<header class="banner fixed-top bg-light shadow-sm">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a href="https://libimobiledevice.org/#" class="navbar-brand" title="Go Home">
<img class="d-inline-block align-top" src="https://libimobiledevice.org/img/logo.svg" alt="Brand for libimobiledevice" height="48" onerror="this.onerror=null; this.src='https://libimobiledevice.org/img/logo.png'">
</a>
<div class="d-flex text-muted align-items-center d-lg-none ml-auto mr-2">
<a class="text-reset mx-2" href="https://github.com/libimobiledevice/libimobiledevice/releases/tag/1.3.0" target="_blank" rel="noopener">v1.3.0</a>
<a class="text-reset mx-2" href="https://github.com/libimobiledevice" target="_blank" rel="noopener"><i class="fab fa-github fa-fw" target="_blank" rel="noopener" title="Contribute on GitHub"></i></a>
<a class="text-reset mx-2" href="https://twitter.com/intent/user?screen_name=libimobiledev" target="_blank" rel="noopener"><i class="fab fa-twitter fa-fw" target="_blank" rel="noopener" title="Follow on Twitter"></i></a>
<a class="text-reset mx-2" href="https://t.me/libimobiledevice" target="_blank" rel="noopener"><i class="fab fa-telegram fa-fw" target="_blank" rel="noopener" title="Chat on Telegram"></i></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" data-toggle="collapse" data-target="#navbarSupportedContent.show">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://libimobiledevice.org/#get-started">Get Started</a>
<a class="dropdown-item" href="https://libimobiledevice.org/#features">Features</a>
<a class="dropdown-item" href="https://libimobiledevice.org/#examples">Examples</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://docs.libimobiledevice.org/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libideviceactivation <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libusbmuxd <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libplist <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libirecovery <span class="badge badge-muted">API</span></a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://libimobiledevice.org/#resources">Resources</a>
</li>
</ul>
<ul class="navbar-nav ml-auto align-items-center d-none d-md-flex">
<li class="nav-item">
<a class="nav-link" href="https://github.com/libimobiledevice/libimobiledevice/releases/tag/1.3.0" target="_blank" rel="noopener">v1.3.0</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/libimobiledevice"><i class="fab fa-github fa-fw" target="_blank" rel="noopener" title="Contribute on GitHub"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/intent/user?screen_name=libimobiledev"><i class="fab fa-twitter fa-fw" target="_blank" rel="noopener" title="Follow on Twitter"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://t.me/libimobiledevice"><i class="fab fa-telegram fa-fw" target="_blank" rel="noopener" title="Chat on Telegram"></i></a>
</li>
</ul>
</div>
</nav> </div>
<!--[if lt IE 10]>
<div class="mb-0 pt-5 alert alert-warning alert-dismissible fade show" role="alert">
<div class="container text-center">
<h1><i class="fas fa-exclamation-triangle"></i>&nbsp;You are using an outdated browser.</h1>
<p>Please <a href="https://browsehappy.com/" target="_blank" rel="noopener" class="alert-link">upgrade your browser</a> to improve your experience.</p>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
</div>
<![endif]--> </header>
<main class="content">
<div class="container-fluid bg-white">
<div class="container py-4 px-lg-5 px-0">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="https://libimobiledevice.org/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Home</li>
</ol>
</nav>
</div>
</div>
<section id="content" class="container-fluid bg-white">
<div class="container py-4 p-lg-5 px-0">
<div class="row section-heading mb-4">
<div class="col-12">
<h1 class="section-title">Home</h1>
<hr class="bg-info">
</div>
</div>
<div class="row">
<div class="col">
<article>
<div class="entry-content"></div>
</article>
</div>
</div>
</div>
</section>
<section id="community" class="container-fluid bg-white">
<div class="container py-4 p-lg-5 px-0">
<div class="row section-heading">
<div class="col-12">
<h2 class="section-title mb-5">Join the Community</h2>
</div>
</div>
<div class="row mb-4">
<div class="col-12">
<p class="lead">We are thrilled that you would like to contribute to this project. Your help is essential for keeping it great.</p>
</div>
</div>
<div class="row row-cols-2 row-cols-md-2 row-cols-lg-3 row-cols-xl-3">
<div class="col mb-4 h-100">
<div class="card justify-content-center mb-1 border-0">
<div class="row no-gutters align-items-center">
<div class="card-body">
<div class="card-img-top"><i class="fab fa-github fa-2x" title="Our GitHub Project"></i></div>
<hr class="border-warning">
<a target="_blank" rel="noopener" href="https://github.com/libimobiledevice" class="card-link text-dark stretched-link"><h5 class="my-2">Contribute on GitHub</h5></a>
<p class="card-text">Warm welcome for pull requests and technical stuff.</p>
</div>
</div>
</div>
</div>
<div class="col mb-4 h-100">
<div class="card justify-content-center mb-1 border-0">
<div class="row no-gutters align-items-center">
<div class="card-body">
<div class="card-img-top"><i class="fas fa-envelope fa-2x" title="Our Mailing List"></i></div>
<hr class="border-warning">
<a target="_blank" rel="noopener" href="https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel" class="card-link text-dark stretched-link"><h5 class="my-2">Discuss on Mailing List</h5></a>
<p class="card-text">The classic way by E-Mail.</p>
</div>
</div>
</div>
</div>
<div class="col mb-4 h-100">
<div class="card justify-content-center mb-1 border-0">
<div class="row no-gutters align-items-center">
<div class="card-body">
<div class="card-img-top"><i class="fab fa-stack-overflow fa-2x" title="Questions about libimobiledevice on Stackoverflow"></i></div>
<hr class="border-warning">
<a target="_blank" rel="noopener" href="https://stackoverflow.com/questions/tagged/libimobiledevice" class="card-link text-dark stretched-link"><h5 class="my-2">Ask on Stackoverflow</h5></a>
<p class="card-text">Best for general questions and support.</p>
</div>
</div>
</div>
</div>
<div class="col mb-4 h-100">
<div class="card justify-content-center mb-1 border-0">
<div class="row no-gutters align-items-center">
<div class="card-body">
<div class="card-img-top"><i class="fab fa-twitter fa-2x" title="Our Twitter Profile"></i></div>
<hr class="border-warning">
<a target="_blank" rel="noopener" href="https://twitter.com/intent/user?screen_name=libimobiledev" class="card-link text-dark stretched-link"><h5 class="my-2">Follow on Twitter</h5></a>
<p class="card-text">For latest updates in a birdly manner.</p>
</div>
</div>
</div>
</div>
<div class="col mb-4 h-100">
<div class="card justify-content-center mb-1 border-0">
<div class="row no-gutters align-items-center">
<div class="card-body">
<div class="card-img-top"><i class="fab fa-telegram fa-2x" title="Our Telegram Group"></i></div>
<hr class="border-warning">
<a target="_blank" rel="noopener" href="https://t.me/libimobiledevice" class="card-link text-dark stretched-link"><h5 class="my-2">Chat on Telegram</h5></a>
<p class="card-text">Get hands on with developers.</p>
</div>
</div>
</div>
</div>
<div class="col mb-4 h-100">
<div class="card justify-content-center mb-1 border-0">
<div class="row no-gutters align-items-center">
<div class="card-body">
<div class="card-img-top"><i class="fas fa-hashtag fa-2x" title="Our IRC Channel"></i></div>
<hr class="border-warning">
<a target="_blank" rel="noopener" href="irc://libera.chat#libimobiledevice" class="card-link text-dark stretched-link"><h5 class="my-2">Chat on IRC</h5></a>
<p class="card-text">Get hands on in ASCII style.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="shape-1 bottom" style="background-color: var(--white); overflow: hidden; width: 100%; height: 40px;"><svg viewBox="0 0 600 40" preserveAspectRatio="none" style="width: 100%; height: 100%; -webkit-transform: scale(1); transform: scale(1);"><path d="M 0,20 C 40,40 400,-20 600,20 V 40 H 0 Z" style="stroke: none; fill: var(--info);"></path></svg></div>
<section id="quote" class="container-fluid bg-info text-white">
<div class="container py-4 p-lg-5 px-0">
<div class="row">
<div class="col-12">
<blockquote class="blockquote text-center">
<p class="mb-0">We'll miss you, Steve.</p>
<footer class="blockquote-footer text-light"><a href="https://www.apple.com/stevejobs/" target="_blank" rel="noreferrer" class="text-white">Steve Jobs</a>, 1955 - 2011</footer>
</blockquote>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-light text-muted border-top">
<div class="container py-4">
<div class="row">
<div class="col-12 text-center text-md-left">
<ul class="list-inline d-flex align-items-center justify-content-center justify-content-md-start">
<li class="list-inline-item"><img class="pb-2" alt="GitHub Stars" data-src="https://img.shields.io/github/stars/libimobiledevice/libimobiledevice?style=social"></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6 text-center text-md-left">
<span class="navbar-text">&copy; 2023 <strong>libimobiledevice</strong>. All rights reserved.</span>
</div>
<div class="col d-flex align-items-center justify-content-center justify-content-md-end">
<ul class="nav justify-content-center justify-content-md-end">
<li class="nav-item">
<a class="nav-link" href="https://github.com/libimobiledevice"><i class="fab fa-github fa-fw" target="_blank" rel="noopener" title="Contribute on GitHub"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel"><i class="fas fa-envelope fa-fw" target="_blank" rel="noopener" title="Discuss on Mailing List"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://stackoverflow.com/questions/tagged/libimobiledevice"><i class="fab fa-stack-overflow fa-fw" target="_blank" rel="noopener" title="Ask on Stackoverflow"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/intent/user?screen_name=libimobiledev"><i class="fab fa-twitter fa-fw" target="_blank" rel="noopener" title="Follow on Twitter"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://t.me/libimobiledevice"><i class="fab fa-telegram fa-fw" target="_blank" rel="noopener" title="Chat on Telegram"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="irc://libera.chat#libimobiledevice"><i class="fas fa-hashtag fa-fw" target="_blank" rel="noopener" title="Chat on IRC"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://libimobiledevice.org/news/rss.xml" title="Subscribe to our news" target="_blank" rel="noopener"><i class="fas fa-rss"></i></a>
</li>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="col-12 text-center text-md-left">
<small class="text-muted">Logo, Artwork &amp; UI by <a href="https://github.com/FunkyM" class="text-reset" target="_blank" rel="noopener">Martin Szulecki</a>.</small>&nbsp;<small class="ml-auto text-muted">Generated by <a href="https://cecil.app/#5.x-dev" class="text-reset" target="_blank" rel="noopener">Cecil v5.x-dev</a> on Fri, 21 Apr 2023 18:13:30 +0200</small>
</div>
</div>
</div>
</footer>
<a href="#" class="d-none back-to-top animated shadow" title="Back to top"><i class="fas fa-chevron-up"></i></a>
<script src="https://libimobiledevice.org/js/vendor.3b612bb74c7866240445ba7290b60860.min.js"></script>
<script src="https://libimobiledevice.org/js/vendor2.9325883cc35d519ef9c449b5a57d8bfc.min.js"></script>
<script src="https://libimobiledevice.org/js/prism.de789170a16e0f1c97bb0b53fda365ea.min.js" async></script>
<script src="https://libimobiledevice.org/js/waypoints.7bfd4c33d7f7fab5ebda017c89eaefac.min.js" async></script>
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-4831747-7', 'auto');
ga('send', 'pageview');
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<!-- End Google Analytics -->
</body>
</html>
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

+1557
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
{% extends '_default/list.html.twig' %}
{% block content %}
{% include 'partials/section/cards.html.twig' with {"id": "news", "attr": " bg-white", "heading": "h1", "view_all": false, "items": pages} %}
{% include 'partials/pagination.html.twig' with {"attr": " bg-white"} %}
{% endblock content %}
-38
View File
@@ -1,38 +0,0 @@
{% extends 'feed.twig' %}
{% set author_name = site.author.name|default(site.title) %}
{% set author_uri = site.author.url|default(site.baseurl) %}
{% block feed %}
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{{ lang }}">
<id>{{ url(page, {canonical:true}) }}</id>
<title>{{ title | e }}</title>
<subtitle><![CDATA[{{ site.description }}]]></subtitle>
<link href="{{ url(page, {canonical:true,format:'atom'}) }}" rel="self" type="application/atom+xml" />
<link href="{{ url(page, {canonical:true,format:'html'}) }}" rel="alternate" type="text/html" />
<updated>{{ date|date('c') }}</updated>
<author>
<name>{{ author_name | e }}</name>
<uri>{{ author_uri }}</uri>
</author>
{% for p in pages|filter(p => p.exclude is not defined or p.exclude == false)|sort_by_date %}
<entry xml:lang="{{ lang }}">
<id>{{ url(p, {canonical:true}) }}</id>
<title>{{ p.title | e }}</title>
{% if 'txt' in p.output|default('html') %}
<content type="text">
<![CDATA[{{ p.content }}]]>
</content>
{% else %}
<content type="html">
<![CDATA[{{ p.content }}]]>
</content>
{% endif %}
<link href="{{ url(p, {canonical:true}) }}" rel="alternate" type="text/html" />
<published>{{ p.date|date('c') }}</published>
<updated>{{ p.date|date('c') }}</updated>
</entry>
{% endfor %}
</feed>
{% endblock feed %}
-28
View File
@@ -1,28 +0,0 @@
{% set pages = site.pages.all %}
{% if page.pages is defined %}
{% set pages = page.pages %}
{% endif %}
{% if page.pagination.pages is defined %}
{% set pages = page.pagination.pages %}
{% endif %}
{% extends '_default/page.html.twig' %}
{% block content %}
{% if page.title != 'index' %}
<header>
<h1>{{ page.title }}</h1>
</header>
{% endif %}
<main>
{{ page.content }}
{% for p in pages.all|filter(p => p.exclude is not defined or p.exclude == false) %}
<article>
<h2><a href="{{ url(p) }}">{{ p.title|e }}</a></h2>
<time>{{ p.date|date("j M Y") }}</time>
A {{ p.content|excerpt_html }}
</article>
{% endfor %}
</main>
{% include 'partials/pagination.html.twig' %}
{% endblock content %}
-22
View File
@@ -1,22 +0,0 @@
{% extends 'feed.twig' %}
{% block feed %}
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>{{ title | e }}</title>
<description><![CDATA[{{ site.description }}]]></description>
<lastBuildDate>{{ date|date('c') }}</lastBuildDate>
<link>{{ url(page, {canonical:true}) }}</link>
{% for p in pages|filter(p => p.exclude is not defined or p.exclude == false)|sort_by_date %}
<item>
<guid>{{ url(p, {canonical:true}) }}</guid>
<title>{{ p.title | e }}</title>
<description><![CDATA[{{ p.content }}]]></description>
<pubDate>{{ p.date|date('c') }}</pubDate>
<link>{{ url(p, {canonical:true}) }}</link>
</item>
{% endfor %}
</channel>
</rss>
{% endblock feed %}
-102
View File
@@ -1,102 +0,0 @@
{%- set title = page.title ~ ' &middot; ' ~ site.title -%}
{%- if page.type == 'homepage' -%}
{%- set title = site.title ~ ' &middot; ' ~ site.baseline -%}
{%- endif -%}
<!DOCTYPE html>
<html lang="{{ site.language | default('en') }}">
<head>
{% block head %}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ title }}</title>
<meta name="robots" content="index, follow">
<meta name="language" content="{{ site.language | default('en') }}">
{% set main_css_url = asset('scss/main.scss', {'filename': 'css/main.css'}) | url %}
<link rel="preload" as="style" href="{{ main_css_url }}">
{% include 'partials/metatags.html.twig' %}
<meta name="theme-color" content="#0a9197">
<link rel="canonical" href="{{ url(page, {canonical:true}) }}">
<link rel="stylesheet" href="{{ main_css_url }}">
<link rel="shortcut icon" href="{{ url('favicon.ico') }}">
<link rel="icon" href="{{ url('favicon.ico') }}" type="image/x-icon">
{% endblock head %}
</head>
<body class="{% block body_classes %}template-{{ page.type }}{{ page.section != '' ? '-' ~ page.section: '' }}{% endblock body_classes %}">
{% block header %}
<header class="banner fixed-top bg-light shadow-sm">
<div class="container">
{% include 'partials/navbar.html.twig' %}
</div>
{% include 'partials/alert/outdated-browser.html.twig' %}
</header>
{% endblock header %}
<main class="content">
{% block breadcrumb %}
{% if page.type != 'homepage' %}
{% include 'partials/breadcrumb.html.twig' with {"attr": " bg-white"} %}
{% endif %}
{% endblock breadcrumb %}
{% block content %}
{% include 'partials/section/content.html.twig' with {"id": "content", "attr": " bg-white", "heading": "h1"} %}
{% endblock content %}
{% include 'partials/section/community.html.twig' with {"id": "community", "attr": " bg-white"} %}
{% include 'partials/section/wave.html.twig' with {"start": "var(--white)", "end": "var(--info)", "height": "40"} %}
{% include 'partials/section/quote.html.twig' with {"id": "quote", "attr": " bg-info text-white"} %}
</main>
{% include 'partials/footer.html.twig' %}
<a href="#" class="d-none back-to-top animated shadow" title="Back to top"><i class="fas fa-chevron-up"></i></a>
<script src="{{ asset([
site.node.dir ~ '/jquery/dist/jquery.slim.min.js',
site.node.dir ~ '/bootstrap/js/dist/util.js',
site.node.dir ~ '/bootstrap/js/dist/alert.js',
site.node.dir ~ '/bootstrap/js/dist/button.js'
], {'filename': 'js/vendor.js'}) | url }}"></script>
<script src="{{ asset([
site.node.dir ~ '/popper.js/dist/umd/popper.min.js',
site.node.dir ~ '/bootstrap/js/dist/collapse.js',
site.node.dir ~ '/bootstrap/js/dist/dropdown.js',
site.node.dir ~ '/bootstrap/js/dist/tab.js'
], {'filename': 'js/vendor2.js'}) | url }}"></script>
<script src="{{ asset(['js/prism.js'], {'filename': 'js/prism.js'}) | url }}" async></script>
<script src="{{ asset([
site.node.dir ~ '/smoothscroll-polyfill/dist/smoothscroll.min.js',
site.node.dir ~ '/waypoints/lib/jquery.waypoints.min.js',
site.node.dir ~ '/waypoints/lib/shortcuts/inview.min.js',
'js/jquery.waypoints.extra.js',
'js/jquery.back-to-top.js'
], {'filename': 'js/waypoints.js'}) | url }}" async></script>
{% include 'partials/googleanalytics.js.twig' %}
</body>
</html>
-47
View File
@@ -1,47 +0,0 @@
{% extends '_default/page.html.twig' %}
{% block body_classes %}{{ parent() }} template-landing has-jumbotron{% endblock body_classes %}
{% block content %}
{% include 'partials/section/jumbotron.html.twig' %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--jumbotron-bg)","end":"var(--info)"} %}
{% include 'partials/section/bullets.html.twig' with {"id": "features", "attr": " bg-info text-white"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--info)","end":"var(--light)"} %}
{% include 'partials/section/examples.html.twig' with {"id": "examples", "attr": " bg-light"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--light)","end":"var(--secondary)"} %}
{% include 'partials/section/downloads.html.twig' with {"id": "downloads", "attr": " bg-secondary"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--secondary)","end":"var(--light)"} %}
{% include 'partials/section/get-started.html.twig' with {"id": "get-started", "attr": " bg-light"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--light)","end":"var(--warning)"} %}
{% include 'partials/section/cta.html.twig' with {"id": "donate", "attr": " bg-warning"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--warning)","end":"var(--white)"} %}
{% include 'partials/section/cards.html.twig' with {"id": "news", "attr": " bg-white", "section_title": "Latest News", "view_all": true, "items": site.pages | filter_by('section', 'news') | sort_by_date | slice(0, 3)} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--white)","end":"var(--light)"} %}
{% include 'partials/section/accordion.html.twig' with {"id": "faq", "attr": " bg-light", "items": (site.pages | filter_by('section', 'faq'))} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--light)","end":"var(--white)"} %}
{% include 'partials/section/team.html.twig' with {"id": "team", "attr": " bg-white", "section_title": "Team"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--white)","end":"var(--light)"} %}
{% include 'partials/section/links.html.twig' with {"id": "resources", "attr": " bg-light"} %}
{% include 'partials/section/wave.html.twig' with {"start":"var(--light)","end":"var(--white)"} %}
{% endblock content %}
-7
View File
@@ -1,7 +0,0 @@
{% extends '_default/page.html.twig' %}
{% block content %}
{% include 'partials/section/article.html.twig' with {"id": "news-article", "attr": " bg-white", "heading": "h1"} %}
{% endblock content %}
-5
View File
@@ -1,5 +0,0 @@
{#- Template: Edit -#}
<div class="alert alert-warning" role="alert">
<h5 class="alert-heading">Sorry, we&apos;re incomplete here.</h5>
<strong>Ay caramba!</strong> The website is not complete yet at this place! Please bear with us or take a lead and <a class="alert-link" href="https://github.com/libimobiledevice/libimobiledevice.github.io/edit/master/content/{{ page.filepath }}" target="_blank" rel="noopener">edit this content</a>.
</div>
@@ -1,11 +0,0 @@
<!--[if lt IE 10]>
<div class="mb-0 pt-5 alert alert-warning alert-dismissible fade show" role="alert">
<div class="container text-center">
<h1><i class="fas fa-exclamation-triangle"></i>&nbsp;{{ 'You are using an outdated browser.' }}</h1>
<p>{{ 'Please %supgrade your browser%s to improve your experience.' | format('<a href="https://browsehappy.com/" target="_blank" rel="noopener" class="alert-link">','</a>') }}</p>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
</div>
<![endif]-->
-19
View File
@@ -1,19 +0,0 @@
{% extends 'partials/container.html.twig' %}
{% block container_content %}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ url('/') }}">Home</a></li>
{% if page.section is not empty %}
{% set section = site.pages | filter(v => (v.type == 'section' and v.section is defined and v.id == page.section)) | first %}
<li class="breadcrumb-item" aria-current="page"><a href="{{ url(section) }}">{{ section.title }}</a></li>
{% endif %}
{% if page.type == 'page' %}
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
{% endif %}
{% if page.type == 'section' %}
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
{% endif %}
</ol>
</nav>
{% endblock %}
-7
View File
@@ -1,7 +0,0 @@
{% block container %}
<div {% if id is defined %}id="{{ id }}" {% endif %}class="{% block container_classes %}container-fluid{% endblock %}{% if attr is defined %}{{ attr }}{% endif %}"{% block container_attr %}{% endblock %}>
<div class="container py-4 px-lg-5 px-0">
{% block container_content %}{% endblock container_content %}
</div>
</div>
{% endblock container %}
-55
View File
@@ -1,55 +0,0 @@
{# template: footer #}
<footer class="bg-light text-muted border-top">
<div class="container py-4">
<div class="row">
<div class="col-12 text-center text-md-left">
<ul class="list-inline d-flex align-items-center justify-content-center justify-content-md-start">
<li class="list-inline-item"><img class="pb-2" alt="GitHub Stars" data-src="https://img.shields.io/github/stars/libimobiledevice/libimobiledevice?style=social"></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6 text-center text-md-left">
<span class="navbar-text">&copy; {{ "now"|date('Y') }} <strong>{{ site.title }}</strong>. All rights reserved.</span>
</div>
<div class="col d-flex align-items-center justify-content-center justify-content-md-end">
<ul class="nav justify-content-center justify-content-md-end">
{% if site.menus.footer is defined %}
{% for entry in site.menus.footer | sort_by_weight %}
<li class="nav-item{% if url(page) == url(entry.url) %} active{% endif %}">
<a class="nav-link" href="{{ url(entry.url) }}">{{ entry.name }}{% if url(page) == url(entry.url) %} <span class="sr-only">(current)</span>{% endif %}</a>
</li>
{% endfor %}
{% endif %}
{% if site.data.community.links is defined %}
{% for link in site.data.community.links | sort((a, b) => a.weight > b.weight) %}
<li class="nav-item">
<a class="nav-link" href="{{ link.url }}"><i class="{{ link.icon ?? 'fas fa-external-link-alt' }} fa-fw" target="_blank" rel="noopener" title="{{ link.tagline }}"></i></a>
</li>
{% endfor %}
{% endif %}
<li class="nav-item">
<a class="nav-link" href="{{ url('news/rss.xml') }}" title="Subscribe to our news" target="_blank" rel="noopener"><i class="fas fa-rss"></i></a>
</li>
</ul>
</div>
</div>
<hr>
{% set footer = site.pages.all['footer'] ?? false %}
{% set footer_content = (footer and footer.content is defined) ? footer.content: false %}
{% if footer_content != false and footer_content | trim | length %}
<div class="row">
<div class="col-12 text-center text-md-left">
<small class="text-muted">{{- footer.content | replace({'href=': 'class="text-reset" rel="noreferrer" target="_blank" href='}) -}}</small>
</div>
</div>
{% endif %}
<div class="row">
<div class="col-12 text-center text-md-left">
<small class="text-muted">Logo, Artwork &amp; UI by <a href="https://github.com/FunkyM" class="text-reset" target="_blank" rel="noopener">Martin Szulecki</a>.</small>&nbsp;<small class="ml-auto text-muted">Generated by <a href="{{ url(cecil.url) }}" class="text-reset" target="_blank" rel="noopener">{{ cecil.poweredby }}</a> on {{ site.time | date('r') }}</small>
</div>
</div>
</div>
</footer>
-10
View File
@@ -1,10 +0,0 @@
{% if site.googleanalytics is defined and site.googleanalytics is not empty %}
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', '{{ site.googleanalytics }}', 'auto');
ga('send', 'pageview');
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<!-- End Google Analytics -->
{% endif %}
-60
View File
@@ -1,60 +0,0 @@
{# title #}
{% if title is not defined %}
{% set title = page.title|e ~ ' &middot; ' ~ site.title|e %}
{% if page.id == 'index' %}
{% set title = site.title|e ~ ' &middot; ' ~ site.baseline|default(site.description)|e %}
{% endif %}
{% endif %}
{# description #}
{% set description = page.description|default(site.description)|e %}
{# keywords #}
{% set keywords = page.keywords|default(site.keywords)|e %}
{# author #}
{% set author = page.author|default(site.author)|e %}
{% if author.firstname is defined and author.lastname is defined %}
{% set author = author.firstname|e ~ ' ' ~ author.lastname|e %}
{% endif %}
{# image #}
{% if site.image is defined %}
{% set image = site.image %}
{% endif %}
{% if page.image is defined %}
{% set image = page.image %}
{% endif %}
{# open graph #}
{% set opengraph = {
'locale': site.language.locale,
'site_name': site.title,
'type': 'website',
'title': block('title'),
'description': block('description'),
'url': url(page, {canonical:true}),
'image': image|default(),
} %}
{% if page.opengraph is defined or site.opengraph is defined %}
{% set opengraph = opengraph|merge(page.opengraph|default(site.opengraph)) %}
{% endif %}
{# template #}
<title>{% block title %}{{ title }}{% endblock %}</title>
<meta name="description" content="{% block description %}{{ description }}{% endblock %}" />
<meta name="keywords" content="{{ keywords|join(', ') }}" />
{% if author is defined %}
<meta name="author" content="{{ author|e }}">
{% endif %}
{# template: alternates #}
{% include 'partials/alternates.html.twig' %}
{# template: open graph #}
<meta property="og:locale" content="{{ opengraph.locale }}" />
<meta property="og:site_name" content="{{ opengraph.site_name }}" />
<meta property="og:type" content="{{ opengraph.type }}" />
<meta property="og:title" content="{{ block('title') }}" />
<meta property="og:description" content="{{ block('description') }}" />
<meta property="og:url" content="{{ url(page.path, {canonical:true}) }}" />
{% if opengraph.image is not empty %}
<meta property="og:image" content="{{ url(opengraph.image, {canonical:true}) }}" />
{% endif %}
{# template: twitter #}
{% if site.twitter.username is defined %}
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@{{ site.twitter.username }}">
{% endif %}
-79
View File
@@ -1,79 +0,0 @@
{% set anchor_base_url = (page.type == 'homepage' ? '': url('/', {canonical:true})) %}
<nav class="navbar navbar-expand-lg navbar-light">
<a href="{{ anchor_base_url }}#" class="navbar-brand" title="Go Home">
<img class="d-inline-block align-top" src="{{ url('img/logo.svg') }}" alt="Brand for {{ site.title | e }}" height="48" onerror="this.onerror=null; this.src='{{ url('img/logo.png') | e }}'">
</a>
<div class="d-flex text-muted align-items-center d-lg-none ml-auto mr-2">
<a class="text-reset mx-2" href="{{ site.data.github.libimobiledevice.libimobiledevice.releases.latest.html_url }}" target="_blank" rel="noopener">v{{ site.data.github.libimobiledevice.libimobiledevice.releases.latest.tag_name }}</a>
{% if site.data.community.links is defined %}
{% for link in site.data.community.links | filter(v => 'development' in v.type or 'socialmedia' in v.type) | sort((a, b) => a.weight > b.weight) %}
<a class="text-reset mx-2" href="{{ link.url }}" target="_blank" rel="noopener"><i class="{{ link.icon ?? 'fas fa-external-link-alt' }} fa-fw" target="_blank" rel="noopener" title="{{ link.tagline }}"></i></a>
{% endfor %}
{% endif %}
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" data-toggle="collapse" data-target="#navbarSupportedContent.show">
<ul class="navbar-nav mr-auto">
{% if site.menus.main is defined %}
{% for entry in site.menus.main | sort_by_weight %}
<li class="nav-item{% if (url(page) == url(entry.url)) or (entry.url starts with page.section) %} active{% endif %}">
<a class="nav-link" href="{{ url(entry.url) }}">{{ entry.name }}{% if url(page) == url(entry.url) %} <span class="sr-only">(current)</span>{% endif %}</a>
</li>
{%- if not loop.last %}
{% endif %}
{% endfor %}
{% endif %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="{{ anchor_base_url }}#get-started">Get Started</a>
<a class="dropdown-item" href="{{ anchor_base_url }}#features">Features</a>
<a class="dropdown-item" href="{{ anchor_base_url }}#examples">Examples</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{ site.urls.docs }}/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libideviceactivation <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libusbmuxd <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libplist <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libirecovery <span class="badge badge-muted">API</span></a>
</div>
</li>
{% if false and (site.menus.resources is defined) and (site.menus.resources | length) %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle{{ page.menu.resources is defined ? ' active': '' }}" href="#" id="dropDownResources" role="button" data-toggle="dropdown" aris-haspopup="true" aria-expanded="false">Resources</a>
<div class="dropdown-menu" aria-labelledby="dropDownResources">
<a class="dropdown-item" href="{{ anchor_base_url }}#resources">Overview</a>
{% for item in site.menus.resources | sort_by_weight %}
<a class="dropdown-item{% if url(page) == url(item.url) %} active{% endif %}" href="{{ url(item.url) }}">{{ item.name }}{% if url(page) == url(item.url) %} <span class="sr-only">(current)</span>{% endif %}</a>
{% endfor %}
</div>
</li>
{% else %}
<li class="nav-item">
<a class="nav-link" href="{{ anchor_base_url }}#resources">Resources</a>
</li>
{% endif %}
</ul>
<ul class="navbar-nav ml-auto align-items-center d-none d-md-flex">
<li class="nav-item">
<a class="nav-link" href="{{ site.data.github.libimobiledevice.libimobiledevice.releases.latest.html_url }}" target="_blank" rel="noopener">v{{ site.data.github.libimobiledevice.libimobiledevice.releases.latest.tag_name }}</a>
</li>
{% if site.data.community.links is defined %}
{% for link in site.data.community.links | filter(v => 'development' in v.type or 'socialmedia' in v.type) | sort((a, b) => a.weight > b.weight) %}
<li class="nav-item">
<a class="nav-link" href="{{ link.url }}"><i class="{{ link.icon ?? 'fas fa-external-link-alt' }} fa-fw" target="_blank" rel="noopener" title="{{ link.tagline }}"></i></a>
</li>
{% endfor %}
{% endif %}
</ul>
</div>
</nav>
-62
View File
@@ -1,62 +0,0 @@
{% extends 'partials/container.html.twig' %}
{% block container_content %}
{% if page.pagination.pages is defined %}
{% set pagination = page.pagination %}
<nav>
<ul class="pagination pagination-sm justify-content-center">
{% if pagination.links.first is defined and pagination.links.first != page.id %}
<li class="page-item">
<a href="{{ url(site.pages[pagination.links.first]) }}" class="page-link"><i class="fas fa-angle-double-left"></i></a>
</li>
{% else %}
<li class="page-item disabled">
<span class="page-link"><i class="fas fa-angle-double-left"></i></span>
</li>
{% endif %}
{% if pagination.links.prev is defined %}
<li class="page-item">
<a href="{{ url(site.pages[pagination.links.prev]) }}" class="page-link"><i class="fas fa-angle-left"></i></a>
</li>
{% else %}
<li class="page-item disabled">
<span class="page-link"><i class="fas fa-angle-left"></i></span>
</li>
{% endif %}
{% for page_index in 1..pagination.count %}
{% if page_index != pagination.current %}
<li class="page-item">
<a href="{{ url(site.pages[(pagination.links.last | split('/', -1) | join('/') ~ '/' ~ page_index)]) }}" class="page-link">{{ page_index }}</a>
</li>
{% else %}
<li class="page-item active">
<span class="page-link">{{ page_index }}</span>
</li>
{% endif %}
{% endfor %}
{% if pagination.links.next is defined %}
<li class="page-item">
<a href="{{ url(site.pages[pagination.links.next]) }}" class="page-link"><i class="fas fa-angle-right"></i></a>
</li>
{% else %}
<li class="page-item disabled">
<span class="page-link"><i class="fas fa-angle-right"></i></span>
</li>
{% endif %}
{% if pagination.links.last is defined and pagination.current != pagination.count %}
<li class="page-item">
<a href="{{ url(site.pages[pagination.links.last]) }}" class="page-link"><i class="fas fa-angle-double-right"></i></a>
</li>
{% else %}
<li class="page-item disabled">
<span class="page-link"><i class="fas fa-angle-double-right"></i></span>
</li>
{% endif %}
</ul>
</nav>
{% endif %}
{% endblock %}

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