]> git.p6c8.net - devedit.git/commit
Began to implement the possibility to control the output using template files
authorpcanterino <>
Fri, 13 Feb 2004 12:40:18 +0000 (12:40 +0000)
committerpcanterino <>
Fri, 13 Feb 2004 12:40:18 +0000 (12:40 +0000)
commit03d83644ce2d958fe3e0466fa272c67f0566f4ab
tree2270a662c9594ac939fcefad596485b78c34fbb8
parent5a4bc87c675dd76627a0d413707139f2e0530eea
Began to implement the possibility to control the output using template files
and the configuration file.
The source code became much cleaner and we can now easily change the output.
The template system is not completely implemented yet, but I thought it's time
to save the current state of development.
18 files changed:
devedit.dat
devedit.pl
modules/Command.pm
modules/File/Access.pm
modules/Output.pm
modules/Template.pm [new file with mode: 0644]
modules/Tool.pm
templates/confirm_replace.htm [new file with mode: 0644]
templates/confirm_rmdir.htm [new file with mode: 0644]
templates/confirm_rmfile.htm [new file with mode: 0644]
templates/confirm_unlock.htm [new file with mode: 0644]
templates/dirlist.htm [new file with mode: 0644]
templates/dirlist_dir.htm [new file with mode: 0644]
templates/dirlist_file.htm [new file with mode: 0644]
templates/dirlist_up.htm [new file with mode: 0644]
templates/editfile.htm [new file with mode: 0644]
templates/error.htm [new file with mode: 0644]
templates/viewfile.htm [new file with mode: 0644]

patrick-canterino.de