Revision: 874
http://assorted.svn.sourceforge.net/assorted/?rev=874&view=rev
Author: yangzhang
Date: 2008-07-07 13:59:51 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
published site
Modified Paths:
--------------
fartris/trunk/README
Added Paths:
-----------
fartris/trunk/publish.bash
Modified: fartris/trunk/README
===================================================================
--- fartris/trunk/README 2008-07-07 20:52:37 UTC (rev 873)
+++ fartris/trunk/README 2008-07-07 20:59:51 UTC (rev 874)
@@ -1,10 +1,11 @@
Overview
-========
+--------
This is a simple, retarded game I wrote for my high school senior project.
I've compressed all the sources here because the resources (images and sounds)
are uncomfortably large.
-The `Site/` directory also contains archives of the history of this program.
-(Back then I wasn't using version control, sadly.)
+The `Site/` directory also contains archives of the history of this program
+(back then I wasn't using version control, sadly), along with the simple
+website I briefly maintained for this game.
Added: fartris/trunk/publish.bash
===================================================================
--- fartris/trunk/publish.bash (rev 0)
+++ fartris/trunk/publish.bash 2008-07-07 20:59:51 UTC (rev 874)
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+fullname='Fartris'
+version=0.1
+license=gpl3
+websrcs=( README )
+rels=( src-tgz: )
+nodl=true
+. assorted.bash "$@"
Property changes on: fartris/trunk/publish.bash
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|