Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
4 results tagged specifications  ✕
flat-html - Write unnested html https://github.com/samsquire/flat-html
Thu 02 Apr 2020 09:16:35 AM CEST
QRCode

flat-html is an alternative to templating and generating complicated HTML.

You write a series of statements of what each element should be set to.

article file_format html specifications web
Markdeep online editing language http://casual-effects.com/markdeep/
Sat 05 Oct 2019 08:53:30 AM CEST
QRCode
language markdown specifications
How to do BibJSON http://okfnlabs.org/bibjson/
Sun 30 Jun 2019 10:00:54 PM CEST
QRCode

BibJSON is a convention for representing bibliographic metadata in JSON; it makes it easy to share and use bibliographic metadata online.

It is a form of JSON - a simple, useful and common way of representing data on the web; we use it to shift information around between our apps.

  • A BibJSON record is a JSON object
  • A BibJSON collection is a JSON object containing "metadata" followed by "records"
  • The "records" key in a collection points to a list of BibJSON records (JSON objects)
  • The collection and the records both have the "collection" key, and their value should be the same
  • Each record should have a "cid" - an identifier unique within the parent collection
  • Each record should have a "type" - such as "article", "book", or even "author"
  • Record type places no constraint on what can be placed in the record
  • The default set of keys are based on the bibtex keys
  • BibJSON keys are lowercase, no spaces, and usually singular
  • The keys can point to strings, lists, or objects
  • Any thing that is a simple string should remain so
  • Where object complexity is required, make it an object
  • Where additional keys are namespaced, include a "namespace" declaration in the collection "metadata"
  • BibJSON APIs may return other metadata relevant to the parent app; developers can identify such metadata by prefixing the key with "_"; just ignore what is not useful to you
bibliography bibtex file_format homepage json specifications
JSON Resume https://github.com/jsonresume
Thu 27 Jun 2019 10:01:21 PM CEST
QRCode

A community driven open source initiative to create a JSON based standard for resumes.

file_format homepage json library opensource specifications
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn