wlanslovenija / PiplMesh

A social info portal for wireless networks.
http://dev.wlan-si.net/wiki/PiplMesh
Other
41 stars 19 forks source link

Add about page for the portal #243

Closed mitar closed 11 years ago

mitar commented 12 years ago

Add about page for the portal, probably somewhere in the footer, with short description what the portal is, that it is a part of wlan slovenija initiative, who made it (a list of contributors, usernames probably, you can link to their GitHub profiles, you could fetch this dynamically in the background job regularly). That it is open source, that code can be available here, that any issues can be reported here, that people are invited to contribute to the portal.

Some help can be found here:

http://dev.wlan-si.net/wiki/PiplMesh

mitar commented 11 years ago

A list of contributors is not yet done.

dcrystalj commented 11 years ago

these data should be saved periodically an then displayed or just rendered and displayed "on fly"?

mitar commented 11 years ago

Depends how you want to render it on the fly. If you want that server fetches them in the request-response cycle, then this is no go. But if client can fetch this from somewhere with JavaScript and display it, then this could be a nice way.

So if this later is possible, we could do it. If not, we need to fetch it in the background.