Skip to content

Commit

Permalink
[AUTO] New version of website
Browse files Browse the repository at this point in the history
  • Loading branch information
Pi4J Build committed Mar 18, 2024
1 parent 61081a4 commit 58d3977
Show file tree
Hide file tree
Showing 165 changed files with 399 additions and 367 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=en class="js csstransforms3d"><head><meta charset=utf-8><meta name=description content="Java IO Library for the Raspberry Pi"><meta name=author content="Pi4J"><link rel=icon href=/assets/favicon.ico type=image/ico><title>404 Page not found</title><link href=/css/nucleus.css?1709105652 rel=stylesheet><link href=/css/fontawesome-all.min.css?1709105652 rel=stylesheet><link href=/css/hybrid.css?1709105652 rel=stylesheet><link href=/css/featherlight.min.css?1709105652 rel=stylesheet><link href=/css/perfect-scrollbar.min.css?1709105652 rel=stylesheet><link href=/css/theme.css?1709105652 rel=stylesheet><link href=/css/hugo-theme.css?1709105652 rel=stylesheet><link href=/css/theme-blue.css?1709105652 rel=stylesheet><style>:root #header+#content>#left>#rlblock_left{display:none!important}p,li,ul{text-align:center}ul{list-style-type:none}</style><style>.DocSearch{width:90%}#docsearch-input{border:none;padding-top:15px;margin:0 0 0 10px;padding:0;background:0 0}</style></head><body data-url=/><section id=body style=margin-left:0><div id=overlay></div><div id=chapter><div id=body-inner><h1>Error</h1><p></p><p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p><p></p><p><a href=/>Go to homepage</a></p><p><img src=/images/gopher-404.jpg style=width:50% alt="Page not found!"></p></div></div></section></body></html>
<!doctype html><html lang=en class="js csstransforms3d"><head><meta charset=utf-8><meta name=description content="Java IO Library for the Raspberry Pi"><meta name=author content="Pi4J"><link rel=icon href=/assets/favicon.ico type=image/ico><title>404 Page not found</title><link href=/css/nucleus.css?1710767639 rel=stylesheet><link href=/css/fontawesome-all.min.css?1710767639 rel=stylesheet><link href=/css/hybrid.css?1710767639 rel=stylesheet><link href=/css/featherlight.min.css?1710767639 rel=stylesheet><link href=/css/perfect-scrollbar.min.css?1710767639 rel=stylesheet><link href=/css/theme.css?1710767639 rel=stylesheet><link href=/css/hugo-theme.css?1710767639 rel=stylesheet><link href=/css/theme-blue.css?1710767639 rel=stylesheet><style>:root #header+#content>#left>#rlblock_left{display:none!important}p,li,ul{text-align:center}ul{list-style-type:none}</style><style>.DocSearch{width:90%}#docsearch-input{border:none;padding-top:15px;margin:0 0 0 10px;padding:0;background:0 0}</style></head><body data-url=/><section id=body style=margin-left:0><div id=overlay></div><div id=chapter><div id=body-inner><h1>Error</h1><p></p><p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p><p></p><p><a href=/>Go to homepage</a></p><p><img src=/images/gopher-404.jpg style=width:50% alt="Page not found!"></p></div></div></section></body></html>
6 changes: 3 additions & 3 deletions docs/about/download/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/about/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/about/index.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>About on Pi4J</title><link>https://pi4j.com/about/</link><description>Recent content in About on Pi4J</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://pi4j.com/about/index.xml" rel="self" type="application/rss+xml"/><item><title>Previous versions (V.1)</title><link>https://pi4j.com/about/previous-version-v1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pi4j.com/about/previous-version-v1/</guid><description>Documentation of the 1.X versions Pi4J Version 1.4 Released 2021-03-03 Support for JDK/JRE 11 and 64-bit ARM platforms This release is the final release for the Pi4J Version 1.x codebase The Pi4J project is now prioritizing focus on providing Java programs access, control and communication with the core I/O capabilities of the Raspberry Pi platform Changed project to Apache License, Version 2.0 Removed pi4j-device and pi4j-gpio-extension library Removed platform support for Odroid, BananaPi, BPi, NanoPi, OrangePi Various improvements and bug fixes listed here: GitHub Issues (v1.</description></item><item><title>What's New (V.2)</title><link>https://pi4j.com/about/new-in-v2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pi4j.com/about/new-in-v2/</guid><description>What&amp;rsquo;s New in 2.0? Pi4J version 2.0 brings with it many new features, and an entirely new architecture that focuses on extensibility, simplified integration and a modern Java API including the following:
Fluent APIs/Interfaces Immutable Runtime Context Extensible Provider/Platform/Plug-in Architecture Builder-patterns for creating new I/O instances Well-documented source code Hardware PWM Support Java 11 Future plans:
Dependency Injection via Pi4J Annotations Remote I/O Support (via TCP/IP) In addition to the features listed above, Pi4J version 2.</description></item><item><title>Release Notes</title><link>https://pi4j.com/about/release-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pi4j.com/about/release-notes/</guid><description>All releases of Pi4J V.2 are listed on github.com/Pi4J/pi4j-v2/releases.
2023-10-24 - V2.4.0 Extended LinuxFS plugin PWM provider First set of implementations for Digital Input and Output To be further extended, see https://github.com/Pi4J/pi4j-v2/issues/307 Don&amp;rsquo;t re-initialize pigpio twice, thus use singleton Implement blink method in DigitalOutputBase Added testcases for I2CRegisterDataReader, I2CRegisterDataWrite Fix I2C write register: multi byte register may fail with large data Fix mock SPI.transfer() functionality https://github.</description></item><item><title>Pi4J Downloads</title><link>https://pi4j.com/about/download/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pi4j.com/about/download/</guid><description>All downloads provided by the project can be found on pi4j.com/download.
2024-03-?? - V2.5.0 With over 100 commits from multiple branches, this is a major release with many improvements! With many thanks to the core team (Robert von Burg, Tom Aarts), and a major addition of Alexander Liggesmeyer, Pi4J is again lifted to a higher level!
Changes in 2.5.0 A new GpioD Provider adds support for the Raspberry Pi 5. Issues #321, #320, #317 This new GpioD provider interfaces directly with the Raspberry Pi&amp;rsquo;s gpiochip device, located at /dev/gpiochip.</description></item><item><title>Pi4J Downloads</title><link>https://pi4j.com/about/download/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pi4j.com/about/download/</guid><description>All downloads provided by the project can be found on pi4j.com/download.
The compiled artifacts (releases and snapshots) are available in the Sonatype Maven repository.</description></item><item><title>License (Open Source)</title><link>https://pi4j.com/about/license/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pi4j.com/about/license/</guid><description>The Pi4J Version 2.0 project is distributed and licensed under the Apache License, Version 2.0 license (A business-friendly OSS license).
apache.org/licenses/LICENSE-2.0 github.com/Pi4J/pi4j-v2/blob/master/LICENSE.txt Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
Definitions.
Expand Down
6 changes: 3 additions & 3 deletions docs/about/license/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/about/new-in-v2/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/about/previous-version-v1/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/about/release-notes/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/about/team/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 58d3977

Please sign in to comment.