Skip to content

Commit

Permalink
new website
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Nov 10, 2024
1 parent d3bd4fd commit 6ff9c82
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<img src="https://goreportcard.com/badge/github.com/edoardottt/gochanges" alt="Go report card" />
</a>
<!-- open-issues -->
<a href="https://edoardoottavianelli.it">
<a href="https://edoardottt.com">
<img src="https://img.shields.io/github/issues/Naereen/StrapDown.js.svg" alt="open issues" />
</a>

<br>

<!-- ask-me-anything -->
<a href="https://edoardoottavianelli.it">
<a href="https://edoardottt.com">
<img src="https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg" alt="ask me anything" />
</a>
<!-- license AGPLv3.0 -->
Expand All @@ -41,7 +41,7 @@

<br>
<!-- Open-source-love -->
<a href="https://edoardoottavianelli.it">
<a href="https://edoardottt.com">
<img src="https://badges.frapsoft.com/os/v2/open-source.png?v=103" alt="opensourcelove" />
</a>
<!-- Tweet -->
Expand Down Expand Up @@ -124,4 +124,4 @@ License 📝
-------

This repository is under [GNU Affero General Public License v3.0](https://github.com/edoardottt/gochanges/blob/master/LICENSE).
[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.
[edoardottt.com](https://edoardottt.com) to contact me.
2 changes: 1 addition & 1 deletion db/commondb.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

package db
Expand Down
2 changes: 1 addition & 1 deletion db/initdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

package db
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

Expand Down
4 changes: 2 additions & 2 deletions readinput.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

Expand Down Expand Up @@ -79,7 +79,7 @@ func IsEmail(address string) bool {
}

//IsWebsite tell us if a string is a website url or not.
//format: https://www.edoardoottavianelli.it/
//format: https://www.edoardottt.com/
func IsWebsite(address string) bool {
_, err := url.ParseRequestURI(address)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion scraper/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

package scraper
Expand Down
2 changes: 1 addition & 1 deletion scraper/difference.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

package scraper
Expand Down
2 changes: 1 addition & 1 deletion scraper/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

Expand Down
2 changes: 1 addition & 1 deletion webserver/checkinput.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

Expand Down
2 changes: 1 addition & 1 deletion webserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Contributors provide an express grant of patent rights.
When a modified version is used to provide a service over a network,
the complete source code of the modified version must be made available.
Edoardo Ottavianelli, https://edoardoottavianelli.it
Edoardo Ottavianelli, https://edoardottt.com
*/

Expand Down

0 comments on commit 6ff9c82

Please sign in to comment.