From c807679382daa9ba486083f915abc131662e72a0 Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sat, 9 Jan 2016 23:14:15 -0500 Subject: added readme (mostly for GitHub repository) Signed-off-by: Mark Weiman --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') 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. + -- cgit v1.3.1