summaryrefslogtreecommitdiffstats
path: root/site/projects
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-11 01:16:41 +0100
committerGravatar Tom Willemsen2013-01-11 01:16:41 +0100
commitcaedd92eef8fe47c3925c12d8e81be911556b38b (patch)
tree2a0b5f82bb2997bf3a7e7c0259235232201621b9 /site/projects
parent9d6392343614e7ce7333d763828756733fc27163 (diff)
downloadorgweb-caedd92eef8fe47c3925c12d8e81be911556b38b.tar.gz
orgweb-caedd92eef8fe47c3925c12d8e81be911556b38b.zip
Update files
Diffstat (limited to 'site/projects')
-rw-r--r--site/projects/bint.org18
-rw-r--r--site/projects/clever-mode.org31
-rw-r--r--site/projects/dispass.el.org105
-rw-r--r--site/projects/dvdroid.org66
-rw-r--r--site/projects/eye-on-manga.org50
-rw-r--r--site/projects/git-auto-commit-mode.org129
-rw-r--r--site/projects/gitto.org39
-rw-r--r--site/projects/org-blog.org103
-rw-r--r--site/projects/org.org85
-rw-r--r--site/projects/ryuslash.org59
-rw-r--r--site/projects/tron-theme.org28
11 files changed, 286 insertions, 427 deletions
diff --git a/site/projects/bint.org b/site/projects/bint.org
deleted file mode 100644
index e8c28af..0000000
--- a/site/projects/bint.org
+++ /dev/null
@@ -1,18 +0,0 @@
-* About
-** bint -- Bad Image Naming Tool
- marijn_a:
- dit is wat ik wil dat het doet
-
- * ik selecteer een map met plaatjes erin.
- * programma scant alle mappen in die map voor plaatjes
- * nadat ie klar is, laat ie filepath zien en het 1ste plaatje
- * vraagt om de naam van het plaatje
- * ik type een naam in en druk enter
- * volgende plaatje in beeld
- * ik typ naam en enter
- * etc
-
- zie het als een image renamer
- dus eerst heet het plaatje 35y6795634.jpg
- dan type je in de balk: THE ALIENS INVADED!!
- en dan renamed ie naar THE ALIENS INVADED!!.jpg
diff --git a/site/projects/clever-mode.org b/site/projects/clever-mode.org
deleted file mode 100644
index f773ac2..0000000
--- a/site/projects/clever-mode.org
+++ /dev/null
@@ -1,31 +0,0 @@
-#+TITLE: clever-mode
-#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
-#+LINK_UP: ../index.html
-#+LINK_HOME: ../index.html
-
-#+INCLUDE: "../header.org" :lines "1-4"
-
-* About
-
- ~clever-mode~ is a GNU Emacs[fn:emacs:http://gnu.org/software/emacs/]
- major mode for editing Smarty[fn:smarty:http://www.smarty.net] templates.
-
-** Why
-
- The only modes for editing Smarty[fn:smarty] templates are either
- outdated or need MuMaMo, and I seriously dislike MuMaMo.
-
- Also, I have some Emacs[fn:emacs] projects now, but no major mode
- yet, and I want to learn.
-
-** Features
-
- ~clever-mode~ is based on HTML mode, although Smarty[fn:smarty] is
- not limited to HTML, that is what it is used for most (at least by me).
-
-* Usage
-
- Since it only has some syntax highlighting at the moment usage only
- consists of getting it, installing it and enabling it.
-
-#+INCLUDE: "../header.org" :lines "5-8"
diff --git a/site/projects/dispass.el.org b/site/projects/dispass.el.org
index 548878a..18fced2 100644
--- a/site/projects/dispass.el.org
+++ b/site/projects/dispass.el.org
@@ -1,9 +1,7 @@
#+TITLE: dispass.el
-#+LINK_UP: ../index.html
-#+LINK_HOME: http://ryuslash.org
-#+LINK: src https://github.com/ryuslash/dispass.el
-#+LINK: tar_gz https://github.com/ryuslash/dispass.el/tarball/master
-#+LINK: zip https://github.com/ryuslash/dispass.el/zipball/master
+#+LINK: src http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/snapshot/dispass.el-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/snapshot/dispass.el-master.zip
#+LINK: dispass http://dispass.babab.nl
#+STARTUP: showall
@@ -22,37 +20,86 @@
[[dispass][DisPass]] is a passphrase generator. ~dispass.el~ is an [[emacs][Emacs]] wrapper
for [[dispass][DisPass]].
-** Features
+ | Status | Active |
+ | Language | Emacs Lisp |
+ | License | ISC |
- - Copy passwords directly to the clipboard, no need for manual
- selection and copying.
- - Specify the length of the passphrase by using a numeric prefix
- argument.
+* Why?
-** Requirements
+ [[dispass][DisPass]] is written by a [[http://babab.nl][friend]] of mine and I really liked the idea
+ of it. But the interface he had for it was not to my liking, it
+ was not Emacs.
- - [[emacs][Emacs]]
- - [[dispass][DisPass]]
+** Why the license?
-* Usage
+ Since [[dispass][DisPass]] uses the ISC license, I thought it would be polite
+ to use the same license.
+
+* Features
+
+ - Copy passwords directly to the clipboard, no need for manual
+ selection and copying.
+ - Specify the length of the passphrase by using a numeric prefix
+ argument.
+ - Input completion for labels.
+ - Some label management (adding, removing).
+
+* Dependencies
+
+ - [[emacs][Emacs]] :: Probably version 24+, since that is what it's being
+ developed on.
+ - [[dispass][DisPass]] :: At least v0.1a8, best is a recent git version.
+
+* Download
+
+ There are download links for a ~tar.gz~ and a ~zip~ file of the latest
+ development version at the top of this page.
+
+ ~dispass.el~ is both in the [[http://marmalade-repo.org/][Marmalade]] and the [[http://melpa.milkbox.net/][MELPA]] repo. The MELPA
+ version is a direct checkout of the latest development version and
+ the Marmalade version is an older, possibly more stable, version.
+
+* Install
- First place ~dispass.el~ somewhere in your load path, or add its
- location to your load path:
+ Once you have [[Download][downloaded]] ~dispass.el~ you have at least 2 choices for
+ installation.
- #+begin_src emacs-lisp
- (add-to-list 'load-path "~/location/of/dispass.el")
- #+end_src
+** package.el
- Then you need to load it up:
+ If you have Emacs v24+ or [[http://tromey.com/elpa/install.html][package.el]] and either Marmalade or MELPA
+ configured, you can just:
- #+begin_src emacs-lisp
- (require 'dispass)
- #+end_src
+ #+BEGIN_SRC emacs-lisp
+ (package-install "dispass")
+ #+END_SRC
- After that everything should be simple, either call =dispass= or
- =dispass-create= to generate the passphrase. =dispass-create= will ask
- for your password twice, for confirmation purposes.
+** manual
+
+ Otherwise you have to [[Download][dowload]] it and then put it somewhere in your
+ =load-path=, or add that location to your =load-path=:
+
+ #+begin_src emacs-lisp
+ (add-to-list 'load-path "~/location/of/dispass.el")
+ #+end_src
+
+ After which you can either ~require~ the package in your Emacs init
+ file:
+
+ #+BEGIN_SRC emacs-lisp
+ (require 'dispass)
+ #+END_SRC
+
+ Or set-up some autoloads:
+
+ #+BEGIN_SRC emacs-lisp
+ (autoload 'dispass "dispass" nil t)
+ (autoload 'dispass-create "dispass" nil t)
+ (autoload 'dispass-list-labels "dispass" nil t)
+ #+END_SRC
+
+* Usage
- To specify a length of the generated passphrase, use numeric prefix
- arguments: =C-8 M-x dispass <RET>= to create a passphrase of 8
- characters.
+ Once installed you can use ~dispass~ to (re)generate passphrases,
+ ~dispass-create~ to generate a new one (it asks for confirmation on
+ the password) and ~dispass-list-labels~ to view a list of stored
+ labels and manage them a little.
diff --git a/site/projects/dvdroid.org b/site/projects/dvdroid.org
new file mode 100644
index 0000000..1e289e0
--- /dev/null
+++ b/site/projects/dvdroid.org
@@ -0,0 +1,66 @@
+#+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
+#+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"
+
+* About
+
+ DVDroid is a DVD collection application for the Android operating
+ system.
+
+ | Status | On-hold |
+ | Language | Java |
+ | License | GPLv3 |
+
+* Why?
+
+ 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.
+
+* 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.
+
+* Download
+
+ There are download links for a ~tar.gz~ and a ~zip~ file of the latest
+ development version at the top of this page.
+
+* Install
+
+ In order to install it you need to have the Android Java
+ Development Kit installed, installing it is then a matter of
+ building/installing it like any other development package.
+
+* Usage
+
+ Start it up, you will have a list of the DVDs you own, which will
+ be empty. In the top right corner there should be a button to add
+ new titles to this list, here you can also specify if you have seen
+ it or if you still want to get it.
+
+ There is also a search button there that helps you look through
+ your collection.
+
+ To change the status of any title you can select it and edit and
+ delete buttons should show up at the top of your screen.
+
+ Use the menu button to switch "contexts", wish list, collection
+ and watch list.
diff --git a/site/projects/eye-on-manga.org b/site/projects/eye-on-manga.org
index 6bb7b98..6669436 100644
--- a/site/projects/eye-on-manga.org
+++ b/site/projects/eye-on-manga.org
@@ -1,10 +1,7 @@
#+TITLE: eye-on-manga
-#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
-#+LINK_UP: ../index.html
-#+LINK_HOME: http://ryuslash.org
-#+LINK: src https://github.com/ryuslash/eye-on-manga
-#+LINK: tar_gz https://github.com/ryuslash/eye-on-manga/tarball/master
-#+LINK: zip https://github.com/ryuslash/eye-on-manga/zipball/master
+#+LINK: src http://code.ryuslash.org/cgit.cgi/eye-on-manga/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/eye-on-manga/snapshot/eye-on-manga-master.zip
#+STARTUP: showall
#+begin_html
@@ -22,16 +19,43 @@
~eye-on-manga~ is a manga collection management application for the
Nokia N900.
-** Features
+ | Status | On-hold |
+ | Language | C |
+ | License | GPLv2 |
- - Create a list of manga.
- - Keep track of which volumes have been acquired and read.
- - Edit wrongfully entered entries.
- - Easily mark a volume as acquired or read.
+* Why?
-** Requirements
+ I just keep forgetting which volumes of which manga I have.
- - A Nokia N900 with fairly recent packages should be fine.
+* Features
+
+ - Create/maintain a list of manga.
+ - Keep track of which volumes have been acquired and read.
+
+* Requirements
+
+ - A Nokia N900, with Maemo, with fairly recent packages should be
+ fine.
+
+* Download
+
+ I'll upload a package as soon as I can.
+
+ Until then, if you have the maemo development environment set-up
+ you can create your own. Use the ~FREMANTLE_ARMEL~ configuration in
+ scratchbox and create it with:
+
+ #+BEGIN_EXAMPLE
+ $ dpkg-buildpkg -rfakeroot
+ #+END_EXAMPLE
+
+* Install
+
+ Once you have aqcuired a package, get it to your phone and:
+
+ #+BEGIN_EXAMPLE
+ $ dpkg -I eye-on-manga-*.deb
+ #+END_EXAMPLE
* Usage
diff --git a/site/projects/git-auto-commit-mode.org b/site/projects/git-auto-commit-mode.org
index c7b0b99..16ff986 100644
--- a/site/projects/git-auto-commit-mode.org
+++ b/site/projects/git-auto-commit-mode.org
@@ -1,10 +1,7 @@
#+TITLE: git-auto-commit-mode
-#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
-#+LINK_UP: ../index.html
-#+LINK_HOME: http://ryuslash.org
-#+LINK: src https://github.com/ryuslash/git-auto-commit-mode
-#+LINK: tar_gz https://github.com/ryuslash/git-auto-commit-mode/tarball/master
-#+LINK: zip https://github.com/ryuslash/git-auto-commit-mode/zipball/master
+#+LINK: src http://code.ryuslash.org/cgit.cgi/emacs/git-auto-commit-mode/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/git-auto-commit-mode/snapshot/git-auto-commit-mode-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/emacs/git-auto-commit-mode/snapshot/git-auto-commit-mode-master.zip
#+STARTUP: showall
#+begin_html
@@ -19,73 +16,107 @@
* About
- ~git-auto-commit-mode~ is a minor mode for GNU
- Emacs[fn::http://gnu.org/software/emacs/] that, when enabled, tries
- to commit changes to a file after every save. It can also try to
- push to the default upstream.
+ ~git-auto-commit-mode~ is a minor mode for GNU Emacs that, when
+ enabled, tries to commit changes to a file after every save. It can
+ also try to push to the default upstream.
-** Features
+ | Status | On-hold |
+ | Language | Emacs Lisp |
+ | Licennse | GPLv3 |
- - Automatically commit changes to a file after each save.
+* Features
- - The commit message will contain the file name relative to the
- repository root.
+ - Automatically commit changes to a file after each save.
- - Optionally, automatically push commits to the default upstream.
+ - The commit message will contain the file name relative to the
+ repository root.
-** Requirements
+ - Optionally, automatically push commits to the default upstream.
- These should be mostly obvious.
+* Requirements
- - [[http://gnu.org/software/emacs][GNU Emacs]]
- - [[http://git-scm.com][git]]
+ - [[http://gnu.org/software/emacs][GNU Emacs]]
+ - [[http://git-scm.com][git]]
-* Usage
+* Download
+
+ There are download links for a ~tar.gz~ and a ~zip~ file of the latest
+ development version at the top of this page.
+
+ ~git-auto-commit-mode~ is in the [[http://marmalade-repo.org/][Marmalade]] repo.
+
+* Install
+
+ Once you have [[Download][downloaded]] ~git-auto-commit-mode~ you have at least 2
+ choices for installation.
+
+** package.el
+
+ If you have Emacs v24+ or [[http://tromey.com/elpa/install.html][package.el]] and Marmalade configured, you
+ can just:
+
+ #+BEGIN_SRC emacs-lisp
+ (package-install "git-auto-commit-mode")
+ #+END_SRC
- To be able to use it you need to put it somewhere in your
- ~load-path~ and load it, for example:
+** manual
- #+begin_src emacs-lisp
- (add-to-list 'load-path "~/path/to/git-auto-commit-mode.el")
- (auto load 'git-auto-commit-mode "git-auto-commit-mode")
- #+end_src
+ Otherwise you have to [[Download][dowload]] it and then put it somewhere in your
+ =load-path=, or add that location to your =load-path=:
-** Automatically commit
+ #+begin_src emacs-lisp
+ (add-to-list 'load-path "~/location/of/git-auto-commit-mode")
+ #+end_src
+
+ After which you can either ~require~ the package in your Emacs init
+ file:
+
+ #+BEGIN_SRC emacs-lisp
+ (require 'git-auto-commit-mode)
+ #+END_SRC
+
+ Or set-up some autoloads:
+
+ #+BEGIN_SRC emacs-lisp
+ (autoload 'git-auto-commit-mode "git-auto-commit-mode" nil t)
+ #+END_SRC
+
+* Usage
There are a few ways this could be used:
-*** As file-local variable
+** As file-local variable
- This is the way I use it and I wanted to use it. Any file that you
- would like to have automatically committed upon saving gets this
- prop-line:
+ This is the way I use it and I wanted to use it. Any file that you
+ would like to have automatically committed upon saving gets this
+ prop-line:
- #+BEGIN_SRC emacs-lisp
- ;; -*- eval: (git-auto-commit-mode 1) -*-
- #+END_SRC
+ #+BEGIN_SRC emacs-lisp
+ ;; -*- eval: (git-auto-commit-mode 1) -*-
+ #+END_SRC
- Or, if you're in anything older than emacs 24:
+ Or, if you're in anything older than emacs 24:
- #+BEGIN_SRC emacs-lisp
- ;; -*- mode: git-auto-commit -*-
- #+END_SRC
+ #+BEGIN_SRC emacs-lisp
+ ;; -*- mode: git-auto-commit -*-
+ #+END_SRC
-*** As a directory-local variable
+** As a directory-local variable
- Put the following in a ~.dir-locals.el~ file in any directory where
- you want to enable ~git-auto-commit-mode~ for *all* files:
+ Put the following in a ~.dir-locals.el~ file in any directory where
+ you want to enable ~git-auto-commit-mode~ for *all* files:
- #+BEGIN_SRC emacs-lisp
- ((nil . ((git-auto-commit-mode . t))))
- #+END_SRC
+ #+BEGIN_SRC emacs-lisp
+ ((nil . ((git-auto-commit-mode . t))))
+ #+END_SRC
-*** As a hook
+** As a hook
- I doubt this will ever really be useful, but it is possible:
+ I doubt this will ever really be useful, but it is possible:
- #+BEGIN_SRC emacs-lisp
- (add-hook 'some-hook 'git-auto-commit-mode)
- #+END_SRC
+ #+BEGIN_SRC emacs-lisp
+ (add-hook 'some-hook 'git-auto-commit-mode)
+ #+END_SRC
** Automatically push
diff --git a/site/projects/gitto.org b/site/projects/gitto.org
index 05f909c..257739f 100644
--- a/site/projects/gitto.org
+++ b/site/projects/gitto.org
@@ -1,10 +1,8 @@
#+TITLE: gitto
-#+LINK_UP: ../index.html
-#+LINK_HOME: http://ryuslash.org
-#+LINK: src https://github.com/ryuslash/gitto
-#+LINK: tar_gz https://github.com/ryuslash/gitto/tarball/master
-#+LINK: zip https://github.com/ryuslash/gitto/zipball/master
-#+STARTUP: show all
+#+LINK: src http://code.ryuslash.org/cgit.cgi/gitto/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/gitto/snapshot/gitto-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/gitto/snapshot/gitto-master.zip
+#+STARTUP: showall
#+begin_html
<script src="/keyjs.KS" type="text/javascript"></script>
@@ -21,15 +19,32 @@
~gitto~ is a utility written in [[http://www.gnu.org/software/guile/][Guile scheme]] to help me keep track of
the status of my git repositories.
-** Features
+ | Status | On-hold |
+ | Language | Scheme (Guile) |
+ | License | GPLv3 |
- - Show a list of how many commits to pull or push and whether or
- not the working directory of that repository is dirty.
+* Features
-** Requirements
+ - Show a list of how many commits to pull or push and whether or
+ not the working directory of that repository is dirty.
- - [[http://www.gnu.org/software/guile/][Guile]] v2.0.x
- - [[http://git-scm.com][git]]
+* Requirements
+
+ - [[http://www.gnu.org/software/guile/][Guile]] v2.0.x
+ - [[http://git-scm.com][git]]
+
+* Download
+
+ There are download links for a ~tar.gz~ and a ~zip~ file of the latest
+ development version at the top of this page.
+
+* Install
+
+ To install this should be enough:
+
+ #+BEGIN_EXAMPLE
+ $ make && make install
+ #+END_EXAMPLE
* Usage
diff --git a/site/projects/org-blog.org b/site/projects/org-blog.org
deleted file mode 100644
index f09d85e..0000000
--- a/site/projects/org-blog.org
+++ /dev/null
@@ -1,103 +0,0 @@
-#+TITLE: org-blog
-#+LINK_UP: ../index.html
-#+LINK_HOME: http://ryuslash.org
-#+LINK: src https://github.com/ryuslash/org-blog
-#+LINK: tar_gz https://github.com/ryuslash/org-blog/tarball/master
-#+LINK: zip https://github.com/ryuslash/org-blog/zipball/master
-#+STARTUP: showall
-
-#+begin_html
- <script src="/keyjs.KS" 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"
-
-* About
-
- ~org-blog~ is a blog exporter for ~org-mode~ written by David
- O'Toole in 2006. ~org-mode~ has since then changed a bit and it
- seemed that it no longer worked. It also seems to be the only
- viable/acceptable pure-org solution for me, so I'm trying to revive
- it.
-
-** Features
-
- - Pure ~org-mode~, all you need is some setup and you can use it like
- any other exporting function.
- - Separate drafts from posts.
- - Generate an index of posts.
- - Rudimentary RSS support.
-
-** Requirements
-
- - GNU Emacs
- - ~org-mode~
-
-* Usage
-
-** Setup
-
- Since I've adapted it to work as a normal publishing function for
- org, setting it up is a lot like any other publishing project:
-
- #+BEGIN_SRC emacs-lisp
- (setq org-publish-project-alist
- '(("my-blog"
- :base-directory "~/location/to/org/files/"
- :publishing-directory "/place/to/export/to/"
- :base-extension "org"
- :publishing-function org-publish-org-to-blog
- :blog-title "some title"
- :blog-description "some description"
- :blog-export-rss t
- :index-title "oni blog"
- :recursive nil
- :table-of-contents nil)))
- #+END_SRC
-
- Most of these options are very normal project settings and can be
- read about in the documentation for the variable
- ~org-publish-project-alist~. The ~blog-title~, ~blog-description~,
- ~blog-export-rss~ and ~index-title~, however, are used by ~org-blog~.
-
- - ~blog-title~ :: This setting is used when exporting RSS. It sets the
- ~title~ in the XML output.
-
- - ~blog-description~ :: This setting is also used when exporting
- RSS. It sets the ~description~ in the XML output.
-
- - ~blog-export-rss~ :: Whether or not you would like an RSS feed to be
- exported.
-
- - ~index-title~ :: This is used as the title of the blog's index page.
-
- Apart from these there are also 2 other settings that need your
- attention:
-
- #+BEGIN_SRC emacs-lisp
- (setq org-blog-directory "~/path/to/blog/org/files/")
- (setq org-blog-unfinished-directory "~/path/to/drafts/")
- #+END_SRC
-
- These don't have any relevance to the exporting and publishing
- functions, but they're used by the ~org-blog-new-post~ and
- ~org-blog-finish-post~ functions, which help with creating new posts.
-
-** Create new post
-
- To create a new post, just call =M-x org-blog-new-post= and start
- writing.
-
-** Finish a post
-
- When you're done writing and would like to set it up to be
- published, just call =M-x org-blog-finish-post=.
-
-** Publish
-
- To publish just use any of the ~org-publish-*~ functions as you would
- any other org site.
diff --git a/site/projects/org.org b/site/projects/org.org
deleted file mode 100644
index c8b3adc..0000000
--- a/site/projects/org.org
+++ /dev/null
@@ -1,85 +0,0 @@
-#+TITLE: org
-#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
-#+LINK_UP: ../index.html
-#+LINK_HOME: ../index.html
-#+OPTIONS: H:5
-
-* About
-
- No I don't mean that I have anything to do with [[http://orgmode.org][org-mode]], but trying
- to find a nice and effective structure to my org files is an ongoing
- project for me.
-
-* Organizational
-
-** inbox.org
-
- The ~inbox.org~ file is used as, surprise surprise, an
- inbox. Whenever ~org-capture~ is used to create a new task,
- appointment or note, it is placed in this file, from here it should
- be distributed to one of the other org files.
-
- - appointments
-
- New appointments that should be placed in one of the other files
- are first placed here.
-
- - notes
-
- New notes that should be placed in one of the other files are
- first placed here.
-
- - tasks
-
- New tasks that should be placed in one of the other files are
- first placed here.
-
-** personal.org
-
- The ~personal.org~ file is used for private tasks, appointments and
- notes. Not specifically actually private, just not belonging to any
- of the other org files.
-
- - appointments
-
- Appointments of a personal nature, not specifically about any of
- the other org files.
-
- - birthdays
-
- Birthdays of friends and family are noted here.
-
- - bookmarks
-
- Some very interesting links that I should keep an eye on.
-
- - notes
-
- Notes about personal things should be placed here.
-
- - rss
-
- I have a single RSS feed that I load with org, this is a feed
- from [[http://www.myepisodes.com][MyEpisodes]] which tells me when new episodes of shows I
- watch air.
-
- - tasks
-
- Tasks of a personal nature, not belonging to any of the other
- files/categories.
-
-** contacts.org
-
- Just keeps my contacts.
-
-** projects
-
- Org files about projects I work on.
-
-*** any org files
-
-
-
-** work
-
- Org files about work-related things.
diff --git a/site/projects/ryuslash.org b/site/projects/ryuslash.org
deleted file mode 100644
index cfce357..0000000
--- a/site/projects/ryuslash.org
+++ /dev/null
@@ -1,59 +0,0 @@
-#+TITLE: ryuslash.org
-#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
-#+LINK_UP: ../index.html
-#+LINK_HOME: http://ryuslash.org
-#+LINK: python http://www.python.org
-#+LINK: django http://djangoproject.com
-#+LINK: feedparser http://code.google.com/p/feedparser/
-#+LINK: south http://south.aeracode.org/
-#+LINK: markdown http://packages.python.org/Markdown/
-#+LINK: src https://github.com/ryuslash/ryuslash.org
-#+LINK: tar_gz https://github.com/ryuslash/ryuslash.org/tarball/master
-#+LINK: zip https://github.com/ryuslash/ryuslash.org/zipball/master
-#+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"
-
-* About
-
- ~ryuslash.org~ is the project of the [[http://ryuslash.org][front page]] of my website. I have
- noticed, though, that apart from the /design/ and the initial data,
- there is nothing really specific to my about this project.
-
- Right now all it really does is show a bunch of feeds on a page.
-
-** Features
-
- - Define multiple RSS feeds to load news items from.
- - Define relative paths for the xml and profile linked to a feed.
- - Group feeds in categories.
- - Add comments to any post that comes in.
- - Generate feeds: One for all posts, one for all comments.
-
-** Requirements
-
- ~ryuslash.org~ uses the following modules and applications:
-
- - [[python][Python]] 2.6.x or 2.7.x
- - [[django][Django]] 1.3
- - [[south][South]] 0.7.4
- - [[feedparser][Feedparser]] 5.1.1
- - [[markdown][Markdown]] 2.1.1
-
-* Usage
-
- It is a normal django application, so normal django deployment
- methods should work.
-
-** Configuration
-
- The feeds that are loaded are defined in ~local_settings.py~. An
- example of how to do this is located in ~local_settings.py.example~.
diff --git a/site/projects/tron-theme.org b/site/projects/tron-theme.org
deleted file mode 100644
index 0acb675..0000000
--- a/site/projects/tron-theme.org
+++ /dev/null
@@ -1,28 +0,0 @@
-#+TITLE: git-auto-commit-mode
-#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
-#+LINK_UP: ../
-#+LINK_HOME: http://ryuslash.org
-#+LINK: src http://code.ryuslash.org/cgit.cgi/tron-theme/
-#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/tron-theme/snapshot/tron-theme-master.tar.gz
-#+LINK: zip http://code.ryuslash.org/cgit.cgi/tron-theme/snapshot/tron-theme-master.zip
-#+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"
-
-* About
-
- ~tron-theme~ is a theme loosely based on the visual style of the Tron:
- Legacy movie. It came about after watching the movie and finding the
- style of it irresistible.
-
-** Requirements
-
- - [[http://gnu.org/software/emacs][GNU Emacs]] v24 or later.