RE: Re: [E-devel] Time to get started.

2004-08-04 Thread dan sinclair
Its really easy to do a text viewer with EWL at this point (This is the EWL intro in 
the cookbook). Making the text editable would be a bit more work as I don't think you 
can edit the text area at this point.

dan

  Now, the question is: what can I do? =)
 
 Looking through MIME types...
 
 audio/* - viewer: euphoria, editor: ???
 image/* - viewer: entice, editor: ???
 video/* - viewer: raster's demo?, editor: ???
 text/* - viewer: ???, editor: ???
 
 So it looks like all we need is a plain text viewer, and then media creator /
 editors. There's more specific things like text/html, but I'd think it best to
 cover all the root categories first :)
 
 -- Shish
 
 
   
 __
 Do you Yahoo!?
 Yahoo! Mail Address AutoComplete - You start. We finish.
 http://promotions.yahoo.com/new_mail 
 
 
 ---
 This SF.Net email is sponsored by OSTG. Have you noticed the changes on
 Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
 one more big change to announce. We are now OSTG- Open Source Technology
 Group. Come see the changes on the new OSTG site. www.ostg.com
 ___
 enlightenment-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 






---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread Barry Dmytro
About the text viewer...
I used a text viewer on OSX once called tofu that I like a lot.
http://homepage.mac.com/asagoo/tofu/index.html
I would love to work on something like this with someone.  As
far as a text editor, there are so many bad ones out there already
do we really need to make another?

* Shish ([EMAIL PROTECTED]) wrote:
  Now, the question is: what can I do? =)
 
 Looking through MIME types...
 
 audio/* - viewer: euphoria, editor: ???
 image/* - viewer: entice, editor: ???
 video/* - viewer: raster's demo?, editor: ???
 text/* - viewer: ???, editor: ???
 
 So it looks like all we need is a plain text viewer, and then media creator /
 editors. There's more specific things like text/html, but I'd think it best to
 cover all the root categories first :)
 
 -- Shish
 

Kind Regards,

Barry Dmytro
[EMAIL PROTECTED]
http://badcherry.org/



---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread robotron:2084
i realize this may not sound as sexy, but couldn't we set the mime
option for text to something like eterm -e '$TEXTEDITOR'?

On Wed, 4 Aug 2004 12:41:44 -0500, Barry Dmytro [EMAIL PROTECTED] wrote:
 About the text viewer...
 I used a text viewer on OSX once called tofu that I like a lot.
 http://homepage.mac.com/asagoo/tofu/index.html
 I would love to work on something like this with someone.  As
 far as a text editor, there are so many bad ones out there already
 do we really need to make another?
 
 * Shish ([EMAIL PROTECTED]) wrote:
   Now, the question is: what can I do? =)
 
  Looking through MIME types...
 
  audio/* - viewer: euphoria, editor: ???
  image/* - viewer: entice, editor: ???
  video/* - viewer: raster's demo?, editor: ???
  text/* - viewer: ???, editor: ???
 
  So it looks like all we need is a plain text viewer, and then media creator /
  editors. There's more specific things like text/html, but I'd think it best to
  cover all the root categories first :)
 
  -- Shish
 
 
 Kind Regards,
 
 Barry Dmytro
 [EMAIL PROTECTED]
 http://badcherry.org/
 
 
 
 
 
 ---
 This SF.Net email is sponsored by OSTG. Have you noticed the changes on
 Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
 one more big change to announce. We are now OSTG- Open Source Technology
 Group. Come see the changes on the new OSTG site. www.ostg.com
 ___
 enlightenment-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread Dale Anderson
On Thu, 2004-08-05 at 05:41, Barry Dmytro wrote:
 About the text viewer...
 I used a text viewer on OSX once called tofu that I like a lot.
 http://homepage.mac.com/asagoo/tofu/index.html
 I would love to work on something like this with someone.  As
 far as a text editor, there are so many bad ones out there already
 do we really need to make another?
I dont see an issue with implementing another based on the EFL I'd
personally be making use of any EFL based app I can get my hands on :) .

The more apps around based on the EFL the more uniform the enlightenment
experience is :) 

Cheers
Dale.

 
 * Shish ([EMAIL PROTECTED]) wrote:
   Now, the question is: what can I do? =)
  
  Looking through MIME types...
  
  audio/* - viewer: euphoria, editor: ???
  image/* - viewer: entice, editor: ???
  video/* - viewer: raster's demo?, editor: ???
  text/* - viewer: ???, editor: ???
  
  So it looks like all we need is a plain text viewer, and then media creator /
  editors. There's more specific things like text/html, but I'd think it best to
  cover all the root categories first :)
  
  -- Shish
  
 
 Kind Regards,
 
 Barry Dmytro
 [EMAIL PROTECTED]
 http://badcherry.org/
 
 
 
 ---
 This SF.Net email is sponsored by OSTG. Have you noticed the changes on
 Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
 one more big change to announce. We are now OSTG- Open Source Technology
 Group. Come see the changes on the new OSTG site. www.ostg.com
 ___
 enlightenment-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 



---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread Shish
 i realize this may not sound as sexy, but couldn't we set the mime
 option for text to something like eterm -e '$TEXTEDITOR'?

I'd use that myself, but I'd also like to see E17 become a desktop environment
to the point where the command line is no longer a necessity (so I can get my
less-computer literate friends to use it :), thus things like this are needed.

Also, how does one set a mime option? Currently I do everything from the
command line, but it'd still be nice to know how to do filetype associations
should I want to set up an E based desktop for someone else :)


(I got writing this, realised it was somewhat offtopic, but I though I'd post
it on the odd chance that my proof of concept is a better design than the
current code. Probably not, but I've spent 5 minutes thinking about it and I
don't like to waste thinking time, so I thought I'd show it anyway :)

How does it work anyway? I'd do something like so (very messy, just a proof of
concept):

] # load this from a database of some sort
] $associations = {
]text/plain = {edit = gedit},
]text/html =  {view = mozilla, edit = eterm -e vim},
] }
] sub rightClick($filename) {
] $mimetype = system(file --mime $filename);
] foreach($associations[$mimetype]) {
] menu.addItem($key);
] menu.item($key).onClick = system($value $filename);
] }
] }
] sub doubleClick($filename) {
] $mimetype = system(file --mime $filename);
] # action 0 is the default
] system($associations[$mimetype][0] $filename);
] }

-- Shish




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread Andreas Niklasson
I took a quick look at the tofu page, I have never seen anything like it 
before but It makes a lot of sense to have a a textviewer thats focused 
on what we do most -read- instead of Just Another TextEditor.

Sounds like a fun project and something that could acually be useable 
aswell =)

Barry Dmytro wrote:
About the text viewer...
I used a text viewer on OSX once called tofu that I like a lot.
http://homepage.mac.com/asagoo/tofu/index.html
I would love to work on something like this with someone.  As
far as a text editor, there are so many bad ones out there already
do we really need to make another?
* Shish ([EMAIL PROTECTED]) wrote:
 

Now, the question is: what can I do? =)
 

Looking through MIME types...
audio/* - viewer: euphoria, editor: ???
image/* - viewer: entice, editor: ???
video/* - viewer: raster's demo?, editor: ???
text/* - viewer: ???, editor: ???
So it looks like all we need is a plain text viewer, and then media creator /
editors. There's more specific things like text/html, but I'd think it best to
cover all the root categories first :)
-- Shish
   

Kind Regards,

Barry Dmytro
[EMAIL PROTECTED]
http://badcherry.org/

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread Andreas Niklasson
I took a quick look at the tofu page, I have never seen anything like it 
before but It makes a lot of sense to have a a textviewer thats focused 
on what we do most -read - instead of Just Another TextEditor.

Sounds like a fun project and something that could acually be useable 
aswell =)

Barry Dmytro wrote:
About the text viewer...
I used a text viewer on OSX once called tofu that I like a lot.
http://homepage.mac.com/asagoo/tofu/index.html
I would love to work on something like this with someone.  As
far as a text editor, there are so many bad ones out there already
do we really need to make another?
* Shish ([EMAIL PROTECTED]) wrote:
 

Now, the question is: what can I do? =)
 

Looking through MIME types...
audio/* - viewer: euphoria, editor: ???
image/* - viewer: entice, editor: ???
video/* - viewer: raster's demo?, editor: ???
text/* - viewer: ???, editor: ???
So it looks like all we need is a plain text viewer, and then media creator /
editors. There's more specific things like text/html, but I'd think it best to
cover all the root categories first :)
-- Shish
   

Kind Regards,

Barry Dmytro
[EMAIL PROTECTED]
http://badcherry.org/

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time to get started.

2004-08-04 Thread Nick Blievers
Shish wrote:
i realize this may not sound as sexy, but couldn't we set the mime
option for text to something like eterm -e '$TEXTEDITOR'?
Can we please use an option like the above. I am not about to start a flame war, but everyone has 
their favorite editor, and most likely already has EDITOR or VISUAL defined to it.

My 2c.
Nick
--
   MOM, CAN I SET FIRE TO MY BED MATTRESS? No, Calvin. CAN I RIDE MY
TRICYCLE ON THE ROOF? No, Calvin. Then can I have a cookie? No, Calvin.
(She's on to me.)
---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel