Navigation

  • index
  • next |
  • »

BeeSeek Developer Handbook¶

BeeSeek is a project to build a free, open-source search engine based on a peer to peer technology. Here are available the documents with the documentation needed to hack on the project.

Documentation and examples¶

Foundations¶

  • Base classes
    • Simplest usage
    • Checking method’s argument count
  • File locking
    • Check for implementation
    • Low level functions
    • Lock objects
    • LockFile objects
  • Logging
    • Simplest usage
    • Levels
    • Exceptions and OOPS reports
      • Background
      • Representing information
  • Session management
    • Creating a session class
    • Initializing a session
    • Session statuses
    • Session shutdown
  • Page templates
    • Language specification
      • Template namespace
      • If statement
      • Objects
      • Insert instruction
      • Containers
      • For statement
      • Other examples
    • Using with Python
      • Execution environment
      • Initialization

Source code documentation¶

The documentation for the beeseek package is available at dev.beeseek.org/source.

  • Module Hierarchy
  • Class Hierarchy
  • Alphabetical Index

Table Of Contents

  • BeeSeek Developer Handbook
    • Documentation and examples
      • Foundations
    • Source code documentation

Next topic

Base classes

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • »
© Copyright 2007-2009 BeeSeek Developers. Last updated on Mar 21, 2010. Created using Sphinx 0.5.2.