Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Sep 24, 2020
1 parent ede9fb1 commit 8a3a9d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This repo consists of three components: A library, a server and a CLI.

The easiest way to share Atomic Data on the web. Demo on [atomicdata.dev](https://atomicdata.dev)

- No runtime dependencies, crazy fast, runs on all platforms (including on your Raspberry Pi)
- No runtime dependencies, fast, runs on all platforms (including on your Raspberry Pi)
- Embedded HTTP / HTTPS / HTTP2.0 server
- Serialization to HTML, JSON, Linked Data (RDF/XML, N-Triples / Turtle / JSON-LD) and AD3

Expand Down
6 changes: 3 additions & 3 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ _Status: alpha, not ready for production usage. Can panic at runtime._

The easiest way to share Atomic Data on the web. Demo on [atomicdata.dev](https://atomicdata.dev)

- No runtime dependencies, crazy fast, runs on all platforms (including on your Raspberry Pi)
- No runtime dependencies, fast, runs on all platforms (including on your Raspberry Pi)
- Embedded HTTP / HTTPS / HTTP2.0 server
- Serialization to HTML, JSON, Linked Data (RDF/XML, N-Triples / Turtle / JSON-LD) and AD3

Powered by Rust, Actix-Web, Sled and [more](cargo.toml).
Powered by Rust, atomic_lib, actix-web, Sled and [more](cargo.toml).

## Progress

Expand All @@ -31,7 +31,7 @@ Powered by Rust, Actix-Web, Sled and [more](cargo.toml).
- [x] Basic design / use CSS framework
- [ ] Eliminate all preventable runtime panics (most already done)
- [ ] URL extension recognition (.json, .ad3, .nt, etc.)
- [ ] Collections / dynamic resources
- [ ] Collections / dynamic resources #17
- [ ] Write / [Mutations](https://docs.atomicdata.dev/mutations/intro.html) support (might need #16)
- [ ] Auth support (WebID-OICD possibly?) #13
- [ ] Be able to manage the AtomicData.dev website without git
Expand Down

0 comments on commit 8a3a9d0

Please sign in to comment.