├── .gitignore
├── .gitmodules
├── .hgtags
├── .nojekyll
├── Makefile
├── README.md
├── calendar.html
├── icons
├── 0README.txt
├── 16dot-blue.gif
├── 16dot-green.gif
├── 16dot-red.gif
├── 16dot-yellow.gif
├── 18x18-button.white.gif
├── 18x18-white.gif
├── 1dot5a.gif
├── 1pt5a.gif
├── 22-categorize.png
├── 22-text-xml4.png
├── CV.png
├── Wclocksmall.png
├── about.png
├── appointment-new.png
├── ball16.gif
├── beanie-a.gif
├── bg_ball.gif
├── circ-blue.gif
├── circ-green.gif
├── circ-red.gif
├── circ-x.gif
├── circ-yellow.gif
├── clean
│ ├── icon_back.png
│ ├── icon_collapse.png
│ ├── icon_collapse_all.png
│ ├── icon_con_max.png
│ ├── icon_con_min.png
│ ├── icon_expand.png
│ ├── icon_forward.png
│ ├── icon_link_with_editor.png
│ ├── icon_menu.png
│ └── icon_up.png
├── clock1-a.gif
├── collapse-trans.svg
├── columns.svg
├── compassrose.png
├── discovery_small.png
├── document.png
├── expand-trans.svg
├── flickr_small.png
├── foaf
│ └── foafTiny.gif
├── g1377.png
├── go-to-this.png
├── images-1.jpg
├── images-2.jpg
├── images-3.jpg
├── images-4.jpg
├── images-5.jpg
├── images.jpg
├── law.jpg
├── loading.png
├── lock1-a.gif
├── m-glass-a.gif
├── map.png
├── markers
│ ├── 0.png
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ ├── 4.png
│ ├── 5.png
│ ├── 6.png
│ ├── 7.png
│ ├── 8.png
│ └── 9.png
├── microblog
│ └── microblog.png
├── optional_off.PNG
├── optional_on.PNG
├── pb-logo.png
├── pencil_small.png
├── photo_back.png
├── photo_begin.png
├── photo_end.png
├── photo_next.png
├── photo_small.png
├── pin3-a.gif
├── pin7-a.gif
├── publication
│ ├── publicationPaneIcon.gif
│ ├── publicationPaneIcon2.gif
│ └── publication_placeholder.gif
├── rdf_flyer.24.gif
├── refresh.gif
├── retract.gif
├── rows.svg
├── silk
│ ├── famfamfam.com- Silk Icons.webloc
│ ├── readme.txt
│ └── telephone.png
├── smblk01.gif
├── smblu02.gif
├── smgr02.gif
├── smgry05.gif
├── smmag01.gif
├── smrd01.gif
├── smyel01.gif
├── social
│ └── social.gif
├── sw-cube.png
├── table.png
├── table2.png
├── tag_small.png
├── tag_tiny.png
├── tango
│ ├── 22-applications-system.png
│ ├── 22-emblem-system.png
│ ├── 22-folder-open.png
│ ├── 22-folder.png
│ ├── 22-help-browser.png
│ ├── 22-image-x-generic.png
│ ├── 22-list-add-new.png
│ ├── 22-list-add.png
│ ├── 22-list-remove.png
│ ├── 22-mail-message-new.png
│ ├── 22-text-html.png
│ ├── 22-text-x-generic.png
│ ├── 22-user-trash.png
│ ├── 22-view-refresh.png
│ ├── 22-x-office-calendar.png
│ ├── 32-help-browser.png
│ ├── README.txt
│ └── Tango Icon Gallery - Tango Desktop Project.webloc
├── tbl-X-big.png
├── tbl-X-big.svg
├── tbl-collapse-no-effect.png
├── tbl-collapse.png
├── tbl-columns.png
├── tbl-down.png
├── tbl-down.svg
├── tbl-expand-l.png
├── tbl-expand-trans-no-effect.png
├── tbl-expand-trans.png
├── tbl-expand.png
├── tbl-i-blue-12.png
├── tbl-i-blue-12.svg
├── tbl-i-gray-12.png
├── tbl-i-gray-12.svg
├── tbl-invert.png
├── tbl-invert.svg
├── tbl-minis-red.png
├── tbl-minus-red-12.png
├── tbl-minus-red-12.svg
├── tbl-minus-red.svg
├── tbl-more-trans.png
├── tbl-plus-black.png
├── tbl-plus-black.svg
├── tbl-plus-green-12.png
├── tbl-plus-green-12.svg
├── tbl-plus-green.png
├── tbl-plus-green.svg
├── tbl-rows.png
├── tbl-shrink.png
├── tbl-up.png
├── tbl-up.svg
├── tbl-x-small.png
├── tbl-x-trans.png
├── tbl-x-trans.svg
├── trash1-a.gif
├── triangle-expand.png
├── userinput_add_triple.png
├── userinput_show_choices_temp.png
├── w3c
│ ├── README.txt
│ ├── n3.gif
│ ├── n3_small.gif
│ ├── n3_small.png
│ ├── n3_smaller.png
│ └── n3_smaller1.png
└── x-office-calendar.png
├── internalKnowledge.n3
├── js
├── init
│ ├── Makefile
│ ├── expand.js
│ ├── icons.js
│ ├── init-mashup.js
│ ├── init.js
│ ├── namespaces.js
│ ├── panes.js
│ ├── prefs.js
│ └── views.js
├── jquery
│ ├── jquery-1.4.2.min.js
│ ├── jquery-ui-1.8rc1.custom.min.js
│ ├── jquery.cclicense.js
│ ├── jquery.curie.js
│ ├── jquery.datatype.js
│ ├── jquery.hcard.foaf.js
│ ├── jquery.hcard.vcard.js
│ ├── jquery.json-1.3.min.js
│ ├── jquery.rdf.js
│ ├── jquery.rdfa.js
│ ├── jquery.rules.js
│ ├── jquery.uri.js
│ ├── jquery.xfn.foaf.js
│ └── jquery.xmlns.js
├── jscolor
│ ├── Download of JSColor – JavaScript - HTML Color Picker, Selector, Chooser.webloc
│ ├── arrow.gif
│ ├── cross.gif
│ ├── demo.html
│ ├── hs.png
│ ├── hv.png
│ └── jscolor.js
├── mashup
│ ├── Makefile
│ ├── mash.css
│ ├── mashlib-alpha.js
│ ├── mashlib.js
│ ├── skin.html
│ └── test
│ │ ├── file-mash.html
│ │ ├── mashup.html
│ │ ├── social.html
│ │ └── tracker.html
├── panes
│ ├── CVPane.js
│ ├── RDFXMLPane.js
│ ├── airPane.js
│ ├── argument
│ │ ├── argumentPane.js
│ │ ├── argument_icon_v04.jpg
│ │ ├── icon_argument.png
│ │ └── transparentyingyang.png
│ ├── attach
│ │ ├── attachPane.js
│ │ ├── tbl-paperclip-128.png
│ │ ├── tbl-paperclip-22.png
│ │ └── tbl-paperclip-22a.png
│ ├── builder.js
│ ├── categoryPane.js
│ ├── chat
│ │ └── chatPane.js
│ ├── classInstancePane.js
│ ├── common
│ │ ├── acl-control.js
│ │ ├── acl.js
│ │ ├── discussion.js
│ │ ├── icons
│ │ │ ├── noun_113198.svg
│ │ │ ├── noun_123196.svg
│ │ │ ├── noun_123691.svg
│ │ │ ├── noun_130259.svg
│ │ │ ├── noun_138712.svg
│ │ │ ├── noun_143899.svg
│ │ │ ├── noun_144.svg
│ │ │ ├── noun_14973.svg
│ │ │ ├── noun_15059.svg
│ │ │ ├── noun_15177.svg
│ │ │ ├── noun_253504.svg
│ │ │ ├── noun_272948.svg
│ │ │ ├── noun_339237.svg
│ │ │ ├── noun_344563.svg
│ │ │ ├── noun_346319.svg
│ │ │ ├── noun_34653.svg
│ │ │ ├── noun_347158.svg
│ │ │ ├── noun_79217.svg
│ │ │ ├── noun_88470.svg
│ │ │ ├── noun_97839.svg
│ │ │ ├── noun_98053.svg
│ │ │ └── noun_99101.svg
│ │ ├── matrix.js
│ │ ├── pad.js
│ │ ├── signin.js
│ │ ├── table.js
│ │ ├── test
│ │ │ ├── test-matrix.html
│ │ │ ├── test-matrix.js
│ │ │ └── test.ttl
│ │ └── widgets.js
│ ├── contact
│ │ ├── card.ai
│ │ ├── card.png
│ │ ├── contactPane.js
│ │ ├── diff.txt
│ │ ├── individualForm.ttl
│ │ └── parseVCard.js
│ ├── dataContentPane.js
│ ├── defaultPane.js
│ ├── dynamic
│ │ └── dynamicPanes.js
│ ├── form
│ │ ├── form-22.png
│ │ ├── form-b-22.png
│ │ ├── form.graffle
│ │ ├── form.png
│ │ ├── pane.js
│ │ └── psuedocode-notes.txt
│ ├── humanReadablePane.js
│ ├── imagePane.js
│ ├── internalPane.js
│ ├── issue
│ │ ├── pane.js
│ │ └── tbl-bug-22.png
│ ├── lawPane.js
│ ├── microblogPane
│ │ ├── followlist.js
│ │ ├── mbFoaf.js
│ │ ├── mbStyle.css
│ │ └── microblogPane.js
│ ├── n3Pane.js
│ ├── pad
│ │ ├── images
│ │ │ ├── ColourOff.ai
│ │ │ ├── ColourOff.png
│ │ │ ├── ColourOn.ai
│ │ │ └── ColourOn.png
│ │ └── padPane.js
│ ├── patternSearch.js
│ ├── photoImportPane.js
│ ├── photoPane.js
│ ├── publicationPane.js
│ ├── pubsPane.js
│ ├── pushbackPane.js
│ ├── sharing
│ │ └── sharingPane.js
│ ├── slideshow
│ │ └── slideshowPane.js
│ ├── social
│ │ ├── TODO
│ │ ├── pane.js
│ │ └── style.css
│ ├── socialPane.js
│ ├── sourcePane.js
│ ├── tableViewPane.js
│ ├── tagPane.js
│ ├── template.n3
│ ├── transaction
│ │ ├── 068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png
│ │ ├── 075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png
│ │ ├── 22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png
│ │ ├── pane.js
│ │ ├── period.js
│ │ ├── thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png
│ │ └── thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png
│ ├── trip
│ │ └── tripPane.js
│ ├── ui
│ │ ├── 22-builder.png
│ │ ├── builder.graffle
│ │ ├── builder.png
│ │ ├── builder2.png
│ │ └── pane.js
│ └── warp
│ │ └── icons
│ │ ├── favicon.png (128×128).webloc
│ │ └── warp-icon.png
├── policy_parser
│ ├── acl_editor.js
│ ├── policy_parser.js
│ ├── reasoner.js
│ └── webdav.js
├── sprintf
│ └── sprintf.js
├── tab
│ ├── browserInit.js
│ ├── common.js
│ ├── configuration.js
│ ├── internalKnowledge.js
│ ├── labeler.js
│ ├── log-ext.js
│ ├── log.js
│ ├── logloader.js
│ ├── misc
│ │ ├── javascript2rdf.js
│ │ └── temp.js
│ ├── outline.js
│ ├── outlineinit.js
│ ├── preferences.js
│ ├── pusbackInterface.js
│ ├── querySidebar.js
│ ├── refresh_hack.js
│ ├── request.js
│ ├── semclip.js
│ ├── sources-ext.js
│ ├── sourcesloader.js
│ ├── sqlite.js
│ ├── statuswidget.js
│ ├── updateCenter.js
│ ├── userinput.js
│ └── webdav.js
├── views
│ ├── addView.js
│ ├── calView.js
│ ├── calView
│ │ ├── assets
│ │ │ ├── bigCal.css
│ │ │ ├── calendar.css
│ │ │ ├── callt.gif
│ │ │ ├── calrt.gif
│ │ │ └── calx.gif
│ │ ├── bigCal.js
│ │ ├── bigCal.js.Legend
│ │ ├── calView.js
│ │ ├── calendar.js
│ │ ├── dom.js
│ │ ├── event.js
│ │ ├── loadEvents.js
│ │ ├── timeline
│ │ │ ├── api
│ │ │ │ ├── images
│ │ │ │ │ ├── blue-circle.png
│ │ │ │ │ ├── bubble-bottom-arrow.png
│ │ │ │ │ ├── bubble-bottom-left.png
│ │ │ │ │ ├── bubble-bottom-right.png
│ │ │ │ │ ├── bubble-bottom.png
│ │ │ │ │ ├── bubble-left-arrow.png
│ │ │ │ │ ├── bubble-left.png
│ │ │ │ │ ├── bubble-right-arrow.png
│ │ │ │ │ ├── bubble-right.png
│ │ │ │ │ ├── bubble-top-arrow.png
│ │ │ │ │ ├── bubble-top-left.png
│ │ │ │ │ ├── bubble-top-right.png
│ │ │ │ │ ├── bubble-top.png
│ │ │ │ │ ├── close-button.png
│ │ │ │ │ ├── copyright-vertical.png
│ │ │ │ │ ├── copyright.png
│ │ │ │ │ ├── dark-blue-circle.png
│ │ │ │ │ ├── dark-green-circle.png
│ │ │ │ │ ├── dark-red-circle.png
│ │ │ │ │ ├── dull-blue-circle.png
│ │ │ │ │ ├── dull-green-circle.png
│ │ │ │ │ ├── dull-red-circle.png
│ │ │ │ │ ├── gray-circle.png
│ │ │ │ │ ├── green-circle.png
│ │ │ │ │ ├── red-circle.png
│ │ │ │ │ └── top-bubble.png
│ │ │ │ ├── loadQueryEvents.js
│ │ │ │ ├── scripts
│ │ │ │ │ ├── decorators.js
│ │ │ │ │ ├── ether-painters.js
│ │ │ │ │ ├── ethers.js
│ │ │ │ │ ├── ext
│ │ │ │ │ │ └── japanese-eras.js
│ │ │ │ │ ├── l10n
│ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ ├── es
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ ├── fr
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ ├── it
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ ├── ru
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ ├── se
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ ├── vi
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ │ └── zh
│ │ │ │ │ │ │ └── labellers.js
│ │ │ │ │ ├── labellers.js
│ │ │ │ │ ├── layouts.js
│ │ │ │ │ ├── painters.js
│ │ │ │ │ ├── sources.js
│ │ │ │ │ ├── themes.js
│ │ │ │ │ ├── timeline.js
│ │ │ │ │ ├── units.js
│ │ │ │ │ └── util
│ │ │ │ │ │ ├── data-structure.js
│ │ │ │ │ │ ├── date-time.js
│ │ │ │ │ │ ├── debug.js
│ │ │ │ │ │ ├── dom.js
│ │ │ │ │ │ ├── graphics.js
│ │ │ │ │ │ ├── platform.js
│ │ │ │ │ │ └── xmlhttp.js
│ │ │ │ ├── styles
│ │ │ │ │ ├── ethers.css
│ │ │ │ │ ├── events.css
│ │ │ │ │ └── timeline.css
│ │ │ │ ├── timeline-api.js
│ │ │ │ └── timelineView.js
│ │ │ └── test.html
│ │ └── yahoo.js
│ ├── mapView-ext.js
│ ├── mapView-int.js
│ ├── mapView.js
│ ├── sorttable.js
│ ├── sparqlView.js
│ ├── tableView.js
│ ├── tableutil.js
│ └── timeutil.js
└── widgets
│ ├── README
│ ├── create-lib
│ ├── jquery.rdf.widgets.js
│ ├── rdfwidgets.js
│ └── style.css
├── justification.html
├── log.html
├── log.xul
├── map.html
├── mapView.css
├── mapremote.html
├── policy_parser.xul
├── sources.html
├── sources.xul
├── tabbedtab.css
├── table.html
├── tabulator.css
├── tabulator.xul
├── tabulatorsidebar.xul
├── tami_config.xul
├── timeline.html
├── view.html
└── webid.html
/.gitignore:
--------------------------------------------------------------------------------
1 | js/mashup/mashlib.js
2 |
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "js/rdf"]
2 | path = js/rdf
3 | url = https://github.com/linkeddata/rdflib.js
4 | [submodule "js/solid"]
5 | path = js/solid
6 | url = https://github.com/solid/solid.js
7 | [submodule "js/panes/slideshow/better-simple-slideshow"]
8 | path = js/panes/slideshow/better-simple-slideshow
9 | url = https://github.com/leemark/better-simple-slideshow
10 |
--------------------------------------------------------------------------------
/.hgtags:
--------------------------------------------------------------------------------
1 | 235e80e6fa50aa0ee026a6ecd497489edcf5ef20 2010-08-introduce-web.js
2 |
--------------------------------------------------------------------------------
/.nojekyll:
--------------------------------------------------------------------------------
1 | # This prevents gh-pages build from trying to do a Jekyll build fr gh-pages. see https://github.com/linkeddata/tabulator/issues/11
2 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | all: update_submodules
2 | make -C js/rdf all
3 | make -C js/mashup all
4 |
5 | update: pull
6 |
7 | update_submodules:
8 | @@if [ -e .git ]; then \
9 | if git submodule status | grep -q -E '^-'; then \
10 | git submodule update --init --recursive; \
11 | else \
12 | git submodule update --init --recursive --merge; \
13 | fi; \
14 | fi;
15 |
16 | pull_submodules:
17 | @@git submodule foreach "git pull \$$(git config remote.origin.url)"
18 | @@git submodule summary
19 |
20 | pull: pull_submodules
21 | @@git pull ${REMOTE} ${BRANCH}
22 |
23 | gh-pages:
24 | git branch -D gh-pages ||:
25 | # git checkout -b gh-pages
26 | git checkout gh-pages
27 | make -B
28 | git add -f js/rdf
29 | git add -f js/mashup/*.js
30 | git commit -m 'gh-pages: latest build'
31 | git push -f origin gh-pages
32 | git checkout master
33 |
34 | clean:
35 | make -C js/mashup clean
36 |
37 | status:
38 | @pwd
39 | @git branch -v
40 | @git status -s
41 | @make -sC js/rdf status
42 |
43 | writable:
44 | @sed -i -re 's/git:\/\/github.com\//git@github.com:/' .git/config
45 | @make -sC js/rdf writable
46 |
47 | .PHONY: all clean update update_submodules pull_submodules pull
48 |
--------------------------------------------------------------------------------
/calendar.html:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 | Tabulator: Async Javascript And Semantic Web
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
42 |
43 |
--------------------------------------------------------------------------------
/icons/0README.txt:
--------------------------------------------------------------------------------
1 |
2 | One site with usable icons -- there are many
3 |
4 | http://icons.mysitemyway.com/
5 |
6 |
--------------------------------------------------------------------------------
/icons/16dot-blue.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/16dot-blue.gif
--------------------------------------------------------------------------------
/icons/16dot-green.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/16dot-green.gif
--------------------------------------------------------------------------------
/icons/16dot-red.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/16dot-red.gif
--------------------------------------------------------------------------------
/icons/16dot-yellow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/16dot-yellow.gif
--------------------------------------------------------------------------------
/icons/18x18-button.white.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/18x18-button.white.gif
--------------------------------------------------------------------------------
/icons/18x18-white.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/18x18-white.gif
--------------------------------------------------------------------------------
/icons/1dot5a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/1dot5a.gif
--------------------------------------------------------------------------------
/icons/1pt5a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/1pt5a.gif
--------------------------------------------------------------------------------
/icons/22-categorize.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/22-categorize.png
--------------------------------------------------------------------------------
/icons/22-text-xml4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/22-text-xml4.png
--------------------------------------------------------------------------------
/icons/CV.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/CV.png
--------------------------------------------------------------------------------
/icons/Wclocksmall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/Wclocksmall.png
--------------------------------------------------------------------------------
/icons/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/about.png
--------------------------------------------------------------------------------
/icons/appointment-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/appointment-new.png
--------------------------------------------------------------------------------
/icons/ball16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/ball16.gif
--------------------------------------------------------------------------------
/icons/beanie-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/beanie-a.gif
--------------------------------------------------------------------------------
/icons/bg_ball.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/bg_ball.gif
--------------------------------------------------------------------------------
/icons/circ-blue.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/circ-blue.gif
--------------------------------------------------------------------------------
/icons/circ-green.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/circ-green.gif
--------------------------------------------------------------------------------
/icons/circ-red.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/circ-red.gif
--------------------------------------------------------------------------------
/icons/circ-x.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/circ-x.gif
--------------------------------------------------------------------------------
/icons/circ-yellow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/circ-yellow.gif
--------------------------------------------------------------------------------
/icons/clean/icon_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_back.png
--------------------------------------------------------------------------------
/icons/clean/icon_collapse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_collapse.png
--------------------------------------------------------------------------------
/icons/clean/icon_collapse_all.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_collapse_all.png
--------------------------------------------------------------------------------
/icons/clean/icon_con_max.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_con_max.png
--------------------------------------------------------------------------------
/icons/clean/icon_con_min.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_con_min.png
--------------------------------------------------------------------------------
/icons/clean/icon_expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_expand.png
--------------------------------------------------------------------------------
/icons/clean/icon_forward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_forward.png
--------------------------------------------------------------------------------
/icons/clean/icon_link_with_editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_link_with_editor.png
--------------------------------------------------------------------------------
/icons/clean/icon_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_menu.png
--------------------------------------------------------------------------------
/icons/clean/icon_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clean/icon_up.png
--------------------------------------------------------------------------------
/icons/clock1-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/clock1-a.gif
--------------------------------------------------------------------------------
/icons/collapse-trans.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
76 |
--------------------------------------------------------------------------------
/icons/compassrose.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/compassrose.png
--------------------------------------------------------------------------------
/icons/discovery_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/discovery_small.png
--------------------------------------------------------------------------------
/icons/document.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/document.png
--------------------------------------------------------------------------------
/icons/expand-trans.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
75 |
--------------------------------------------------------------------------------
/icons/flickr_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/flickr_small.png
--------------------------------------------------------------------------------
/icons/foaf/foafTiny.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/foaf/foafTiny.gif
--------------------------------------------------------------------------------
/icons/g1377.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/g1377.png
--------------------------------------------------------------------------------
/icons/go-to-this.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/go-to-this.png
--------------------------------------------------------------------------------
/icons/images-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/images-1.jpg
--------------------------------------------------------------------------------
/icons/images-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/images-2.jpg
--------------------------------------------------------------------------------
/icons/images-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/images-3.jpg
--------------------------------------------------------------------------------
/icons/images-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/images-4.jpg
--------------------------------------------------------------------------------
/icons/images-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/images-5.jpg
--------------------------------------------------------------------------------
/icons/images.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/images.jpg
--------------------------------------------------------------------------------
/icons/law.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/law.jpg
--------------------------------------------------------------------------------
/icons/loading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/loading.png
--------------------------------------------------------------------------------
/icons/lock1-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/lock1-a.gif
--------------------------------------------------------------------------------
/icons/m-glass-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/m-glass-a.gif
--------------------------------------------------------------------------------
/icons/map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/map.png
--------------------------------------------------------------------------------
/icons/markers/0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/0.png
--------------------------------------------------------------------------------
/icons/markers/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/1.png
--------------------------------------------------------------------------------
/icons/markers/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/2.png
--------------------------------------------------------------------------------
/icons/markers/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/3.png
--------------------------------------------------------------------------------
/icons/markers/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/4.png
--------------------------------------------------------------------------------
/icons/markers/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/5.png
--------------------------------------------------------------------------------
/icons/markers/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/6.png
--------------------------------------------------------------------------------
/icons/markers/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/7.png
--------------------------------------------------------------------------------
/icons/markers/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/8.png
--------------------------------------------------------------------------------
/icons/markers/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/markers/9.png
--------------------------------------------------------------------------------
/icons/microblog/microblog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/microblog/microblog.png
--------------------------------------------------------------------------------
/icons/optional_off.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/optional_off.PNG
--------------------------------------------------------------------------------
/icons/optional_on.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/optional_on.PNG
--------------------------------------------------------------------------------
/icons/pb-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/pb-logo.png
--------------------------------------------------------------------------------
/icons/pencil_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/pencil_small.png
--------------------------------------------------------------------------------
/icons/photo_back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/photo_back.png
--------------------------------------------------------------------------------
/icons/photo_begin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/photo_begin.png
--------------------------------------------------------------------------------
/icons/photo_end.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/photo_end.png
--------------------------------------------------------------------------------
/icons/photo_next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/photo_next.png
--------------------------------------------------------------------------------
/icons/photo_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/photo_small.png
--------------------------------------------------------------------------------
/icons/pin3-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/pin3-a.gif
--------------------------------------------------------------------------------
/icons/pin7-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/pin7-a.gif
--------------------------------------------------------------------------------
/icons/publication/publicationPaneIcon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/publication/publicationPaneIcon.gif
--------------------------------------------------------------------------------
/icons/publication/publicationPaneIcon2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/publication/publicationPaneIcon2.gif
--------------------------------------------------------------------------------
/icons/publication/publication_placeholder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/publication/publication_placeholder.gif
--------------------------------------------------------------------------------
/icons/rdf_flyer.24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/rdf_flyer.24.gif
--------------------------------------------------------------------------------
/icons/refresh.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/refresh.gif
--------------------------------------------------------------------------------
/icons/retract.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/retract.gif
--------------------------------------------------------------------------------
/icons/silk/famfamfam.com- Silk Icons.webloc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/silk/famfamfam.com- Silk Icons.webloc
--------------------------------------------------------------------------------
/icons/silk/readme.txt:
--------------------------------------------------------------------------------
1 | Silk icon set 1.3
2 |
3 | _________________________________________
4 | Mark James
5 | http://www.famfamfam.com/lab/icons/silk/
6 | _________________________________________
7 |
8 | This work is licensed under a
9 | Creative Commons Attribution 2.5 License.
10 | [ http://creativecommons.org/licenses/by/2.5/ ]
11 |
12 | This means you may use it for any purpose,
13 | and make any changes you like.
14 | All I ask is that you include a link back
15 | to this page in your credits.
16 |
17 | Are you using this icon set? Send me an email
18 | (including a link or picture if available) to
19 | mjames@gmail.com
20 |
21 | Any other questions about this icon set please
22 | contact mjames@gmail.com
--------------------------------------------------------------------------------
/icons/silk/telephone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/silk/telephone.png
--------------------------------------------------------------------------------
/icons/smblk01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smblk01.gif
--------------------------------------------------------------------------------
/icons/smblu02.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smblu02.gif
--------------------------------------------------------------------------------
/icons/smgr02.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smgr02.gif
--------------------------------------------------------------------------------
/icons/smgry05.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smgry05.gif
--------------------------------------------------------------------------------
/icons/smmag01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smmag01.gif
--------------------------------------------------------------------------------
/icons/smrd01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smrd01.gif
--------------------------------------------------------------------------------
/icons/smyel01.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/smyel01.gif
--------------------------------------------------------------------------------
/icons/social/social.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/social/social.gif
--------------------------------------------------------------------------------
/icons/sw-cube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/sw-cube.png
--------------------------------------------------------------------------------
/icons/table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/table.png
--------------------------------------------------------------------------------
/icons/table2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/table2.png
--------------------------------------------------------------------------------
/icons/tag_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tag_small.png
--------------------------------------------------------------------------------
/icons/tag_tiny.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tag_tiny.png
--------------------------------------------------------------------------------
/icons/tango/22-applications-system.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-applications-system.png
--------------------------------------------------------------------------------
/icons/tango/22-emblem-system.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-emblem-system.png
--------------------------------------------------------------------------------
/icons/tango/22-folder-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-folder-open.png
--------------------------------------------------------------------------------
/icons/tango/22-folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-folder.png
--------------------------------------------------------------------------------
/icons/tango/22-help-browser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-help-browser.png
--------------------------------------------------------------------------------
/icons/tango/22-image-x-generic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-image-x-generic.png
--------------------------------------------------------------------------------
/icons/tango/22-list-add-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-list-add-new.png
--------------------------------------------------------------------------------
/icons/tango/22-list-add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-list-add.png
--------------------------------------------------------------------------------
/icons/tango/22-list-remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-list-remove.png
--------------------------------------------------------------------------------
/icons/tango/22-mail-message-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-mail-message-new.png
--------------------------------------------------------------------------------
/icons/tango/22-text-html.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-text-html.png
--------------------------------------------------------------------------------
/icons/tango/22-text-x-generic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-text-x-generic.png
--------------------------------------------------------------------------------
/icons/tango/22-user-trash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-user-trash.png
--------------------------------------------------------------------------------
/icons/tango/22-view-refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-view-refresh.png
--------------------------------------------------------------------------------
/icons/tango/22-x-office-calendar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/22-x-office-calendar.png
--------------------------------------------------------------------------------
/icons/tango/32-help-browser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/32-help-browser.png
--------------------------------------------------------------------------------
/icons/tango/README.txt:
--------------------------------------------------------------------------------
1 | See: http://tango.freedesktop.org/Tango_Icon_Library
2 |
--------------------------------------------------------------------------------
/icons/tango/Tango Icon Gallery - Tango Desktop Project.webloc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tango/Tango Icon Gallery - Tango Desktop Project.webloc
--------------------------------------------------------------------------------
/icons/tbl-X-big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-X-big.png
--------------------------------------------------------------------------------
/icons/tbl-X-big.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
70 |
--------------------------------------------------------------------------------
/icons/tbl-collapse-no-effect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-collapse-no-effect.png
--------------------------------------------------------------------------------
/icons/tbl-collapse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-collapse.png
--------------------------------------------------------------------------------
/icons/tbl-columns.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-columns.png
--------------------------------------------------------------------------------
/icons/tbl-down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-down.png
--------------------------------------------------------------------------------
/icons/tbl-down.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
75 |
--------------------------------------------------------------------------------
/icons/tbl-expand-l.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-expand-l.png
--------------------------------------------------------------------------------
/icons/tbl-expand-trans-no-effect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-expand-trans-no-effect.png
--------------------------------------------------------------------------------
/icons/tbl-expand-trans.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-expand-trans.png
--------------------------------------------------------------------------------
/icons/tbl-expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-expand.png
--------------------------------------------------------------------------------
/icons/tbl-i-blue-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-i-blue-12.png
--------------------------------------------------------------------------------
/icons/tbl-i-gray-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-i-gray-12.png
--------------------------------------------------------------------------------
/icons/tbl-invert.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-invert.png
--------------------------------------------------------------------------------
/icons/tbl-minis-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-minis-red.png
--------------------------------------------------------------------------------
/icons/tbl-minus-red-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-minus-red-12.png
--------------------------------------------------------------------------------
/icons/tbl-more-trans.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-more-trans.png
--------------------------------------------------------------------------------
/icons/tbl-plus-black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-plus-black.png
--------------------------------------------------------------------------------
/icons/tbl-plus-black.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
71 |
--------------------------------------------------------------------------------
/icons/tbl-plus-green-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-plus-green-12.png
--------------------------------------------------------------------------------
/icons/tbl-plus-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-plus-green.png
--------------------------------------------------------------------------------
/icons/tbl-rows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-rows.png
--------------------------------------------------------------------------------
/icons/tbl-shrink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-shrink.png
--------------------------------------------------------------------------------
/icons/tbl-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-up.png
--------------------------------------------------------------------------------
/icons/tbl-up.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
75 |
--------------------------------------------------------------------------------
/icons/tbl-x-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-x-small.png
--------------------------------------------------------------------------------
/icons/tbl-x-trans.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/tbl-x-trans.png
--------------------------------------------------------------------------------
/icons/tbl-x-trans.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
72 |
--------------------------------------------------------------------------------
/icons/trash1-a.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/trash1-a.gif
--------------------------------------------------------------------------------
/icons/triangle-expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/triangle-expand.png
--------------------------------------------------------------------------------
/icons/userinput_add_triple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/userinput_add_triple.png
--------------------------------------------------------------------------------
/icons/userinput_show_choices_temp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/userinput_show_choices_temp.png
--------------------------------------------------------------------------------
/icons/w3c/README.txt:
--------------------------------------------------------------------------------
1 | From http://www.w3.org/RDF/icons.
2 | W3C lioence.
3 |
--------------------------------------------------------------------------------
/icons/w3c/n3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/w3c/n3.gif
--------------------------------------------------------------------------------
/icons/w3c/n3_small.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/w3c/n3_small.gif
--------------------------------------------------------------------------------
/icons/w3c/n3_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/w3c/n3_small.png
--------------------------------------------------------------------------------
/icons/w3c/n3_smaller.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/w3c/n3_smaller.png
--------------------------------------------------------------------------------
/icons/w3c/n3_smaller1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/w3c/n3_smaller1.png
--------------------------------------------------------------------------------
/icons/x-office-calendar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/icons/x-office-calendar.png
--------------------------------------------------------------------------------
/internalKnowledge.n3:
--------------------------------------------------------------------------------
1 | #This is some knowledge that is used in the Tabulator.
2 | #As opposed to the Tabulator ontology, this should be totally configurable.
3 |
4 | @prefix tabont: .
5 | @prefix rdfs: .
6 | @prefix dc: .
7 | @prefix owl: .
8 | @prefix log: .
9 | @prefix rdf: .
10 | @keywords a.
11 |
12 | #### Ontological (if accepted, move to tabont)
13 | tabont:onfillin a owl:DatatypeProperty, rdf:Property;
14 | rdfs:domain tabont:Request.
15 | #### Template for new documents
16 |
17 | #{?file a tabont:NewRDFDocument} => {?file...}
18 |
19 | tabont:NewRDFDocument rdfs:subClassOf tabont:Document.
20 |
21 | #confusion between document and it's content formula, anyway, a shortcut
22 | defaultNew a tabont:NewRDFDocument, log:Formula;
23 | dc:format [a tabont:Request; tabont:message "(Please select a document format.)"];
24 | owl:unionOf [a tabont:Request;
25 | tabont:message "(Please drag data you want to output into this field.)";
26 | tabont:onfillin """
27 | // function WriteToFileRepresentedBy (subject){
28 | var filePath=subject.uri.split('file://')[1];
29 |
30 | var file = Components.classes["@mozilla.org/file/local;1"]
31 | .createInstance(Components.interfaces.nsILocalFile);
32 | file.initWithPath(filePath);
33 | var foStream = Components.classes["@mozilla.org/network/file-output-stream;1"]
34 | .createInstance(Components.interfaces.nsIFileOutputStream);
35 | foStream.init(file, 0x02 | 0x10 ,0666,0); // write, append
36 | var outputFormulaTerm=kb.any(subject,OWL('unionOf'));
37 | var accesskey=kb.the(outputFormulaTerm,tabont('accesskey')).value
38 | var theClass=(accesskey=="knowledge base")?kb.constructor.SuperClass:RDFFormula;
39 | var outputFormula=theClass.instances[accesskey];
40 | var data=outputFormula.toString().slice(2,-1);
41 | foStream.write(data, data.length);
42 | foStream.close();
43 | // }
44 | """^^tabont:ECMAScript].
45 |
46 | #interesting logic we should discuss...
47 | log:Formula dc:alternative "RDFCollection";
48 | tabont:collectionOf rdf:Statement.
49 | log:Formula rdfs:subClassOf tabont:Collection.
50 | tabont:Collection dc:alternative "Set";
51 | rdfs:seeAlso .
52 | tabont:Collection subClassOf owl:Class.
53 |
54 |
--------------------------------------------------------------------------------
/js/init/Makefile:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | # Actually depends on many other .js files
5 | mashlib.js : expand.js init-mashup.js ../rdf/dist/rdflib.js
6 | node expand.js js/init/init-mashup.js > mashlib.js
7 |
8 |
9 |
10 | update :
11 | rm mashlib.js
12 | make mashlib.js
13 | echo "Now remind timbl run make update in /devel/WWW/2011/datastuff/init to spread the mashlib"
14 |
--------------------------------------------------------------------------------
/js/init/expand.js:
--------------------------------------------------------------------------------
1 | // Expand a script to insert the included files in place
2 | //
3 | // Run under node.js a la
4 | //
5 | // node expand.js init.js > lib.js
6 | //
7 |
8 | var fs = require('fs');
9 | var prefix = '../../' ; // Take up to the directory above js
10 |
11 | var expand = function(filename) {
12 | console.log("// ###### Expanding "+filename+" ##############");
13 | var s = fs.readFileSync(prefix + filename, 'utf8');
14 | var i = 0;
15 | var l = s.length;
16 | var eol = 0;
17 | for (i=0; eol= 0) {
29 | var k = line.indexOf(')', j);
30 | var fn = line.slice(j+22, k-1); // chop quotes assuming no space
31 | expand(fn);
32 | } else {
33 | console.log(line);
34 | }
35 | }
36 | console.log("// ###### Finished expanding "+filename+" ##############");
37 | return;
38 | };
39 |
40 | expand(process.argv[2]);
41 |
42 |
43 | // ends
44 |
--------------------------------------------------------------------------------
/js/init/views.js:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | tabulator.loadScript("js/views/sorttable.js");
5 | tabulator.loadScript("js/views/tableView.js");
6 | tabulator.loadScript("js/views/mapView-ext.js");
7 | tabulator.loadScript("js/views/calView.js");
8 | tabulator.loadScript("js/views/calView/timeline/api/timelineView.js");
9 |
10 | tabulator.views=[];
11 |
12 | tabulator.registerViewType = function(viewFactory) {
13 | if(viewFactory) {
14 | tabulator.views.push(viewFactory);
15 | } else {
16 | tabulator.log.error("ERROR: View class not found.");
17 | }
18 | };
19 |
20 | tabulator.drawInBestView = function(query) {
21 | for(var i=tabulator.views.length-1; i>=0; i--) {
22 | if(tabulator.views[i].canDrawQuery(query)) {
23 | tabulator.drawInView(query,tabulator.views[i]);
24 | return true;
25 | }
26 | }
27 | tabulator.log.error("ERROR: That query can't be drawn! No valid views were found.");
28 | return false;
29 | };
30 |
31 | tabulator.drawInView = function(query,viewFactory,alert) {
32 | //get a new doc, generate a new view in doc, add and draw query.
33 |
34 | var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
35 | .getService(Components.interfaces.nsIWindowMediator);
36 | var gBrowser = wm.getMostRecentWindow("navigator:browser").getBrowser();
37 | onLoad = function(e) {
38 | var doc = e.originalTarget;
39 | var container = doc.getElementById('viewArea');
40 | var newView = viewFactory.makeView(container,doc);
41 | tabulator.qs.addListener(newView);
42 | newView.drawQuery(query);
43 | gBrowser.selectedBrowser.removeEventListener('load',onLoad,true);
44 | }
45 | var viewURI = viewFactory.getValidDocument(query)
46 | if(viewURI) {
47 | gBrowser.selectedTab = gBrowser.addTab(viewFactory.getValidDocument(query));
48 | } else {
49 | return; //TODO: This might be reached on an error.
50 | }
51 | };
52 |
53 | tabulator.registerViewType(TableViewFactory);
54 | tabulator.registerViewType(MapViewFactory);
55 | tabulator.registerViewType(CalViewFactory);
56 | tabulator.registerViewType(TimelineViewFactory);
57 |
--------------------------------------------------------------------------------
/js/jquery/jquery.cclicense.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jQuery CC License for rdfQuery @VERSION
3 | *
4 | * Copyright (c) 2008 Jeni Tennison
5 | * Licensed under the MIT (MIT-LICENSE.txt)
6 | *
7 | * Depends:
8 | * jquery.uri.js
9 | * jquery.xmlns.js
10 | * jquery.curie.js
11 | * jquery.datatype.js
12 | * jquery.rdf.js
13 | */
14 | /*global jQuery */
15 | (function ($) {
16 |
17 | var
18 | cc = $.uri("http://creativecommons.org/ns#"),
19 | work = $.rdf.resource('<' + $.uri.base() + '>'),
20 | ccLicenseClass = $.rdf.resource('<' + cc + 'License>'),
21 | ccWorkClass = $.rdf.resource('<' + cc + 'Work>'),
22 | ccLicenseProp = $.rdf.resource('<' + cc + 'license>'),
23 | licenseRegex = /(?:^|\s)(?:(\S+):)?license(?:\s|$)/,
24 |
25 | gleaner = function (options) {
26 | var rel = this.attr('rel'),
27 | href = this.attr('href'),
28 | license,
29 | m = licenseRegex.exec(rel);
30 | if (href !== undefined && m !== null && (m[1] === undefined || this.xmlns(m[1]) === cc)) {
31 | if (options && options.about !== undefined) {
32 | if (options.about === null) {
33 | return true;
34 | } else {
35 | return options.about === $.uri.base() || options.about === href;
36 | }
37 | } else if (options && options.type !== undefined) {
38 | if (options.type === null) {
39 | return true;
40 | } else {
41 | return options.type === ccLicenseClass.value || options.type === ccWorkClass.value;
42 | }
43 | } else {
44 | license = $.rdf.resource('<' + href + '>');
45 | return [
46 | $.rdf.triple(work, $.rdf.type, ccWorkClass),
47 | $.rdf.triple(license, $.rdf.type, ccLicenseClass),
48 | $.rdf.triple(work, ccLicenseProp, license)
49 | ];
50 | }
51 | }
52 | return options === undefined ? [] : false;
53 | };
54 |
55 | $.fn.cclicense = function (triple) {
56 | if (triple === undefined) {
57 | var triples = $.map($(this), function (elem) {
58 | return gleaner.call($(elem));
59 | });
60 | return $.rdf({ triples: triples });
61 | } else {
62 | $(this)
63 | .filter('[href]') // only add to elements with href attributes
64 | .each(function () {
65 | var elem = $(this),
66 | rel = elem.attr('rel');
67 | if (rel === undefined || rel === '') {
68 | elem.attr('rel', 'license');
69 | } else if (!licenseRegex.test(rel)) {
70 | elem.attr('rel', rel + ' license');
71 | }
72 | });
73 | return this;
74 | }
75 | };
76 |
77 | $.rdf.gleaners.push(gleaner);
78 |
79 | })(jQuery);
80 |
--------------------------------------------------------------------------------
/js/jquery/jquery.hcard.foaf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/js/jquery/jquery.hcard.foaf.js
--------------------------------------------------------------------------------
/js/jquery/jquery.hcard.vcard.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linkeddata/tabulator/b1782233fff1462b3ae0095726b1b27364a37882/js/jquery/jquery.hcard.vcard.js
--------------------------------------------------------------------------------
/js/jquery/jquery.json-1.3.min.js:
--------------------------------------------------------------------------------
1 |
2 | (function($){function toIntegersAtLease(n)
3 | {return n<10?'0'+n:n;}
4 | Date.prototype.toJSON=function(date)
5 | {return this.getUTCFullYear()+'-'+
6 | toIntegersAtLease(this.getUTCMonth())+'-'+
7 | toIntegersAtLease(this.getUTCDate());};var escapeable=/["\\\x00-\x1f\x7f-\x9f]/g;var meta={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'};$.quoteString=function(string)
8 | {if(escapeable.test(string))
9 | {return'"'+string.replace(escapeable,function(a)
10 | {var c=meta[a];if(typeof c==='string'){return c;}
11 | c=a.charCodeAt();return'\\u00'+Math.floor(c/16).toString(16)+(c%16).toString(16);})+'"';}
12 | return'"'+string+'"';};$.toJSON=function(o,compact)
13 | {var type=typeof(o);if(type=="undefined")
14 | return"undefined";else if(type=="number"||type=="boolean")
15 | return o+"";else if(o===null)
16 | return"null";if(type=="string")
17 | {return $.quoteString(o);}
18 | if(type=="object"&&typeof o.toJSON=="function")
19 | return o.toJSON(compact);if(type!="function"&&typeof(o.length)=="number")
20 | {var ret=[];for(var i=0;i
2 |
3 | jscolor demo
4 |
5 |
6 |
7 |
8 |
9 | Click here:
10 |
11 |
12 |