Difference between revisions of "Programmers/Developers Documentation"
From GeeklogWiki
m (Fixed missing link to Coding Guidelines) |
|||
(47 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | #[[ | + | # [[Introduction]] |
− | #[[ | + | # [[Installation]] |
− | #[[Administration]] | + | # [[Administration]] |
− | #[[Users Documentation]] | + | # [[Users Documentation|User's Documentation]] |
− | #[[Programmers/Developers Documentation]] | + | # [[Programmers/Developers Documentation]] |
− | ##[[Coding Guidelines|Geeklog Coding Standards]] | + | ## [[Getting Started]] |
− | ##[[ | + | ## [[Beginner's Guide to Programming|Beginner's Guide to Geeklog Programming]] |
− | ##[[Plugin Development]] | + | ### [[Coding Guidelines|Geeklog Coding Standards]] |
− | ##[[Plugin Developers Handbook]] | + | ### [[Source Code Documentation]] |
− | ##[[Plugin API]] | + | ### [[Security and Common Practices]] |
− | ##*[[Extending Site Statistics with your plugin | Statistics]] | + | ## [[Plugin Development]] |
− | ##*[[Integrating the Comment Engine | Comments]] | + | ### [[Plugin Developers Handbook]] |
− | ##*[[Using Geeklog's Search Engine | Search]] | + | ### Developing for the repository |
− | ##*[[Adding Moderation Capability | Moderation]] | + | ###* [[Structure and Information]] |
− | ##*[[RSS API]] | + | ###* [[Developing Plugins]] |
− | ##*[[Misc Plugin API's that dont fit any where else | Misc]] | + | ###* [[Patches and Upgrades]] |
− | ##[[ | + | ### Plugin API |
− | ##[[ | + | ###* [[Minimal Plugin|A minimal plugin example]] |
− | ##[[ | + | ###* [[Extending Site Statistics with your plugin|Statistics]] |
− | ##[[Database Schema]] | + | ###* [[Integrating the Comment Engine|Comments]] |
− | ##[[ | + | ###* [[Using Geeklog's Search Engine|Search]] |
− | ##[[Google Summer of Code|Google Summer of | + | ###* [[Adding Moderation Capability|Moderation]] |
+ | ###* [[RSS API]] | ||
+ | ###* [[PluginConfiguration]] | ||
+ | ###* [[Plugin Autoinstall]] | ||
+ | ###* [[Plugin Auto-Uninstall]] | ||
+ | ###* [[Misc Plugin API's that dont fit any where else|Misc. API Functions]] | ||
+ | ### Cross Site Publishing and Receiving API | ||
+ | ###* [[Cross Site Publishing and Receiving Information]] | ||
+ | ### [[New Plugin API Functions in Geeklog 1.6.0]] | ||
+ | ### [[Plugin Toolkit]] | ||
+ | ## Misc. Programming Topics | ||
+ | ### [[StoryArchitecture|The Story Architecture]] | ||
+ | ### [[AdminLists|Displaying Tables]] | ||
+ | ### [[Filtering Spam with Spam-X]] | ||
+ | ### [[Writing Portable SQL]] | ||
+ | ### [[DatabaseSchema|Database Schema]] | ||
+ | ###* [[Geeklog 1.5]] | ||
+ | ### [[CommentAlgorithm|Storing Comments Hierarchically in Geeklog]] | ||
+ | ### [[AddToConfiguration|Guide to Adding 'Core' Configuration Items]] | ||
+ | ### [[Using GitHub|GitHub]] | ||
+ | ### [[Test Suite|Writing Unit Tests]] | ||
+ | ### [[Google Summer of Code|Google Summer of Code]] | ||
+ | ### [[Scripts Class|JavaScript and CSS Files - Using the Scripts Class]] | ||
+ | ### [[Topic Support|Topic Support]] | ||
+ | ### [[Caching Template Library|Caching Template Library (CTL)]] | ||
+ | ## Related Topics | ||
+ | ### [[Translations]] | ||
+ | ### [[Theme Developers Guide]] | ||
+ | ### [[Proposed Roadmap]] | ||
+ | ### [[Development Environment]] | ||
− | [[ | + | |
− | [[Complete | + | [[Geeklog Documentation|Main Table of Contents]]<br> |
+ | [[Complete Table of Contents]] | ||
+ | |||
+ | |||
+ | [[Category:Development]] |
Latest revision as of 21:47, 10 January 2016
- Introduction
- Installation
- Administration
- User's Documentation
- Programmers/Developers Documentation
- Getting Started
- Beginner's Guide to Geeklog Programming
- Plugin Development
- Plugin Developers Handbook
- Developing for the repository
- Plugin API
- Cross Site Publishing and Receiving API
- New Plugin API Functions in Geeklog 1.6.0
- Plugin Toolkit
- Misc. Programming Topics
- The Story Architecture
- Displaying Tables
- Filtering Spam with Spam-X
- Writing Portable SQL
- Database Schema
- Storing Comments Hierarchically in Geeklog
- Guide to Adding 'Core' Configuration Items
- GitHub
- Writing Unit Tests
- Google Summer of Code
- JavaScript and CSS Files - Using the Scripts Class
- Topic Support
- Caching Template Library (CTL)
- Related Topics