Added instances list and very small bugfix

This commit is contained in:
nipos 2018-03-11 17:03:24 +01:00
parent 5ccb63b8c5
commit 2951bb35cf
2 changed files with 9 additions and 6 deletions

View File

@ -1,16 +1,19 @@
# Halcyon for Mastodon
A Mastodon web client that looks like Twitter
>The original author of this genius piece of software was inactive for a while and then shut down his demo instance and deleted this repository. I love Halcyon, it's the thing which makes Mastodon the best social network in the world. I took the Code from the Halcyon fork of cybre.space which still works but doesn't seem to get updates, too. I uploaded it here to make the original link work again and don't link into the big nothing. I'm working on much other stuff, too, what is why I won't be very active here in the near future but I do things which are required to keep it working and if I have much more time, I already know some nice features which could come. As for now I don't have an own demo instance but the one from cybre.space works pretty good and when I changed many things, I will open an own one.
>The original author of this genius piece of software was inactive for a while and then shut down his demo instance and deleted this repository. I love Halcyon, it's the thing which makes Mastodon the best social network in the world. I took the Code from the Halcyon fork of cybre.space which still works but doesn't seem to get updates, too. I uploaded it here to make the original link work again and don't link into the big nothing. I'm working on much other stuff, too, what is why I won't use my whole free time to work on Halcyon but I try to do as much as possible here.
<img src="https://halcyon.cybre.space/login/assets/images/preview0.png">
## Blog
- [Release of Version 1.0.0](http://nikisoft.myblog.de/nikisoft/art/11264555/The-first-new-Halcyon-release-is-on-Github)
## Demo
https://halcyon.cybre.space/
Please note that this demo is not owned by me and I have not control over it. Currently I'm not providing an own demo so I link to that one. That may change in future.
## Instances
These instances are publicly accessible and usable by everyone, no matter which Mastodon instance you use.
- https://halcyon.cybre.space - Outdated
- https://social.dev-wiki.de - 1.0.0
You have your own Halcyon instance and want it to be listed here? Create an issue with the link and we will add it to the list.
## Features
- Twitter like UI, familiar interface.

View File

@ -100,7 +100,7 @@ or <a href="https://joinmastodon.org/">create an account</a>
<span></span>
</div>
<div class="login_form_main">
<input name="acct" type="text" class="login_form_input" placeholder="johndoe@example.com" required>
<input name="acct" type="text" class="login_form_input" placeholder="@johndoe@example.com" required>
<label class="login_form_continue pointer">
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
<input id="login_continue" type="submit" value="" class="invisible"></input>
@ -167,4 +167,4 @@ $(this).removeClass('error');
});
</script>
<?php endif; ?>
</html>
</html>