User Tools

Site Tools


wiki:development:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:start [2013/03/14 21:03]
sunweaver [X2Go Test-Builds on Debian-like systems]
wiki:development:start [2013/12/28 23:11]
sunweaver
Line 10: Line 10:
 <menu col=2,align=center,caption="Development of X2Go"> <menu col=2,align=center,caption="Development of X2Go">
   <item>Roadmap|Release/Feature Roadmap|[[wiki:development:roadmap]]|{{:wiki:litte-phoca.png|}}</item>   <item>Roadmap|Release/Feature Roadmap|[[wiki:development:roadmap]]|{{:wiki:litte-phoca.png|}}</item>
-  <item>Project Planning|Coordinating the Project|[[wiki:development:project-planning]]|{{:wiki:litte-phoca.png|}}</item> 
   <item>Join the Team|X2Go Developer Apprenticeship|[[wiki:development:join-the-team]]|{{:wiki:litte-phoca.png|}}</item>   <item>Join the Team|X2Go Developer Apprenticeship|[[wiki:development:join-the-team]]|{{:wiki:litte-phoca.png|}}</item>
 +  <item>Reporting Bugs|X2Go Bug Tracking System|[[wiki:bugs]]{{:wiki:little-phoca.png|}}</item>
   <item>X2Go Git|VCS Code Repository|[[wiki:development:git]]|{{:wiki:litte-phoca.png|}}</item>   <item>X2Go Git|VCS Code Repository|[[wiki:development:git]]|{{:wiki:litte-phoca.png|}}</item>
   <item>i18n|Internatialization of X2Go Applications|[[wiki:development:i18n]]|{{:wiki:litte-phoca.png|}}</item>   <item>i18n|Internatialization of X2Go Applications|[[wiki:development:i18n]]|{{:wiki:litte-phoca.png|}}</item>
Line 18: Line 18:
   <item>Development Workspace|Set up your X2Go Dev Machine|[[wiki:development:development-workspace]]|{{:wiki:litte-phoca.png|}}</item>   <item>Development Workspace|Set up your X2Go Dev Machine|[[wiki:development:development-workspace]]|{{:wiki:litte-phoca.png|}}</item>
   <item>Build Server|X2Go Build Server Documentation|[[wiki:development:build-server]]|{{:wiki:litte-phoca.png|}}</item>   <item>Build Server|X2Go Build Server Documentation|[[wiki:development:build-server]]|{{:wiki:litte-phoca.png|}}</item>
-  <item>Session Handshake|Server/Client Communication in X2Go|[[wiki:development:session-handshake]]|{{:wiki:litte-phoca.png|}}</item> 
 </menu> </menu>
 </WRAP> </WRAP>
Line 24: Line 23:
 ---- ----
  
 +===== X2Go Project Infrastructure =====
  
-===== Tracking X2Go Development ===== +<WRAP round info> 
- +<menu col=3,align=center,caption="X2Go Project Infrastructure"> 
-The development of X2Go depends on your contributions. Please report X2Go issues to our [[http://bugs.x2go.org|bug tracker]]. +  <item>Webservers|Statistics|[[wiki:development:webserver-stats]]|{{:wiki:litte-phoca.png|}}</item> 
 +</menu> 
 +</WRAP>
  
-Read the documentation on [[http://bugs.x2go.org/Reporting.html|how to report a bug]] first before starting to file your first bug. 
  
 ===== Specific X2Go Development Subprojects ===== ===== Specific X2Go Development Subprojects =====
Line 41: Line 42:
   <item>NX Libraries|Maintaining nxlibs.git|[[wiki:development:nxlibs-repository]]|{{:wiki:litte-phoca.png|}}</item>   <item>NX Libraries|Maintaining nxlibs.git|[[wiki:development:nxlibs-repository]]|{{:wiki:litte-phoca.png|}}</item>
   <item>X2Go Client (Perl Script)|Study how X2Go session handshakes work|[[wiki:development:x2goclient-cli-study]]|{{:wiki:litte-phoca.png|}}</item>   <item>X2Go Client (Perl Script)|Study how X2Go session handshakes work|[[wiki:development:x2goclient-cli-study]]|{{:wiki:litte-phoca.png|}}</item>
 +  <item>X2Go Session Handshake|Server/Client Communication in X2Go|[[wiki:development:session-handshake]]|{{:wiki:litte-phoca.png|}}</item>
 +  <item>X2Go Broker Protocols|Client/Broker Communication in X2Go|[[wiki:development:x2gobroker:protocol]]|{{:wiki:litte-phoca.png|}}</item>
 +  
 </menu> </menu>
 </WRAP> </WRAP>
Line 52: Line 56:
 <WRAP round todo> <WRAP round todo>
 <menu col=1,align=center,caption="Building X2Go from Source"> <menu col=1,align=center,caption="Building X2Go from Source">
-  <item>Build any X2Go code project from source on Debian-like systems| general build from source, what's needed to build |[[wiki:development:buildguide]]</item>+  <item>Build any X2Go code project from source on Debian-like systems| general build from source, what's needed to build |[[wiki:development:buildguide]]|{{:wiki:litte-phoca.png|}}</item>
 </menu> </menu>
 </WRAP> </WRAP>
 ---- ----
 +
  
  
 ===== Info on Sanity of Tarball installers ===== ===== Info on Sanity of Tarball installers =====
  
-The following X2go projects support tarball installation. If you find a reference to a release version here that has not yet been release (i.e. is not available as tarball) then this means that it will be available in the code project's next upcoming release.+The following X2Go components support tarball installation. If you find a reference to a release version here that has not yet been release (i.e. is not available as tarball) then this means that it will be available in the code project's next upcoming release.
  
 ^  Code Project  ^   Release    ^  Mechanism  ^ ^  Code Project  ^   Release    ^  Mechanism  ^
Line 68: Line 73:
 | python-x2go    |  >= 0.2.0.0    setup.py    | | python-x2go    |  >= 0.2.0.0    setup.py    |
 | pyhoca-gui      >= 0.4.0.1    setup.py    | | pyhoca-gui      >= 0.4.0.1    setup.py    |
 +| x2gognomebindings  |  >= 2.0.2.0  |  automake 
 +| x2gomatebindings    >= 0.0.1.1  |  automake  |
 ---- ----
  
Line 92: Line 98:
 <WRAP round todo> <WRAP round todo>
 <menu col=3,align=center,caption="Building X2Go for MS Windows"> <menu col=3,align=center,caption="Building X2Go for MS Windows">
-  <item>X2GoClient|build from source for MS Windows|[[wiki:development:build-howto-mswin:x2goclient]]|{{:wiki:litte-phoca.png|}}</item>+  <item>X2GoClient|build environment, nxproxy and OpenSSH Server|[[wiki:development:build-howto-mswin:x2goclient]]|{{:wiki:litte-phoca.png|}}</item>
   <item>PyHoca-GUI|build from source for MS Windows|[[wiki:development:build-howto-mswin:pyhoca-gui]]|{{:wiki:litte-phoca.png|}}</item>   <item>PyHoca-GUI|build from source for MS Windows|[[wiki:development:build-howto-mswin:pyhoca-gui]]|{{:wiki:litte-phoca.png|}}</item>
   <item>PyHoca-CLI|build from source for MS Windows|[[wiki:development:build-howto-mswin:pyhoca-cli]]|{{:wiki:litte-phoca.png|}}</item>   <item>PyHoca-CLI|build from source for MS Windows|[[wiki:development:build-howto-mswin:pyhoca-cli]]|{{:wiki:litte-phoca.png|}}</item>
Line 110: Line 116:
 </WRAP> </WRAP>
 ---- ----
 +
 +
 +
 +
  
wiki/development/start.txt · Last modified: 2020/11/05 18:20 by danger89