diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2016-01-09 23:14:15 -0500 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2016-01-09 23:14:15 -0500 |
| commit | c807679382daa9ba486083f915abc131662e72a0 (patch) | |
| tree | 9a772b8c01b41681c26e1dcc4e2f554770f27b55 | |
| parent | c80c5443b4c8976ef4869ff53a82f204b7a8e006 (diff) | |
| download | website-c807679382daa9ba486083f915abc131662e72a0.tar.gz website-c807679382daa9ba486083f915abc131662e72a0.zip | |
added readme (mostly for GitHub repository)
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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. + |
