Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Sean McGregor edited this page Aug 9, 2012 · 9 revisions

Status: Under development

Posts are the injectable application endpoint developed for the Proof-of-Concept of Privly. Posts do not implement any content cryptography. The current effort for posts is to refactor it into an application we can eventually serve directly from the extension. At that time we will be able to move the Posts endpoint to the Privileged Track.

Posts were developed as a Ruby on Rails application. We need to refactor:

  • Package all the templates and scripts together into a static application (no templating) and make it indifferent to where the content is stored
  • Render the posted Markdown on the client