summaryrefslogtreecommitdiffstats
path: root/old/skeletons/README.erb
diff options
context:
space:
mode:
Diffstat (limited to 'old/skeletons/README.erb')
-rw-r--r--old/skeletons/README.erb62
1 files changed, 62 insertions, 0 deletions
diff --git a/old/skeletons/README.erb b/old/skeletons/README.erb
new file mode 100644
index 0000000..e4e3bed
--- /dev/null
+++ b/old/skeletons/README.erb
@@ -0,0 +1,62 @@
+
+<%= `figlet -c README` %>
+<%# figlet: http://www.figlet.org %>
+
+This is <%= @project %>, version %VERSION%
+-----------------------------
+
+<%=@project %> is Copyright (C) <%=@year %>-<%=@year.to_i+5%>, <%= @username %>. <<%= @email %>>
+
+LICENSE INFORMATION
+-------------------
+
+<%= license %>
+
+PREREQUISITES
+-------------
+
+You'll need a C compiler, a linker and a make program of course.
+
+INSTRUCTIONS
+------------
+
+For now, unpack your <%= @project %> tarball, (if you're reading this, you've
+probably already done that) and type
+
+ ./configure
+
+If you are self confident you may try the following to have more power on compilation process
+
+ ./configure --help
+
+
+Next, run make:
+
+You can test <%= @project %> by running
+
+ make test
+
+On some systems you can install <%= @project %>:
+
+ make install
+
+NOTES
+-----
+
+CHANGES
+-------
+
+For documentation on the user-visible changes between this version and
+previous versions, please see CHANGES.
+
+MAILING LISTS
+-------------
+
+Subscribe to the mailing list for <%= @project %> by sending mail to
+%MAILING_LIST%.
+
+WEB SITES
+---------
+
+The home page for <%= @project %> is %HOME_PAGE%
+