As
mentioned yesterday, there is now a section on NoseRub.com called
Sites that use NoseRub.
We want to show people, who is using NoseRub already and show them people to contact from all over the world.
We therefore also introduced a new public API call, that returns the number of users on a NoseRub installation:
host/api/json/info/
For
Identoo.com the output looks like this:
{"data":{"num_users":804},"code":0,"msg":"ok"}
But you don't need to worry that this information is now leaked on every installation of
NoseRub 0.7. This is an opt-in solution where you actively have to set the following line to your noserub.php in /app/config/:
define('NOSERUB_API_INFO_ACTIVE', true);
If you don't add this line, or set the value to
false instead of
true, a number of 0 users will be returned instead. If you site is listed on < href="http://noserub.com/sites/">noserub.com/sites it will be displayed there with 1 user.
In the future, this directory will be very helpfull when we want to do a
distributed search. Searching your local installation is currently in development, but you also would like to search on other sites, too and aggregate this results with your own search. Discovering of frends on other NoseRub installations will also be possible, when we can get information from other NoseRub sites.
And therefore, we need this directory. And don't be bothered: all new features that involve your installation will be opt-in, so we will not surprise you at one point with something you don't want.