s/seperate/separate/
This commit is contained in:
parent
206a030cb0
commit
e6c56f9765
4 changed files with 4 additions and 4 deletions
|
@ -8,4 +8,4 @@ features:
|
||||||
|
|
||||||
Oroborus doesn't provide any kind of dock, toolbar, program launcher,
|
Oroborus doesn't provide any kind of dock, toolbar, program launcher,
|
||||||
background changer or root menu as these functions can be provided by
|
background changer or root menu as these functions can be provided by
|
||||||
seperate applications.
|
separate applications.
|
||||||
|
|
|
@ -5,5 +5,5 @@ written with HTML and these new tags is called a template. It is
|
||||||
usually saved separate from your script - possibly even created by
|
usually saved separate from your script - possibly even created by
|
||||||
someone else! Using this module you fill in the values for the
|
someone else! Using this module you fill in the values for the
|
||||||
variables, loops and branches declared in the template. This allows
|
variables, loops and branches declared in the template. This allows
|
||||||
you to seperate design - the HTML - from the data, which you generate
|
you to separate design - the HTML - from the data, which you generate
|
||||||
in the Perl script.
|
in the Perl script.
|
||||||
|
|
|
@ -4,6 +4,6 @@ interpolation.
|
||||||
|
|
||||||
Templates are very useful for CGI programming, because adding HTML to your
|
Templates are very useful for CGI programming, because adding HTML to your
|
||||||
PHP code clutters your code and forces you to do any HTML modifications.
|
PHP code clutters your code and forces you to do any HTML modifications.
|
||||||
By putting all of your HTML in seperate template files, you can let a
|
By putting all of your HTML in separate template files, you can let a
|
||||||
graphic or interface designer change the look of your application without
|
graphic or interface designer change the look of your application without
|
||||||
having to bug you, or let them muck around in your PHP code.
|
having to bug you, or let them muck around in your PHP code.
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
which adds true NeXT style scrollbars, transparent backgrounds with
|
which adds true NeXT style scrollbars, transparent backgrounds with
|
||||||
optional shading, and other additions. Unlike many other efforts,
|
optional shading, and other additions. Unlike many other efforts,
|
||||||
wterm aims to have its changed merged back into the parent rxvt
|
wterm aims to have its changed merged back into the parent rxvt
|
||||||
rather than forking off yet another seperate terminal emulator.
|
rather than forking off yet another separate terminal emulator.
|
||||||
|
|
Loading…
Reference in a new issue