| Additions are marked like this |
git clone ⇒ page creationTL;DR: Rough idea: make it possible to interact with Encycla by entirely using the
Authentication — whether by username/password, certificate, or ssh-key — is a necessity in order to prevent spoofing. I don't know how Encycla works behind the curtains, but perhaps it is easier to implement
Would that work? PS: If it's easier, implementation-wise, to just let the user clone an empty directory, I'm not opposed to a separate CLI utility that can populate said directory with the necessary skeleton files, but from a usability perspective it would be better if a newly cloned directory/page is automatically populated with the necessary files in the right format. Once it is implemented, such files need only to be maintained in one place, rather than also maintaining a separate CLI utility. That way the user only needs Comments | git clone ⇒ page creationTL;DR: Rough idea: make it possible to interact with Encycla by entirely using the
Authentication — whether by username/password, certificate, or ssh-key — is a necessity in order to prevent spoofing. I don't know how Encycla works behind the curtains, but perhaps it is easier to implement
Would that work? PS: If it's easier, implementation-wise, to just let the user clone an empty directory, I'm not opposed to a separate CLI utility that can populate said directory with the necessary skeleton files, but from a usability perspective it would be better if a newly cloned directory/page is automatically populated with the necessary files in the right format. Once it is implemented, such files need only to be maintained in one place, rather than also maintaining a separate CLI utility. That way the user only needs CommentsThis is a really fantastic idea! I went ahead and implemented it, some details here: Encycla Git Documentation. -philipn |
You can also use the and keys