migrated from GitLab to Gitea
This commit is contained in:
12
README.md
12
README.md
@@ -5,7 +5,7 @@ Library to build a real-time serial (or network) command-line interface (CLI) to
|
||||
configure or control your Arduino or compatible microcontroller.
|
||||
|
||||
This is **Version 1.0**, the latest version, documentation and bugtracker are
|
||||
available on my [GitLab instance](https://gitlab.lindenaar.net/arduino/CLI)
|
||||
available on my [Gitea instance](https://gitea.lindenaar.net/arduino/CLI)
|
||||
|
||||
Copyright (c) 2019 Frederik Lindenaar. free for distribution under the
|
||||
GNU License, see [below](#license)
|
||||
@@ -45,8 +45,8 @@ Download / Installation
|
||||
At this moment this library is not yet available directly from the Arduino IDE
|
||||
but has to be installed manually. For this, download the latest distribution
|
||||
.zip file and install it using the following links:
|
||||
* From my GitLab instance, download to your computer the
|
||||
[Latest .zip archive](https://gitlab.lindenaar.net/arduino/CLI/repository/archive.zip)
|
||||
* From my Gitea instance, download to your computer the
|
||||
[Latest .zip archive](https://gitea.lindenaar.net/arduino/CLI/repository/archive/master.zip)
|
||||
* Follow the documentation for the Arduino IDE on
|
||||
[importing a .zip Library](https://www.arduino.cc/en/Guide/Libraries#toc4).
|
||||
Alternatively, you can also extract the downloaded .zip and follow the steps
|
||||
@@ -55,7 +55,7 @@ but has to be installed manually. For this, download the latest distribution
|
||||
You can also use `git` to checkout the latest version from my repository with
|
||||
|
||||
```
|
||||
git clone https://gitlab.lindenaar.net/arduino/CLI.git
|
||||
git clone https://gitea.lindenaar.net/arduino/CLI.git
|
||||
```
|
||||
|
||||
so that it is easy to upgrade in the future. To find where to checkout check the
|
||||
@@ -251,7 +251,7 @@ Currently both must hence be hardcoded static strings and there is no way to
|
||||
make them dynamic or change them. This is a conscious design choice to reduce
|
||||
the size of the code and the memory it requires. In case you have a good use
|
||||
case to reconsider this decision, let's discuss and for that please do
|
||||
(raise an issue here)[https://gitlab.lindenaar.net/arduino/CLI/issues].
|
||||
(raise an issue here)[https://gitea.lindenaar.net/arduino/CLI/issues].
|
||||
|
||||
#### CLI is a `Stream`
|
||||
The CLI Object implements a Stream so it can be used as well to interact with
|
||||
@@ -472,7 +472,7 @@ void loop() {
|
||||
|
||||
I hope this clarifies how this library can and should be used. In case you find
|
||||
any issues with the documentation, code or examples, please do raise an issue
|
||||
[here](https://gitlab.lindenaar.net/arduino/CLI/issues).
|
||||
[here](https://gitea.lindenaar.net/arduino/CLI/issues).
|
||||
|
||||
|
||||
### Parser Support Functions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "CLI",
|
||||
"description": "Library to buid a real-time serial (or network) command-line interface (CLI) to configure or control your microcontroller.",
|
||||
"keywords": "CLI, Commandline",
|
||||
"homepage": "https://gitlab.lindenaar.net/arduino/CLI",
|
||||
"homepage": "https://gitea.lindenaar.net/arduino/CLI",
|
||||
"authors": {
|
||||
"name": "Frederik Lindenaar",
|
||||
"url": "https://frederik.lindenaar.nl",
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.lindenaar.net/arduino/CLI.git"
|
||||
"url": "https://gitea.lindenaar.net/arduino/CLI.git"
|
||||
},
|
||||
"version": "1.0",
|
||||
"license": "GPL",
|
||||
|
||||
@@ -5,7 +5,7 @@ maintainer=Frederik Lindenaar
|
||||
sentence=Library to build a Command Line Interface (CLI)
|
||||
paragraph=Library to bui;d a real-time serial (or network) command-line interface (CLI) to configure or control your microcontroller.
|
||||
category=Device Control
|
||||
url=https://gitlab.lindenaar.net/arduino/CLI
|
||||
url=https://gitea.lindenaar.net/arduino/CLI
|
||||
architectures=*
|
||||
license=GPL
|
||||
includes=CLI.h
|
||||
|
||||
Reference in New Issue
Block a user