Skip to content

Commit

Permalink
Clean up descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Sep 27, 2011
1 parent f8e13dd commit c9785a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion client/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $ ->

upload.on "uploaded", (e, res) ->
# res = JSON.parse e.currentTarget.response
lightbox.info """Our workers has been summoned for your ircing duties.
lightbox.info """Our slaves are now carrying your pic to the IRC-networks!
Find your image here <a href='#{ res.url }'>#{ res.url }</a>
"""

Expand Down
2 changes: 2 additions & 0 deletions public/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ form label

.description
margin-top 5px
width 230px


.slogan
font-size 60%
Expand Down
36 changes: 18 additions & 18 deletions views/upload.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

.row
.span5.columns.about
h2 About
h2 Hello fellow IRC-user!

:markdown
Hello fellow [IRC
user](http://en.wikipedia.org/wiki/Internet_Relay_Chat)! Today it is
dead simple to share your pics on Social Networks and in comparison
it is bit too much of a work to do it for only IRC.
As we know, IRC is still by far the best Social Media there is, but
before this there hasn't been any easy way to share pictures on IRC
especially when on mobile. This is attempt to modernize that aspect
of IRC.

Just drag and drop an image on this page, define target and click
send!

This is an [open](https://github.com/epeli/ircshare)
[source](https://github.com/epeli/ircshare-android) and non-profit
attempt to fix that. IRCShare is web service and [Android app](#android) that
makes it dead simple to share your images on IRC.
Or use the [Android app!](#android)

You can report issues to [Github](https://github.com/epeli/ircshare/issues).

h2 Disclaimer
:markdown
Expand All @@ -28,6 +28,7 @@
4. No offensive or illegal stuff. You'll be ip-banned for doing that.
5. Use it for good not evil.


.span5.columns.upload_form

h2 Share an image!
Expand All @@ -51,7 +52,7 @@
.clearfix
label(for="nick") Your IRC nickname
input(type="text", name="nick", value="", id="nick")
.description Must match your nickname on IRC. <br /> You will be asked for confirmation
.description Must match your current nickname on IRC. You will be asked for confirmation on first time.
.clearfix
label(for="channel") Destination
input(type="text", name="channel", value="#", id="channel")
Expand All @@ -71,11 +72,10 @@
h1#android Android Application
.android_description
:markdown
Best deal of course is that you can use this Android application send
your picture to IRC on the go!
The app is coming to Android Market near you soon!

App is not on the Market yet, but you can install it for now from
[here](/ircshare.apk).
Mean while you can preview the app using [this package](/IRCShare.apk)
or [even hack on it!](https://github.com/epeli/ircshare-android)

.screenshot
a(href="/screenshots/select.png")
Expand All @@ -88,12 +88,12 @@

.android_text

:markdown
Coming soon! [Sources](https://github.com/epeli/ircshare-android)

.container
h2 Author
h2 Contact
:markdown
[Esa-Matti Suuronen](http://esa-matti.suuronen.org/) &lt;<esa-matti@suuronen.org>&gt;

Epeli @ IRCnet/Freenode

You can report issues to [Github](https://github.com/epeli/ircshare/issues).

0 comments on commit c9785a0

Please sign in to comment.