-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various of additions and changes #32
Conversation
And add XMPP logo at the buttom of the page
Rule for class img-center require some work
OSX Consideration: Replace Psi by Beagle IM. Link |
Using I don't see what's wrog but my guess is that it has to do with the function function show_clients(client_array) {
var list = document.getElementById('client_list');
for (var id = 0; id < client_array.length; id++) {
var item = document.createElement('span');
item.innerHTML = client_array[id];
list.appendChild(item);
}
} <p class="lead img-center text-center" id="client_list">
<span>
<a href="https://play.google.com/store/apps/details?id=org.yaxim.androidclient">
<img src="assets/yaxim.svg" height="60">
yaxim
</a>
</span>
<span>
<a href="https://play.google.com/store/apps/details?id=eu.siacs.conversations">
<img src="assets/conversations.svg" height="60">
Conversations
</a>
</span>
<span>
<a href="https://play.google.com/store/apps/details?id=com.xabber.android.beta">
<img src="assets/xabber.svg" height="60">
Xabber
</a>
</span>
<span>
<a href="https://play.google.com/store/apps/details?id=org.yaxim.bruno">
<img src="assets/bruno.png" height="60">
Bruno
</a>
</span>
<span>
<a href="https://play.google.com/store/apps/details?id=org.snikket.android">
<img src="assets/snikket.svg" height="60">
Snikket
</a>
</span>
</p> I've changed |
@sjehuda Thanks for putting work into this. One thing additional note: We have started using DOAP files (see the the respective XEP) to display clients here https://xmpp.org/software/clients/ Maybe this helps your approach. Perhaps, this also triggers your interest to support at other corners of the network! It would be highly apprecitated! Let me know. |
XML! Just as I like it!
I'm all for it! XMPP has served me for over a decade. Btw, @Echolon can you refer a JS savvy to this ticket. I realy want to remove the Draft tag from this PR and make it ready. I'll take care of DOAP just after we done with this PR. e: test link https://yax.im/i/#[email protected]?join |
@sjehuda Alright, feel free to join [email protected] to have a chat. Find the website shortcode here: |
Marked pull request as ready for review. |
This PR is ready. |
Thank you very much, I've slightly-squashed, reordered and merged this PR in c035b7d. |
Thank you, George! You're awesome, bro! |
Fixes #18 #27 #30 #31
I need help with Javascript. See below: #32 (comment)