Skip to content

Commit

Permalink
updated README.md & added no-info-sharing note to login_why text
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jun 3, 2014
1 parent 217223b commit bbff920
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,20 @@ apps; item-specific voting and commenting; and allows the event organisers to
track which items were the most popular. To enable server access for your event,
please get in touch with us at: info@konopas.org

For links to example instances of KonOpas, take a look at the links from our
[website][KonOpas].

[KonOpas]: http://konopas.org/


## Getting Started

As KonOpas is just a front end for your event's programme, you'll need to
actually manage your programme with a different tool. So far we've got built-in
integration with at least [Conference Planner] and [Zambia], with more to come.
For smaller events, a simple [PHP script] is included for fetching data from a
publicly readable Google Drive Spreadsheet and converting it to the KonOpas
format.
integration with at least [Conference Planner]/[Grenadine] and [Zambia], with
more to come. For smaller events, a simple [PHP script] is included for fetching
data from a publicly readable Google Drive Spreadsheet and converting it to the
KonOpas format.

Once you've got your programme data in the [proper format][KO-fmt], you can use
our [configurator][KO-cfg] to get you started with customizing KonOpas for your
Expand Down Expand Up @@ -79,6 +82,7 @@ development a bit of a hassle. To enable, you should update the contents of
as debugging a bad manifest can be tricky.

[Conference Planner]: http://sourceforge.net/projects/conferenceplan/
[Grenadine]: http://events.grenadine.co/
[Zambia]: http://sourceforge.net/projects/zambia/
[PHP script]: https://github.com/eemeli/konopas/tree/master/util/gdrive2js
[KO-fmt]: http://konopas.org/data-fmt
Expand All @@ -97,7 +101,7 @@ For **internationalization**, we use a [custom branch][MF-fill] of Alex Sexton's
[messageformat.js], with a few features that haven't been included in the master
(yet). If you'd like to implement your own localization, the easiest way is
probably to use our [online i18n.js generator][KO-i18n] and to save the output
as `i18n/i18n.js`.
as `i18n/i18n.js`. So far localizations include English, Finnish, and Swedish.

For **JavaScript minification**, we use the [javascript-minifier.com] service's
HTTP API.
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"ical_link": "Your selection is available as an iCal (.ics) calendar at:",
"ical_hint": "Note that changes you make in this guide may take some time to show in your external calendar software.",
"ical_make": "To view your selection in your calendar app, you may also <br class=\"wide-only\">{A_TAG}make it available</a> in iCal (.ics) calendar format",
"login_why": "Once you've verified your e-mail address, you'll be able to sync your data between different clients (including external calendars), as well as vote & comment on items."
"login_why": "Once you've verified your e-mail address, you'll be able to sync your data between different clients (including external calendars), as well as vote & comment on items. After signing in, no information will be transmitted to these external services."
}

0 comments on commit bbff920

Please sign in to comment.