/examples/web/wiki/defaultpages/FrontPage

https://bitbucket.org/prologic/circuits/ · #! · 35 lines · 25 code · 10 blank · 0 comment · 0 complexity · 5421052c803d00be7a1ab53f7cf1ae24 MD5 · raw file

  1. = Front Page =
  2. Welcome to the simple [[http://circuitsweb.com/|circuits.web]] wiki engine in < 100 lines of code!!!!
  3. This little demo wiki makes use of the following software/library:
  4. * [[http://www.python.org|Python]] D'uh :)
  5. * [[http://circuitsweb.com/|circuits.web]] -- web application framework
  6. * [[http://code.google.com/p/creoleparser/|creoleparser]] -- wiki parser
  7. * [[http://sqlite.org|SQLite]] -- wiki database
  8. * [[http://genshi.edgewall.org/|genshi]] -- used by creoleparser and macros
  9. * [[http://pygments.org/|pygments]] -- used by code macro for highlighting
  10. This is the simplest, most concise demonstration of quite a number of the
  11. features of the [[http://circuitsweb.com/|circuits.web]]
  12. web framework as well as the smallest (//without resorting to obfuscation//).
  13. This wiki engine also fully supports macros and a list of available macros
  14. can be found here: [[Macros]]
  15. For help with wiki syntax see the [[CheatSheet]] page.
  16. THe entire source code to this wiki can be found on the
  17. [[http://circuitsframework.com/|circuits]] project home page
  18. here: http://bitbucket.org/circuits/circuits/src/tip/examples/web/wiki/
  19. Try the [[SandBox]] :)
  20. **NB**: This circuits.web wiki demo is not a complete wiki engine and lacks
  21. some rather basic wiki features such as history and recent changes.
  22. For a more complete wiki engine please see the
  23. [[http://sahriswiki.org/|sahriswiki]] project.
  24. Enjoy!
  25. --[[http://prologic.shortcircuit.net.au|JamesMills]]