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

Commit 167b4de

Browse files
committed
Merge pull request #290 from codexa/develop
v0.4
2 parents 885a58c + cb4166a commit 167b4de

79 files changed

Lines changed: 5343 additions & 7927 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.gitmodulesβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "scripts/parsers/odt.js"]
2+
path = scripts/parsers/odt.js
3+
url = https://github.com/codexa/odt.js.git
4+
branch = master

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Calling all contributors!
2+
Firetext delivers office capabilities to many Firefox OS users. We could really use your help!
3+
4+
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)
5+
6+
### Hack
7+
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,
8+
and learn how to bring more productivity power to Firefox OS users!
9+
10+
### Localize
11+
Do you bridge the gap between cultures? Localize Firetext on [Transifex](https://www.transifex.com/projects/p/firetext/), and expand our global impact.
12+
13+
### Donate
14+
Do you have a feature/bug you want fixed? Donate to [Firetext on Bountysource](https://www.bountysource.com/teams/firetext) to expedite its development.
15+
16+
Current bounties: [![](https://www.bountysource.com/badge/team?team_id=318&style=bounties_received)](https://www.bountysource.com/teams/firetext)

β€ŽREADME.mdβ€Ž

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# Firetext
22
## About
3-
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).
43

5-
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.
4+
Firetext is an open-source word processor for Firefox OS, and is [available on the Firefox Marketplace](https://marketplace.firefox.com/app/firetext).
5+
6+
You can run Firetext on a Firefox OS device, on a [Firefox OS simulator](https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/),
7+
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.
68

79
## Contribute
8-
Firetext is kept alive by contributions from the community.
9-
Please donate skills, time, or money to make this project better.
10-
11-
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:codexa.contact@gmail.com) to learn how you can help!
10+
Firetext is kept alive by contributions from the community. Please donate skills, time, or money to make this project better.
11+
12+
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)
13+
14+
### Hack
15+
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,
16+
and learn how to bring more productivity power to Firefox OS users!
17+
18+
### Localize
19+
Do you bridge the gap between cultures? Localize Firetext on [Transifex](https://www.transifex.com/projects/p/firetext/), and expand our global impact.
20+
21+
### Donate
22+
Do you have a feature/bug you want fixed? Donate to [Firetext on Bountysource](https://www.bountysource.com/teams/firetext) to expedite its development.
1223

13-
## Donate
14-
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)
24+
Current bounties: [![](https://www.bountysource.com/badge/team?team_id=318&style=bounties_received)](https://www.bountysource.com/teams/firetext)

β€Žautomation/.tx/configβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[firetext.appproperties]
5+
file_filter = ../locales/<lang>/app.properties
6+
source_lang = en
7+
type = MOZILLAPROPERTIES
8+

β€Žautomation/tx.exeβ€Ž

7.36 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tx pull -r firetext.appproperties -a -s --minimum-perc 100

β€Žeditor/editor.htmlβ€Ž

Lines changed: 0 additions & 41 deletions
This file was deleted.

β€Žeditor/scripts/docIO.jsβ€Ž

Lines changed: 0 additions & 101 deletions
This file was deleted.

β€Žeditor/scripts/editorProxy.jsβ€Ž

Lines changed: 0 additions & 75 deletions
This file was deleted.

β€Žeditor/scripts/nightEditor.jsβ€Ž

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
Β (0)