Selaa lähdekoodia

Added README and ignore file.

Taddes Kroes 14 vuotta sitten
sitoutus
1179ac304c
2 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 3 0
      .gitignore
  2. 6 0
      README

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+ontwerp/*
+*~
+*.swp

+ 6 - 0
README

@@ -0,0 +1,6 @@
+This is the newest version of the open-source Content Management System Tcms,
+using the PHP utility framework pQuery.
+
+The main goal of this project is to test if the minimalistic programming style
+of pQuery is suitable for web programming, and could be preferred over the
+regular MVC frameworks (especially for small, customized websites).