Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #290 from codexa/develop
Browse files Browse the repository at this point in the history
v0.4
  • Loading branch information
ferndot committed Feb 21, 2015
2 parents 885a58c + cb4166a commit 167b4de
Show file tree
Hide file tree
Showing 79 changed files with 5,343 additions and 7,927 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "scripts/parsers/odt.js"]
path = scripts/parsers/odt.js
url = https://github.com/codexa/odt.js.git
branch = master
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Calling all contributors!
Firetext delivers office capabilities to many Firefox OS users. We could really use your help!

If you would like to talk to us, please join our chat on Gitter: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codexa/firetext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### Hack
Is the open web your passion? Do you dream in code? Well, head on over to our [Get Coding](https://github.com/codexa/firetext/wiki/Get-Coding) page,
and learn how to bring more productivity power to Firefox OS users!

### Localize
Do you bridge the gap between cultures? Localize Firetext on [Transifex](https://www.transifex.com/projects/p/firetext/), and expand our global impact.

### Donate
Do you have a feature/bug you want fixed? Donate to [Firetext on Bountysource](https://www.bountysource.com/teams/firetext) to expedite its development.

Current bounties: [![](https://www.bountysource.com/badge/team?team_id=318&style=bounties_received)](https://www.bountysource.com/teams/firetext)
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Firetext
## About
Firetext is a word processor for Firefox OS [available on the Firefox Marketplace](https://marketplace.firefox.com/app/firetext). Firetext currently supports html and plain text files (more will be added later).

You can run Firetext on a Firefox OS device, on a [Firefox OS simulator](https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/), or on the Firefox App Manager/WebIDE.
Firetext is an open-source word processor for Firefox OS, and is [available on the Firefox Marketplace](https://marketplace.firefox.com/app/firetext).

You can run Firetext on a Firefox OS device, on a [Firefox OS simulator](https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/),
or in Firefox/Chrome with a web server. Please see [our documentation](https://github.com/codexa/firetext/wiki/Get-Coding#set-up-a-development-environment) for instructions.

## Contribute
Firetext is kept alive by contributions from the community.
Please donate skills, time, or money to make this project better.

Take an [issue](https://github.com/Codexa/Firetext/issues), translate the app on [Transifex](https://www.transifex.com/projects/p/firetext/) or contact [us](mailto:[email protected]) to learn how you can help!
Firetext is kept alive by contributions from the community. Please donate skills, time, or money to make this project better.

If you would like to talk to us, please join our chat on Gitter: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codexa/firetext?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### Hack
Is the open web your passion? Do you dream in code? Well, head on over to our [Get Coding](https://github.com/codexa/firetext/wiki/Get-Coding) page,
and learn how to bring more productivity power to Firefox OS users!

### Localize
Do you bridge the gap between cultures? Localize Firetext on [Transifex](https://www.transifex.com/projects/p/firetext/), and expand our global impact.

### Donate
Do you have a feature/bug you want fixed? Donate to [Firetext on Bountysource](https://www.bountysource.com/teams/firetext) to expedite its development.

## Donate
Donate to [Firetext on Bountysource](https://www.bountysource.com/teams/firetext) to expedite development. Current bounties: [![](https://www.bountysource.com/badge/team?team_id=318&style=bounties_received)](https://www.bountysource.com/teams/firetext)
Current bounties: [![](https://www.bountysource.com/badge/team?team_id=318&style=bounties_received)](https://www.bountysource.com/teams/firetext)
8 changes: 8 additions & 0 deletions automation/.tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com

[firetext.appproperties]
file_filter = ../locales/<lang>/app.properties
source_lang = en
type = MOZILLAPROPERTIES

Binary file added automation/tx.exe
Binary file not shown.
1 change: 1 addition & 0 deletions automation/update_locales.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tx pull -r firetext.appproperties -a -s --minimum-perc 100
41 changes: 0 additions & 41 deletions editor/editor.html

This file was deleted.

101 changes: 0 additions & 101 deletions editor/scripts/docIO.js

This file was deleted.

75 changes: 0 additions & 75 deletions editor/scripts/editorProxy.js

This file was deleted.

10 changes: 0 additions & 10 deletions editor/scripts/nightEditor.js

This file was deleted.

Loading

0 comments on commit 167b4de

Please sign in to comment.