summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-04 19:25:24 +0100
committerGravatar Tom Willemsen2012-11-04 19:25:24 +0100
commitba329b7ed98bf117919bbb8099e4c743c3c41099 (patch)
tree757c10b999e099d48aa4681e204da00e501d6323
parent7ee8c1a03806139bffe475475927010440b57c5d (diff)
downloadsite-ba329b7ed98bf117919bbb8099e4c743c3c41099.tar.gz
site-ba329b7ed98bf117919bbb8099e4c743c3c41099.zip
Add dispass.el site
-rw-r--r--projects/dispass.el/bugs.mdwn5
-rw-r--r--projects/dispass.el/bugs/done.mdwn3
-rw-r--r--projects/dispass.el/download.mdwn7
-rw-r--r--projects/dispass.el/index.mdwn48
-rw-r--r--projects/dispass.el/news.mdwn5
-rw-r--r--projects/dispass.el/news/dispass_site.mdwn1
-rw-r--r--projects/eye-on-manga/news.mdwn2
-rw-r--r--sidebar.mdwn1
8 files changed, 71 insertions, 1 deletions
diff --git a/projects/dispass.el/bugs.mdwn b/projects/dispass.el/bugs.mdwn
new file mode 100644
index 0000000..3ddcf0a
--- /dev/null
+++ b/projects/dispass.el/bugs.mdwn
@@ -0,0 +1,5 @@
+This is *dispass.el*'s bug list. Link bugs to [[bugs/done]] when
+done.
+
+[[!inline pages="./bugs/* and !./bugs/done and !link(done) and !*/Discussion"
+ actions=yes postform=yes show=0]]
diff --git a/projects/dispass.el/bugs/done.mdwn b/projects/dispass.el/bugs/done.mdwn
new file mode 100644
index 0000000..ad332e2
--- /dev/null
+++ b/projects/dispass.el/bugs/done.mdwn
@@ -0,0 +1,3 @@
+recently fixed [[bugs]]
+
+[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10]]
diff --git a/projects/dispass.el/download.mdwn b/projects/dispass.el/download.mdwn
new file mode 100644
index 0000000..19a85c2
--- /dev/null
+++ b/projects/dispass.el/download.mdwn
@@ -0,0 +1,7 @@
+*dispass.el* as a tarball can be downloaded from
+[here](http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/snapshot/dispass.el-master.tar.gz)
+and a zip file can be downloaded from
+[here](http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/snapshot/dispass.el-master.zip)
+
+There's also a git repository at
+`git://ryuslash.org/emacs/dispass.el.git`.
diff --git a/projects/dispass.el/index.mdwn b/projects/dispass.el/index.mdwn
new file mode 100644
index 0000000..a80b843
--- /dev/null
+++ b/projects/dispass.el/index.mdwn
@@ -0,0 +1,48 @@
+*dispass.el* is an [Emacs](http://gnu.org/software/emacs) interface to
+[DisPass](http://dispass.babab.nl/). It provides a nice and easy
+interface fo the *DisPass* command-line utility.
+
+* [source](http://code.ryuslash.org/cgit.cgi/dispass.el)
+* [[download]]
+* [[news]]
+* [[bugs]]
+
+## Installing
+
+*dispass.el* requires *DisPass* to be installed. See the *DisPass*
+site/documentation if you don't have it installed already. To install
+*dispass.el* itself there are a few roads you could take, depending on
+your preference and emacs version.
+
+### Marmalade
+
+*dispass.el* is in the [Marmalade](http://marmalade-repo.org/)
+repository, for use with either Emacs 24, or Emacs 23 +
+[package.el](http://tromey.com/elpa/).
+
+To install *dispass.el* from Marmalade, just use the `list-packages`
+command and select it from the list.
+
+### package.el manually
+
+If you don't have Marmalade in your repositories list or you dislike
+something about it, you can also just [[download]] *dispass.el* and
+use the following to install it:
+
+ M-x package-install-file RET /path/to/dispass.el RET
+
+And the rest should be the same as any other package installation.
+
+### The old way
+
+The last option is the traditional one. Just [[download]]
+*dispass.el*, put its location in your `load-path` and `require` it or
+`autoload` functions like `dispass` and `dispass-create` in your Emacs
+init file.
+
+## Development
+
+If you would like to mess around with the source code of *dispass.el*,
+you can get it using git:
+
+ git clone git://ryuslash.org/emacs/dispass.el.git
diff --git a/projects/dispass.el/news.mdwn b/projects/dispass.el/news.mdwn
new file mode 100644
index 0000000..efda0b3
--- /dev/null
+++ b/projects/dispass.el/news.mdwn
@@ -0,0 +1,5 @@
+This is where announcements of new releases, features, and other news
+is posted. *dispass.el* users are recommended to subscribe to this
+page's RSS feed.
+
+[[!inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
diff --git a/projects/dispass.el/news/dispass_site.mdwn b/projects/dispass.el/news/dispass_site.mdwn
new file mode 100644
index 0000000..93ed8e2
--- /dev/null
+++ b/projects/dispass.el/news/dispass_site.mdwn
@@ -0,0 +1 @@
+Now `dispass.el` has its own place here as well.
diff --git a/projects/eye-on-manga/news.mdwn b/projects/eye-on-manga/news.mdwn
index 6e699ce..49694a8 100644
--- a/projects/eye-on-manga/news.mdwn
+++ b/projects/eye-on-manga/news.mdwn
@@ -1,5 +1,5 @@
This is where announcements of new releases, features, and other news
-is posted. *Eye on Manga* users are recommended so subscribe to this
+is posted. *Eye on Manga* users are recommended to subscribe to this
page's RSS feed.
[[!inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
diff --git a/sidebar.mdwn b/sidebar.mdwn
index c3a2239..4392111 100644
--- a/sidebar.mdwn
+++ b/sidebar.mdwn
@@ -8,6 +8,7 @@
Projects
* [[Eye on Manga|projects/eye-on-manga]]
+* [[dispass.el|projects/dispass.el]]
* [[ryuslash.org|projects/ryuslash.org]]
[[Recent Comments|comments]]