summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-07 01:16:39 +0200
committerGravatar Tom Willemse2013-06-07 01:16:39 +0200
commit5338299151fcd0bc8ba7b864da96e1f828960159 (patch)
tree484f512d93a890e122101336cbb780b638ea2064
parente04a8560917819ed69eae6362285140752084581 (diff)
downloadorgweb-5338299151fcd0bc8ba7b864da96e1f828960159.tar.gz
orgweb-5338299151fcd0bc8ba7b864da96e1f828960159.zip
Remove dvdroid project page
-rw-r--r--site/index.org14
-rw-r--r--site/projects/dvdroid.org57
2 files changed, 6 insertions, 65 deletions
diff --git a/site/index.org b/site/index.org
index 3b447c2..ac60a32 100644
--- a/site/index.org
+++ b/site/index.org
@@ -8,13 +8,11 @@
but does it a hell of a lot faster than the PHP script it
replaced. (I hope)
+ # cdispass
+
- [[http://projects.ryuslash.org/dispass.el/][dispass.el]] :: An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but
destroys all your security.
- - [[file:projects/dvdroid.org][DVDroid]] :: An attempt at writing an Android app. It mostly does
- what is was initially supposed to do, but it doesn't
- see much use.
-
- [[file:projects/eye-on-manga.org][eye-on-manga]] :: I kept forgetting which manga to buy, or more
accurately, which I already have, so I wrote a
Maemo application to help me remember.
@@ -45,13 +43,13 @@
- I also have some notes on programming fonts I have tried:
[[file:fonts/envy_code_r.org][Envy Code R]],
- [[file:fonts/source_code_pro.org][Source Code Pro]],
- of which I'm currently using [[file:fonts/envy_code_r.org][Envy Code R]].
+ [[file:fonts/source_code_pro.org][Source Code Pro]]
- Or on some window managers I've used:
[[file:wm/awesome.org][Awesome]],
- [[file:wm/stumpwm.org][Stumpwm]],
- of which I'm currently using [[file:wm/stumpwm.org][Stumpwm]].
+ # Herbstluftwm
+ # Notion
+ [[file:wm/stumpwm.org][Stumpwm]]
* Personal
diff --git a/site/projects/dvdroid.org b/site/projects/dvdroid.org
deleted file mode 100644
index bc243bb..0000000
--- a/site/projects/dvdroid.org
+++ /dev/null
@@ -1,57 +0,0 @@
-#+TITLE: DVDroid
-#+LINK: src http://code.ryuslash.org/cgit.cgi/dvdroid/
-#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/dvdroid/snapshot/dvdroid-master.tar.gz
-#+LINK: zip http://code.ryuslash.org/cgit.cgi/dvdroid/snapshot/dvdroid-master.zip
-#+LINK: readme http://code.ryuslash.org/cgit.cgi/dvdroid/about/
-#+LINK: manual http://ryuslash.org/projects/dvdroid/manual/
-#+STARTUP: showall
-
-#+begin_html
- <script src="/keyjs.js" type="text/javascript"></script>
- <script type="text/javascript">
- keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
- "h": [ "keyjs_goto", "http://ryuslash.org" ] });
- </script>
-#+end_html
-
-#+INCLUDE: "dlmenu.inc"
-
-* What does it do?
-
- DVDroid is a DVD collection application for the Android operating
- system.
-
- | Status | On-hold |
- | Language | Java |
- | License | GPLv3 |
-
-* Why was it written?
-
- Very similar to [[file:eye-on-manga.org][Eye on Manga]], we keep forgetting which DVDs we have
- and want when we're in the store.
-
-* Who is it for?
-
- Me, I did not take anyone else into consideration when writing
- this, but if you find it useful feel free to use it and send me bug
- reports and such.
-
-* Data
-
- | Version | 0 (development only) |
- | Language | Java |
- | License | GPLv3 |
-
-** Features
-
- - Keep a list of DVDs you have.
- - Keep a list of DVDs you still need to watch.
- - Keep a list of DVDs you want to buy.
-
-** Dependencies
-
- - Android :: Version 4.1 or higher.
-
-* More...
-
- For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].