Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2766d93

Browse files
author
DelphiDabbler
committedOct 15, 2014
Added README file in root directory.
1 parent 41e6f09 commit 2766d93

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
 

‎README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
PasHi - Pascal Syntax Highlighter
2+
=================================
3+
4+
PasHi is a Pascal syntax highlighter targetted at the Delphi Language.
5+
6+
For an overview of the program, installation and usage information see [`ReadMe.html`](Docs/ReadMe.html) in the `Docs` directory.
7+
8+
Source Code
9+
-----------
10+
11+
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`.
12+
13+
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.
14+
15+
### Contributions
16+
17+
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.
18+
19+
Change Log
20+
----------
21+
22+
The program's change log is recorded in [`ChangeLog.txt`](Docs/ChangeLog.txt) in the `Docs` directory.
23+
24+
License
25+
-------
26+
27+
The program's EULA can be found in [`License.txt`](Docs/License.txt) in the `Docs` directory.
28+
29+
Much of the source code is released under the [Mozilla Public License v2.0](http://mozilla.org/MPL/2.0/).

0 commit comments

Comments
 (0)
Please sign in to comment.