Skip to content

Commit 784291b

Browse files
committed
Update README and add TOC
1 parent d8783d9 commit 784291b

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# PHP Desktop #
1+
# PHP Desktop
22

3-
## Introduction ##
3+
4+
Table of contents:
5+
* [Introduction](#introduction)
6+
* [Downloads](#downloads)
7+
* [Support](#support)
8+
* [Donate](#donate)
9+
10+
11+
## Introduction
412

513
PHP Desktop is an open source project founded by Czarek Tomczak in 2012 to provide a way for developing native
614
desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. The development workflow
@@ -30,23 +38,26 @@ execution PHP-CGI process is killed and all memory is always freed.
3038
Lots of other useful information can be found on the [Knowledge Base](../../wiki/Knowledge-Base) wiki page and on the
3139
[PHP Desktop Forum](https://groups.google.com/d/forum/phpdesktop).
3240

33-
## Downloads ##
41+
42+
## Downloads
3443

3544
* PHP Desktop Chrome - go to the [Download Chrome](../../wiki/Download-Chrome) wiki page.
3645
* PHP Desktop MSIE (Internet Explorer) - go to the [Download MSIE](../../wiki/Download-MSIE) wiki page.
3746

3847
PHP Desktop is not strongly tied to PHP, it can also act as a packager for any other scripting languages
3948
like Perl, Ruby, Python, that provide a CGI interface for script execution. See the [Embedding other scripting languages](../../wiki/Embedding-other-scripting-languages) wiki page to download examples for other languages.
4049

41-
## Help ##
50+
51+
## Support
4252

4353
* Documentation is on the [Wiki Pages](../../wiki). Start with the [Knowledge Base](../../wiki/Knowledge-Base),
4454
[Settings](../../wiki/Settings) and [Chrome settings](../../wiki/Chrome-settings) wiki pages.
4555
* Ask questions and report problems on the [PHP Desktop Forum](https://groups.google.com/d/forum/phpdesktop)
4656
* Please do not create issues in the Issue Tracker
47-
* See also this tutorial (externally maintained): [Create your first Desktop Application with PHP and PHP Desktop](http://phpocean.com/tutorials/design-and-illustration/create-your-first-desktop-application-with-php-and-php-desktop/4) (phpocean.com)
48-
49-
## Donations ##
57+
* See also this tutorial (externally maintained): [Create your first Desktop Application with PHP and PHP Desktop](http://phpocean.com/tutorials/design-and-illustration/create-your-first-desktop-application-with-php-and-php-desktop/4)
58+
59+
60+
## Donate
5061

5162
If you would like to support PHP Desktop general development efforts by making a donation please click the Donate button below:
5263

@@ -55,8 +66,3 @@ If you would like to support PHP Desktop general development efforts by making a
5566
Please note that at this time PHP Desktop is unable to accept donations that sponsor the development of specific features.
5667
However you can make a donation with a comment that you would like to see some feature implemented and this will give it
5768
a higher priority, but apart from that there are no other guarantees.
58-
59-
## Built a cool app? ##
60-
61-
Built a cool app using PHP Desktop and would like to like to share info with the community?
62-
Talk about it on the [PHP Desktop Forum](https://groups.google.com/d/forum/phpdesktop).

0 commit comments

Comments
 (0)