From 25f53c36365ff3fa0d831237671711c89b0ba976 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?=
Date: Mon, 13 Feb 2012 13:53:55 +0100
Subject: [PATCH] Remove information for developers from docs
---
Documentation.html | 71 +++++-----------------------------------------
1 file changed, 7 insertions(+), 64 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 69a8120009..f8d4e6bb82 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4559,26 +4559,10 @@ chmod o+rwx tmp
7.3 I would like to help out with the development of
phpMyAdmin. How should I proceed?
- The following method is preferred for new developers:
-
-- fetch the current git repository over anonymous git:
- git clone git://github.com/phpmyadmin/phpmyadmin.git
-
- - add your stuff
- - generate patch with your changes:
- git diff > xxx.diff
-
- - submit your patch via the patch
- tracker of the phpMyAdmin project.
-
-
-
-More details on git are available on our wiki.
-
- Write access to the repository is granted only to experienced developers who
- have already contributed something useful to phpMyAdmin.
- Also, have a look at the Developers section.
+We welcome every contribution to the development of phpMyAdmin.
+ You can check out all posibilities how to contribute in
+ contribute section on our website.
+
Security
@@ -4693,50 +4677,9 @@ must have a primary key.
great features have been written by other people and you too can help to
make phpMyAdmin a useful tool.
- If you're planning to contribute source, please read the following
- information:
-
-- All files include libraries/header.inc.php (layout),.
- libraries/common.lib.php (common functions) and
- config.inc.php.
- Only configuration data should go in config.inc.php. Please keep
- it free from other code.
- Commonly used functions should be added to
- libraries/common.lib.php and more specific ones may be added
- within a library stored into the libraries sub-directory.
- - Obviously, you're free to use whatever coding style you want. But
- please try to keep your code as simple as possible: beginners are
- using phpMyAdmin as an example application.
- As far as possible, we want the scripts to be XHTML1.0 and CSS2
- compliant on one hand, they fit the
-
- PEAR
- coding standards
- on the other hand. Please pay attention to this.
- - Please enable showing PHP errors and warnings by the
-
$cfg['Error_Handler']['display']
- configuration directive.
- - Please try to keep up the file-naming conventions. Table-related stuff
- goes to tbl_*.php, db-related code to db_*.php,
- server-related tools to server_*.php and so on.
- - Please use gettext wrappers around all messages
- (
__('Some text') or _ngettext() function).
- To translate them, you need to call scripts/update-po
- script. To use translated messages, call
- scripts/generate-mo, which generates binary files read by
- Gettext.
- - If you want to be really helpful, write an entry for the ChangeLog.
- -
- The DBG extension (PHP
- Debugger DBG) is now supported by phpMyAdmin for developers to
- better debug and profile their code.
- Please see the
- $cfg['DBG']* configuration
- options for more information.
- This is in memoriam of the Space Shuttle Columbia (STS-107) which was
- lost during its re-entry into Earth's atmosphere and in memory of the
- brave men and women who gave their lives for the people of Earth.
-
+You can check out all posibilities how to contribute in
+ contribute section on our website.
+
Copyright