joshuabenuck / seran-wiki

Experiment to create a Deno based implementation of Federated Wiki
MIT License
11 stars 7 forks source link

Support read-only journal operations. #21

Closed joshuabenuck closed 4 years ago

joshuabenuck commented 4 years ago

In order to be a Federation Friendly Outpost, we need to support read-only journal operations.

This looks to include:

WardCunningham commented 4 years ago

It is more important to export a well formed journal than to display one locally.

joshuabenuck commented 4 years ago

We now serve well formed journal entries for generated pages.

Closing this as the other two items listed (displaying the journal or displaying previous pages) are not currently a priority. What has been implemented is sufficient for now.