Coocoowakka | free software downloads at sourceforge.net
Http://sourceforge.net/projects/ccwakka/
Coocoowakka syntax and user guide-Google online forum
Https://groups.google.com/forum? Fromgroups #! Topic/coocoowakka/y6tn11vnpku
Coocoowakka is a very small WikiProgram, PHP + MySQL driver.
I have just finished one. Since my PHP version is a little new, it is easy to use it after I have modified some places:
1CodeUse a short <? ?> Label. I changed the short label to <? PHP?>
2 coocoowakka uses some old functions, such as the functions not supported by PHP later versions such as split, and needs to be changed to the corresponding new functions.
3. My website is intended for several users. domain names and fixed IP addresses are not allowed (it is too troublesome for large companies ), I need coocoowakka to support both access by computer name and access by computer name. I need to modify the base_url and other configurations of coocoowakka, and use $ _ server ["SERVER_NAME"] to configure
4. In my special usage, I already have a testlink. I don't want to get another set of account and password, so I have to use the testlink account to log on, in addition, the public registration of coocoowakka is disabled. Not bad. For this reason, I did not dare to find too many wiki programs.
5 It seems that two icons are missing in the Downloaded Program, that is, the size of the editing area is controlled, and the two icons are randomly searched and pressed.
Supplement: coocoowakka uses MySQL time, so you need to set the MySQL time correctly, which is better than the PHP time used by testlink.
Supplement 2: Because the web page is set to UTF-8, file upload in Windows to save the file name and directory name are garbled, need to use iconv to convert the encoding.
Able to work and close work.
Supplement 3: there is a problem with the SQL statement on the "to be created" page of coocoowakka 0.0.9rc3. The as alias is the same as the field name in the pages table of left jion, and the group by cannot use the as Alias, therefore, it is changed to a table. field name.