registrar

Files related to my duties as Registrar of Agora Nomic
git clone git://juanmeleiro.mat.br/registrar
Log | Files | Refs | README

fora.jq (169B)


      1 .notes as $notes |
      2 (
      3 	(.fora[] | "------------------------------\n[\(.publicity)] \(.location)\n\n\(.use)\(if .note then "\n\n\(.note)" else "" end)\n"),
      4 	"\($notes)"
      5 )