Hubzilla-archive
This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2015-05-04 18:51:31 -07:00
app update bugreport app 2015-04-09 15:25:08 +02:00
assets generate the correct service permalink 2015-02-08 18:31:51 -08:00
doc readme 2015-05-04 18:51:31 -07:00
images update readme 2015-05-03 22:46:36 -07:00
include more performance work 2015-04-30 18:16:54 -07:00
install Updated INSTALL.txt - outdated link corrected 2015-04-28 15:09:18 +02:00
library revert some changes in justified gallery 2015-04-28 22:06:09 +02:00
mod disable voting in blocks, layouts and webpages 2015-04-29 21:36:53 +02:00
tests rev update, fix autoname test "random" failure 2012-04-26 01:33:41 -07:00
util mod/branchtopic - move an off-topic comment to its own thread as a fresh wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains. 2015-04-24 00:56:06 -07:00
vendor PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
view Updating Dutch 2015-05-02 18:23:23 +02:00
.gitattributes Required for github/Windows 2012-06-14 18:39:48 +10:00
.gitignore add reddress to profile - but all is not as it seems. Copy to clipboard is blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy. 2015-03-07 23:35:56 -08:00
.htaccess cherry pick pull request #544 2014-07-24 19:07:04 -07:00
boot.php Merge https://github.com/friendica/red into pending_merge 2015-03-29 16:05:24 -07:00
index.php automated warning after a few days if poller is dead 2015-03-02 18:02:06 -08:00
LICENSE the yearly license update 2015-01-07 18:03:36 -08:00
README.md readme 2015-05-04 18:51:31 -07:00
version.inc just a test, please do not try to implement this as there are severe security issues 2015-04-30 17:52:34 -07:00

Make Hubz with Hubmaker

Hubmaker

What are Hubz?

Hubz are independant webservers which seamlessly connect together to share stuff. Each hub can be operated standalone (like a blog) or as a webserver community (like a forum or social network). Hubz can be large or small. They work the same either way.

When connected with other hubz, access permissions of anything published on an individual hub extends to the rest of the network, so that a member of my hub can easily and privately share something with a member of your hub. They do not require an account or password on my hub to do this. It just works.

Hubmaker is the software which creates and manages hubz. It is open source and built on PHP/MySQL/Apache (Mariadb or Postgres and Nginx could also be used, we're pretty easy).

Each hub is

  • decentralised
  • social
  • privacy-enabled (privacy exclusions work across the entire internet to any registered identity on any compatible hub)
  • optionally inter-networked with other hubs

Possible applications include

  • decentralised social networking
  • personal cloud storage
  • managing organisational communications and activities
  • small business websites
  • public and private media/file management and access
  • blogs
  • feed aggregation and republishing
  • forums
  • pretty much anything you can do on a traditional blog or community website, but that you could do better if you could easily connect it with other websites.

Hubz can also interact to varying degrees with several independant social networks such as Diaspora, Redmatrix, and Friendica; and can cross-post published items to a large number of other services via plugins.