Difference between revisions of "Data"

From Freephile Wiki
Jump to navigation Jump to search
(updates Data article with Git-mediawiki mention)
Line 3: Line 3:
 
== Working with Data ==
 
== Working with Data ==
 
The [https://github.com/moy/Git-Mediawiki/wiki/User-manual Git-Mediawiki project] is an extension of [[Git]] which allows you to clone/author your wiki from the comfort of your git terminal.
 
The [https://github.com/moy/Git-Mediawiki/wiki/User-manual Git-Mediawiki project] is an extension of [[Git]] which allows you to clone/author your wiki from the comfort of your git terminal.
 +
 +
=== Miga ===
 +
Yaron Koren wrote a cool data front-end called Miga http://migadv.com/usage/
 +
<blockquote>
 +
Miga is a lightweight framework for displaying an intelligent client-side browsing interface around a set of structured data. It requires administrators to provide the bare minimum amount of information: one or more data tables, in CSV form; as well as schema information in a separate file using a lightweight syntax; and an optional listing of additional pages that the app should display, also using a lightweight syntax.
 +
</blockquote>
  
 
[[Category:Data]]
 
[[Category:Data]]

Revision as of 14:26, 23 June 2016

Nice instruction about representation of data as it relates to binary, base 10, hexadecimal and so on. http://www3.ntu.edu.sg/home/ehchua/programming/java/DataRepresentation.html

Working with Data[edit | edit source]

The Git-Mediawiki project is an extension of Git which allows you to clone/author your wiki from the comfort of your git terminal.

Miga[edit | edit source]

Yaron Koren wrote a cool data front-end called Miga http://migadv.com/usage/

Miga is a lightweight framework for displaying an intelligent client-side browsing interface around a set of structured data. It requires administrators to provide the bare minimum amount of information: one or more data tables, in CSV form; as well as schema information in a separate file using a lightweight syntax; and an optional listing of additional pages that the app should display, also using a lightweight syntax.