{% extends "base.html" %} {% block title %}Manage Projects — Ontoref{% endblock title %} {% block content %}
| Slug | Root | Mode | Auth | Persisted | Actions |
|---|---|---|---|---|---|
| {% if not p.push_only %} {{ p.slug }} {% else %} {{ p.slug }} {% endif %} | {{ p.root }} | {% if p.opmode == "daemon" %} daemon {% else %} push {% endif %} | {% if p.auth %} {{ p.key_count }} key{% if p.key_count != 1 %}s{% endif %} {% else %} open {% endif %} | {% if p.in_projects_ncl %} ✓ {% else %} memory only {% endif %} |
Slug and import paths are read from .ontoref/project.ncl. Change is persisted to ~/.config/ontoref/projects.ncl.