From 737ff352f036bff0bf4eb50bd45b50c64ba7ff0e Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Fri, 5 Sep 2008 13:05:03 +0200 Subject: [PATCH] Update README and add CONTRIBUTORS file Signed-off-by: Alex Coles --- CONTRIBUTORS | 5 +++ README | 41 ++---------------- README => README.markdown | 104 +++++++++++++++++++++++++++++----------------- 3 files changed, 76 insertions(+), 74 deletions(-) create mode 100644 CONTRIBUTORS rewrite README (98%) copy README => README.markdown (55%) diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..eaec7df --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,5 @@ +Contributors +============ + +* Contact the developers directly: + - | myabc on #datamapper, #merb IRC diff --git a/README b/README dissimilarity index 98% index 663b0c4..983798a 100644 --- a/README +++ b/README @@ -1,37 +1,4 @@ -Netbeans Git Plugin -=================== - -A versioning plugin for working with Git repositories in Netbeans. It supports -the basic tasks of status, diff, commit, and log viewing. - -It uses the JGit library for accessing repositories. To ease installation -a JGit jar is distributed with the project source in release/modules/ext/. - -More information and documentation are available in the form of JavaHelp files -which can be found under: - - - javahelp/org/nbgit/docs/ - -They will also be accessible via the Help menu when the plugin has been -installed. - -To download the latest version, check the current status of development, or -report an issue visit the project page at: - - - http://nbgit.googlecode.com/ - -Installation ------------- - -This module is still under development and thus may randomly crash, eat -all your memory, etc. So consider yourself warned! Before installing or -upgrading make sure you read the release notes and list of known issues. -They can be found in: - - - javahelp/org/nbgit/docs/news.html - - javahelp/org/nbgit/docs/issues.html - -To install from source clone the repository and use File > Open Project to -add it to your project list in Netbeans. Then right click on the new project -and select "Install/Reload in Development IDE". You are advised to first test -the plugin by "running" the project. +Netbeans Git Module +=================== + +Please see README.markdown. diff --git a/README b/README.markdown similarity index 55% copy from README copy to README.markdown index 663b0c4..bc6ea38 100644 --- a/README +++ b/README.markdown @@ -1,37 +1,67 @@ -Netbeans Git Plugin -=================== - -A versioning plugin for working with Git repositories in Netbeans. It supports -the basic tasks of status, diff, commit, and log viewing. - -It uses the JGit library for accessing repositories. To ease installation -a JGit jar is distributed with the project source in release/modules/ext/. - -More information and documentation are available in the form of JavaHelp files -which can be found under: - - - javahelp/org/nbgit/docs/ - -They will also be accessible via the Help menu when the plugin has been -installed. - -To download the latest version, check the current status of development, or -report an issue visit the project page at: - - - http://nbgit.googlecode.com/ - -Installation ------------- - -This module is still under development and thus may randomly crash, eat -all your memory, etc. So consider yourself warned! Before installing or -upgrading make sure you read the release notes and list of known issues. -They can be found in: - - - javahelp/org/nbgit/docs/news.html - - javahelp/org/nbgit/docs/issues.html - -To install from source clone the repository and use File > Open Project to -add it to your project list in Netbeans. Then right click on the new project -and select "Install/Reload in Development IDE". You are advised to first test -the plugin by "running" the project. +NetBeans Git Module +=================== + +A versioning plugin for working with Git repositories in Netbeans. Presently, +it supports the basic tasks of status, diff, commit, and log viewing. Future +versions will increase functionality to provide a full set of 'porcelain' +commands. + +It uses the JGit library for accessing repositories. To ease installation +a JGit jar is distributed with the project source in release/modules/ext/. + +More information and documentation are available in the form of JavaHelp files +which can be found under: + + - javahelp/org/nbgit/docs/ + +They will also be accessible via the Help menu when the plugin has been +installed. + +To download the latest version, check the current status of development, or +report an issue visit the project page at: + + - + +Installation +------------ + +This module is still under development and thus may randomly crash, eat +all your memory, etc. So consider yourself warned! Before installing or +upgrading make sure you read the release notes and list of known issues. +They can be found in: + + - javahelp/org/nbgit/docs/news.html + - javahelp/org/nbgit/docs/issues.html + +To install from source clone the repository and use File > Open Project to +add it to your project list in Netbeans. Then right click on the new project +and select "Install/Reload in Development IDE". You are advised to first test +the plugin by "running" the project. + +Getting the Source +------------------ + +Performing a git clone on either of the following repositories will get you +the latest source: + + git clone git://github.com/myabc/nbgit.git + git clone git://gitorious.org/nbgit/mainline.git (on gitorious) + +The following additional mirrors are available: + + git://repo.or.cz/nbgit.git + http://repo.or.cz/r/nbgit.git + +Licensing and Copyright +----------------------- + +This code is dual-licensed under the **COMMON DEVELOPMENT AND DISTRIBUTION +LICENSE (CDDL) Version 1.0** and the **GNU Public License (GPL) v2**. Please see +LICENSE for licensing and copyright information. + +Support +------- + + * **nbgit**: + * **nbgit Mailing List**: + \ No newline at end of file -- 2.11.4.GIT