From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- srcs/phpmyadmin/doc/html/_sources/developers.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcs/phpmyadmin/doc/html/_sources/developers.txt (limited to 'srcs/phpmyadmin/doc/html/_sources/developers.txt') diff --git a/srcs/phpmyadmin/doc/html/_sources/developers.txt b/srcs/phpmyadmin/doc/html/_sources/developers.txt new file mode 100644 index 0000000..2b2f586 --- /dev/null +++ b/srcs/phpmyadmin/doc/html/_sources/developers.txt @@ -0,0 +1,12 @@ +.. _developers: + +Developers Information +====================== + +phpMyAdmin is Open Source, so you're invited to contribute to it. Many +great features have been written by other people and you too can help +to make phpMyAdmin a useful tool. + +You can check out all the possibilities to contribute in the +`contribute section on our website +`_. -- cgit