summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Weiman <mark.weiman@markzz.com>2016-01-09 23:14:15 -0500
committerMark Weiman <mark.weiman@markzz.com>2016-01-09 23:14:15 -0500
commitc807679382daa9ba486083f915abc131662e72a0 (patch)
tree9a772b8c01b41681c26e1dcc4e2f554770f27b55
parentc80c5443b4c8976ef4869ff53a82f204b7a8e006 (diff)
downloadwebsite-c807679382daa9ba486083f915abc131662e72a0.tar.gz
website-c807679382daa9ba486083f915abc131662e72a0.zip
added readme (mostly for GitHub repository)
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..221a3f0
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+This is a Django project in python 3.x for my website at markzz.com. I treat
+this as a side project and don't really pay much attention to it.
+
+Some features include:
+o Page management
+o Personal blog with comment capabilities
+o Pacman repository information (work in progress)
+
+This is highly personalized and contains many references to markzz.com. If you
+use this as a base (or as your actual site with minimal modifications) you may
+want to check over and over that all references to me (except licensing of
+course) is removed. This is a plan for the future to make it more generic and
+suitable for others to use without modification and make it easy to install.
+
+If you do make changes and wish to submit them (which all contributions are
+absolutely welcome), please send a git formatted patch to my email at
+mark.weiman@markzz.com.
+