fel.mdwn 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <div class="infobox">
  2. <h2>Links</h2>
  3. <ul>
  4. <li> [[News]]
  5. <li> [[Releases]]
  6. <li> [[Documentation]]
  7. <li> [[Forum]]
  8. <li> [[Tickets]]
  9. </ul>
  10. </div>
  11. [[!toc]]
  12. # Introduction
  13. Fel is a tiny helper for making simple exception classes more compact and less
  14. redundant to define. It consists entirely of templates.
  15. Fel is part of the Rel4tion project.
  16. The [[releases]] page provides a news feed of Fel's releases. The first one on
  17. the list is the most recent release. Fel is young so there is no stability
  18. guarantee yet, but there will be soon, as it's a ridiculously small and simple
  19. piece of code.
  20. [[!template id=project-links name=fel]]
  21. # Download
  22. [[!template id=project-downloads
  23. name=fel]]
  24. # Documentation
  25. See here: [[documentation]].
  26. # RSS, Mailing Lists and Chat
  27. [[!template id=project-community]]
  28. # "License"
  29. Fel is free software, and is committed to software freedom. It is released under
  30. the General Public License version 3 (GPLv3+).
  31. # Related Software
  32. Fel is simple pure C++.
  33. # Bugs and Patches
  34. See here: [[tickets]].