Skip to content

Commit

Permalink
all: Updated GitHub username
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 14, 2020
1 parent da5ac4f commit ea356a3
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center">kepubify</h1>

[![](https://img.shields.io/github/v/release/geek1011/kepubify)](https://github.com/geek1011/kepubify/releases/latest) [![](https://img.shields.io/drone/build/geek1011/kepubify/master)](https://cloud.drone.io/geek1011/kepubify) [![](https://img.shields.io/drone/build/geek1011/kepubify/master?label=linux%20build)](https://cloud.drone.io/geek1011/kepubify) [![](https://img.shields.io/appveyor/ci/pgaskin/kepubify/master?label=windows%20build)](https://ci.appveyor.com/project/pgaskin/kepubify/branch/master) [![](https://img.shields.io/travis/com/geek1011/kepubify/master?label=macOS%20build)](https://travis-ci.com/geek1011/kepubify) ![](https://img.shields.io/github/go-mod/go-version/geek1011/kepubify) [![](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/mod/github.com/geek1011/kepubify/v3?tab=versions) [![](https://goreportcard.com/badge/github.com/geek1011/kepubify)](https://goreportcard.com/report/github.com/geek1011/kepubify)
[![](https://img.shields.io/github/v/release/pgaskin/kepubify)](https://github.com/pgaskin/kepubify/releases/latest) [![](https://img.shields.io/drone/build/pgaskin/kepubify/master)](https://cloud.drone.io/pgaskin/kepubify) [![](https://img.shields.io/drone/build/pgaskin/kepubify/master?label=linux%20build)](https://cloud.drone.io/pgaskin/kepubify) [![](https://img.shields.io/appveyor/ci/pgaskin/kepubify/master?label=windows%20build)](https://ci.appveyor.com/project/pgaskin/kepubify/branch/master) [![](https://img.shields.io/travis/com/pgaskin/kepubify/master?label=macOS%20build)](https://travis-ci.com/pgaskin/kepubify) ![](https://img.shields.io/github/go-mod/go-version/pgaskin/kepubify) [![](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/mod/github.com/pgaskin/kepubify/v3?tab=versions) [![](https://goreportcard.com/badge/github.com/pgaskin/kepubify)](https://goreportcard.com/report/github.com/pgaskin/kepubify)

Kepubify converts EPUBs to KEPUBS. Kepubify also includes two standalone utilities
which do not depend on kepubify (and don't conflict with Calibre): [covergen](./cmd/covergen)
(which pre-generates cover images), and [seriesmeta](./cmd/seriesmeta) (which updates
Calibre or EPUB3 series metadata).

See the [releases](https://github.com/geek1011/kepubify/releases/latest) page for
See the [releases](https://github.com/pgaskin/kepubify/releases/latest) page for
download links, and the [website](https://pgaskin.net/kepubify) for more information.
Kepubify can also be installed via Homebrew (kepubify).

Expand Down Expand Up @@ -40,8 +40,8 @@ Conversion Options:
Links:
Website - https://pgaskin.net/kepubify
Source Code - https://github.com/geek1011/kepubify
Bugs/Support - https://github.com/geek1011/kepubify/issues
Source Code - https://github.com/pgaskin/kepubify
Bugs/Support - https://github.com/pgaskin/kepubify/issues
MobileRead - http://mr.gd/forums/showthread.php?t=295287
```

Expand Down Expand Up @@ -86,7 +86,7 @@ detected path can be relative to the epub root or to the package document.
Covergen does not support the external SD on older devices, and will ignore it.

The N3_LIBRARY_FULL, N3_LIBRARY_LIST, and N3_LIBRARY_GRID images are generated
using the same resizing algorithm as nickel (see [koboutils](https://github.com/geek1011/koboutils/blob/master/kobo/device.go) for more info).
using the same resizing algorithm as nickel (see [koboutils](https://github.com/pgaskin/koboutils/blob/master/kobo/device.go) for more info).

```
Usage: covergen [options] [kobo_path]
Expand Down
2 changes: 1 addition & 1 deletion cmd/covergen/covergen.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/bamiaux/rez"
"github.com/beevik/etree"
"github.com/geek1011/koboutils/v2/kobo"
"github.com/pgaskin/koboutils/v2/kobo"
"github.com/spf13/pflag"
)

Expand Down
6 changes: 3 additions & 3 deletions cmd/kepubify/kepubify.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"sync/atomic"
"time"

"github.com/geek1011/kepubify/v3/kepub"
"github.com/pgaskin/kepubify/v3/kepub"
"github.com/spf13/pflag"
)

Expand Down Expand Up @@ -318,8 +318,8 @@ func helpExit() {
fmt.Fprintf(os.Stderr, "\nLinks:\n")
for _, v := range [][]string{
{"Website", "https://pgaskin.net/kepubify"},
{"Source Code", "https://github.com/geek1011/kepubify"},
{"Bugs/Support", "https://github.com/geek1011/kepubify/issues"},
{"Source Code", "https://github.com/pgaskin/kepubify"},
{"Bugs/Support", "https://github.com/pgaskin/kepubify/issues"},
{"MobileRead", "http://mr.gd/forums/showthread.php?t=295287"},
} {
fmt.Fprintf(os.Stderr, " %-12s - %s\n", v[0], v[1])
Expand Down
2 changes: 1 addition & 1 deletion cmd/seriesmeta/seriesmeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"strings"

"github.com/beevik/etree"
"github.com/geek1011/koboutils/v2/kobo"
_ "github.com/mattn/go-sqlite3"
"github.com/pgaskin/koboutils/v2/kobo"
"github.com/spf13/pflag"
)

Expand Down
30 changes: 15 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<div class="description">Converts EPUBs to KEPUBs</div>
</div>
<div class="buttons">
<a href="https://github.com/geek1011/kepubify/releases" class="button">Changelog</a>
<a href="https://github.com/geek1011/kepubify" class="button">Source Code</a>
<a target="_blank" href="https://github.com/geek1011/kepubify/releases/latest" id="download" class="button primary">Download</a>
<a href="https://github.com/pgaskin/kepubify/releases" class="button">Changelog</a>
<a href="https://github.com/pgaskin/kepubify" class="button">Source Code</a>
<a target="_blank" href="https://github.com/pgaskin/kepubify/releases/latest" id="download" class="button primary">Download</a>
</div>
<div class="clearfix"></div>
</div>
Expand All @@ -37,10 +37,10 @@
<li>Comprehensive test suite</li>
<li>Optionally pre-generate covers (can also stretch it to a specific aspect ratio)</li>
<li>Optionally update Kobo series metadata (even before the book is imported)</li>
<li><b><a href="https://github.com/geek1011/kepubify/releases/latest">Covergen</a>: </b>Optionally pre-generate covers (can also stretch it to a specific aspect ratio)</li>
<li><b><a href="https://github.com/geek1011/kepubify/releases/latest">Seriesmeta</a>: </b>Optionally update Kobo series metadata (even before the book is imported)</li>
<li><b><a href="https://github.com/pgaskin/kepubify/releases/latest">Covergen</a>: </b>Optionally pre-generate covers (can also stretch it to a specific aspect ratio)</li>
<li><b><a href="https://github.com/pgaskin/kepubify/releases/latest">Seriesmeta</a>: </b>Optionally update Kobo series metadata (even before the book is imported)</li>
</ul>
<a style="display:none;font-size:12px;" target="_blank" id="other-platforms" href="https://github.com/geek1011/kepubify/releases/latest">Download for other platforms</a>
<a style="display:none;font-size:12px;" target="_blank" id="other-platforms" href="https://github.com/pgaskin/kepubify/releases/latest">Download for other platforms</a>
</div>
<div class="screenshot">
<img id="screenshot" src="kepubify-windows.gif">
Expand Down Expand Up @@ -114,8 +114,8 @@

Links:
Website - https://pgaskin.net/kepubify
Source Code - https://github.com/geek1011/kepubify
Bugs/Support - https://github.com/geek1011/kepubify/issues
Source Code - https://github.com/pgaskin/kepubify
Bugs/Support - https://github.com/pgaskin/kepubify/issues
MobileRead - http://mr.gd/forums/showthread.php?t=295287</pre>
</div>
</div>
Expand Down Expand Up @@ -198,7 +198,7 @@
<div class="text">
<p>
You can update the series metadata on the Kobo using seriesmeta. Seriesmeta is available
<a href="https://github.com/geek1011/kepubify/releases/latest">here</a>. It will automatically detect your Kobo when you run it.
<a href="https://github.com/pgaskin/kepubify/releases/latest">here</a>. It will automatically detect your Kobo when you run it.
Seriesmeta doesn't conflict with Calibre, and works on both EPUB and KEPUB books.
</p>
<p>
Expand All @@ -222,7 +222,7 @@
kobo_path is the path to the Kobo eReader. If not specified, seriesmeta will
try to automatically detect the Kobo.</pre>
<p>
See <a href="https://github.com/geek1011/kepubify/blob/master/README.md#seriesmeta">here</a> for more details.
See <a href="https://github.com/pgaskin/kepubify/blob/master/README.md#seriesmeta">here</a> for more details.
</p>
</div>
</div>
Expand All @@ -231,7 +231,7 @@
<div class="text">
<p>
You can pre-generate/re-generate cover images using covergen. Covergen is available
<a href="https://github.com/geek1011/kepubify/releases/latest">here</a>. It will automatically detect your Kobo when you run it.
<a href="https://github.com/pgaskin/kepubify/releases/latest">here</a>. It will automatically detect your Kobo when you run it.
You cam use covergen without using kepubify (i.e. it works with EPUB books and won't conflict with Calibre).
</p>
<p>
Expand All @@ -252,7 +252,7 @@
kobo_path is the path to the Kobo eReader. If not specified, covergen will try
to automatically detect the Kobo.</pre>
<p>
See <a href="https://github.com/geek1011/kepubify/blob/master/README.md#covergen">here</a> for more details.
See <a href="https://github.com/pgaskin/kepubify/blob/master/README.md#covergen">here</a> for more details.
</p>
</div>
</div>
Expand Down Expand Up @@ -287,8 +287,8 @@
<div class="text">
<p>
If you find any issues or have any questions, please
<a href="https://github.com/geek1011/kepubify/issues">report them here</a>, or send me an email at
<tt>geek1011 (at) outlook.com</tt>. Include the kepubify version, the operating system you are using, and if
<a href="https://github.com/pgaskin/kepubify/issues">report them here</a>, or send me an email at
<tt>patrick (at) pgaskin (dot) net</tt>. Include the kepubify version, the operating system you are using, and if
possible, the book which you are having problems with. You can find the version by typing:
<tt>kepubify --version</tt>.
</p>
Expand Down Expand Up @@ -330,7 +330,7 @@

var getRelease = function (onSuccess, onError) {
var req;
var url = "https://api.github.com/repos/geek1011/kepubify/releases/latest";
var url = "https://api.github.com/repos/pgaskin/kepubify/releases/latest";
//return;
if (XMLHttpRequest) {
req = new XMLHttpRequest();
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/geek1011/kepubify/v3
module github.com/pgaskin/kepubify/v3

go 1.14

require (
// kepubify/covergen/seriesmeta
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
github.com/geek1011/koboutils/v2 v2.0.1
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pgaskin/koboutils/v2 v2.1.0
github.com/spf13/pflag v1.0.5
)

Expand All @@ -22,4 +22,4 @@ require (
// tests/utils
require github.com/sergi/go-diff v1.1.0

replace golang.org/x/net => github.com/geek1011/net v0.0.0-20200112223105-747a32f770f8 // x/net/html options for kepubify
replace golang.org/x/net => github.com/pgaskin/net v0.0.0-20200714194227-0135d2310fe0 // x/net/html options for kepubify
14 changes: 7 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/geek1011/koboutils/v2 v2.0.1 h1:kDgk94UziyrgeUmTdckxKFJoYZ0ZUF/SDszUx6W7Fxo=
github.com/geek1011/koboutils/v2 v2.0.1/go.mod h1:c/EwVM90qr2bHUrNBVi4jBUWdz+lH1ns2xlfQoiv1vk=
github.com/geek1011/net v0.0.0-20200112223105-747a32f770f8 h1:igYGtip7Y5+SQENEJa1WyKxxaZJ1brwYfTWiizaprs8=
github.com/geek1011/net v0.0.0-20200112223105-747a32f770f8/go.mod h1:GtsWdVoIzucsgYAWGiNlnsRjGNsNS1d8o6TTe5TRgB0=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand All @@ -20,6 +16,10 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/mattn/go-sqlite3 v2.0.3+incompatible h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=
github.com/mattn/go-sqlite3 v2.0.3+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
github.com/pgaskin/koboutils/v2 v2.1.0 h1:J5KzLWvj0zDvoP5aJ7RxWuzFA32CcnD+hqH6tw/3uRE=
github.com/pgaskin/koboutils/v2 v2.1.0/go.mod h1:wTzkDIlsxmUyfwfspGcm0Ap+HOxSUYV0S8kMYrf+0gM=
github.com/pgaskin/net v0.0.0-20200714194227-0135d2310fe0 h1:Xb0ptOMQ6+JL62R95PJm+ypDVTztCvWvEkHkgiuiKmM=
github.com/pgaskin/net v0.0.0-20200714194227-0135d2310fe0/go.mod h1:PqDaaxbNy6TMC9BuETpBkL6kfwza2vGdST0mVzKGmLc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
Expand All @@ -29,11 +29,11 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a h1:WXEvlFVvvGxCJLG6REjsT03iWnKLEWinaScsxF2Vm2o=
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a h1:1BGLXjeY4akVXGgbC9HugT3Jv3hCI0z56oJR5vAMgBU=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
2 changes: 1 addition & 1 deletion kepub/kobotest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"golang.org/x/net/html"
"golang.org/x/net/html/atom"

"github.com/geek1011/kepubify/v3/kepub"
"github.com/pgaskin/kepubify/v3/kepub"
"github.com/sergi/go-diff/diffmatchpatch"
)

Expand Down

0 comments on commit ea356a3

Please sign in to comment.