doap.ttl 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  2. @prefix : <http://usefulinc.com/ns/doap#> .
  3. []
  4. :name "#Seppo!" ;
  5. :audience "Non-tech persons in the #fediverse." ;
  6. :shortdesc "Personal Social Web." ;
  7. :homepage <https://seppo.mro.name> ;
  8. :implements <https://www.w3.org/TR/Activitypub/> ;
  9. :implements <https://tools.ietf.org/html/draft-cavage-http-signatures-12> ;
  10. :implements <https://tools.ietf.org/html/rfc3875> ;
  11. :implements <https://tools.ietf.org/html/rfc4287> ;
  12. :implements <https://tools.ietf.org/html/rfc4685> ;
  13. :implements <https://tools.ietf.org/html/rfc5005> ;
  14. :implements <https://tools.ietf.org/html/rfc7033> ;
  15. :implements <https://tools.ietf.org/html/rfc7565> ;
  16. :service-endpoint <http://seppo.mro.name/aseppototry/> ;
  17. :programming-language "OCaml" ;
  18. :programming-language "XSLT";
  19. :programming-language "HTML";
  20. :programming-language "JavaScript";
  21. :license <https://www.gnu.org/licenses/gpl-3.0.en.html> ;
  22. :maintainer <http://mro.name/~me> ;
  23. :bug-database <https://seppo.mro.name/issues> ;
  24. :repository [
  25. :browse <https://seppo.mro.name/sourcecode> ;
  26. a :GitRepository
  27. ], [
  28. :browse <https://codeberg.org/seppo/seppo> ;
  29. :location <https://codeberg.org/seppo/seppo> ;
  30. a :GitRepository
  31. ], [
  32. :browse <https://repo.or.cz/Seppo.git> ;
  33. a :GitRepository
  34. ], [
  35. :browse <https://code.mro.name/mro/seppo> ;
  36. a :GitRepository
  37. ], [
  38. :browse <https://codeberg.org/mro/seppo> ;
  39. a :GitRepository
  40. ], [
  41. :browse <https://notabug.org/mro/seppo> ;
  42. a :GitRepository
  43. ], [
  44. :browse <https://git.sr.ht/~mro/seppo> ;
  45. a :GitRepository
  46. ] ;
  47. a :Project .