You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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