By the way, I've always thought it was way to easy to figure out how to fill out the Preferences template, and tonight, I found out just how hard and time-consuming it is to figure out the actual file templates are in /usr/share/geany. I think where the manual mentions ~/.config/geany, it should also mention /usr/share/geany because I finally located those templates with a terminal before clicking on the "Config file paths" link b/c that looked like it was going to explain ~/.config/geany.
On Tuesday February 8, 2011 4:23:33 pm Ross McKay wrote:
Kete F wrote:
I just figured out that my pages weren't working in Internet Explorer because my wise butt was leaving the license comment above the
DOCTYPE
in HTML documents.
http://www.answers.com/main/ntquery?s=Quirks+mode&gwp=8#Triggering_diffe...
ent_rendering_modes
Yup. Edit the HTML template and save in folder:
${HOME}/.config/geany/templates/files
It will override the default template in the installation set.
While you're at it, you might want to change to HTML5 (or whatever it's called this week) DTD-less doctype.
http://en.wikipedia.org/wiki/Document_type_declaration#HTML5_DTD-
less_DOCTY
e.g.:
<!DOCTYPE html>
<html lang="en-au">
<head> <title>{untitled}</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="generator" content="{geanyversion}" /> </head>
<body>
</body> </html>