mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-14 16:50:39 +00:00
migrate to thegeeklab namespace
This commit is contained in:
parent
f417d8c05d
commit
e08d62c531
@ -224,7 +224,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'link-validation',
|
name: 'link-validation',
|
||||||
image: 'xoxys/link-validator',
|
image: 'thegeeklab/link-validator',
|
||||||
commands: [
|
commands: [
|
||||||
'link-validator -ro',
|
'link-validator -ro',
|
||||||
],
|
],
|
||||||
|
@ -239,7 +239,7 @@ steps:
|
|||||||
- hugo-official -s docs/ -b http://localhost/
|
- hugo-official -s docs/ -b http://localhost/
|
||||||
|
|
||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: xoxys/link-validator
|
image: thegeeklab/link-validator
|
||||||
commands:
|
commands:
|
||||||
- link-validator -ro
|
- link-validator -ro
|
||||||
environment:
|
environment:
|
||||||
@ -321,6 +321,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 00ee28708597fb83f16ba95ef8701c54655c4ddd90fc13061bc88a3ed41dc24f
|
hmac: 2b355bfd9ecdfcdc7ba0786f8c48ff9d4382b56340c1d122a7dac6382b052acf
|
||||||
|
|
||||||
...
|
...
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Robert Kaussow <mail@geeklabor.de>
|
Copyright (c) 2020 Robert Kaussow <mail@thegeeklab.de>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ doc: doc-assets doc-generate
|
|||||||
.PHONY: doc-assets
|
.PHONY: doc-assets
|
||||||
doc-assets:
|
doc-assets:
|
||||||
mkdir -p $(THEMEDIR)/$(THEME)/ ; \
|
mkdir -p $(THEMEDIR)/$(THEME)/ ; \
|
||||||
curl -sSL "https://github.com/xoxys/$(THEME)/releases/$${GEEKDOC_VERSION}/download/$(THEME).tar.gz" | tar -xz -C $(THEMEDIR)/$(THEME)/ --strip-components=1
|
curl -sSL "https://github.com/thegeeklab/$(THEME)/releases/$${GEEKDOC_VERSION}/download/$(THEME).tar.gz" | tar -xz -C $(THEMEDIR)/$(THEME)/ --strip-components=1
|
||||||
|
|
||||||
.PHONY: doc-generate
|
.PHONY: doc-generate
|
||||||
doc-generate:
|
doc-generate:
|
||||||
|
17
README.md
17
README.md
@ -1,20 +1,21 @@
|
|||||||
# corenetworks
|
# corenetworks
|
||||||
|
|
||||||
[![Build Status](https://img.shields.io/drone/build/xoxys/corenetworks?logo=drone)](https://cloud.drone.io/xoxys/corenetworks)
|
[![Build Status](https://img.shields.io/drone/build/thegeeklab/corenetworks?logo=drone)](https://cloud.drone.io/thegeeklab/corenetworks)
|
||||||
[![Python Version](https://img.shields.io/pypi/pyversions/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
[![Python Version](https://img.shields.io/pypi/pyversions/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
||||||
[![PyPI Status](https://img.shields.io/pypi/status/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
[![PyPI Status](https://img.shields.io/pypi/status/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
||||||
[![PyPI Release](https://img.shields.io/pypi/v/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
[![PyPI Release](https://img.shields.io/pypi/v/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
||||||
[![Codecov](https://img.shields.io/codecov/c/github/xoxys/corenetworks)](https://codecov.io/gh/xoxys/corenetworks)
|
[![Codecov](https://img.shields.io/codecov/c/github/thegeeklab/corenetworks)](https://codecov.io/gh/thegeeklab/corenetworks)
|
||||||
[![License: MIT](https://img.shields.io/github/license/xoxys/corenetworks)](LICENSE)
|
[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/corenetworks)](https://github.com/thegeeklab/corenetworks/graphs/contributors)
|
||||||
|
[![License: MIT](https://img.shields.io/github/license/thegeeklab/corenetworks)](https://github.com/thegeeklab/corenetworks/blob/master/LICENSE)
|
||||||
|
|
||||||
Python library for the [https://core-networks.de](https://beta.api.core-networks.de/doc/) DNS API.
|
Python library for the [https://core-networks.de](https://beta.api.core-networks.de/doc/) DNS API.
|
||||||
|
|
||||||
You can find the full documentation at [https://corenetworks.geekdocs.de](https://corenetworks.geekdocs.de/).
|
You can find the full documentation at [https://corenetworks.geekdocs.de](https://corenetworks.geekdocs.de/).
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
Special thanks goes to all [contributors](https://github.com/thegeeklab/corenetworks/graphs/contributors).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/corenetworks/blob/master/LICENSE) file for details.
|
||||||
|
|
||||||
## Maintainers and Contributors
|
|
||||||
|
|
||||||
[Robert Kaussow](https://github.com/xoxys)
|
|
||||||
|
@ -7,6 +7,6 @@ __author__ = "Robert Kaussow"
|
|||||||
__project__ = "corenetworks"
|
__project__ = "corenetworks"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__maintainer__ = "Robert Kaussow"
|
__maintainer__ = "Robert Kaussow"
|
||||||
__email__ = "mail@geeklabor.de"
|
__email__ = "mail@thegeeklab.de"
|
||||||
__url__ = "https://github.com/xoxys/corenetworks"
|
__url__ = "https://github.com/thegeeklab/corenetworks"
|
||||||
__version__ = "0.1.5"
|
__version__ = "0.1.6"
|
||||||
|
@ -22,7 +22,7 @@ params:
|
|||||||
geekdocMenuBundle: true
|
geekdocMenuBundle: true
|
||||||
geekdocToC: 3
|
geekdocToC: 3
|
||||||
|
|
||||||
geekdocRepo: https://github.com/xoxys/corenetworks
|
geekdocRepo: https://github.com/thegeeklab/corenetworks
|
||||||
geekdocEditPath: edit/master/docs/content
|
geekdocEditPath: edit/master/docs/content
|
||||||
|
|
||||||
geekdocDateFormat: "Jan 2, 2006"
|
geekdocDateFormat: "Jan 2, 2006"
|
||||||
|
@ -2,11 +2,12 @@
|
|||||||
title: Documentation
|
title: Documentation
|
||||||
---
|
---
|
||||||
|
|
||||||
[![Build Status](https://img.shields.io/drone/build/xoxys/corenetworks?logo=drone)](https://cloud.drone.io/xoxys/corenetworks/)
|
[![Build Status](https://img.shields.io/drone/build/thegeeklab/corenetworks?logo=drone)](https://cloud.drone.io/thegeeklab/corenetworks)
|
||||||
[![Python Version](https://img.shields.io/pypi/pyversions/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
[![Python Version](https://img.shields.io/pypi/pyversions/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
||||||
[![PyPI Status](https://img.shields.io/pypi/status/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
[![PyPI Status](https://img.shields.io/pypi/status/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
||||||
[![PyPI Release](https://img.shields.io/pypi/v/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
[![PyPI Release](https://img.shields.io/pypi/v/corenetworks.svg)](https://pypi.org/project/corenetworks/)
|
||||||
[![Codecov](https://img.shields.io/codecov/c/github/xoxys/corenetworks)](https://codecov.io/gh/xoxys/corenetworks)
|
[![Codecov](https://img.shields.io/codecov/c/github/thegeeklab/corenetworks)](https://codecov.io/gh/thegeeklab/corenetworks)
|
||||||
[![License: MIT](https://img.shields.io/github/license/xoxys/corenetworks)](https://github.com/xoxys/corenetworks/blob/master/LICENSE)
|
[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/corenetworks)](https://github.com/thegeeklab/corenetworks/graphs/contributors)
|
||||||
|
[![License: MIT](https://img.shields.io/github/license/thegeeklab/corenetworks)](https://github.com/thegeeklab/corenetworks/blob/master/LICENSE)
|
||||||
|
|
||||||
Python library for the [https://core-networks.de](https://beta.api.core-networks.de/doc/) DNS API.
|
Python library for the [https://core-networks.de](https://beta.api.core-networks.de/doc/) DNS API.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
more:
|
more:
|
||||||
- name: Releases
|
- name: Releases
|
||||||
ref: "https://github.com/xoxys/corenetworks/releases"
|
ref: "https://github.com/thegeeklab/corenetworks/releases"
|
||||||
external: true
|
external: true
|
||||||
icon: "download"
|
icon: "download"
|
||||||
- name: "View Source"
|
- name: "View Source"
|
||||||
ref: "https://github.com/xoxys/corenetworks"
|
ref: "https://github.com/thegeeklab/corenetworks"
|
||||||
external: true
|
external: true
|
||||||
icon: "github"
|
icon: "github"
|
||||||
|
Loading…
Reference in New Issue
Block a user