Merge lp:~jose/charms/precise/subway/add-icon-fix-readme into lp:charms/subway

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 15
Proposed branch: lp:~jose/charms/precise/subway/add-icon-fix-readme
Merge into: lp:charms/subway
Diff against target: 112 lines (+44/-48)
3 files modified
README (+0/-48)
README.md (+42/-0)
metadata.yaml (+2/-0)
To merge this branch: bzr merge lp:~jose/charms/precise/subway/add-icon-fix-readme
Reviewer Review Type Date Requested Status
amir sanjar (community) Needs Resubmitting
charmers Pending
Review via email: mp+215989@code.launchpad.net

Description of the change

 * Added `applications` category
 * Reformatted README to Markdown

To post a comment you must log in.
Revision history for this message
amir sanjar (asanjar) wrote :

+1 .reviewed, looks good ..

review: Needs Resubmitting

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed file 'README'
--- README 2012-04-03 21:13:09 +0000
+++ README 1970-01-01 00:00:00 +0000
@@ -1,48 +0,0 @@
1
2 _____ _
3/ ___| | |
4\ `--. _ _| |____ ____ _ _ _
5 `--. \ | | | '_ \ \ /\ / / _` | | | |
6/\__/ / |_| | |_) \ V V / (_| | |_| |
7\____/ \__,_|_.__/ \_/\_/ \__,_|\__, |
8 __/ |
9 Real Geeks Use Ascii |___/
10
11Purpose of Charm: This Charm is intended for a simple deployment of a Subway Web-Based IRC Client Cloud Instance.
12
13
14Instructions for Charm:
15------------------
16
171. Deploy Subway Instance
18
19 juju deploy subway
20
212. Expose Subway
22
23 juju expose subway
24
253. Accessing Subway is as simple as going to:
26
27 http://<your_server_address>:3000
28
29 To find out the public address of subway, look for it in the output of the
30 `juju status` command.
31
32
33About Subway
34
35Subway is a web-based IRC client with a multi-user backend and a JavaScript-heavy UI. Frontend/backend communication is
36done with websockets (or best available fallback where not available).
37The backend supports connection persistence and optional logging when the browser disconnects.
38
39About Charm Author
40
41This charm was authored by Ubuntu Member Benjamin Kerensa who has been a contributor to the Ubuntu Community for
42a number of years more information on the author can be found at http://benjaminkerensa.com
43
44About Subway Author
45
46David Petersen is a Student Programmer at Oregon State University and also a member of the OSU LUG and more of his work can be found at https://github.com/thedjpetersen
47
48
490
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-04-16 00:33:53 +0000
@@ -0,0 +1,42 @@
1# Overview
2
3This Charm is intended for a simple deployment of a Subway Web-Based IRC Client
4Cloud Instance.
5
6# Usage
7
8Deploy Subway Instance
9
10 juju deploy subway
11
12Expose Subway
13
14 juju expose subway
15
16Accessing Subway is as simple as going to:
17
18 http://<your_server_address>:3000
19
20To find out the public address of subway, look for it in the output of the
21`juju status` command.
22
23# About
24
25## Subway
26
27Subway is a web-based IRC client with a multi-user backend and a
28JavaScript-heavy UI. Frontend/backend communication is done with websockets (or
29best available fallback where not available). The backend supports connection
30persistence and optional logging when the browser disconnects.
31
32## Charm Author
33
34This charm was authored by Ubuntu Member Benjamin Kerensa, who has been a
35contributor to the Ubuntu Community for a number of years. More information on
36the author can be found at http://benjaminkerensa.com
37
38## Subway Author
39
40David Petersen is a Student Programmer at Oregon State University and also a
41member of the OSU LUG. More of his work can be found at [his GitHub profile](https://github.com/thedjpetersen)
42
043
=== modified file 'metadata.yaml'
--- metadata.yaml 2012-05-30 08:03:33 +0000
+++ metadata.yaml 2014-04-16 00:33:53 +0000
@@ -7,6 +7,8 @@
7 done with websockets (or best available fallback where not available). 7 done with websockets (or best available fallback where not available).
8 The backend supports connection persistence and optional 8 The backend supports connection persistence and optional
9 logging when the browser disconnects.9 logging when the browser disconnects.
10categories:
11 - applications
10provides:12provides:
11 subway:13 subway:
12 interface: http14 interface: http

Subscribers

People subscribed via source and target branches

to all changes: