From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
You can get the current source using the following commands:
You can get the current source using the following commands:


'''Anonymous CVS access'''
<pre>
<pre>
$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
$ svn co http://svn.fedorahosted.org/svn/system-config-language
$ cvs -z3 login
(hit enter)
$ cvs -z3 co system-config-language
</pre>
</pre>
'''Contributor CVS access'''
<pre>
$ svn co svn+ssh://username@svn.fedorahosted.org/svn/system-config-language
</pre>
'''Current release:'''
[[Image:system-config-language-1.3.1.tar.bz2]]
'''Previous releases:'''
[[Image:system-config-language-1.2.15.tar.bz2]]
== Contributors information ==
* Please submit bugs and patches into [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=system-config-language system-config-language bugzilla component] .

Revision as of 07:11, 23 June 2008

system-config-language

What is system-config-language?

system-config-language is a graphical user interface that allows the user to change the default language of the system.

Download

Grab the latest source from CVS

You can get the current source using the following commands:

Anonymous CVS access

$ svn co http://svn.fedorahosted.org/svn/system-config-language

Contributor CVS access

$ svn co svn+ssh://username@svn.fedorahosted.org/svn/system-config-language

Current release:

File:System-config-language-1.3.1.tar.bz2

Previous releases:

File:System-config-language-1.2.15.tar.bz2

Contributors information