social bookmarking
Show links to services like Digg, Technorati, del.icio.us etc related to your entry. Already installed You can remove/insert other custom services to link to via the "plugin_findmore.tpl" template file easily. Also remember that if you want to save grandma's performance pennies that you can also insert the HTML/JS snippets into your entries.tpl template file instead of using this plugin! Author: Garvin Hicking, Kodewulf; version: 1.06
http://s9y.org/124.html Doku der Styles (deutsch)
Accessing the Admin panel
After you've installed Serendipity, you most probably want to access the admin interface to customize further options. You can do that by calling your URL http://yourdomain.com/serendipity/serendipity_admin.php
"John Doe" and password "john"
http://blog.koehntopp.de/archives/184-S9Y-Kategorien.html
Spamblocklog auswerten
SQL-Befehl: SELECT FROM_UNIXTIME( timestamp ) AS Datum, url, referer, author, entry_id FROM `serendipity_spamblocklog` WHERE TYPE = 'REJECTED' AND FROM_UNIXTIME( timestamp ) >= DATE_SUB( CURDATE( ) , INTERVAL 4 DAY )
user verwaltung
#!SQL
update s9y_authors set password=md5("geheim") where realname='macdet'; Query OK, 1 row affected (0.00 sec)
Änderungen der Files
Forum:
file /usr/share/phpbb2/site/templates/mobbing/overall_header.tpl
<div id="header">
<h1><span></span></h1>
<ul class="globalnav">
<li><a href="http://blog.mobbing-gegner.de">Blog</a></li>
<li><a href="/phpbb/index.php">Forum</a></li>
<li><a href="http://wiki.mobbing-gegner.de">Wiki</a></li>
</ul>
</div>
<br />
Wiki: vi /usr/local/share/moin/mywiki/data/plugin/theme/mobbing.py
1 def sisternav(self):
2 """ Assemble fancy nav tabs to the sister sites
3
4 This requires support in the CSS for the tabs look. In order for
5 the (always current here) "wiki" tab to look attached to the paper,
6 in fact the masthead is of fixed height, and the bg tile contains
7 the image of the "bar" underline. The not-current tabs get a line
8 under them via their background tile too.
9
10 @rtype: unicode
11 @return: nav tabs html
12 """
13
14 wikiclass = ' class="active"'
15 faqclass = ''
16 if self.request.page.page_name.startswith("Mobbing"):
17 wikiclass = ''
18 faqclass = ' class="active"'
19
20 html = '<ul class="globalnav">\n'
21 html += '<li><a href="http://blog.mobbing-gegner.de">Blog</a></li>\n'
22 html += '<li><a href="http://forum.mobbing-gegner.de">Forum</a></li>\n'
23 html += '<li' + wikiclass + '><a href="http://wiki.mobbing-gegner.de">Wiki</a></li>\n'
24 html += '</ul>'
25 return html
26 return u''
Plugin Freetag funktioniert nicht mehr (Lösung:)
- i /usr/local/share/moin/mywiki/data/plugin/theme/mobbing.py
| /Alternative Wege der Namensauflösung /Blogs /Mail /Recht /Serendipity /TCP-SYN-Flooding-and-IP-Spoofing-Attacks /Web 2.0 |
| /AktivePlugins /Datenbank /Die-aktuellen-Kategorien-im-Blog /Erfahrungen aus den Serverumzug, UTF-8 oder latin1 /Kategorien /MamasHelper /MysqlHelper /SpamAnalyse /Traceback |
Tags: linux | gnu | opensource | mysql | python | wiki | moinmoin | bloging | unix | howto
Tags: s9y | serendipity | weblog | Blogging
Linux/Internet/Serendipity (last modified 2008-11-04 07:00:02)

