Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-05-09 11:19:07 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-05-09 11:19:07 (GMT)
commit20c5a762cdc12aaaac2ff5824022c151c60d9ada (patch)
tree1f139a252c42a54f00e4622d0a2bf8b53ee9ad0e
parentaa72d1b83337c5af27a72f96ce402302d09bd4d2 (diff)
Remove unused files
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--templates53
-rw-r--r--web/images/audio.pngbin897 -> 0 bytes
-rw-r--r--web/images/coso.py16
-rw-r--r--web/images/document.pngbin559 -> 0 bytes
-rw-r--r--web/images/image.pngbin1123 -> 0 bytes
-rw-r--r--web/images/journalshare-icon.pngbin2401 -> 0 bytes
-rw-r--r--web/images/mime_ascii.pngbin641 -> 0 bytes
-rw-r--r--web/images/refresh.pngbin1820 -> 0 bytes
-rw-r--r--web/images/sound.pngbin897 -> 0 bytes
-rw-r--r--web/images/text-uri-list.pngbin1412 -> 0 bytes
-rw-r--r--web/images/unknown.pngbin735 -> 0 bytes
-rw-r--r--web/images/video.pngbin1119 -> 0 bytes
12 files changed, 0 insertions, 69 deletions
diff --git a/templates b/templates
deleted file mode 100644
index 7194592..0000000
--- a/templates
+++ /dev/null
@@ -1,53 +0,0 @@
-#!index
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>Journal Share - {nick}</title>
- <link href="style.css" rel="stylesheet" type="text/css"></link>
- <link rel="icon" type="image/png" href="images/journalshare-icon.png"></link>
- </head>
- <body>
- <table id="toolbar">
- <tbody>
- <tr>
- <td>
- <a href="index.html">
- <img src="images/journalshare-icon.png"></img>
- </a>
- </td>
- <td>
- {nick}'s Journal
- </td>
- <td>
- <div class="refresh" onclick="document.location.reload(true)">
- <img src="images/refresh.png" width="40" height="40"></img>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- {objects}
- </body>
-</html>
-!#
-
-#!object
- <table>
- <tbody>
- <tr>
- <td>
- <a href="files/{file}">
- <img src="images/{icon}" height="40" width="40" style="margin-right: 5px;">
- </a>
- </td>
- <td>
- <a href="files/{file}">
- {name}
- </a>
- </td>
- </tr>
- </tbody>
- </table>
- <hr>
-!#
diff --git a/web/images/audio.png b/web/images/audio.png
deleted file mode 100644
index 3613715..0000000
--- a/web/images/audio.png
+++ /dev/null
Binary files differ
diff --git a/web/images/coso.py b/web/images/coso.py
deleted file mode 100644
index 5b31bce..0000000
--- a/web/images/coso.py
+++ /dev/null
@@ -1,16 +0,0 @@
-import os, sys
-
-if len(sys.argv) <= 1:
- raise SystemExit(__doc__)
-
-for input in sys.argv[1:]:
- if not input.endswith('.svg'):
- print 'skipping "%s": it is not an svg file' % input
- continue
-
- output = input.replace('.svg', '.png')
- # Convert using inkscape
- if os.system('inkscape --export-png="%s" --file="%s"' % (output, input)) != 0:
- print 'inkscape png conversion fails'
- sys.exit(1)
-
diff --git a/web/images/document.png b/web/images/document.png
deleted file mode 100644
index 8121dff..0000000
--- a/web/images/document.png
+++ /dev/null
Binary files differ
diff --git a/web/images/image.png b/web/images/image.png
deleted file mode 100644
index 8d5505f..0000000
--- a/web/images/image.png
+++ /dev/null
Binary files differ
diff --git a/web/images/journalshare-icon.png b/web/images/journalshare-icon.png
deleted file mode 100644
index d027330..0000000
--- a/web/images/journalshare-icon.png
+++ /dev/null
Binary files differ
diff --git a/web/images/mime_ascii.png b/web/images/mime_ascii.png
deleted file mode 100644
index edcfe3d..0000000
--- a/web/images/mime_ascii.png
+++ /dev/null
Binary files differ
diff --git a/web/images/refresh.png b/web/images/refresh.png
deleted file mode 100644
index bdffa99..0000000
--- a/web/images/refresh.png
+++ /dev/null
Binary files differ
diff --git a/web/images/sound.png b/web/images/sound.png
deleted file mode 100644
index 3613715..0000000
--- a/web/images/sound.png
+++ /dev/null
Binary files differ
diff --git a/web/images/text-uri-list.png b/web/images/text-uri-list.png
deleted file mode 100644
index 03a2247..0000000
--- a/web/images/text-uri-list.png
+++ /dev/null
Binary files differ
diff --git a/web/images/unknown.png b/web/images/unknown.png
deleted file mode 100644
index 1715b61..0000000
--- a/web/images/unknown.png
+++ /dev/null
Binary files differ
diff --git a/web/images/video.png b/web/images/video.png
deleted file mode 100644
index 7b29bb3..0000000
--- a/web/images/video.png
+++ /dev/null
Binary files differ