Rename microsub-server --> ekster
- Server is called eksterd - Client is called ek
This commit is contained in:
parent
532bcf016b
commit
26c8295193
|
@ -1,5 +1,6 @@
|
||||||
# microsub-server
|
# ekster
|
||||||
microsub server
|
|
||||||
|
a microsub server
|
||||||
|
|
||||||
|
|
||||||
Very alpha: no warranty.
|
Very alpha: no warranty.
|
||||||
|
|
|
@ -7,9 +7,9 @@ import (
|
||||||
"net/url"
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
"github.com/pstuifzand/microsub-server/pkg/client"
|
"github.com/pstuifzand/ekster/pkg/client"
|
||||||
"github.com/pstuifzand/microsub-server/pkg/indieauth"
|
"github.com/pstuifzand/ekster/pkg/indieauth"
|
||||||
)
|
)
|
||||||
|
|
||||||
func loadAuth(c *client.Client, filename string) error {
|
func loadAuth(c *client.Client, filename string) error {
|
|
@ -35,7 +35,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/garyburd/redigo/redis"
|
"github.com/garyburd/redigo/redis"
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
"willnorris.com/go/microformats"
|
"willnorris.com/go/microformats"
|
||||||
)
|
)
|
||||||
|
|
|
@ -33,8 +33,8 @@ import (
|
||||||
|
|
||||||
"cloud.google.com/go/profiler"
|
"cloud.google.com/go/profiler"
|
||||||
"github.com/garyburd/redigo/redis"
|
"github.com/garyburd/redigo/redis"
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
"github.com/pstuifzand/microsub-server/pkg/util"
|
"github.com/pstuifzand/ekster/pkg/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
|
@ -29,8 +29,8 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/garyburd/redigo/redis"
|
"github.com/garyburd/redigo/redis"
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
"github.com/pstuifzand/microsub-server/pkg/feedbin"
|
"github.com/pstuifzand/ekster/pkg/feedbin"
|
||||||
"willnorris.com/go/microformats"
|
"willnorris.com/go/microformats"
|
||||||
)
|
)
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/garyburd/redigo/redis"
|
"github.com/garyburd/redigo/redis"
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
)
|
)
|
||||||
|
|
||||||
type micropubHandler struct {
|
type micropubHandler struct {
|
|
@ -18,7 +18,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NullBackend is the simplest possible backend
|
// NullBackend is the simplest possible backend
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
"github.com/pstuifzand/microsub-server/microsub"
|
"github.com/pstuifzand/ekster/microsub"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user