diff options
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | doc/sidebar.md | 37 |
2 files changed, 12 insertions, 37 deletions
@@ -49,3 +49,15 @@ Contact me by email: mitchell.at.foicica.com. There is also a [mailing list][]. [mailing list]: http://foicica.com/lists + +## Donate + +Your donations are very much appreciated and go towards web server maintainence +and hosting for Textadept, its source code repository, mailing list, etc. + +<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> +<input type="hidden" name="cmd" value="_s-xclick"> +<input type="hidden" name="hosted_button_id" value="3165962"> +<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt=""> +<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> +</form> diff --git a/doc/sidebar.md b/doc/sidebar.md deleted file mode 100644 index d1c6b76e..00000000 --- a/doc/sidebar.md +++ /dev/null @@ -1,37 +0,0 @@ - - -# Manual - -* [Introduction](1_Introduction.html) -* [Installation](2_Installation.html) -* [User Interface](3_UserInterface.html) -* [Working with Files](4_WorkingWithFiles.html) -* [File Navigation](5_FileNavigation.html) -* [Adept Editing](6_AdeptEditing.html) -* [Modules](7_Modules.html) -* [Themes](8_Themes.html) -* [Preferences](9_Preferences.html) -* [Advanced](10_Advanced.html) -* [Scripting](11_Scripting.html) -* [Compiling](12_Compiling.html) -* [Help](13_Help.html) -* [Appendix](14_Appendix.html) - -# Links - -* [Caladbolg.net](http://caladbolg.net) -* [LuaDoc](../index.html) -* [Download](http://code.google.com/p/textadept/downloads/list) | - [Hg](http://code.google.com/p/textadept/source/browse) -* [Language Modules](https://bitbucket.org/mitchell) -* [Mailing List](http://groups.google.com/group/textadept) -* [Wiki](http://caladbolg.net/textadeptwiki) -* [Bug Tracker](http://code.google.com/p/textadept/issues/list) -* [Ohloh](http://ohloh.net/projects/textadept) - -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin-top: 0.5em; text-align: center;"> -<input type="hidden" name="cmd" value="_s-xclick"> -<input type="hidden" name="hosted_button_id" value="3165962"> -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt=""> -<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> -</form> |