fix some links
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -17,7 +17,7 @@ Before submitting a bug report, check if the issue is already reported in the [I
|
|||||||
We welcome suggestions for new features or enhancements. Use the [Issues](https://github.com/aceinnolab/Inkycal/issues) section to submit your ideas, and provide as much detail as possible.
|
We welcome suggestions for new features or enhancements. Use the [Issues](https://github.com/aceinnolab/Inkycal/issues) section to submit your ideas, and provide as much detail as possible.
|
||||||
|
|
||||||
### Third party modules
|
### Third party modules
|
||||||
So you had a great idea for an inkycal-module? Awesome! In fact, there is already a repo sepcfifically created for that purpose: [inkycal-modules-template](https://github.com/aceisace/inkycal-modules-template). Just fork that repo, add your module and give me a shout via Discord, Github or Email.
|
So you had a great idea for an inkycal-module? Awesome! In fact, there is already a repo sepcfifically created for that purpose: [inkycal-modules-template](https://github.com/aceinnolab/inkycal-modules-template). Just fork that repo, add your module and give me a shout via Discord, Github or Email.
|
||||||
|
|
||||||
|
|
||||||
### Pull Requests
|
### Pull Requests
|
||||||
|
|||||||
4
.github/workflows/greetings.yml
vendored
4
.github/workflows/greetings.yml
vendored
@@ -12,5 +12,5 @@ jobs:
|
|||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: "Hi there and welcome to Inkycal. Thanks for opening this issue. As this is your first issue in this repository, please read through the [contributing guidelines](https://github.com/aceisace/Inkycal/blob/main/.github/CONTRIBUTING.md)"
|
issue-message: "Hi there and welcome to Inkycal. Thanks for opening this issue. As this is your first issue in this repository, please read through the [contributing guidelines](https://github.com/aceinnolab/Inkycal/blob/main/.github/CONTRIBUTING.md)"
|
||||||
pr-message: "Hi there and welcome to Inkycal. Thanks for opening this issue. As this is your first Pull-Request in this repository, please read through the [contributing guidelines](https://github.com/aceisace/Inkycal/blob/main/.github/CONTRIBUTING.md). Please note that non-critical pull-request cannot be merged into the main branch to ensure stability. Please create a new branch and ask to have it merged into main. Thanks for your understanding."
|
pr-message: "Hi there and welcome to Inkycal. Thanks for opening this issue. As this is your first Pull-Request in this repository, please read through the [contributing guidelines](https://github.com/aceinnolab/Inkycal/blob/main/.github/CONTRIBUTING.md). Please note that non-critical pull-request cannot be merged into the main branch to ensure stability. Please create a new branch and ask to have it merged into main. Thanks for your understanding."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# About Inkycal
|
# About Inkycal
|
||||||
<img align="center" src="https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png" width="800" alt="inkycal logo">
|
<img align="center" src="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png" width="800" alt="inkycal logo">
|
||||||
|
|
||||||
Inkycal is a python3 software for selected E-Paper displays.
|
Inkycal is a python3 software for selected E-Paper displays.
|
||||||
It's open-source (non-commercially), fully modular, user-friendly and even runs
|
It's open-source (non-commercially), fully modular, user-friendly and even runs
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Inkycal documentation
|
Inkycal documentation
|
||||||
======================
|
======================
|
||||||
.. image:: https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png
|
.. image:: https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png
|
||||||
:alt: logo
|
:alt: logo
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.. image:: https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png
|
.. image:: https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png
|
||||||
:alt: logo
|
:alt: logo
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ pip3 install -e ./
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Creating settings file
|
## Creating settings file
|
||||||
Please navigate to the [WEB-UI](https://aceisace.eu.pythonanywhere.com/index) to create your settings file.
|
Please navigate to the [WEB-UI](https://inkycal.aceinnolab.com/ui) to create your settings file.
|
||||||
|
|
||||||
Copy the generated settings file to the Raspberry Pi
|
Copy the generated settings file to the Raspberry Pi
|
||||||
more coming soon..
|
more coming soon..
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<section id="about-inkycal">
|
<section id="about-inkycal">
|
||||||
<h1>About Inkycal<a class="headerlink" href="#about-inkycal" title="Link to this heading"></a></h1>
|
<h1>About Inkycal<a class="headerlink" href="#about-inkycal" title="Link to this heading"></a></h1>
|
||||||
<img align="center" src="https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png" width="800" alt="inkycal logo"><p>Inkycal is a python3 software for selected E-Paper displays.
|
<img align="center" src="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png" width="800" alt="inkycal logo"><p>Inkycal is a python3 software for selected E-Paper displays.
|
||||||
It’s open-source (non-commercially), fully modular, user-friendly and even runs
|
It’s open-source (non-commercially), fully modular, user-friendly and even runs
|
||||||
well even on the Raspberry Pi Zero. Inkycal even has a web-UI which takes
|
well even on the Raspberry Pi Zero. Inkycal even has a web-UI which takes
|
||||||
care of adding your details! No more editing files, Yay :partying_face:</p>
|
care of adding your details! No more editing files, Yay :partying_face:</p>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
<section id="inkycal-documentation">
|
<section id="inkycal-documentation">
|
||||||
<h1>Inkycal documentation<a class="headerlink" href="#inkycal-documentation" title="Link to this heading"></a></h1>
|
<h1>Inkycal documentation<a class="headerlink" href="#inkycal-documentation" title="Link to this heading"></a></h1>
|
||||||
<img alt="logo" src="https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png" />
|
<img alt="logo" src="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png" />
|
||||||
<div class="toctree-wrapper compound">
|
<div class="toctree-wrapper compound">
|
||||||
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -123,7 +123,7 @@
|
|||||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||||
<div itemprop="articleBody">
|
<div itemprop="articleBody">
|
||||||
|
|
||||||
<img alt="logo" class="align-center" src="https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png" />
|
<img alt="logo" class="align-center" src="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png" />
|
||||||
<section id="module-inkycal.main">
|
<section id="module-inkycal.main">
|
||||||
<span id="inkycal"></span><h1>Inkycal<a class="headerlink" href="#module-inkycal.main" title="Link to this heading"></a></h1>
|
<span id="inkycal"></span><h1>Inkycal<a class="headerlink" href="#module-inkycal.main" title="Link to this heading"></a></h1>
|
||||||
<p>Main class for inkycal Project
|
<p>Main class for inkycal Project
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ pip3<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </
|
|||||||
</section>
|
</section>
|
||||||
<section id="creating-settings-file">
|
<section id="creating-settings-file">
|
||||||
<h2>Creating settings file<a class="headerlink" href="#creating-settings-file" title="Link to this heading"></a></h2>
|
<h2>Creating settings file<a class="headerlink" href="#creating-settings-file" title="Link to this heading"></a></h2>
|
||||||
<p>Please navigate to the <a class="reference external" href="https://aceisace.eu.pythonanywhere.com/index">WEB-UI</a> to create your settings file.</p>
|
<p>Please navigate to the <a class="reference external" href="https://inkycal.aceinnolab.com/ui">WEB-UI</a> to create your settings file.</p>
|
||||||
<p>Copy the generated settings file to the Raspberry Pi
|
<p>Copy the generated settings file to the Raspberry Pi
|
||||||
more coming soon..</p>
|
more coming soon..</p>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# About Inkycal
|
# About Inkycal
|
||||||
<img align="center" src="https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png" width="800" alt="inkycal logo">
|
<img align="center" src="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/Repo/logo.png" width="800" alt="inkycal logo">
|
||||||
|
|
||||||
Inkycal is a python3 software for selected E-Paper displays.
|
Inkycal is a python3 software for selected E-Paper displays.
|
||||||
It's open-source (non-commercially), fully modular, user-friendly and even runs
|
It's open-source (non-commercially), fully modular, user-friendly and even runs
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ pip3 install -e ./
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Creating settings file
|
## Creating settings file
|
||||||
Please navigate to the [WEB-UI](https://aceisace.eu.pythonanywhere.com/index) to create your settings file.
|
Please navigate to the [WEB-UI](https://inkycal.aceinnolab.com) to create your settings file.
|
||||||
|
|
||||||
Copy the generated settings file to the Raspberry Pi
|
Copy the generated settings file to the Raspberry Pi
|
||||||
more coming soon..
|
more coming soon..
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ __version__ = "2.0.4"
|
|||||||
__description__ = "Inkycal is a python3 software for syncing icalendar events, weather and news on selected E-Paper displays"
|
__description__ = "Inkycal is a python3 software for syncing icalendar events, weather and news on selected E-Paper displays"
|
||||||
__packages__ = ["inkycal"]
|
__packages__ = ["inkycal"]
|
||||||
__author__ = "aceinnolab"
|
__author__ = "aceinnolab"
|
||||||
__author_email__ = "aceisace63@yahoo.com"
|
__author_email__ = "inkycal@aceinnolab.com"
|
||||||
__url__ = "https://github.com/aceinnolab/Inkycal"
|
__url__ = "https://github.com/aceinnolab/Inkycal"
|
||||||
|
|
||||||
__install_requires__ = required
|
__install_requires__ = required
|
||||||
|
|||||||
Reference in New Issue
Block a user