Przeglądaj źródła

Added README and ignore file.

Taddes Kroes 14 lat temu
commit
1179ac304c
2 zmienionych plików z 9 dodań i 0 usunięć
  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).