TWiki site renewal ( 2007-11-27 ~ 12-4 )
- 2007-12-1
- TWiki 4.1.2 renewal
- All web data had been backup safely, and it was renewed being fixed file upload and some module problems.
- In the official twiki web site, I found that the new version of twiki is easier to edit and create web contents.
- So i tried to upgrade twiki.
- 2007-12-2
- TWiki 4.2.0rc1 upgrade
- The new version of twiki seemed to have many small problems but soon it made me so confuse :-S, it's not yet stable.
- So I downgraded it back to 4.1.2
- PDF Plugin was installed. but it seemed to have a potential security problem about DoS? attack. If it will be happen, It could be deleted. You can see PDF button top-right
- To make pdf document, one should read following documents first.
- 2007-12-3
- Plugins
- by the request of JunghwanGoh, two kinds of syntax highlighting module have been installed.
- One is server side which is worked well but is not looked pretty, the other is client side, vice versa.
- Now I made client side, use java-script engine in web browser, available.
- TWiki authentication system has been also changed. Now everyone should use login id like garam instead of twiki name like Main.GaramHahn
- I'm going to post this informations on korean CMS hyper-news
%CODE{lang="cpp"}%
#include <iostream>
int main()
{
std::cout << "Hello CMSHI" << std::endl;
return EXIT_SUCCESS;
}
%ENDCODE%
%CODE{lang="cpp"}%
#include <iostream>
int main()
{
std::cout << "Hello CMSHI" << std::endl;
return EXIT_SUCCESS;
}
%ENDCODE%
--
GaramHahn - 04 Dec 2007