| changeset 753: |
177e5c2eff10 |
| parent 752: | ab7750254c3d |
| child 754: | f5dc072d2772 |
| author: |
root@kun |
| date: |
Mon Aug 25 12:10:20 2008 +0000 (2 months ago) |
| files: |
jpoker/JpokerPlugin/JpokerPlugin.tiddler jpoker/index/MainMenu.tiddler jpoker/index/Places.tiddler jpoker/index/Places.tiddler.div |
| description: |
jpoker.places tiddlywiki integration |
--- a/jpoker/JpokerPlugin/JpokerPlugin.tiddler Mon Aug 25 12:09:45 2008 +0000
+++ b/jpoker/JpokerPlugin/JpokerPlugin.tiddler Mon Aug 25 12:10:20 2008 +0000
@@ -89,6 +89,12 @@
}
};
+config.macros.jpokerPlaces = {
+ handler: function(place, macroName, params, wikifier, paramString, tiddler) {
+ $(place).jpoker('places', config.jpoker.restURL);
+ }
+};
+
//}}}
//!END-PLUGIN-CODE
// %/
\ No newline at end of file
--- a/jpoker/index/MainMenu.tiddler Mon Aug 25 12:09:45 2008 +0000
+++ b/jpoker/index/MainMenu.tiddler Mon Aug 25 12:10:20 2008 +0000
@@ -1,1 +1,1 @@
-[[Tables]] [[RegularTourneys]] [[SitngoTourneys]] [[UserInfo]] [[Feedback|http://jspoker.pokersource.info/ideas.html]] [[Copyright]]
\ No newline at end of file
+[[Tables]] [[RegularTourneys]] [[SitngoTourneys]] [[UserInfo]] [[Places]] [[Feedback|http://jspoker.pokersource.info/ideas.html]] [[Copyright]]
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/jpoker/index/Places.tiddler Mon Aug 25 12:10:20 2008 +0000
@@ -0,0 +1,1 @@
+<<jpokerPlaces>>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/jpoker/index/Places.tiddler.div Mon Aug 25 12:10:20 2008 +0000
@@ -0,0 +1,1 @@
+title="Places" modifier="proppy" modified="200808251404" created="200808251404" tags="toRSS" changecount="1"
\ No newline at end of file