![]() |
office suite
okay before i take a flaming from you guys i searched and i got a list of all the same threads in the main list under the applications forum...... sorry about this post but maybe if you can combine it with another one whatever......
i noticed on the "show off your screeshots" thread that there are some ppl who have icons for word excel and powerpoint. where can i find these? thanks a million! |
Re: office suite
this would probably be for the app docs to go. it comes with the phone :)
if u dont pay then its for viewing word, excel and i think powerpoint files. if u do pay then u can edit them too :) |
Re: office suite
You can install debian LXDE which comes with openoffice as standard, or otherwise i think there is an Documents to go, office docs viewer, and editor (i think if you pay for it) but not sure how well it works...
|
Re: office suite
Quote:
Quote:
thanks guys.... yes im aware of docs to go.... dont wanna pay for it :/ |
Re: office suite
the openoffice icon is just a circle with 2 little blue things at the top though, nothing like the microsoft office ones :)
(i have openoffice on my phone) |
Re: office suite
Quote:
Here you go: Freoffice (based on KOffice) http://maemo.org/packages/view/freoffice/ Documents to Go (not free) http://www.dataviz.com/products/documentstogo/maemo/ http://maemo.org/packages/view/dtg/ Abiword: http://maemo.org/packages/view/abiword/ Docbook (unusual open-standard XML/DTD documents) http://maemo.org/packages/view/docbook/ OpenOffice in Easy Debian http://wiki.maemo.org/Easy_Debian EDIT: Quote:
Source code editors: http://maemo.org/packages/view/khteditor/ http://maemo.org/packages/view/pygtkeditor/ Vim (command-line): http://maemo.org/packages/view/vim/ Leafpad: http://maemo.org/packages/view/leafpad/ Maemopad: http://maemo.org/packages/view/maemopad/ Nano: http://maemo.org/packages/view/nano-opt/ http://maemo.org/packages/view/nano-tiny/ http://maemo.org/packages/view/nano/ QEmacs: http://maemo.org/packages/view/qemacs/ |
Re: office suite
is openoffice only available by installing easy debian??
|
Re: office suite
Quote:
I don't have office documents on the device. Just some files like epub, html, txt. All editing is in leafpad/vi. Ideally, there would be no word files on my computer, either. But I don't know an HTML editing program which wouldn't create bloated HTML mark-up and which would turn images into data URI so that the whole document was one HTML file, without images in separate folder. I could do it in Notepad, but it would take too much time for large documents. |
Re: office suite
Quote:
|
Re: office suite
Ugh, this is why I hate reinstalled bloatware. Dataviz's Documents to Go just about everyone knows about on here. But I only saw one person mention FreOffice, the extras-devel version (and if it hasn't made it down to extras yet, wth?) of which works just as well as any basic office document editor I know of. Granted, it depends on your needs.
ANYWAY, Wikiwide, isn't there PyEditor (or something, python source code editor), and one or two other source editors in the repos? There's also a Qt based Emacs clone... I just use vi - once you get the basic commands, if you're comfortable with the keyboard (and have Page Up, Page Down, Home and End mapped to your keyboard), it's pretty pleasant to use. No syntax highlighting or any fancy things, so source code editing can be a pain, but still. Unless I don't fully understand what you need. Also, doesn't an HTML file by nature have no support for having images inside the file? If some other program shows it to you in one file, as far as I understand it, it's merely hiding the images from you, because the image data isn't storable within HTML as far as I know. |
Re: office suite
Quote:
I edit HTML, XUL, JS and CSS files, in vi and leafpad. HTML and CSS do support having images inside file, with help of data URI. http://en.wikipedia.org/wiki/Data_URI_scheme In Fennec nightly, CSS can have something like this: element{ background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100% 25%22%20version%3D%221.1%22%0D%0Axmlns%3D%22http%3 A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%0D%0A%3 Cellipse%20cx%3D%22240%22%20cy%3D%22100%22%20rx%3D %22220%22%20ry%3D%2230%22%0D%0Astyle%3D%22fill%3Ap urple%22%2F%3E%0D%0A%0D%0A%3Cellipse%20cx%3D%22220 %22%20cy%3D%2270%22%20rx%3D%22190%22%20ry%3D%2220% 22%0D%0Astyle%3D%22fill%3Alime%22%2F%3E%0D%0A%0D%0 A%3Cellipse%20cx%3D%22210%22%20cy%3D%2245%22%20rx% 3D%22170%22%20ry%3D%2215%22%0D%0Astyle%3D%22fill%3 Ayellow%22%2F%3E%0D%0A%0D%0A%3C%2Fsvg%3E); } And it will work. HTML can have something like: <img src="data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100% 25%22%20version%3D%221.1%22%0D%0Axmlns%3D%22http%3 A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%0D%0A%3 Cellipse%20cx%3D%22240%22%20cy%3D%22100%22%20rx%3D %22220%22%20ry%3D%2230%22%0D%0Astyle%3D%22fill%3Ap urple%22%2F%3E%0D%0A%0D%0A%3Cellipse%20cx%3D%22220 %22%20cy%3D%2270%22%20rx%3D%22190%22%20ry%3D%2220% 22%0D%0Astyle%3D%22fill%3Alime%22%2F%3E%0D%0A%0D%0 A%3Cellipse%20cx%3D%22210%22%20cy%3D%2245%22%20rx% 3D%22170%22%20ry%3D%2215%22%0D%0Astyle%3D%22fill%3 Ayellow%22%2F%3E%0D%0A%0D%0A%3C%2Fsvg%3E"/> (I know Markup Languages way better than Programming Languages:) The question wasn't about code editors, at first it was about editing .doc documents with a what-you-see-is-what-you-get editor. Granted, I can unzip .doc document, edit XML files in vi and zip it back, and it will probably work later in Microsoft Word and OpenOffice.org. But most people (including myself) would prefer to find other way. |
All times are GMT. The time now is 11:28. |
vBulletin® Version 3.8.8