summaryrefslogtreecommitdiffstats
path: root/site/projects/markam.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-19 02:48:40 +0100
committerGravatar Tom Willemsen2013-01-19 02:48:40 +0100
commiteb9348bf34808eaef2cff462a104929bc2c9e8dd (patch)
treee8c25258819ed54f1617374bc1ded543c8e9046e /site/projects/markam.org
parenta3a3f0cf54e3b994da2d093bbe5d895768cf22e7 (diff)
downloadorgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.tar.gz
orgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.zip
Update and add project pages
I've once again thought up a different common structure for website pages, I hope this one sticks longer than the ones before, but this limits duplication of data somewhat and keeps maintenance costs of these pages fairly low.
Diffstat (limited to 'site/projects/markam.org')
-rw-r--r--site/projects/markam.org30
1 files changed, 18 insertions, 12 deletions
diff --git a/site/projects/markam.org b/site/projects/markam.org
index 764bd35..ddb0434 100644
--- a/site/projects/markam.org
+++ b/site/projects/markam.org
@@ -1,16 +1,18 @@
-#+TITLE: markam
+#+TITLE: Markam
#+LINK: src http://code.ryuslash.org/cgit.cgi/markam/
-#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-master.tar.gz
-#+LINK: zip http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-master.zip
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.1.0.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.1.0.zip
+#+LINK: readme http://code.ryuslash.org/cgit.cgi/markam/about/
+#+LINK: manual http://ryuslash.org/projects/markam/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
+ <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"
@@ -31,9 +33,9 @@
* Data
- | Version | 0 (development only) |
- | Language | scheme (chicken) |
- | License | GPLv3 |
+ | Version | 0.1.0 |
+ | Language | scheme (chicken) |
+ | License | GPLv3 |
** Features
@@ -48,3 +50,7 @@
** Dependencies
- [[http://call-by.cc][CHICKEN scheme]] :: Any version might do, the latest surely.
+
+* More...
+
+ For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].