These are some snippets I wrote.
I think these selected ones might be intersting for other people.
The snippets for the menu and news section are taken from the
snippet library at
Etomite homepage with minor changes.
All of my snippets are open source in terms of the
GPL.
Description of how to install snippets to your Etomite installation is
here.
This searches a blog table for a given keyword in heading or body text of the entries. The search term is provided by _POST, thus it could be used with SearchForm / SearchResult provided with Etomite.
Retrieves and executes a remote (File / URL / SQL) snippet
IF YOU DECIDE TO USE THIS:
You have to ultimately trust the remote provider of your snippets!
Please think about why and what could happen...
DONT USE IF YOU ARE NOT SURE !
gets a http get parameter and returns its value if set, otherwise 0.
This is a workaround for forwarding the parameter of a document call to a URL within a document.
Lists entries of a LOC XML File.
This is no real snippet in terms of Etomite.
This is the way of how I integrated a Google map to my Etomite system.
Linking from other pages:
pagename.html?centerwp=GCXXXX
and the page will include a Google Map including the centered waypoint.
It uses the above descriped getVar-Snippet and the
GMAPLOC script.