diff --git a/README.md b/README.md index 2a4e3ada..9f35c19c 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ This github repository is currently a weekly sync with my home dev environment, The program can do quite a lot! Please check out the help inside the release or [here](http://hydrusnetwork.github.io/hydrus/help). -* [Homepage](http://hydrusnetwork.github.io/hydrus/) +* [homepage](http://hydrusnetwork.github.io/hydrus/) +* [8chan board](https://8ch.net/hydrus/index.html) +* [twitter](https://twitter.com/hydrusnetwork) +* [tumblr](http://hydrus.tumblr.com/) ## Attribution diff --git a/help/advanced.html b/help/advanced.html index d8ba147a..42502d21 100755 --- a/help/advanced.html +++ b/help/advanced.html @@ -74,14 +74,14 @@

setting a password

the client offers a very simple password system, enough to keep out noobs. You can set it at database->set a password. It will thereafter ask for the password every time you start the program, and will not open without it. However none of the database is encrypted, and someone with enough enthusiasm or a tool and access to your computer can still very easily see what files you have. The password is mainly to stop idle snoops checking your images if you are away from your machine.

the client's server

-

The client runs a very simple http server. I want to do much more with it in future.

-

When you boot the client, it will try to host a service on port 45865, which will respond to /file and /thumbnail requests just like a file repository, but without needing an access key, and only to localhost (127.0.0.1).

+

The client can run a very simple http server. It does not run by default, but you can start it by giving it a port at file->options->local server. Once you ok that dialog, the client will try to launch it. You may get a firewall warning.

+

The server responds to /file and /thumbnail requests just like a file repository, but without needing an access key, and only if the request comes from localhost (127.0.0.1).

For instance, the following image (6c0ae65894c7a5ffd686f54cc052326b8ea188a691a1895b2f88b7c60a07f13f.jpg, in the help dir) is served here from disk:

-

And here it will attempt to load from the client:

+

And here it will attempt to load from the client at port 45865:

-

For more information, check the image's two urls. It will of course only display in the second case if you import it to the client and have it running when you load this page. You can copy the second image's url and replace the hash with that of any other file in your collection and it should work.

-

If you run multiple copies of the client, their local ports will clash. You can change the port number in options.

+

For more information, check the image's two urls. It will of course only display in the second case if you import the file to your client and have the server running on 45865 when you load this page. You can copy the second image's url and replace the hash with that of any other file in your collection and it should work.

+

I want to do much more with this in future.

\ No newline at end of file diff --git a/help/changelog.html b/help/changelog.html index 2ed48514..41e077de 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,19 @@

changelog