]> source.dussan.org Git - gitblit.git/commitdiff
Renamed README for GutHub.
authorJames Moger <james.moger@gitblit.com>
Wed, 27 Jul 2011 13:40:57 +0000 (09:40 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 27 Jul 2011 13:40:57 +0000 (09:40 -0400)
README.MKD [deleted file]
README.markdown [new file with mode: 0644]

diff --git a/README.MKD b/README.MKD
deleted file mode 100644 (file)
index a588cb4..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-Gitblit\r
-=================\r
-\r
-Gitblit is an open source, pure Java Git solution for managing, viewing, and serving [Git](http://git-scm.com) repositories.<br/>\r
-More information about Gitblit can be found [here](http://gitblit.com).\r
-\r
-License\r
--------\r
-\r
-Gitblit is distributed under the terms of the Apache Software Foundation license, version 2.0. The text of the license is included in the file LICENSE in the root of the project.\r
-\r
-Java Runtime Requirement\r
-------------------------------------\r
-\r
-Gitblit requires at Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK).\r
-\r
-Getting help\r
-------------\r
-\r
-Read the online documentation available at the [Gitblit website](http://gitblit.com)\r
-\r
-Building Gitblit\r
-----------------\r
-[Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured.\r
-\r
-1. Import the gitblit project into your Eclipse workspace.<br/>\r
-*There will be lots of build errors.*\r
-2. Using Ant, execute the `build.xml` script in the project root.<br/>\r
-*This will download all necessary build dependencies and will also generate the Keys class for accessing settings.*\r
-3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.\r
-4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.<br/>\r
-*This will clone some repositories from the web and run through the unit tests.*\r
-5. Execute the *com.gitblit.Launcher* class to start Gitblit.   
\ No newline at end of file
diff --git a/README.markdown b/README.markdown
new file mode 100644 (file)
index 0000000..a588cb4
--- /dev/null
@@ -0,0 +1,33 @@
+Gitblit\r
+=================\r
+\r
+Gitblit is an open source, pure Java Git solution for managing, viewing, and serving [Git](http://git-scm.com) repositories.<br/>\r
+More information about Gitblit can be found [here](http://gitblit.com).\r
+\r
+License\r
+-------\r
+\r
+Gitblit is distributed under the terms of the Apache Software Foundation license, version 2.0. The text of the license is included in the file LICENSE in the root of the project.\r
+\r
+Java Runtime Requirement\r
+------------------------------------\r
+\r
+Gitblit requires at Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK).\r
+\r
+Getting help\r
+------------\r
+\r
+Read the online documentation available at the [Gitblit website](http://gitblit.com)\r
+\r
+Building Gitblit\r
+----------------\r
+[Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured.\r
+\r
+1. Import the gitblit project into your Eclipse workspace.<br/>\r
+*There will be lots of build errors.*\r
+2. Using Ant, execute the `build.xml` script in the project root.<br/>\r
+*This will download all necessary build dependencies and will also generate the Keys class for accessing settings.*\r
+3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.\r
+4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.<br/>\r
+*This will clone some repositories from the web and run through the unit tests.*\r
+5. Execute the *com.gitblit.Launcher* class to start Gitblit.   
\ No newline at end of file