Difference between revisions of "Vision2 and Unicode"

(Team)
 
(47 intermediate revisions by 10 users not shown)
Line 6: Line 6:
 
Have a look at the [[WEL_and_Unicode|description made for the WEL library]]. The same applies to EiffelVision2.
 
Have a look at the [[WEL_and_Unicode|description made for the WEL library]]. The same applies to EiffelVision2.
  
=Communication=
+
=Resources=
We agreed to communicate via [IRC|http://de.wikipedia.org/wiki/Irc IRC].
+
For Windows user there are different programs available. For example:
+
* [http://hydrairc.com/index.php?page=downloads HydraIRC]
+
* [http://www.mirc.com/get.html mirc]
+
  
after downloading, you can connect to a server with the command
+
==Unicode==
[pre]
+
* http://de.wikipedia.org/wiki/Unicode
/server <serveradress>
+
* http://www.unicode.org/
[/pre]
+
** http://www.unicode.org/standard/WhatIsUnicode.html
where <serveradress> is ...
+
** http://www.unicode.org/standard/standard.html
  
to enter our channel type:
+
 
[pre]
+
 
/join #<channel>
+
==Vision2 Ace file & Vision2 project==
[/pre]
+
 
 +
Linux:
 +
* You find the vision2 ace file in the subdirectory $ISE_EIFFEL/precomp/spec/linux-x86/vision2/
 +
Windows:
 +
* You find the vision2 ace file in the subdirectory %EIFFEL-ROOT%/precomp/library/spec/windows/vision2/
 +
 
 +
Instead of loading just the vision2 ace file it's more usefull (at least while getting to know the code) to create a new project that uses the vision2 libraries
  
 
=Milestones=
 
=Milestones=
  
==M1: April 25th==
+
==M1: May 19th==
* set up mailinglist es-vision@origo.ethz.ch ([[User:Schoelle|Bernd]])
+
* finally found a working and up to date version of Eiffel Studio and Vision 2
  
 
==M2: May ??? ==
 
==M2: May ??? ==
 
* implement multi screen support for Vision: [[Multi screen support]]
 
* implement multi screen support for Vision: [[Multi screen support]]
* collaborate with the internationalization team (TODO add link to their project page)
+
* collaborate with the [[internationalization]] team
 
* write a decent STRING_32 implementation for  
 
* write a decent STRING_32 implementation for  
 
** string comparisons
 
** string comparisons
Line 39: Line 41:
  
 
=Team=
 
=Team=
Everyone intrested in this project is welcome to join our mailinglist es-vision@origo.ethz.ch
 
  
* Project Leader: Raffaele
+
Everyone interested in this project is welcome to join our mailinglist [http://origo.ethz.ch/cgi-bin/mailman/listinfo/es-vision es-vision@origo.ethz.ch]
* [[User:Serafin| Serafin]]
+
 
 +
* Project Leader: [[User:Rasa| Raffaele]]
 +
* [[User:korzieher| Adrian]]
 
* [[User:Bayt| Bayt]]
 
* [[User:Bayt| Bayt]]
 +
* [[User:frEeAx| Michele]]
 +
* [[User:Serafin| Studi]]
 +
* [[User:firelink| Ali]]
 +
* [[User:Sesmar| Ramon]]
 +
 +
=Communication=
 +
We agreed to communicate via [http://de.wikipedia.org/wiki/Irc IRC] (orwell.freenode.net/es-vision).
 +
For Windows user there are different programs available. For example:
 +
* [http://hydrairc.com/index.php?page=downloads HydraIRC]
 +
* [http://www.mirc.com/get.html mirc]
 +
 +
Linux user (for ex.) one of the following
 +
* xchat
 +
* irssi (console-app.)
 +
 +
after downloading and installing, you can connect to a server with the command
 +
<pre>
 +
/server <serveradress>
 +
</pre>
 +
where <serveradress> is (for ex.) orwell.freenode.net ([http://freenode.net/irc_servers.shtml more freenode servers]).
 +
 +
to enter our channel, type:
 +
<pre>
 +
/join #es-vision
 +
</pre>
 +
 +
also you can set/change your nickname with
 +
<pre>
 +
/nick <new_nick>
 +
</pre>
 +
where <new_nick> is you nickname.

Latest revision as of 05:51, 6 June 2006


Introduction

Have a look at the description made for the WEL library. The same applies to EiffelVision2.

Resources

Unicode


Vision2 Ace file & Vision2 project

Linux:

  • You find the vision2 ace file in the subdirectory $ISE_EIFFEL/precomp/spec/linux-x86/vision2/

Windows:

  • You find the vision2 ace file in the subdirectory %EIFFEL-ROOT%/precomp/library/spec/windows/vision2/

Instead of loading just the vision2 ace file it's more usefull (at least while getting to know the code) to create a new project that uses the vision2 libraries

Milestones

M1: May 19th

  • finally found a working and up to date version of Eiffel Studio and Vision 2

M2: May ???

  • implement multi screen support for Vision: Multi screen support
  • collaborate with the internationalization team
  • write a decent STRING_32 implementation for
    • string comparisons
    • lower/upper case conversion
    • some of it is already in Gobo but not completely as efficient as it should
  • To be completed by the team


Team

Everyone interested in this project is welcome to join our mailinglist es-vision@origo.ethz.ch

Communication

We agreed to communicate via IRC (orwell.freenode.net/es-vision). For Windows user there are different programs available. For example:

Linux user (for ex.) one of the following

  • xchat
  • irssi (console-app.)

after downloading and installing, you can connect to a server with the command

/server <serveradress>

where <serveradress> is (for ex.) orwell.freenode.net (more freenode servers).

to enter our channel, type:

/join #es-vision

also you can set/change your nickname with

/nick <new_nick>

where <new_nick> is you nickname.