-
Notifications
You must be signed in to change notification settings - Fork 1
/
HACKING
30 lines (21 loc) · 1.05 KB
/
HACKING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
MySQL Manager (a.k.a. gnome-mysql-manager) is written in
Python programming language. Source code consists of Python source
code, Glade user interface definition, and various pixmaps. The
project website is:
http://code.google.com/p/gnome-mysql-manager
The website contains essential information about the project. The
project wiki is:
http://rouslan.stikipad.com/mysql
Wiki contains all of the project documentation, with exception of the
files included in SVN (INSTALL, README, HACKING, COPYING, and
ChangeLog). To anonymously checkout source code from the SVN
repository, run `svn checkout
http://gnome-mysql-manager.googlecode.com/svn/trunk/ gnome-mysql-manager`
Modifications to this application should be submitted as bug reports:
http://code.google.com/p/gnome-mysql-manager/issues/list
where they can be reviewed before being submitted. Keep in mind that
it is up to project maintainer(s) to decide which patches will be
accepted. Contributors of multiple accepted patches can become project
members upon request.
Rouslan Solomakhin
2006-10-23