Skip to content

Commit

Permalink
Added README file in root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiDabbler committed Oct 15, 2014
1 parent 41e6f09 commit 2766d93
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
@@ -0,0 +1,29 @@
PasHi - Pascal Syntax Highlighter
=================================

PasHi is a Pascal syntax highlighter targetted at the Delphi Language.

For an overview of the program, installation and usage information see [`ReadMe.html`](Docs/ReadMe.html) in the `Docs` directory.

Source Code
-----------

Up to and including release 2.0 beta 2 of 12 August 2014 the project's source code was maintained in a Subversion repository on GoogleCode. That repo has now been converted to Git and imported to GitHub. Releases have been tagged. Consequently all changes up to release 2.0 beta 2 were made to `master`. Some later changes, up to and including the creation of this ReadMe file were also committed to directly to `master`.

The [Git Flow](http://nvie.com/posts/a-successful-git-branching-model/) methodology has now been adopted. This means that all development work is now done on the `develop` branch or special `feature` branches, leaving `master` in a production ready state.

### Contributions

Contributions are welcome. Just fork the repo and create a feature branch off the `develop` branch. Commit your changes to your feature branch and submit a pull request when ready.

Change Log
----------

The program's change log is recorded in [`ChangeLog.txt`](Docs/ChangeLog.txt) in the `Docs` directory.

License
-------

The program's EULA can be found in [`License.txt`](Docs/License.txt) in the `Docs` directory.

Much of the source code is released under the [Mozilla Public License v2.0](http://mozilla.org/MPL/2.0/).

0 comments on commit 2766d93

Please sign in to comment.