Update front page

This commit is contained in:
Tom Willemse 2013-10-02 00:27:10 +02:00
parent 0c1c736bae
commit 8cf9315c3c
2 changed files with 53 additions and 28 deletions

View file

@ -1,7 +1,7 @@
#+TITLE: ryuslash
#+LANGUAGE: en
#+STARTUP: showall
#+OPTIONS: toc:nil
#+OPTIONS: toc:nil H:1
* My coding projects
@ -10,42 +10,56 @@
useful. They are not sorted in order of importance, popularity or
size.
- [[file:projects/baps1.org][baps1]] :: A simple PS1 formatting utility. Doesn't do a lot yet,
but does it a hell of a lot faster than the PHP script it
replaced. (I hope)
** [[file:projects/baps1.org][baps1]] :C:
- [[file:projects/cdispass.org][cdispass]] :: A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your
passphrases directly into web forms, no need to
copy/paste them.
A simple PS1 formatting utility. Doesn't do a lot yet, but does it a
hell of a lot faster than the PHP script it replaced. (I hope)
- [[file:projects/dispass.el/index.org][dispass.el]] :: An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but
destroys all your security.
** [[file:projects/cdispass.org][cdispass]] :Conkeror:JavaScript:
- [[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.
A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your passphrases directly
into web forms, no need to copy/paste them.
- [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: Automatically commit changes to git after
each save. Handy for certain types of documents, which don't
need long commit messages, but should be stored on each
revision.
** [[file:projects/dispass.el/index.org][dispass.el]] :Elisp:
- [[file:projects/gitto.org][gitto]] :: An application to get an overview of the state of your
repositories.
An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but destroys all your
security.
- [[file:projects/mode-icons.org][mode-icons]] :: An emacs module that shows an icon instead of the
major mode's name in some cases.
** [[file:projects/eye-on-manga.org][Eye on Manga]] :Maemo:C:
- [[file:projects/ogi.org][ogi]] :: An =org-mode= interface to github issues, not very complete
yet, but at least it can grab some issues for you, I think.
I kept forgetting which manga to buy, or more accurately, which I
already have, so I wrote a Maemo application to help me remember.
- [[file:projects/yoshi-theme.org][yoshi-theme]] :: A theme named after my cat. I needed a name and
couldn't think of one, he doesn't actually look
anything like this theme, for example: He doesn't
have so much text all over him.
** [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :Elisp:
- more :: I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you
would be interested in that, though.
Automatically commit changes to git after each save. Handy for
certain types of documents, which don't need long commit messages,
but should be stored on each revision.
** [[file:projects/gitto.org][gitto]] :Guile:Scheme:
An application to get an overview of the state of your repositories.
** [[file:projects/mode-icons.org][mode-icons]] :Elisp:
An emacs module that shows an icon instead of the major mode's name
in some cases.
** [[file:projects/ogi.org][ogi]] :Elisp:
An =org-mode= interface to github issues, not very complete yet, but
at least it can grab some issues for you, I think.
** [[file:projects/yoshi-theme.org][yoshi-theme]] :Theme:Elisp:
A theme named after my cat. I needed a name and couldn't think of
one, he doesn't actually look anything like this theme, for example:
He doesn't have so much text all over him.
** more
I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you would be
interested in that, though.
* Some other interests

View file

@ -14,6 +14,17 @@ body {
line-height: 160%;
}
.tag {
float: right;
background-color: inherit;
font-size: 100%;
}
.tag span {
background-color: #eee;
padding: 2px 4px;
}
#content,
#org-div-home-and-up,
#postamble {