From 3a28724be12d5a96a8d558765fef9c1fdcc0ce08 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 27 Jun 2011 19:23:03 +0530 Subject: [PATCH] some elementary action with lines --- idmapping.json => idmapping.js | 2 +- index.html | 106 ++++++++++++++--------------- linemapping.js | 118 +++++++++++++++++++++++++++++++++ map_lines.py | 27 ++++++++ radia.css | 1 + radia.js | 106 +++++++++++++++++++++++++---- 6 files changed, 294 insertions(+), 66 deletions(-) rename idmapping.json => idmapping.js (99%) create mode 100644 linemapping.js create mode 100644 map_lines.py diff --git a/idmapping.json b/idmapping.js similarity index 99% rename from idmapping.json rename to idmapping.js index 3474a6c..423447e 100644 --- a/idmapping.json +++ b/idmapping.js @@ -1,4 +1,4 @@ -{ +RIDS = { "jbox": { "name": "", "type": "newsissue", diff --git a/index.html b/index.html index 9ed74ec..c6a18b5 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ + +