소스 검색

* README added with explaination about server-side

Michaël Van Canneyt 3 년 전
부모
커밋
98e5f4c6f4
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      demo/css/README.md

+ 10 - 0
demo/css/README.md

@@ -0,0 +1,10 @@
+# CSS Minify/extract Class names demo.
+
+This project needs an example from FPC; it needs a server application that
+does the actual minifying.
+
+The CGI (http server) application is located in packages/fcl-css/examples/fpcss.pp
+
+The program here expects it to be available as fpcss.cgi.
+You must change the createurl function in this demo if you decide to place
+it elsewhere.